Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(461)

Side by Side Diff: chrome/third_party/chromevox/chromeVoxChromeBackgroundScript.js

Issue 274963004: Update latest ChromeVox from upstream (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 var goog=goog||{};goog.global=this;goog.isDef=function(a){return void 0!==a};goo g.exportPath_=function(a,b,c){a=a.split(".");c=c||goog.global;a[0]in c||!c.execS cript||c.execScript("var "+a[0]);for(var d;a.length&&(d=a.shift());)!a.length&&g oog.isDef(b)?c[d]=b:c=c[d]?c[d]:c[d]={}};goog.define=function(a,b){var c=b;goog. exportPath_(a,c)};goog.DEBUG=!1;goog.LOCALE="en";goog.TRUSTED_SITE=!0;goog.STRIC T_MODE_COMPATIBLE=!1;goog.provide=function(a){goog.exportPath_(a)}; 1 var goog=goog||{};goog.global=this;goog.isDef=function(a){return void 0!==a};goo g.exportPath_=function(a,b,c){a=a.split(".");c=c||goog.global;a[0]in c||!c.execS cript||c.execScript("var "+a[0]);for(var d;a.length&&(d=a.shift());)!a.length&&g oog.isDef(b)?c[d]=b:c=c[d]?c[d]:c[d]={}};goog.define=function(a,b){var c=b;goog. exportPath_(a,c)};goog.DEBUG=!1;goog.LOCALE="en";goog.TRUSTED_SITE=!0;goog.STRIC T_MODE_COMPATIBLE=!1;goog.provide=function(a){goog.exportPath_(a)};
2 goog.setTestOnly=function(a){if(!goog.DEBUG)throw a=a||"",Error("Importing test- only code into non-debug environment"+a?": "+a:".");};goog.forwardDeclare=functi on(){};goog.getObjectByName=function(a,b){for(var c=a.split("."),d=b||goog.globa l,e;e=c.shift();)if(goog.isDefAndNotNull(d[e]))d=d[e];else return null;return d} ;goog.globalize=function(a,b){var c=b||goog.global,d;for(d in a)c[d]=a[d]}; 2 goog.setTestOnly=function(a){if(!goog.DEBUG)throw a=a||"",Error("Importing test- only code into non-debug environment"+a?": "+a:".");};goog.forwardDeclare=functi on(){};goog.getObjectByName=function(a,b){for(var c=a.split("."),d=b||goog.globa l,e;e=c.shift();)if(goog.isDefAndNotNull(d[e]))d=d[e];else return null;return d} ;goog.globalize=function(a,b){var c=b||goog.global,d;for(d in a)c[d]=a[d]};
3 goog.addDependency=function(a,b,c){if(goog.DEPENDENCIES_ENABLED){var d;a=a.repla ce(/\\/g,"/");for(var e=goog.dependencies_,f=0;d=b[f];f++)e.nameToPath[d]=a,a in e.pathToNames||(e.pathToNames[a]={}),e.pathToNames[a][d]=!0;for(d=0;b=c[d];d++) a in e.requires||(e.requires[a]={}),e.requires[a][b]=!0}};goog.useStrictRequires =!1;goog.ENABLE_DEBUG_LOADER=!0;goog.require=function(){};goog.basePath="";goog. nullFunction=function(){};goog.identityFunction=function(a){return a}; 3 goog.addDependency=function(a,b,c){if(goog.DEPENDENCIES_ENABLED){var d;a=a.repla ce(/\\/g,"/");for(var e=goog.dependencies_,f=0;d=b[f];f++)e.nameToPath[d]=a,a in e.pathToNames||(e.pathToNames[a]={}),e.pathToNames[a][d]=!0;for(d=0;b=c[d];d++) a in e.requires||(e.requires[a]={}),e.requires[a][b]=!0}};goog.useStrictRequires =!1;goog.ENABLE_DEBUG_LOADER=!0;goog.require=function(){};goog.basePath="";goog. nullFunction=function(){};goog.identityFunction=function(a){return a};
4 goog.abstractMethod=function(){throw Error("unimplemented abstract method");};go og.addSingletonGetter=function(a){a.getInstance=function(){if(a.instance_)return a.instance_;goog.DEBUG&&(goog.instantiatedSingletons_[goog.instantiatedSingleto ns_.length]=a);return a.instance_=new a}};goog.instantiatedSingletons_=[];goog.D EPENDENCIES_ENABLED=!1; 4 goog.abstractMethod=function(){throw Error("unimplemented abstract method");};go og.addSingletonGetter=function(a){a.getInstance=function(){if(a.instance_)return a.instance_;goog.DEBUG&&(goog.instantiatedSingletons_[goog.instantiatedSingleto ns_.length]=a);return a.instance_=new a}};goog.instantiatedSingletons_=[];goog.D EPENDENCIES_ENABLED=!1;
5 goog.DEPENDENCIES_ENABLED&&(goog.included_={},goog.dependencies_={pathToNames:{} ,nameToPath:{},requires:{},visited:{},written:{}},goog.inHtmlDocument_=function( ){var a=goog.global.document;return"undefined"!=typeof a&&"write"in a},goog.find BasePath_=function(){if(goog.global.CLOSURE_BASE_PATH)goog.basePath=goog.global. CLOSURE_BASE_PATH;else if(goog.inHtmlDocument_())for(var a=goog.global.document, a=a.getElementsByTagName("script"),b=a.length-1;0<=b;--b){var c=a[b].src,d=c.las tIndexOf("?"),d=-1==d? 5 goog.DEPENDENCIES_ENABLED&&(goog.included_={},goog.dependencies_={pathToNames:{} ,nameToPath:{},requires:{},visited:{},written:{}},goog.inHtmlDocument_=function( ){var a=goog.global.document;return"undefined"!=typeof a&&"write"in a},goog.find BasePath_=function(){if(goog.global.CLOSURE_BASE_PATH)goog.basePath=goog.global. CLOSURE_BASE_PATH;else if(goog.inHtmlDocument_())for(var a=goog.global.document, a=a.getElementsByTagName("script"),b=a.length-1;0<=b;--b){var c=a[b].src,d=c.las tIndexOf("?"),d=-1==d?
6 c.length:d;if("base.js"==c.substr(d-7,7)){goog.basePath=c.substr(0,d-7);break}}} ,goog.importScript_=function(a){var b=goog.global.CLOSURE_IMPORT_SCRIPT||goog.wr iteScriptTag_;!goog.dependencies_.written[a]&&b(a)&&(goog.dependencies_.written[ a]=!0)},goog.writeScriptTag_=function(a){if(goog.inHtmlDocument_()){var b=goog.g lobal.document;if("complete"==b.readyState){if(b=/\bdeps.js$/.test(a))return!1;t hrow Error('Cannot write "'+a+'" after document load');}b.write('<script type="t ext/javascript" src="'+ 6 c.length:d;if("base.js"==c.substr(d-7,7)){goog.basePath=c.substr(0,d-7);break}}} ,goog.importScript_=function(a){var b=goog.global.CLOSURE_IMPORT_SCRIPT||goog.wr iteScriptTag_;!goog.dependencies_.written[a]&&b(a)&&(goog.dependencies_.written[ a]=!0)},goog.writeScriptTag_=function(a){if(goog.inHtmlDocument_()){var b=goog.g lobal.document;if("complete"==b.readyState){if(b=/\bdeps.js$/.test(a))return!1;t hrow Error('Cannot write "'+a+'" after document load');}b.write('<script type="t ext/javascript" src="'+
7 a+'">\x3c/script>');return!0}return!1},goog.writeScripts_=function(){function a( e){if(!(e in d.written)){if(!(e in d.visited)&&(d.visited[e]=!0,e in d.requires) )for(var g in d.requires[e])if(!goog.isProvided_(g))if(g in d.nameToPath)a(d.nam eToPath[g]);else throw Error("Undefined nameToPath for "+g);e in c||(c[e]=!0,b.p ush(e))}}var b=[],c={},d=goog.dependencies_,e;for(e in goog.included_)d.written[ e]||a(e);for(e=0;e<b.length;e++)if(b[e])goog.importScript_(goog.basePath+b[e]);e lse throw Error("Undefined script input"); 7 a+'">\x3c/script>');return!0}return!1},goog.writeScripts_=function(){function a( e){if(!(e in d.written)){if(!(e in d.visited)&&(d.visited[e]=!0,e in d.requires) )for(var g in d.requires[e])if(!goog.isProvided_(g))if(g in d.nameToPath)a(d.nam eToPath[g]);else throw Error("Undefined nameToPath for "+g);e in c||(c[e]=!0,b.p ush(e))}}var b=[],c={},d=goog.dependencies_,e;for(e in goog.included_)d.written[ e]||a(e);for(e=0;e<b.length;e++)if(b[e])goog.importScript_(goog.basePath+b[e]);e lse throw Error("Undefined script input");
8 },goog.getPathFromDeps_=function(a){return a in goog.dependencies_.nameToPath?go og.dependencies_.nameToPath[a]:null},goog.findBasePath_(),goog.global.CLOSURE_NO _DEPS||goog.importScript_(goog.basePath+"deps.js")); 8 },goog.getPathFromDeps_=function(a){return a in goog.dependencies_.nameToPath?go og.dependencies_.nameToPath[a]:null},goog.findBasePath_(),goog.global.CLOSURE_NO _DEPS||goog.importScript_(goog.basePath+"deps.js"));
9 goog.typeOf=function(a){var b=typeof a;if("object"==b)if(a){if(a instanceof Arra y)return"array";if(a instanceof Object)return b;var c=Object.prototype.toString. call(a);if("[object Window]"==c)return"object";if("[object Array]"==c||"number"= =typeof a.length&&"undefined"!=typeof a.splice&&"undefined"!=typeof a.propertyIs Enumerable&&!a.propertyIsEnumerable("splice"))return"array";if("[object Function ]"==c||"undefined"!=typeof a.call&&"undefined"!=typeof a.propertyIsEnumerable&&! a.propertyIsEnumerable("call"))return"function"}else return"null"; 9 goog.typeOf=function(a){var b=typeof a;if("object"==b)if(a){if(a instanceof Arra y)return"array";if(a instanceof Object)return b;var c=Object.prototype.toString. call(a);if("[object Window]"==c)return"object";if("[object Array]"==c||"number"= =typeof a.length&&"undefined"!=typeof a.splice&&"undefined"!=typeof a.propertyIs Enumerable&&!a.propertyIsEnumerable("splice"))return"array";if("[object Function ]"==c||"undefined"!=typeof a.call&&"undefined"!=typeof a.propertyIsEnumerable&&! a.propertyIsEnumerable("call"))return"function"}else return"null";
10 else if("function"==b&&"undefined"==typeof a.call)return"object";return b};goog. isNull=function(a){return null===a};goog.isDefAndNotNull=function(a){return null !=a};goog.isArray=function(a){return"array"==goog.typeOf(a)};goog.isArrayLike=fu nction(a){var b=goog.typeOf(a);return"array"==b||"object"==b&&"number"==typeof a .length};goog.isDateLike=function(a){return goog.isObject(a)&&"function"==typeof a.getFullYear};goog.isString=function(a){return"string"==typeof a}; 10 else if("function"==b&&"undefined"==typeof a.call)return"object";return b};goog. isNull=function(a){return null===a};goog.isDefAndNotNull=function(a){return null !=a};goog.isArray=function(a){return"array"==goog.typeOf(a)};goog.isArrayLike=fu nction(a){var b=goog.typeOf(a);return"array"==b||"object"==b&&"number"==typeof a .length};goog.isDateLike=function(a){return goog.isObject(a)&&"function"==typeof a.getFullYear};goog.isString=function(a){return"string"==typeof a};
11 goog.isBoolean=function(a){return"boolean"==typeof a};goog.isNumber=function(a){ return"number"==typeof a};goog.isFunction=function(a){return"function"==goog.typ eOf(a)};goog.isObject=function(a){var b=typeof a;return"object"==b&&null!=a||"fu nction"==b};goog.getUid=function(a){return a[goog.UID_PROPERTY_]||(a[goog.UID_PR OPERTY_]=++goog.uidCounter_)};goog.hasUid=function(a){return!!a[goog.UID_PROPERT Y_]};goog.removeUid=function(a){"removeAttribute"in a&&a.removeAttribute(goog.UI D_PROPERTY_);try{delete a[goog.UID_PROPERTY_]}catch(b){}}; 11 goog.isBoolean=function(a){return"boolean"==typeof a};goog.isNumber=function(a){ return"number"==typeof a};goog.isFunction=function(a){return"function"==goog.typ eOf(a)};goog.isObject=function(a){var b=typeof a;return"object"==b&&null!=a||"fu nction"==b};goog.getUid=function(a){return a[goog.UID_PROPERTY_]||(a[goog.UID_PR OPERTY_]=++goog.uidCounter_)};goog.hasUid=function(a){return!!a[goog.UID_PROPERT Y_]};goog.removeUid=function(a){"removeAttribute"in a&&a.removeAttribute(goog.UI D_PROPERTY_);try{delete a[goog.UID_PROPERTY_]}catch(b){}};
12 goog.UID_PROPERTY_="closure_uid_"+(1E9*Math.random()>>>0);goog.uidCounter_=0;goo g.getHashCode=goog.getUid;goog.removeHashCode=goog.removeUid;goog.cloneObject=fu nction(a){var b=goog.typeOf(a);if("object"==b||"array"==b){if(a.clone)return a.c lone();var b="array"==b?[]:{},c;for(c in a)b[c]=goog.cloneObject(a[c]);return b} return a};goog.bindNative_=function(a,b,c){return a.call.apply(a.bind,arguments) }; 12 goog.UID_PROPERTY_="closure_uid_"+(1E9*Math.random()>>>0);goog.uidCounter_=0;goo g.getHashCode=goog.getUid;goog.removeHashCode=goog.removeUid;goog.cloneObject=fu nction(a){var b=goog.typeOf(a);if("object"==b||"array"==b){if(a.clone)return a.c lone();var b="array"==b?[]:{},c;for(c in a)b[c]=goog.cloneObject(a[c]);return b} return a};goog.bindNative_=function(a,b,c){return a.call.apply(a.bind,arguments) };
13 goog.bindJs_=function(a,b,c){if(!a)throw Error();if(2<arguments.length){var d=Ar ray.prototype.slice.call(arguments,2);return function(){var c=Array.prototype.sl ice.call(arguments);Array.prototype.unshift.apply(c,d);return a.apply(b,c)}}retu rn function(){return a.apply(b,arguments)}};goog.bind=function(a,b,c){Function.p rototype.bind&&-1!=Function.prototype.bind.toString().indexOf("native code")?goo g.bind=goog.bindNative_:goog.bind=goog.bindJs_;return goog.bind.apply(null,argum ents)}; 13 goog.bindJs_=function(a,b,c){if(!a)throw Error();if(2<arguments.length){var d=Ar ray.prototype.slice.call(arguments,2);return function(){var c=Array.prototype.sl ice.call(arguments);Array.prototype.unshift.apply(c,d);return a.apply(b,c)}}retu rn function(){return a.apply(b,arguments)}};goog.bind=function(a,b,c){Function.p rototype.bind&&-1!=Function.prototype.bind.toString().indexOf("native code")?goo g.bind=goog.bindNative_:goog.bind=goog.bindJs_;return goog.bind.apply(null,argum ents)};
14 goog.partial=function(a,b){var c=Array.prototype.slice.call(arguments,1);return function(){var b=c.slice();b.push.apply(b,arguments);return a.apply(this,b)}};go og.mixin=function(a,b){for(var c in b)a[c]=b[c]};goog.now=goog.TRUSTED_SITE&&Dat e.now||function(){return+new Date}; 14 goog.partial=function(a,b){var c=Array.prototype.slice.call(arguments,1);return function(){var b=c.slice();b.push.apply(b,arguments);return a.apply(this,b)}};go og.mixin=function(a,b){for(var c in b)a[c]=b[c]};goog.now=goog.TRUSTED_SITE&&Dat e.now||function(){return+new Date};
15 goog.globalEval=function(a){if(goog.global.execScript)goog.global.execScript(a," JavaScript");else if(goog.global.eval)if(null==goog.evalWorksForGlobals_&&(goog. global.eval("var _et_ = 1;"),"undefined"!=typeof goog.global._et_?(delete goog.g lobal._et_,goog.evalWorksForGlobals_=!0):goog.evalWorksForGlobals_=!1),goog.eval WorksForGlobals_)goog.global.eval(a);else{var b=goog.global.document,c=b.createE lement("script");c.type="text/javascript";c.defer=!1;c.appendChild(b.createTextN ode(a));b.body.appendChild(c); 15 goog.globalEval=function(a){if(goog.global.execScript)goog.global.execScript(a," JavaScript");else if(goog.global.eval)if(null==goog.evalWorksForGlobals_&&(goog. global.eval("var _et_ = 1;"),"undefined"!=typeof goog.global._et_?(delete goog.g lobal._et_,goog.evalWorksForGlobals_=!0):goog.evalWorksForGlobals_=!1),goog.eval WorksForGlobals_)goog.global.eval(a);else{var b=goog.global.document,c=b.createE lement("script");c.type="text/javascript";c.defer=!1;c.appendChild(b.createTextN ode(a));b.body.appendChild(c);
16 b.body.removeChild(c)}else throw Error("goog.globalEval not available");};goog.e valWorksForGlobals_=null;goog.getCssName=function(a,b){var c=function(a){return goog.cssNameMapping_[a]||a},d=function(a){a=a.split("-");for(var b=[],d=0;d<a.le ngth;d++)b.push(c(a[d]));return b.join("-")},d=goog.cssNameMapping_?"BY_WHOLE"== goog.cssNameMappingStyle_?c:d:function(a){return a};return b?a+"-"+d(b):d(a)};go og.setCssNameMapping=function(a,b){goog.cssNameMapping_=a;goog.cssNameMappingSty le_=b}; 16 b.body.removeChild(c)}else throw Error("goog.globalEval not available");};goog.e valWorksForGlobals_=null;goog.getCssName=function(a,b){var c=function(a){return goog.cssNameMapping_[a]||a},d=function(a){a=a.split("-");for(var b=[],d=0;d<a.le ngth;d++)b.push(c(a[d]));return b.join("-")},d=goog.cssNameMapping_?"BY_WHOLE"== goog.cssNameMappingStyle_?c:d:function(a){return a};return b?a+"-"+d(b):d(a)};go og.setCssNameMapping=function(a,b){goog.cssNameMapping_=a;goog.cssNameMappingSty le_=b};
17 goog.getMsg=function(a,b){var c=b||{},d;for(d in c){var e=(""+c[d]).replace(/\$/ g,"$$$$");a=a.replace(new RegExp("\\{\\$"+d+"\\}","gi"),e)}return a};goog.getMsg WithFallback=function(a){return a};goog.exportSymbol=function(a,b,c){goog.export Path_(a,b,c)};goog.exportProperty=function(a,b,c){a[b]=c}; 17 goog.getMsg=function(a,b){var c=b||{},d;for(d in c){var e=(""+c[d]).replace(/\$/ g,"$$$$");a=a.replace(new RegExp("\\{\\$"+d+"\\}","gi"),e)}return a};goog.getMsg WithFallback=function(a){return a};goog.exportSymbol=function(a,b,c){goog.export Path_(a,b,c)};goog.exportProperty=function(a,b,c){a[b]=c};
18 goog.inherits=function(a,b){function c(){}c.prototype=b.prototype;a.superClass_= b.prototype;a.prototype=new c;a.prototype.constructor=a;a.base=function(a,c,f){v ar g=Array.prototype.slice.call(arguments,2);return b.prototype[c].apply(a,g)}}; 18 goog.inherits=function(a,b){function c(){}c.prototype=b.prototype;a.superClass_= b.prototype;a.prototype=new c;a.prototype.constructor=a;a.base=function(a,c,f){v ar g=Array.prototype.slice.call(arguments,2);return b.prototype[c].apply(a,g)}};
19 goog.base=function(a,b,c){var d=arguments.callee.caller;if(goog.STRICT_MODE_COMP ATIBLE||goog.DEBUG&&!d)throw Error("arguments.caller not defined. goog.base() c annot be used with strict mode code. See http://www.ecma-international.org/ecma- 262/5.1/#sec-C");if(d.superClass_)return d.superClass_.constructor.apply(a,Array .prototype.slice.call(arguments,1));for(var e=Array.prototype.slice.call(argumen ts,2),f=!1,g=a.constructor;g;g=g.superClass_&&g.superClass_.constructor)if(g.pro totype[b]===d)f=!0;else if(f)return g.prototype[b].apply(a, 19 goog.base=function(a,b,c){var d=arguments.callee.caller;if(goog.STRICT_MODE_COMP ATIBLE||goog.DEBUG&&!d)throw Error("arguments.caller not defined. goog.base() c annot be used with strict mode code. See http://www.ecma-international.org/ecma- 262/5.1/#sec-C");if(d.superClass_)return d.superClass_.constructor.apply(a,Array .prototype.slice.call(arguments,1));for(var e=Array.prototype.slice.call(argumen ts,2),f=!1,g=a.constructor;g;g=g.superClass_&&g.superClass_.constructor)if(g.pro totype[b]===d)f=!0;else if(f)return g.prototype[b].apply(a,
20 e);if(a[b]===d)return a.constructor.prototype[b].apply(a,e);throw Error("goog.ba se called from a method of one name to a method of a different name");};goog.sco pe=function(a){a.call(goog.global)};goog.MODIFY_FUNCTION_PROTOTYPES=!0; 20 e);if(a[b]===d)return a.constructor.prototype[b].apply(a,e);throw Error("goog.ba se called from a method of one name to a method of a different name");};goog.sco pe=function(a){a.call(goog.global)};goog.MODIFY_FUNCTION_PROTOTYPES=!0;
21 goog.MODIFY_FUNCTION_PROTOTYPES&&(Function.prototype.bind=Function.prototype.bin d||function(a,b){if(1<arguments.length){var c=Array.prototype.slice.call(argumen ts,1);c.unshift(this,a);return goog.bind.apply(null,c)}return goog.bind(this,a)} ,Function.prototype.partial=function(a){var b=Array.prototype.slice.call(argumen ts);b.unshift(this,null);return goog.bind.apply(null,b)},Function.prototype.inhe rits=function(a){goog.inherits(this,a)},Function.prototype.mixin=function(a){goo g.mixin(this.prototype, 21 goog.MODIFY_FUNCTION_PROTOTYPES&&(Function.prototype.bind=Function.prototype.bin d||function(a,b){if(1<arguments.length){var c=Array.prototype.slice.call(argumen ts,1);c.unshift(this,a);return goog.bind.apply(null,c)}return goog.bind(this,a)} ,Function.prototype.partial=function(a){var b=Array.prototype.slice.call(argumen ts);b.unshift(this,null);return goog.bind.apply(null,b)},Function.prototype.inhe rits=function(a){goog.inherits(this,a)},Function.prototype.mixin=function(a){goo g.mixin(this.prototype,
22 a)});var cvox={AbstractMsgs:function(){}};cvox.AbstractMsgs.prototype.getMsg=fun ction(){};cvox.AbstractMsgs.prototype.getNumber=function(){};cvox.VERBOSITY_VERB OSE=0;cvox.VERBOSITY_BRIEF=1;cvox.ChromeVox=function(){};cvox.ChromeVox.host=nul l;cvox.ChromeVox.msgs=null;cvox.ChromeVox.isActive=!0;cvox.ChromeVox.version=nul l;cvox.ChromeVox.earcons=null;cvox.ChromeVox.navigationManager=null;cvox.ChromeV ox.serializer=null;cvox.ChromeVox.isStickyOn=!1;cvox.ChromeVox.keyPrefixOn=!1;cv ox.ChromeVox.verbosity=cvox.VERBOSITY_VERBOSE;cvox.ChromeVox.typingEcho=0;cvox.C hromeVox.keyEcho={};cvox.ChromeVox.position={};cvox.ChromeVox.isChromeOS=-1!=nav igator.userAgent.indexOf("CrOS"); 22 a)});var cvox={AbstractMsgs:function(){}};cvox.AbstractMsgs.prototype.getMsg=fun ction(){};cvox.AbstractMsgs.prototype.getNumber=function(){};cvox.VERBOSITY_VERB OSE=0;cvox.VERBOSITY_BRIEF=1;cvox.ChromeVox=function(){};cvox.ChromeVox.host=nul l;cvox.ChromeVox.msgs=null;cvox.ChromeVox.isActive=!0;cvox.ChromeVox.version=nul l;cvox.ChromeVox.earcons=null;cvox.ChromeVox.navigationManager=null;cvox.ChromeV ox.serializer=null;cvox.ChromeVox.isStickyOn=!1;cvox.ChromeVox.keyPrefixOn=!1;cv ox.ChromeVox.verbosity=cvox.VERBOSITY_VERBOSE;cvox.ChromeVox.typingEcho=0;cvox.C hromeVox.keyEcho={};cvox.ChromeVox.position={};cvox.ChromeVox.isChromeOS=-1!=nav igator.userAgent.indexOf("CrOS");
23 cvox.ChromeVox.isMac=-1!=navigator.platform.indexOf("Mac");cvox.ChromeVox.modKey Str=cvox.ChromeVox.isChromeOS?"Shift+Search":cvox.ChromeVox.isMac?"Ctrl+Cmd":"Sh ift+Alt";cvox.ChromeVox.sequenceSwitchKeyCodes=[];cvox.ChromeVox.visitedUrls={}; cvox.ChromeVox.markInUserCommand=function(){};cvox.ChromeVox.syncToNode=function (){};cvox.ChromeVox.speakNode=function(){};cvox.ChromeVox.executeUserCommand=fun ction(){};cvox.ChromeVox.entireDocumentIsHidden=!1; 23 cvox.ChromeVox.isMac=-1!=navigator.platform.indexOf("Mac");cvox.ChromeVox.modKey Str=cvox.ChromeVox.isChromeOS?"Shift+Search":cvox.ChromeVox.isMac?"Ctrl+Cmd":"Sh ift+Alt";cvox.ChromeVox.sequenceSwitchKeyCodes=[];cvox.ChromeVox.visitedUrls={}; cvox.ChromeVox.markInUserCommand=function(){};cvox.ChromeVox.syncToNode=function (){};cvox.ChromeVox.speakNode=function(){};cvox.ChromeVox.executeUserCommand=fun ction(){};cvox.ChromeVox.entireDocumentIsHidden=!1;
24 cvox.ChromeVox.storeOn=function(a){a.isStickyOn=cvox.ChromeVox.isStickyOn;cvox.C hromeVox.navigationManager.storeOn(a)};cvox.ChromeVox.readFrom=function(a){cvox. ChromeVox.isStickyOn=a.isStickyOn;cvox.ChromeVox.navigationManager.readFrom(a)}; cvox.Cursor=function(a,b,c){this.node=a;this.index=b;this.text=c};cvox.Cursor.pr ototype.clone=function(){return new cvox.Cursor(this.node,this.index,this.text)} ;cvox.Cursor.prototype.copyFrom=function(a){this.node=a.node;this.index=a.index; this.text=a.text};cvox.Cursor.prototype.equals=function(a){return this.node==a.n ode&&this.index==a.index&&this.text==a.text};goog.debug={};goog.debug.Error=func tion(a){if(Error.captureStackTrace)Error.captureStackTrace(this,goog.debug.Error );else{var b=Error().stack;b&&(this.stack=b)}a&&(this.message=String(a))};goog.i nherits(goog.debug.Error,Error);goog.debug.Error.prototype.name="CustomError";go og.dom={};goog.dom.NodeType={ELEMENT:1,ATTRIBUTE:2,TEXT:3,CDATA_SECTION:4,ENTITY _REFERENCE:5,ENTITY:6,PROCESSING_INSTRUCTION:7,COMMENT:8,DOCUMENT:9,DOCUMENT_TYP E:10,DOCUMENT_FRAGMENT:11,NOTATION:12};goog.string={};goog.string.Unicode={NBSP: "\u00a0"};goog.string.startsWith=function(a,b){return 0==a.lastIndexOf(b,0)};goo g.string.endsWith=function(a,b){var c=a.length-b.length;return 0<=c&&a.indexOf(b ,c)==c};goog.string.caseInsensitiveStartsWith=function(a,b){return 0==goog.strin g.caseInsensitiveCompare(b,a.substr(0,b.length))};goog.string.caseInsensitiveEnd sWith=function(a,b){return 0==goog.string.caseInsensitiveCompare(b,a.substr(a.le ngth-b.length,b.length))}; 24 cvox.ChromeVox.storeOn=function(a){a.isStickyOn=cvox.ChromeVox.isStickyOn;cvox.C hromeVox.navigationManager.storeOn(a)};cvox.ChromeVox.readFrom=function(a){cvox. ChromeVox.isStickyOn=a.isStickyOn;cvox.ChromeVox.navigationManager.readFrom(a)}; cvox.Cursor=function(a,b,c){this.node=a;this.index=b;this.text=c};cvox.Cursor.pr ototype.clone=function(){return new cvox.Cursor(this.node,this.index,this.text)} ;cvox.Cursor.prototype.copyFrom=function(a){this.node=a.node;this.index=a.index; this.text=a.text};cvox.Cursor.prototype.equals=function(a){return this.node==a.n ode&&this.index==a.index&&this.text==a.text};goog.debug={};goog.debug.Error=func tion(a){if(Error.captureStackTrace)Error.captureStackTrace(this,goog.debug.Error );else{var b=Error().stack;b&&(this.stack=b)}a&&(this.message=String(a))};goog.i nherits(goog.debug.Error,Error);goog.debug.Error.prototype.name="CustomError";go og.dom={};goog.dom.NodeType={ELEMENT:1,ATTRIBUTE:2,TEXT:3,CDATA_SECTION:4,ENTITY _REFERENCE:5,ENTITY:6,PROCESSING_INSTRUCTION:7,COMMENT:8,DOCUMENT:9,DOCUMENT_TYP E:10,DOCUMENT_FRAGMENT:11,NOTATION:12};goog.string={};goog.string.DETECT_DOUBLE_ ESCAPING=!1;goog.string.Unicode={NBSP:"\u00a0"};goog.string.startsWith=function( a,b){return 0==a.lastIndexOf(b,0)};goog.string.endsWith=function(a,b){var c=a.le ngth-b.length;return 0<=c&&a.indexOf(b,c)==c};goog.string.caseInsensitiveStartsW ith=function(a,b){return 0==goog.string.caseInsensitiveCompare(b,a.substr(0,b.le ngth))};goog.string.caseInsensitiveEndsWith=function(a,b){return 0==goog.string. caseInsensitiveCompare(b,a.substr(a.length-b.length,b.length))};
25 goog.string.caseInsensitiveEquals=function(a,b){return a.toLowerCase()==b.toLowe rCase()};goog.string.subs=function(a,b){for(var c=a.split("%s"),d="",e=Array.pro totype.slice.call(arguments,1);e.length&&1<c.length;)d+=c.shift()+e.shift();retu rn d+c.join("%s")};goog.string.collapseWhitespace=function(a){return a.replace(/ [\s\xa0]+/g," ").replace(/^\s+|\s+$/g,"")};goog.string.isEmpty=function(a){retur n/^[\s\xa0]*$/.test(a)};goog.string.isEmptySafe=function(a){return goog.string.i sEmpty(goog.string.makeSafe(a))}; 25 goog.string.caseInsensitiveEquals=function(a,b){return a.toLowerCase()==b.toLowe rCase()};goog.string.subs=function(a,b){for(var c=a.split("%s"),d="",e=Array.pro totype.slice.call(arguments,1);e.length&&1<c.length;)d+=c.shift()+e.shift();retu rn d+c.join("%s")};goog.string.collapseWhitespace=function(a){return a.replace(/ [\s\xa0]+/g," ").replace(/^\s+|\s+$/g,"")};goog.string.isEmpty=function(a){retur n/^[\s\xa0]*$/.test(a)};goog.string.isEmptySafe=function(a){return goog.string.i sEmpty(goog.string.makeSafe(a))};
26 goog.string.isBreakingWhitespace=function(a){return!/[^\t\n\r ]/.test(a)};goog.s tring.isAlpha=function(a){return!/[^a-zA-Z]/.test(a)};goog.string.isNumeric=func tion(a){return!/[^0-9]/.test(a)};goog.string.isAlphaNumeric=function(a){return!/ [^a-zA-Z0-9]/.test(a)};goog.string.isSpace=function(a){return" "==a};goog.string .isUnicodeChar=function(a){return 1==a.length&&" "<=a&&"~">=a||"\u0080"<=a&&"\uf ffd">=a};goog.string.stripNewlines=function(a){return a.replace(/(\r\n|\r|\n)+/g ," ")}; 26 goog.string.isBreakingWhitespace=function(a){return!/[^\t\n\r ]/.test(a)};goog.s tring.isAlpha=function(a){return!/[^a-zA-Z]/.test(a)};goog.string.isNumeric=func tion(a){return!/[^0-9]/.test(a)};goog.string.isAlphaNumeric=function(a){return!/ [^a-zA-Z0-9]/.test(a)};goog.string.isSpace=function(a){return" "==a};goog.string .isUnicodeChar=function(a){return 1==a.length&&" "<=a&&"~">=a||"\u0080"<=a&&"\uf ffd">=a};goog.string.stripNewlines=function(a){return a.replace(/(\r\n|\r|\n)+/g ," ")};
27 goog.string.canonicalizeNewlines=function(a){return a.replace(/(\r\n|\r|\n)/g,"\ n")};goog.string.normalizeWhitespace=function(a){return a.replace(/\xa0|\s/g," " )};goog.string.normalizeSpaces=function(a){return a.replace(/\xa0|[ \t]+/g," ")} ;goog.string.collapseBreakingSpaces=function(a){return a.replace(/[\t\r\n ]+/g," ").replace(/^[\t\r\n ]+|[\t\r\n ]+$/g,"")};goog.string.trim=function(a){return a.replace(/^[\s\xa0]+|[\s\xa0]+$/g,"")}; 27 goog.string.canonicalizeNewlines=function(a){return a.replace(/(\r\n|\r|\n)/g,"\ n")};goog.string.normalizeWhitespace=function(a){return a.replace(/\xa0|\s/g," " )};goog.string.normalizeSpaces=function(a){return a.replace(/\xa0|[ \t]+/g," ")} ;goog.string.collapseBreakingSpaces=function(a){return a.replace(/[\t\r\n ]+/g," ").replace(/^[\t\r\n ]+|[\t\r\n ]+$/g,"")};goog.string.trim=function(a){return a.replace(/^[\s\xa0]+|[\s\xa0]+$/g,"")};
28 goog.string.trimLeft=function(a){return a.replace(/^[\s\xa0]+/,"")};goog.string. trimRight=function(a){return a.replace(/[\s\xa0]+$/,"")};goog.string.caseInsensi tiveCompare=function(a,b){var c=String(a).toLowerCase(),d=String(b).toLowerCase( );return c<d?-1:c==d?0:1};goog.string.numerateCompareRegExp_=/(\.\d+)|(\d+)|(\D+ )/g; 28 goog.string.trimLeft=function(a){return a.replace(/^[\s\xa0]+/,"")};goog.string. trimRight=function(a){return a.replace(/[\s\xa0]+$/,"")};goog.string.caseInsensi tiveCompare=function(a,b){var c=String(a).toLowerCase(),d=String(b).toLowerCase( );return c<d?-1:c==d?0:1};goog.string.numerateCompareRegExp_=/(\.\d+)|(\d+)|(\D+ )/g;
29 goog.string.numerateCompare=function(a,b){if(a==b)return 0;if(!a)return-1;if(!b) return 1;for(var c=a.toLowerCase().match(goog.string.numerateCompareRegExp_),d=b .toLowerCase().match(goog.string.numerateCompareRegExp_),e=Math.min(c.length,d.l ength),f=0;f<e;f++){var g=c[f],h=d[f];if(g!=h)return c=parseInt(g,10),!isNaN(c)& &(d=parseInt(h,10),!isNaN(d)&&c-d)?c-d:g<h?-1:1}return c.length!=d.length?c.leng th-d.length:a<b?-1:1};goog.string.urlEncode=function(a){return encodeURIComponen t(String(a))}; 29 goog.string.numerateCompare=function(a,b){if(a==b)return 0;if(!a)return-1;if(!b) return 1;for(var c=a.toLowerCase().match(goog.string.numerateCompareRegExp_),d=b .toLowerCase().match(goog.string.numerateCompareRegExp_),e=Math.min(c.length,d.l ength),f=0;f<e;f++){var g=c[f],h=d[f];if(g!=h)return c=parseInt(g,10),!isNaN(c)& &(d=parseInt(h,10),!isNaN(d)&&c-d)?c-d:g<h?-1:1}return c.length!=d.length?c.leng th-d.length:a<b?-1:1};goog.string.urlEncode=function(a){return encodeURIComponen t(String(a))};
30 goog.string.urlDecode=function(a){return decodeURIComponent(a.replace(/\+/g," ") )};goog.string.newLineToBr=function(a,b){return a.replace(/(\r\n|\r|\n)/g,b?"<br />":"<br>")}; 30 goog.string.urlDecode=function(a){return decodeURIComponent(a.replace(/\+/g," ") )};goog.string.newLineToBr=function(a,b){return a.replace(/(\r\n|\r|\n)/g,b?"<br />":"<br>")};
31 goog.string.htmlEscape=function(a,b){if(b)return a.replace(goog.string.amperRe_, "&amp;").replace(goog.string.ltRe_,"&lt;").replace(goog.string.gtRe_,"&gt;").rep lace(goog.string.quotRe_,"&quot;").replace(goog.string.singleQuoteRe_,"&#39;");i f(!goog.string.allRe_.test(a))return a;-1!=a.indexOf("&")&&(a=a.replace(goog.str ing.amperRe_,"&amp;"));-1!=a.indexOf("<")&&(a=a.replace(goog.string.ltRe_,"&lt;" ));-1!=a.indexOf(">")&&(a=a.replace(goog.string.gtRe_,"&gt;"));-1!=a.indexOf('"' )&&(a=a.replace(goog.string.quotRe_, 31 goog.string.htmlEscape=function(a,b){if(b)a=a.replace(goog.string.AMP_RE_,"&amp; ").replace(goog.string.LT_RE_,"&lt;").replace(goog.string.GT_RE_,"&gt;").replace (goog.string.QUOT_RE_,"&quot;").replace(goog.string.SINGLE_QUOTE_RE_,"&#39;").re place(goog.string.NULL_RE_,"&#0;"),goog.string.DETECT_DOUBLE_ESCAPING&&(a=a.repl ace(goog.string.E_RE_,"&#101;"));else{if(!goog.string.ALL_RE_.test(a))return a;- 1!=a.indexOf("&")&&(a=a.replace(goog.string.AMP_RE_,"&amp;"));-1!=a.indexOf("<") &&(a=a.replace(goog.string.LT_RE_,
32 "&quot;"));-1!=a.indexOf("'")&&(a=a.replace(goog.string.singleQuoteRe_,"&#39;")) ;return a};goog.string.amperRe_=/&/g;goog.string.ltRe_=/</g;goog.string.gtRe_=/> /g;goog.string.quotRe_=/"/g;goog.string.singleQuoteRe_=/'/g;goog.string.allRe_=/ [&<>"']/;goog.string.unescapeEntities=function(a){return goog.string.contains(a, "&")?"document"in goog.global?goog.string.unescapeEntitiesUsingDom_(a):goog.stri ng.unescapePureXmlEntities_(a):a}; 32 "&lt;"));-1!=a.indexOf(">")&&(a=a.replace(goog.string.GT_RE_,"&gt;"));-1!=a.inde xOf('"')&&(a=a.replace(goog.string.QUOT_RE_,"&quot;"));-1!=a.indexOf("'")&&(a=a. replace(goog.string.SINGLE_QUOTE_RE_,"&#39;"));-1!=a.indexOf("\x00")&&(a=a.repla ce(goog.string.NULL_RE_,"&#0;"));goog.string.DETECT_DOUBLE_ESCAPING&&-1!=a.index Of("e")&&(a=a.replace(goog.string.E_RE_,"&#101;"))}return a};goog.string.AMP_RE_ =/&/g;goog.string.LT_RE_=/</g;goog.string.GT_RE_=/>/g;goog.string.QUOT_RE_=/"/g;
33 goog.string.unescapeEntitiesWithDocument=function(a,b){return goog.string.contai ns(a,"&")?goog.string.unescapeEntitiesUsingDom_(a,b):a}; 33 goog.string.SINGLE_QUOTE_RE_=/'/g;goog.string.NULL_RE_=/\x00/g;goog.string.E_RE_ =/e/g;goog.string.ALL_RE_=goog.string.DETECT_DOUBLE_ESCAPING?/[\x00&<>"'e]/:/[\x 00&<>"']/;goog.string.unescapeEntities=function(a){return goog.string.contains(a ,"&")?"document"in goog.global?goog.string.unescapeEntitiesUsingDom_(a):goog.str ing.unescapePureXmlEntities_(a):a};goog.string.unescapeEntitiesWithDocument=func tion(a,b){return goog.string.contains(a,"&")?goog.string.unescapeEntitiesUsingDo m_(a,b):a};
34 goog.string.unescapeEntitiesUsingDom_=function(a,b){var c={"&amp;":"&","&lt;":"< ","&gt;":">","&quot;":'"'},d;d=b?b.createElement("div"):document.createElement(" div");return a.replace(goog.string.HTML_ENTITY_PATTERN_,function(a,b){var g=c[a] ;if(g)return g;if("#"==b.charAt(0)){var h=Number("0"+b.substr(1));isNaN(h)||(g=S tring.fromCharCode(h))}g||(d.innerHTML=a+" ",g=d.firstChild.nodeValue.slice(0,-1 ));return c[a]=g})}; 34 goog.string.unescapeEntitiesUsingDom_=function(a,b){var c={"&amp;":"&","&lt;":"< ","&gt;":">","&quot;":'"'},d;d=b?b.createElement("div"):goog.global.document.cre ateElement("div");return a.replace(goog.string.HTML_ENTITY_PATTERN_,function(a,b ){var g=c[a];if(g)return g;if("#"==b.charAt(0)){var h=Number("0"+b.substr(1));is NaN(h)||(g=String.fromCharCode(h))}g||(d.innerHTML=a+" ",g=d.firstChild.nodeValu e.slice(0,-1));return c[a]=g})};
35 goog.string.unescapePureXmlEntities_=function(a){return a.replace(/&([^;]+);/g,f unction(a,c){switch(c){case "amp":return"&";case "lt":return"<";case "gt":return ">";case "quot":return'"';default:if("#"==c.charAt(0)){var d=Number("0"+c.substr (1));if(!isNaN(d))return String.fromCharCode(d)}return a}})};goog.string.HTML_EN TITY_PATTERN_=/&([^;\s<&]+);?/g;goog.string.whitespaceEscape=function(a,b){retur n goog.string.newLineToBr(a.replace(/ /g," &#160;"),b)}; 35 goog.string.unescapePureXmlEntities_=function(a){return a.replace(/&([^;]+);/g,f unction(a,c){switch(c){case "amp":return"&";case "lt":return"<";case "gt":return ">";case "quot":return'"';default:if("#"==c.charAt(0)){var d=Number("0"+c.substr (1));if(!isNaN(d))return String.fromCharCode(d)}return a}})};goog.string.HTML_EN TITY_PATTERN_=/&([^;\s<&]+);?/g;goog.string.whitespaceEscape=function(a,b){retur n goog.string.newLineToBr(a.replace(/ /g," &#160;"),b)};
36 goog.string.stripQuotes=function(a,b){for(var c=b.length,d=0;d<c;d++){var e=1==c ?b:b.charAt(d);if(a.charAt(0)==e&&a.charAt(a.length-1)==e)return a.substring(1,a .length-1)}return a};goog.string.truncate=function(a,b,c){c&&(a=goog.string.unes capeEntities(a));a.length>b&&(a=a.substring(0,b-3)+"...");c&&(a=goog.string.html Escape(a));return a}; 36 goog.string.preserveSpaces=function(a){return a.replace(/(^|[\n ]) /g,"$1"+goog. string.Unicode.NBSP)};goog.string.stripQuotes=function(a,b){for(var c=b.length,d =0;d<c;d++){var e=1==c?b:b.charAt(d);if(a.charAt(0)==e&&a.charAt(a.length-1)==e) return a.substring(1,a.length-1)}return a};goog.string.truncate=function(a,b,c){ c&&(a=goog.string.unescapeEntities(a));a.length>b&&(a=a.substring(0,b-3)+"..."); c&&(a=goog.string.htmlEscape(a));return a};
37 goog.string.truncateMiddle=function(a,b,c,d){c&&(a=goog.string.unescapeEntities( a));if(d&&a.length>b){d>b&&(d=b);var e=a.length-d;b-=d;a=a.substring(0,b)+"..."+ a.substring(e)}else a.length>b&&(e=Math.floor(b/2),d=a.length-e,e+=b%2,a=a.subst ring(0,e)+"..."+a.substring(d));c&&(a=goog.string.htmlEscape(a));return a};goog. string.specialEscapeChars_={"\x00":"\\0","\b":"\\b","\f":"\\f","\n":"\\n","\r":" \\r","\t":"\\t","\x0B":"\\x0B",'"':'\\"',"\\":"\\\\"};goog.string.jsEscapeCache_ ={"'":"\\'"}; 37 goog.string.truncateMiddle=function(a,b,c,d){c&&(a=goog.string.unescapeEntities( a));if(d&&a.length>b){d>b&&(d=b);var e=a.length-d;b-=d;a=a.substring(0,b)+"..."+ a.substring(e)}else a.length>b&&(e=Math.floor(b/2),d=a.length-e,e+=b%2,a=a.subst ring(0,e)+"..."+a.substring(d));c&&(a=goog.string.htmlEscape(a));return a};goog. string.specialEscapeChars_={"\x00":"\\0","\b":"\\b","\f":"\\f","\n":"\\n","\r":" \\r","\t":"\\t","\x0B":"\\x0B",'"':'\\"',"\\":"\\\\"};goog.string.jsEscapeCache_ ={"'":"\\'"};
38 goog.string.quote=function(a){a=String(a);if(a.quote)return a.quote();for(var b= ['"'],c=0;c<a.length;c++){var d=a.charAt(c),e=d.charCodeAt(0);b[c+1]=goog.string .specialEscapeChars_[d]||(31<e&&127>e?d:goog.string.escapeChar(d))}b.push('"');r eturn b.join("")};goog.string.escapeString=function(a){for(var b=[],c=0;c<a.leng th;c++)b[c]=goog.string.escapeChar(a.charAt(c));return b.join("")}; 38 goog.string.quote=function(a){a=String(a);if(a.quote)return a.quote();for(var b= ['"'],c=0;c<a.length;c++){var d=a.charAt(c),e=d.charCodeAt(0);b[c+1]=goog.string .specialEscapeChars_[d]||(31<e&&127>e?d:goog.string.escapeChar(d))}b.push('"');r eturn b.join("")};goog.string.escapeString=function(a){for(var b=[],c=0;c<a.leng th;c++)b[c]=goog.string.escapeChar(a.charAt(c));return b.join("")};
39 goog.string.escapeChar=function(a){if(a in goog.string.jsEscapeCache_)return goo g.string.jsEscapeCache_[a];if(a in goog.string.specialEscapeChars_)return goog.s tring.jsEscapeCache_[a]=goog.string.specialEscapeChars_[a];var b=a,c=a.charCodeA t(0);if(31<c&&127>c)b=a;else{if(256>c){if(b="\\x",16>c||256<c)b+="0"}else b="\\u ",4096>c&&(b+="0");b+=c.toString(16).toUpperCase()}return goog.string.jsEscapeCa che_[a]=b};goog.string.toMap=function(a){for(var b={},c=0;c<a.length;c++)b[a.cha rAt(c)]=!0;return b}; 39 goog.string.escapeChar=function(a){if(a in goog.string.jsEscapeCache_)return goo g.string.jsEscapeCache_[a];if(a in goog.string.specialEscapeChars_)return goog.s tring.jsEscapeCache_[a]=goog.string.specialEscapeChars_[a];var b=a,c=a.charCodeA t(0);if(31<c&&127>c)b=a;else{if(256>c){if(b="\\x",16>c||256<c)b+="0"}else b="\\u ",4096>c&&(b+="0");b+=c.toString(16).toUpperCase()}return goog.string.jsEscapeCa che_[a]=b};goog.string.toMap=function(a){for(var b={},c=0;c<a.length;c++)b[a.cha rAt(c)]=!0;return b};
40 goog.string.contains=function(a,b){return-1!=a.indexOf(b)};goog.string.caseInsen sitiveContains=function(a,b){return goog.string.contains(a.toLowerCase(),b.toLow erCase())};goog.string.countOf=function(a,b){return a&&b?a.split(b).length-1:0}; goog.string.removeAt=function(a,b,c){var d=a;0<=b&&b<a.length&&0<c&&(d=a.substr( 0,b)+a.substr(b+c,a.length-b-c));return d};goog.string.remove=function(a,b){var c=new RegExp(goog.string.regExpEscape(b),"");return a.replace(c,"")}; 40 goog.string.contains=function(a,b){return-1!=a.indexOf(b)};goog.string.caseInsen sitiveContains=function(a,b){return goog.string.contains(a.toLowerCase(),b.toLow erCase())};goog.string.countOf=function(a,b){return a&&b?a.split(b).length-1:0}; goog.string.removeAt=function(a,b,c){var d=a;0<=b&&b<a.length&&0<c&&(d=a.substr( 0,b)+a.substr(b+c,a.length-b-c));return d};goog.string.remove=function(a,b){var c=new RegExp(goog.string.regExpEscape(b),"");return a.replace(c,"")};
41 goog.string.removeAll=function(a,b){var c=new RegExp(goog.string.regExpEscape(b) ,"g");return a.replace(c,"")};goog.string.regExpEscape=function(a){return String (a).replace(/([-()\[\]{}+?*.$\^|,:#<!\\])/g,"\\$1").replace(/\x08/g,"\\x08")};go og.string.repeat=function(a,b){return Array(b+1).join(a)};goog.string.padNumber= function(a,b,c){a=goog.isDef(c)?a.toFixed(c):String(a);c=a.indexOf(".");-1==c&&( c=a.length);return goog.string.repeat("0",Math.max(0,b-c))+a}; 41 goog.string.removeAll=function(a,b){var c=new RegExp(goog.string.regExpEscape(b) ,"g");return a.replace(c,"")};goog.string.regExpEscape=function(a){return String (a).replace(/([-()\[\]{}+?*.$\^|,:#<!\\])/g,"\\$1").replace(/\x08/g,"\\x08")};go og.string.repeat=function(a,b){return Array(b+1).join(a)};goog.string.padNumber= function(a,b,c){a=goog.isDef(c)?a.toFixed(c):String(a);c=a.indexOf(".");-1==c&&( c=a.length);return goog.string.repeat("0",Math.max(0,b-c))+a};
42 goog.string.makeSafe=function(a){return null==a?"":String(a)};goog.string.buildS tring=function(a){return Array.prototype.join.call(arguments,"")};goog.string.ge tRandomString=function(){var a=2147483648;return Math.floor(Math.random()*a).toS tring(36)+Math.abs(Math.floor(Math.random()*a)^goog.now()).toString(36)}; 42 goog.string.makeSafe=function(a){return null==a?"":String(a)};goog.string.buildS tring=function(a){return Array.prototype.join.call(arguments,"")};goog.string.ge tRandomString=function(){var a=2147483648;return Math.floor(Math.random()*a).toS tring(36)+Math.abs(Math.floor(Math.random()*a)^goog.now()).toString(36)};
43 goog.string.compareVersions=function(a,b){for(var c=0,d=goog.string.trim(String( a)).split("."),e=goog.string.trim(String(b)).split("."),f=Math.max(d.length,e.le ngth),g=0;0==c&&g<f;g++){var h=d[g]||"",k=e[g]||"",l=/(\d*)(\D*)/g,n=/(\d*)(\D*) /g;do{var p=l.exec(h)||["","",""],q=n.exec(k)||["","",""];if(0==p[0].length&&0== q[0].length)break;var c=0==p[1].length?0:parseInt(p[1],10),m=0==q[1].length?0:pa rseInt(q[1],10),c=goog.string.compareElements_(c,m)||goog.string.compareElements _(0==p[2].length,0==q[2].length)|| 43 goog.string.compareVersions=function(a,b){for(var c=0,d=goog.string.trim(String( a)).split("."),e=goog.string.trim(String(b)).split("."),f=Math.max(d.length,e.le ngth),g=0;0==c&&g<f;g++){var h=d[g]||"",k=e[g]||"",l=/(\d*)(\D*)/g,n=/(\d*)(\D*) /g;do{var p=l.exec(h)||["","",""],q=n.exec(k)||["","",""];if(0==p[0].length&&0== q[0].length)break;var c=0==p[1].length?0:parseInt(p[1],10),m=0==q[1].length?0:pa rseInt(q[1],10),c=goog.string.compareElements_(c,m)||goog.string.compareElements _(0==p[2].length,0==q[2].length)||
44 goog.string.compareElements_(p[2],q[2])}while(0==c)}return c};goog.string.compar eElements_=function(a,b){return a<b?-1:a>b?1:0};goog.string.HASHCODE_MAX_=429496 7296;goog.string.hashCode=function(a){for(var b=0,c=0;c<a.length;++c)b=31*b+a.ch arCodeAt(c),b%=goog.string.HASHCODE_MAX_;return b};goog.string.uniqueStringCount er_=2147483648*Math.random()|0;goog.string.createUniqueString=function(){return" goog_"+goog.string.uniqueStringCounter_++}; 44 goog.string.compareElements_(p[2],q[2])}while(0==c)}return c};goog.string.compar eElements_=function(a,b){return a<b?-1:a>b?1:0};goog.string.HASHCODE_MAX_=429496 7296;goog.string.hashCode=function(a){for(var b=0,c=0;c<a.length;++c)b=31*b+a.ch arCodeAt(c),b%=goog.string.HASHCODE_MAX_;return b};goog.string.uniqueStringCount er_=2147483648*Math.random()|0;goog.string.createUniqueString=function(){return" goog_"+goog.string.uniqueStringCounter_++};
45 goog.string.toNumber=function(a){var b=Number(a);return 0==b&&goog.string.isEmpt y(a)?NaN:b};goog.string.isLowerCamelCase=function(a){return/^[a-z]+([A-Z][a-z]*) *$/.test(a)};goog.string.isUpperCamelCase=function(a){return/^([A-Z][a-z]*)+$/.t est(a)};goog.string.toCamelCase=function(a){return String(a).replace(/\-([a-z])/ g,function(a,c){return c.toUpperCase()})};goog.string.toSelectorCase=function(a) {return String(a).replace(/([A-Z])/g,"-$1").toLowerCase()}; 45 goog.string.toNumber=function(a){var b=Number(a);return 0==b&&goog.string.isEmpt y(a)?NaN:b};goog.string.isLowerCamelCase=function(a){return/^[a-z]+([A-Z][a-z]*) *$/.test(a)};goog.string.isUpperCamelCase=function(a){return/^([A-Z][a-z]*)+$/.t est(a)};goog.string.toCamelCase=function(a){return String(a).replace(/\-([a-z])/ g,function(a,c){return c.toUpperCase()})};goog.string.toSelectorCase=function(a) {return String(a).replace(/([A-Z])/g,"-$1").toLowerCase()};
46 goog.string.toTitleCase=function(a,b){var c=goog.isString(b)?goog.string.regExpE scape(b):"\\s",c=c?"|["+c+"]+":"",c=new RegExp("(^"+c+")([a-z])","g");return a.r eplace(c,function(a,b,c){return b+c.toUpperCase()})};goog.string.parseInt=functi on(a){isFinite(a)&&(a=String(a));return goog.isString(a)?/^\s*-?0x/i.test(a)?par seInt(a,16):parseInt(a,10):NaN};goog.string.splitLimit=function(a,b,c){a=a.split (b);for(var d=[];0<c&&a.length;)d.push(a.shift()),c--;a.length&&d.push(a.join(b) );return d};goog.asserts={};goog.asserts.ENABLE_ASSERTS=goog.DEBUG;goog.asserts. AssertionError=function(a,b){b.unshift(a);goog.debug.Error.call(this,goog.string .subs.apply(null,b));b.shift()};goog.inherits(goog.asserts.AssertionError,goog.d ebug.Error);goog.asserts.AssertionError.prototype.name="AssertionError";goog.ass erts.doAssertFailure_=function(a,b,c,d){var e="Assertion failed";if(c)var e=e+(" : "+c),f=d;else a&&(e+=": "+a,f=b);throw new goog.asserts.AssertionError(""+e,f| |[]);}; 46 goog.string.toTitleCase=function(a,b){var c=goog.isString(b)?goog.string.regExpE scape(b):"\\s",c=c?"|["+c+"]+":"",c=new RegExp("(^"+c+")([a-z])","g");return a.r eplace(c,function(a,b,c){return b+c.toUpperCase()})};goog.string.parseInt=functi on(a){isFinite(a)&&(a=String(a));return goog.isString(a)?/^\s*-?0x/i.test(a)?par seInt(a,16):parseInt(a,10):NaN};goog.string.splitLimit=function(a,b,c){a=a.split (b);for(var d=[];0<c&&a.length;)d.push(a.shift()),c--;a.length&&d.push(a.join(b) );return d};goog.asserts={};goog.asserts.ENABLE_ASSERTS=goog.DEBUG;goog.asserts. AssertionError=function(a,b){b.unshift(a);goog.debug.Error.call(this,goog.string .subs.apply(null,b));b.shift()};goog.inherits(goog.asserts.AssertionError,goog.d ebug.Error);goog.asserts.AssertionError.prototype.name="AssertionError";goog.ass erts.doAssertFailure_=function(a,b,c,d){var e="Assertion failed";if(c)var e=e+(" : "+c),f=d;else a&&(e+=": "+a,f=b);throw new goog.asserts.AssertionError(""+e,f| |[]);};
47 goog.asserts.assert=function(a,b,c){goog.asserts.ENABLE_ASSERTS&&!a&&goog.assert s.doAssertFailure_("",null,b,Array.prototype.slice.call(arguments,2));return a}; goog.asserts.fail=function(a,b){if(goog.asserts.ENABLE_ASSERTS)throw new goog.as serts.AssertionError("Failure"+(a?": "+a:""),Array.prototype.slice.call(argument s,1));}; 47 goog.asserts.assert=function(a,b,c){goog.asserts.ENABLE_ASSERTS&&!a&&goog.assert s.doAssertFailure_("",null,b,Array.prototype.slice.call(arguments,2));return a}; goog.asserts.fail=function(a,b){if(goog.asserts.ENABLE_ASSERTS)throw new goog.as serts.AssertionError("Failure"+(a?": "+a:""),Array.prototype.slice.call(argument s,1));};
48 goog.asserts.assertNumber=function(a,b,c){goog.asserts.ENABLE_ASSERTS&&!goog.isN umber(a)&&goog.asserts.doAssertFailure_("Expected number but got %s: %s.",[goog. typeOf(a),a],b,Array.prototype.slice.call(arguments,2));return a};goog.asserts.a ssertString=function(a,b,c){goog.asserts.ENABLE_ASSERTS&&!goog.isString(a)&&goog .asserts.doAssertFailure_("Expected string but got %s: %s.",[goog.typeOf(a),a],b ,Array.prototype.slice.call(arguments,2));return a}; 48 goog.asserts.assertNumber=function(a,b,c){goog.asserts.ENABLE_ASSERTS&&!goog.isN umber(a)&&goog.asserts.doAssertFailure_("Expected number but got %s: %s.",[goog. typeOf(a),a],b,Array.prototype.slice.call(arguments,2));return a};goog.asserts.a ssertString=function(a,b,c){goog.asserts.ENABLE_ASSERTS&&!goog.isString(a)&&goog .asserts.doAssertFailure_("Expected string but got %s: %s.",[goog.typeOf(a),a],b ,Array.prototype.slice.call(arguments,2));return a};
49 goog.asserts.assertFunction=function(a,b,c){goog.asserts.ENABLE_ASSERTS&&!goog.i sFunction(a)&&goog.asserts.doAssertFailure_("Expected function but got %s: %s.", [goog.typeOf(a),a],b,Array.prototype.slice.call(arguments,2));return a};goog.ass erts.assertObject=function(a,b,c){goog.asserts.ENABLE_ASSERTS&&!goog.isObject(a) &&goog.asserts.doAssertFailure_("Expected object but got %s: %s.",[goog.typeOf(a ),a],b,Array.prototype.slice.call(arguments,2));return a}; 49 goog.asserts.assertFunction=function(a,b,c){goog.asserts.ENABLE_ASSERTS&&!goog.i sFunction(a)&&goog.asserts.doAssertFailure_("Expected function but got %s: %s.", [goog.typeOf(a),a],b,Array.prototype.slice.call(arguments,2));return a};goog.ass erts.assertObject=function(a,b,c){goog.asserts.ENABLE_ASSERTS&&!goog.isObject(a) &&goog.asserts.doAssertFailure_("Expected object but got %s: %s.",[goog.typeOf(a ),a],b,Array.prototype.slice.call(arguments,2));return a};
50 goog.asserts.assertArray=function(a,b,c){goog.asserts.ENABLE_ASSERTS&&!goog.isAr ray(a)&&goog.asserts.doAssertFailure_("Expected array but got %s: %s.",[goog.typ eOf(a),a],b,Array.prototype.slice.call(arguments,2));return a};goog.asserts.asse rtBoolean=function(a,b,c){goog.asserts.ENABLE_ASSERTS&&!goog.isBoolean(a)&&goog. asserts.doAssertFailure_("Expected boolean but got %s: %s.",[goog.typeOf(a),a],b ,Array.prototype.slice.call(arguments,2));return a}; 50 goog.asserts.assertArray=function(a,b,c){goog.asserts.ENABLE_ASSERTS&&!goog.isAr ray(a)&&goog.asserts.doAssertFailure_("Expected array but got %s: %s.",[goog.typ eOf(a),a],b,Array.prototype.slice.call(arguments,2));return a};goog.asserts.asse rtBoolean=function(a,b,c){goog.asserts.ENABLE_ASSERTS&&!goog.isBoolean(a)&&goog. asserts.doAssertFailure_("Expected boolean but got %s: %s.",[goog.typeOf(a),a],b ,Array.prototype.slice.call(arguments,2));return a};
51 goog.asserts.assertElement=function(a,b,c){!goog.asserts.ENABLE_ASSERTS||goog.is Object(a)&&a.nodeType==goog.dom.NodeType.ELEMENT||goog.asserts.doAssertFailure_( "Expected Element but got %s: %s.",[goog.typeOf(a),a],b,Array.prototype.slice.ca ll(arguments,2));return a};goog.asserts.assertInstanceof=function(a,b,c,d){!goog .asserts.ENABLE_ASSERTS||a instanceof b||goog.asserts.doAssertFailure_("instance of check failed.",null,c,Array.prototype.slice.call(arguments,3));return a}; 51 goog.asserts.assertElement=function(a,b,c){!goog.asserts.ENABLE_ASSERTS||goog.is Object(a)&&a.nodeType==goog.dom.NodeType.ELEMENT||goog.asserts.doAssertFailure_( "Expected Element but got %s: %s.",[goog.typeOf(a),a],b,Array.prototype.slice.ca ll(arguments,2));return a};goog.asserts.assertInstanceof=function(a,b,c,d){!goog .asserts.ENABLE_ASSERTS||a instanceof b||goog.asserts.doAssertFailure_("instance of check failed.",null,c,Array.prototype.slice.call(arguments,3));return a};
52 goog.asserts.assertObjectPrototypeIsIntact=function(){for(var a in Object.protot ype)goog.asserts.fail(a+" should not be enumerable in Object.prototype.")};goog. array={};goog.NATIVE_ARRAY_PROTOTYPES=goog.TRUSTED_SITE;goog.array.ASSUME_NATIVE _FUNCTIONS=!1;goog.array.peek=function(a){return a[a.length-1]};goog.array.ARRAY _PROTOTYPE_=Array.prototype; 52 goog.asserts.assertObjectPrototypeIsIntact=function(){for(var a in Object.protot ype)goog.asserts.fail(a+" should not be enumerable in Object.prototype.")};goog. array={};goog.NATIVE_ARRAY_PROTOTYPES=goog.TRUSTED_SITE;goog.array.ASSUME_NATIVE _FUNCTIONS=!1;goog.array.peek=function(a){return a[a.length-1]};goog.array.last= goog.array.peek;goog.array.ARRAY_PROTOTYPE_=Array.prototype;
53 goog.array.indexOf=goog.NATIVE_ARRAY_PROTOTYPES&&(goog.array.ASSUME_NATIVE_FUNCT IONS||goog.array.ARRAY_PROTOTYPE_.indexOf)?function(a,b,c){goog.asserts.assert(n ull!=a.length);return goog.array.ARRAY_PROTOTYPE_.indexOf.call(a,b,c)}:function( a,b,c){c=null==c?0:0>c?Math.max(0,a.length+c):c;if(goog.isString(a))return goog. isString(b)&&1==b.length?a.indexOf(b,c):-1;for(;c<a.length;c++)if(c in a&&a[c]== =b)return c;return-1}; 53 goog.array.indexOf=goog.NATIVE_ARRAY_PROTOTYPES&&(goog.array.ASSUME_NATIVE_FUNCT IONS||goog.array.ARRAY_PROTOTYPE_.indexOf)?function(a,b,c){goog.asserts.assert(n ull!=a.length);return goog.array.ARRAY_PROTOTYPE_.indexOf.call(a,b,c)}:function( a,b,c){c=null==c?0:0>c?Math.max(0,a.length+c):c;if(goog.isString(a))return goog. isString(b)&&1==b.length?a.indexOf(b,c):-1;for(;c<a.length;c++)if(c in a&&a[c]== =b)return c;return-1};
54 goog.array.lastIndexOf=goog.NATIVE_ARRAY_PROTOTYPES&&(goog.array.ASSUME_NATIVE_F UNCTIONS||goog.array.ARRAY_PROTOTYPE_.lastIndexOf)?function(a,b,c){goog.asserts. assert(null!=a.length);c=null==c?a.length-1:c;return goog.array.ARRAY_PROTOTYPE_ .lastIndexOf.call(a,b,c)}:function(a,b,c){c=null==c?a.length-1:c;0>c&&(c=Math.ma x(0,a.length+c));if(goog.isString(a))return goog.isString(b)&&1==b.length?a.last IndexOf(b,c):-1;for(;0<=c;c--)if(c in a&&a[c]===b)return c;return-1}; 54 goog.array.lastIndexOf=goog.NATIVE_ARRAY_PROTOTYPES&&(goog.array.ASSUME_NATIVE_F UNCTIONS||goog.array.ARRAY_PROTOTYPE_.lastIndexOf)?function(a,b,c){goog.asserts. assert(null!=a.length);c=null==c?a.length-1:c;return goog.array.ARRAY_PROTOTYPE_ .lastIndexOf.call(a,b,c)}:function(a,b,c){c=null==c?a.length-1:c;0>c&&(c=Math.ma x(0,a.length+c));if(goog.isString(a))return goog.isString(b)&&1==b.length?a.last IndexOf(b,c):-1;for(;0<=c;c--)if(c in a&&a[c]===b)return c;return-1};
55 goog.array.forEach=goog.NATIVE_ARRAY_PROTOTYPES&&(goog.array.ASSUME_NATIVE_FUNCT IONS||goog.array.ARRAY_PROTOTYPE_.forEach)?function(a,b,c){goog.asserts.assert(n ull!=a.length);goog.array.ARRAY_PROTOTYPE_.forEach.call(a,b,c)}:function(a,b,c){ for(var d=a.length,e=goog.isString(a)?a.split(""):a,f=0;f<d;f++)f in e&&b.call(c ,e[f],f,a)};goog.array.forEachRight=function(a,b,c){for(var d=a.length,e=goog.is String(a)?a.split(""):a,d=d-1;0<=d;--d)d in e&&b.call(c,e[d],d,a)}; 55 goog.array.forEach=goog.NATIVE_ARRAY_PROTOTYPES&&(goog.array.ASSUME_NATIVE_FUNCT IONS||goog.array.ARRAY_PROTOTYPE_.forEach)?function(a,b,c){goog.asserts.assert(n ull!=a.length);goog.array.ARRAY_PROTOTYPE_.forEach.call(a,b,c)}:function(a,b,c){ for(var d=a.length,e=goog.isString(a)?a.split(""):a,f=0;f<d;f++)f in e&&b.call(c ,e[f],f,a)};goog.array.forEachRight=function(a,b,c){for(var d=a.length,e=goog.is String(a)?a.split(""):a,d=d-1;0<=d;--d)d in e&&b.call(c,e[d],d,a)};
56 goog.array.filter=goog.NATIVE_ARRAY_PROTOTYPES&&(goog.array.ASSUME_NATIVE_FUNCTI ONS||goog.array.ARRAY_PROTOTYPE_.filter)?function(a,b,c){goog.asserts.assert(nul l!=a.length);return goog.array.ARRAY_PROTOTYPE_.filter.call(a,b,c)}:function(a,b ,c){for(var d=a.length,e=[],f=0,g=goog.isString(a)?a.split(""):a,h=0;h<d;h++)if( h in g){var k=g[h];b.call(c,k,h,a)&&(e[f++]=k)}return e}; 56 goog.array.filter=goog.NATIVE_ARRAY_PROTOTYPES&&(goog.array.ASSUME_NATIVE_FUNCTI ONS||goog.array.ARRAY_PROTOTYPE_.filter)?function(a,b,c){goog.asserts.assert(nul l!=a.length);return goog.array.ARRAY_PROTOTYPE_.filter.call(a,b,c)}:function(a,b ,c){for(var d=a.length,e=[],f=0,g=goog.isString(a)?a.split(""):a,h=0;h<d;h++)if( h in g){var k=g[h];b.call(c,k,h,a)&&(e[f++]=k)}return e};
57 goog.array.map=goog.NATIVE_ARRAY_PROTOTYPES&&(goog.array.ASSUME_NATIVE_FUNCTIONS ||goog.array.ARRAY_PROTOTYPE_.map)?function(a,b,c){goog.asserts.assert(null!=a.l ength);return goog.array.ARRAY_PROTOTYPE_.map.call(a,b,c)}:function(a,b,c){for(v ar d=a.length,e=Array(d),f=goog.isString(a)?a.split(""):a,g=0;g<d;g++)g in f&&(e [g]=b.call(c,f[g],g,a));return e}; 57 goog.array.map=goog.NATIVE_ARRAY_PROTOTYPES&&(goog.array.ASSUME_NATIVE_FUNCTIONS ||goog.array.ARRAY_PROTOTYPE_.map)?function(a,b,c){goog.asserts.assert(null!=a.l ength);return goog.array.ARRAY_PROTOTYPE_.map.call(a,b,c)}:function(a,b,c){for(v ar d=a.length,e=Array(d),f=goog.isString(a)?a.split(""):a,g=0;g<d;g++)g in f&&(e [g]=b.call(c,f[g],g,a));return e};
58 goog.array.reduce=goog.NATIVE_ARRAY_PROTOTYPES&&(goog.array.ASSUME_NATIVE_FUNCTI ONS||goog.array.ARRAY_PROTOTYPE_.reduce)?function(a,b,c,d){goog.asserts.assert(n ull!=a.length);d&&(b=goog.bind(b,d));return goog.array.ARRAY_PROTOTYPE_.reduce.c all(a,b,c)}:function(a,b,c,d){var e=c;goog.array.forEach(a,function(c,g){e=b.cal l(d,e,c,g,a)});return e}; 58 goog.array.reduce=goog.NATIVE_ARRAY_PROTOTYPES&&(goog.array.ASSUME_NATIVE_FUNCTI ONS||goog.array.ARRAY_PROTOTYPE_.reduce)?function(a,b,c,d){goog.asserts.assert(n ull!=a.length);d&&(b=goog.bind(b,d));return goog.array.ARRAY_PROTOTYPE_.reduce.c all(a,b,c)}:function(a,b,c,d){var e=c;goog.array.forEach(a,function(c,g){e=b.cal l(d,e,c,g,a)});return e};
59 goog.array.reduceRight=goog.NATIVE_ARRAY_PROTOTYPES&&(goog.array.ASSUME_NATIVE_F UNCTIONS||goog.array.ARRAY_PROTOTYPE_.reduceRight)?function(a,b,c,d){goog.assert s.assert(null!=a.length);d&&(b=goog.bind(b,d));return goog.array.ARRAY_PROTOTYPE _.reduceRight.call(a,b,c)}:function(a,b,c,d){var e=c;goog.array.forEachRight(a,f unction(c,g){e=b.call(d,e,c,g,a)});return e}; 59 goog.array.reduceRight=goog.NATIVE_ARRAY_PROTOTYPES&&(goog.array.ASSUME_NATIVE_F UNCTIONS||goog.array.ARRAY_PROTOTYPE_.reduceRight)?function(a,b,c,d){goog.assert s.assert(null!=a.length);d&&(b=goog.bind(b,d));return goog.array.ARRAY_PROTOTYPE _.reduceRight.call(a,b,c)}:function(a,b,c,d){var e=c;goog.array.forEachRight(a,f unction(c,g){e=b.call(d,e,c,g,a)});return e};
60 goog.array.some=goog.NATIVE_ARRAY_PROTOTYPES&&(goog.array.ASSUME_NATIVE_FUNCTION S||goog.array.ARRAY_PROTOTYPE_.some)?function(a,b,c){goog.asserts.assert(null!=a .length);return goog.array.ARRAY_PROTOTYPE_.some.call(a,b,c)}:function(a,b,c){fo r(var d=a.length,e=goog.isString(a)?a.split(""):a,f=0;f<d;f++)if(f in e&&b.call( c,e[f],f,a))return!0;return!1}; 60 goog.array.some=goog.NATIVE_ARRAY_PROTOTYPES&&(goog.array.ASSUME_NATIVE_FUNCTION S||goog.array.ARRAY_PROTOTYPE_.some)?function(a,b,c){goog.asserts.assert(null!=a .length);return goog.array.ARRAY_PROTOTYPE_.some.call(a,b,c)}:function(a,b,c){fo r(var d=a.length,e=goog.isString(a)?a.split(""):a,f=0;f<d;f++)if(f in e&&b.call( c,e[f],f,a))return!0;return!1};
61 goog.array.every=goog.NATIVE_ARRAY_PROTOTYPES&&(goog.array.ASSUME_NATIVE_FUNCTIO NS||goog.array.ARRAY_PROTOTYPE_.every)?function(a,b,c){goog.asserts.assert(null! =a.length);return goog.array.ARRAY_PROTOTYPE_.every.call(a,b,c)}:function(a,b,c) {for(var d=a.length,e=goog.isString(a)?a.split(""):a,f=0;f<d;f++)if(f in e&&!b.c all(c,e[f],f,a))return!1;return!0};goog.array.count=function(a,b,c){var d=0;goog .array.forEach(a,function(a,f,g){b.call(c,a,f,g)&&++d},c);return d}; 61 goog.array.every=goog.NATIVE_ARRAY_PROTOTYPES&&(goog.array.ASSUME_NATIVE_FUNCTIO NS||goog.array.ARRAY_PROTOTYPE_.every)?function(a,b,c){goog.asserts.assert(null! =a.length);return goog.array.ARRAY_PROTOTYPE_.every.call(a,b,c)}:function(a,b,c) {for(var d=a.length,e=goog.isString(a)?a.split(""):a,f=0;f<d;f++)if(f in e&&!b.c all(c,e[f],f,a))return!1;return!0};goog.array.count=function(a,b,c){var d=0;goog .array.forEach(a,function(a,f,g){b.call(c,a,f,g)&&++d},c);return d};
62 goog.array.find=function(a,b,c){b=goog.array.findIndex(a,b,c);return 0>b?null:go og.isString(a)?a.charAt(b):a[b]};goog.array.findIndex=function(a,b,c){for(var d= a.length,e=goog.isString(a)?a.split(""):a,f=0;f<d;f++)if(f in e&&b.call(c,e[f],f ,a))return f;return-1};goog.array.findRight=function(a,b,c){b=goog.array.findInd exRight(a,b,c);return 0>b?null:goog.isString(a)?a.charAt(b):a[b]}; 62 goog.array.find=function(a,b,c){b=goog.array.findIndex(a,b,c);return 0>b?null:go og.isString(a)?a.charAt(b):a[b]};goog.array.findIndex=function(a,b,c){for(var d= a.length,e=goog.isString(a)?a.split(""):a,f=0;f<d;f++)if(f in e&&b.call(c,e[f],f ,a))return f;return-1};goog.array.findRight=function(a,b,c){b=goog.array.findInd exRight(a,b,c);return 0>b?null:goog.isString(a)?a.charAt(b):a[b]};
(...skipping 25 matching lines...) Expand all
88 1E12:{other:"0 \u062a\u0631\u064a\u0644\u064a\u0648\u0646"},1E13:{other:"00 \u06 2a\u0631\u064a\u0644\u064a\u0648\u0646"},1E14:{other:"000 \u062a\u0631\u064a\u06 44\u064a\u0648\u0646"}}};goog.i18n.CompactNumberFormatSymbols_ar_001=goog.i18n.C ompactNumberFormatSymbols_ar; 88 1E12:{other:"0 \u062a\u0631\u064a\u0644\u064a\u0648\u0646"},1E13:{other:"00 \u06 2a\u0631\u064a\u0644\u064a\u0648\u0646"},1E14:{other:"000 \u062a\u0631\u064a\u06 44\u064a\u0648\u0646"}}};goog.i18n.CompactNumberFormatSymbols_ar_001=goog.i18n.C ompactNumberFormatSymbols_ar;
89 goog.i18n.CompactNumberFormatSymbols_az={COMPACT_DECIMAL_SHORT_PATTERN:{1E3:{oth er:"0K"},1E4:{other:"00K"},1E5:{other:"000K"},1E6:{other:"0M"},1E7:{other:"00M"} ,1E8:{other:"000M"},1E9:{other:"0G"},1E10:{other:"00G"},1E11:{other:"000G"},1E12 :{other:"0T"},1E13:{other:"00T"},1E14:{other:"000T"}},COMPACT_DECIMAL_LONG_PATTE RN:{1E3:{other:"0K"},1E4:{other:"00K"},1E5:{other:"000K"},1E6:{other:"0M"},1E7:{ other:"00M"},1E8:{other:"000M"},1E9:{other:"0G"},1E10:{other:"00G"},1E11:{other: "000G"},1E12:{other:"0T"}, 89 goog.i18n.CompactNumberFormatSymbols_az={COMPACT_DECIMAL_SHORT_PATTERN:{1E3:{oth er:"0K"},1E4:{other:"00K"},1E5:{other:"000K"},1E6:{other:"0M"},1E7:{other:"00M"} ,1E8:{other:"000M"},1E9:{other:"0G"},1E10:{other:"00G"},1E11:{other:"000G"},1E12 :{other:"0T"},1E13:{other:"00T"},1E14:{other:"000T"}},COMPACT_DECIMAL_LONG_PATTE RN:{1E3:{other:"0K"},1E4:{other:"00K"},1E5:{other:"000K"},1E6:{other:"0M"},1E7:{ other:"00M"},1E8:{other:"000M"},1E9:{other:"0G"},1E10:{other:"00G"},1E11:{other: "000G"},1E12:{other:"0T"},
90 1E13:{other:"00T"},1E14:{other:"000T"}}};goog.i18n.CompactNumberFormatSymbols_az _Cyrl_AZ=goog.i18n.CompactNumberFormatSymbols_az;goog.i18n.CompactNumberFormatSy mbols_az_Latn_AZ=goog.i18n.CompactNumberFormatSymbols_az; 90 1E13:{other:"00T"},1E14:{other:"000T"}}};goog.i18n.CompactNumberFormatSymbols_az _Cyrl_AZ=goog.i18n.CompactNumberFormatSymbols_az;goog.i18n.CompactNumberFormatSy mbols_az_Latn_AZ=goog.i18n.CompactNumberFormatSymbols_az;
91 goog.i18n.CompactNumberFormatSymbols_bg={COMPACT_DECIMAL_SHORT_PATTERN:{1E3:{oth er:"0\u00a0\u0445\u0438\u043b."},1E4:{other:"00\u00a0\u0445\u0438\u043b."},1E5:{ other:"000\u00a0\u0445\u0438\u043b."},1E6:{other:"0\u00a0\u043c\u043b\u043d."},1 E7:{other:"00\u00a0\u043c\u043b\u043d."},1E8:{other:"000\u00a0\u043c\u043b\u043d ."},1E9:{other:"0\u00a0\u043c\u043b\u0440\u0434."},1E10:{other:"00\u00a0\u043c\u 043b\u0440\u0434."},1E11:{other:"000\u00a0\u043c\u043b\u0440\u0434."},1E12:{othe r:"0\u00a0\u0442\u0440\u043b\u043d."}, 91 goog.i18n.CompactNumberFormatSymbols_bg={COMPACT_DECIMAL_SHORT_PATTERN:{1E3:{oth er:"0\u00a0\u0445\u0438\u043b."},1E4:{other:"00\u00a0\u0445\u0438\u043b."},1E5:{ other:"000\u00a0\u0445\u0438\u043b."},1E6:{other:"0\u00a0\u043c\u043b\u043d."},1 E7:{other:"00\u00a0\u043c\u043b\u043d."},1E8:{other:"000\u00a0\u043c\u043b\u043d ."},1E9:{other:"0\u00a0\u043c\u043b\u0440\u0434."},1E10:{other:"00\u00a0\u043c\u 043b\u0440\u0434."},1E11:{other:"000\u00a0\u043c\u043b\u0440\u0434."},1E12:{othe r:"0\u00a0\u0442\u0440\u043b\u043d."},
92 1E13:{other:"00\u00a0\u0442\u0440\u043b\u043d."},1E14:{other:"000\u00a0\u0442\u0 440\u043b\u043d."}},COMPACT_DECIMAL_LONG_PATTERN:{1E3:{other:"0 \u0445\u0438\u04 3b\u044f\u0434\u0438"},1E4:{other:"00 \u0445\u0438\u043b\u044f\u0434\u0438"},1E5 :{other:"000 \u0445\u0438\u043b\u044f\u0434\u0438"},1E6:{other:"0 \u043c\u0438\u 043b\u0438\u043e\u043d\u0430"},1E7:{other:"00 \u043c\u0438\u043b\u0438\u043e\u04 3d\u0430"},1E8:{other:"000 \u043c\u0438\u043b\u0438\u043e\u043d\u0430"},1E9:{oth er:"0 \u043c\u0438\u043b\u0438\u0430\u0440\u0434\u0430"}, 92 1E13:{other:"00\u00a0\u0442\u0440\u043b\u043d."},1E14:{other:"000\u00a0\u0442\u0 440\u043b\u043d."}},COMPACT_DECIMAL_LONG_PATTERN:{1E3:{other:"0 \u0445\u0438\u04 3b\u044f\u0434\u0438"},1E4:{other:"00 \u0445\u0438\u043b\u044f\u0434\u0438"},1E5 :{other:"000 \u0445\u0438\u043b\u044f\u0434\u0438"},1E6:{other:"0 \u043c\u0438\u 043b\u0438\u043e\u043d\u0430"},1E7:{other:"00 \u043c\u0438\u043b\u0438\u043e\u04 3d\u0430"},1E8:{other:"000 \u043c\u0438\u043b\u0438\u043e\u043d\u0430"},1E9:{oth er:"0 \u043c\u0438\u043b\u0438\u0430\u0440\u0434\u0430"},
93 1E10:{other:"00 \u043c\u0438\u043b\u0438\u0430\u0440\u0434\u0430"},1E11:{other:" 000 \u043c\u0438\u043b\u0438\u0430\u0440\u0434\u0430"},1E12:{other:"0 \u0442\u04 40\u0438\u043b\u0438\u043e\u043d\u0430"},1E13:{other:"00 \u0442\u0440\u0438\u043 b\u0438\u043e\u043d\u0430"},1E14:{other:"000 \u0442\u0440\u0438\u043b\u0438\u043 e\u043d\u0430"}}};goog.i18n.CompactNumberFormatSymbols_bg_BG=goog.i18n.CompactNu mberFormatSymbols_bg; 93 1E10:{other:"00 \u043c\u0438\u043b\u0438\u0430\u0440\u0434\u0430"},1E11:{other:" 000 \u043c\u0438\u043b\u0438\u0430\u0440\u0434\u0430"},1E12:{other:"0 \u0442\u04 40\u0438\u043b\u0438\u043e\u043d\u0430"},1E13:{other:"00 \u0442\u0440\u0438\u043 b\u0438\u043e\u043d\u0430"},1E14:{other:"000 \u0442\u0440\u0438\u043b\u0438\u043 e\u043d\u0430"}}};goog.i18n.CompactNumberFormatSymbols_bg_BG=goog.i18n.CompactNu mberFormatSymbols_bg;
94 goog.i18n.CompactNumberFormatSymbols_bn={COMPACT_DECIMAL_SHORT_PATTERN:{1E3:{oth er:"0K"},1E4:{other:"00K"},1E5:{other:"0\u00a0\u09b2\u09be\u0996"},1E6:{other:"0 M"},1E7:{other:"00M"},1E8:{other:"000M"},1E9:{other:"0B"},1E10:{other:"00B"},1E1 1:{other:"000B"},1E12:{other:"0T"},1E13:{other:"00T"},1E14:{other:"000T"}},COMPA CT_DECIMAL_LONG_PATTERN:{1E3:{other:"0 \u09b9\u09be\u099c\u09be\u09b0"},1E4:{oth er:"00 \u09b9\u09be\u099c\u09be\u09b0"},1E5:{other:"0 \u09b2\u09be\u0996"},1E6:{ other:"0 \u09ae\u09bf\u09b2\u09bf\u09af\u09bc\u09a8"}, 94 goog.i18n.CompactNumberFormatSymbols_bn={COMPACT_DECIMAL_SHORT_PATTERN:{1E3:{oth er:"0K"},1E4:{other:"00K"},1E5:{other:"0\u00a0\u09b2\u09be\u0996"},1E6:{other:"0 M"},1E7:{other:"00M"},1E8:{other:"000M"},1E9:{other:"0B"},1E10:{other:"00B"},1E1 1:{other:"000B"},1E12:{other:"0T"},1E13:{other:"00T"},1E14:{other:"000T"}},COMPA CT_DECIMAL_LONG_PATTERN:{1E3:{other:"0 \u09b9\u09be\u099c\u09be\u09b0"},1E4:{oth er:"00 \u09b9\u09be\u099c\u09be\u09b0"},1E5:{other:"0 \u09b2\u09be\u0996"},1E6:{ other:"0 \u09ae\u09bf\u09b2\u09bf\u09af\u09bc\u09a8"},
95 1E7:{other:"00 \u09ae\u09bf\u09b2\u09bf\u09af\u09bc\u09a8"},1E8:{other:"000 \u09 ae\u09bf\u09b2\u09bf\u09af\u09bc\u09a8"},1E9:{other:"0 \u09ac\u09bf\u09b2\u09bf\ u09af\u09bc\u09a8"},1E10:{other:"00 \u09ac\u09bf\u09b2\u09bf\u09af\u09bc\u09a8"} ,1E11:{other:"000 \u09ac\u09bf\u09b2\u09bf\u09af\u09bc\u09a8"},1E12:{other:"0 \u 099f\u09cd\u09b0\u09bf\u09b2\u09bf\u09af\u09bc\u09a8"},1E13:{other:"00 \u099f\u0 9cd\u09b0\u09bf\u09b2\u09bf\u09af\u09bc\u09a8"},1E14:{other:"000 \u099f\u09cd\u0 9b0\u09bf\u09b2\u09bf\u09af\u09bc\u09a8"}}}; 95 1E7:{other:"00 \u09ae\u09bf\u09b2\u09bf\u09af\u09bc\u09a8"},1E8:{other:"000 \u09 ae\u09bf\u09b2\u09bf\u09af\u09bc\u09a8"},1E9:{other:"0 \u09ac\u09bf\u09b2\u09bf\ u09af\u09bc\u09a8"},1E10:{other:"00 \u09ac\u09bf\u09b2\u09bf\u09af\u09bc\u09a8"} ,1E11:{other:"000 \u09ac\u09bf\u09b2\u09bf\u09af\u09bc\u09a8"},1E12:{other:"0 \u 099f\u09cd\u09b0\u09bf\u09b2\u09bf\u09af\u09bc\u09a8"},1E13:{other:"00 \u099f\u0 9cd\u09b0\u09bf\u09b2\u09bf\u09af\u09bc\u09a8"},1E14:{other:"000 \u099f\u09cd\u0 9b0\u09bf\u09b2\u09bf\u09af\u09bc\u09a8"}}};
96 goog.i18n.CompactNumberFormatSymbols_bn_BD=goog.i18n.CompactNumberFormatSymbols_ bn;goog.i18n.CompactNumberFormatSymbols_br={COMPACT_DECIMAL_SHORT_PATTERN:{1E3:{ other:"0K"},1E4:{other:"00K"},1E5:{other:"000K"},1E6:{other:"0M"},1E7:{other:"00 M"},1E8:{other:"000M"},1E9:{other:"0G"},1E10:{other:"00G"},1E11:{other:"000G"},1 E12:{other:"0T"},1E13:{other:"00T"},1E14:{other:"000T"}}};goog.i18n.CompactNumbe rFormatSymbols_br_FR=goog.i18n.CompactNumberFormatSymbols_br; 96 goog.i18n.CompactNumberFormatSymbols_bn_BD=goog.i18n.CompactNumberFormatSymbols_ bn;goog.i18n.CompactNumberFormatSymbols_br={COMPACT_DECIMAL_SHORT_PATTERN:{1E3:{ other:"0K"},1E4:{other:"00K"},1E5:{other:"000K"},1E6:{other:"0M"},1E7:{other:"00 M"},1E8:{other:"000M"},1E9:{other:"0G"},1E10:{other:"00G"},1E11:{other:"000G"},1 E12:{other:"0T"},1E13:{other:"00T"},1E14:{other:"000T"}}};goog.i18n.CompactNumbe rFormatSymbols_br_FR=goog.i18n.CompactNumberFormatSymbols_br;
97 goog.i18n.CompactNumberFormatSymbols_ca={COMPACT_DECIMAL_SHORT_PATTERN:{1E3:{oth er:"0m"},1E4:{other:"00m"},1E5:{other:"000m"},1E6:{other:"0M"},1E7:{other:"00\u0 0a0M"},1E8:{other:"000\u00a0M"},1E9:{other:"0000\u00a0M"},1E10:{other:"00mM"},1E 11:{other:"000mM"},1E12:{other:"0B"},1E13:{other:"00\u00a0B"},1E14:{other:"000\u 00a0B"}},COMPACT_DECIMAL_LONG_PATTERN:{1E3:{other:"0 milers"},1E4:{other:"00 mil ers"},1E5:{other:"000 milers"},1E6:{other:"0 milions"},1E7:{other:"00 milions"}, 1E8:{other:"000 milions"}, 97 goog.i18n.CompactNumberFormatSymbols_ca={COMPACT_DECIMAL_SHORT_PATTERN:{1E3:{oth er:"0m"},1E4:{other:"00m"},1E5:{other:"000m"},1E6:{other:"0M"},1E7:{other:"00\u0 0a0M"},1E8:{other:"000\u00a0M"},1E9:{other:"0000\u00a0M"},1E10:{other:"00mM"},1E 11:{other:"000mM"},1E12:{other:"0B"},1E13:{other:"00\u00a0B"},1E14:{other:"000\u 00a0B"}},COMPACT_DECIMAL_LONG_PATTERN:{1E3:{other:"0 milers"},1E4:{other:"00 mil ers"},1E5:{other:"000 milers"},1E6:{other:"0 milions"},1E7:{other:"00 milions"}, 1E8:{other:"000 milions"},
98 1E9:{other:"0 milers de milions"},1E10:{other:"00 milers de milions"},1E11:{othe r:"000 milers de milions"},1E12:{other:"0 bilions"},1E13:{other:"00 bilions"},1E 14:{other:"000 bilions"}}};goog.i18n.CompactNumberFormatSymbols_ca_AD=goog.i18n. CompactNumberFormatSymbols_ca;goog.i18n.CompactNumberFormatSymbols_ca_ES=goog.i1 8n.CompactNumberFormatSymbols_ca;goog.i18n.CompactNumberFormatSymbols_ca_FR=goog .i18n.CompactNumberFormatSymbols_ca;goog.i18n.CompactNumberFormatSymbols_ca_IT=g oog.i18n.CompactNumberFormatSymbols_ca; 98 1E9:{other:"0 milers de milions"},1E10:{other:"00 milers de milions"},1E11:{othe r:"000 milers de milions"},1E12:{other:"0 bilions"},1E13:{other:"00 bilions"},1E 14:{other:"000 bilions"}}};goog.i18n.CompactNumberFormatSymbols_ca_AD=goog.i18n. CompactNumberFormatSymbols_ca;goog.i18n.CompactNumberFormatSymbols_ca_ES=goog.i1 8n.CompactNumberFormatSymbols_ca;goog.i18n.CompactNumberFormatSymbols_ca_ES_VALE NCIA=goog.i18n.CompactNumberFormatSymbols_ca;goog.i18n.CompactNumberFormatSymbol s_ca_FR=goog.i18n.CompactNumberFormatSymbols_ca;
99 goog.i18n.CompactNumberFormatSymbols_chr={COMPACT_DECIMAL_SHORT_PATTERN:{1E3:{ot her:"0K"},1E4:{other:"00K"},1E5:{other:"000K"},1E6:{other:"0M"},1E7:{other:"00M" },1E8:{other:"000M"},1E9:{other:"0G"},1E10:{other:"00G"},1E11:{other:"000G"},1E1 2:{other:"0T"},1E13:{other:"00T"},1E14:{other:"000T"}}};goog.i18n.CompactNumberF ormatSymbols_chr_US=goog.i18n.CompactNumberFormatSymbols_chr; 99 goog.i18n.CompactNumberFormatSymbols_ca_IT=goog.i18n.CompactNumberFormatSymbols_ ca;goog.i18n.CompactNumberFormatSymbols_chr={COMPACT_DECIMAL_SHORT_PATTERN:{1E3: {other:"0K"},1E4:{other:"00K"},1E5:{other:"000K"},1E6:{other:"0M"},1E7:{other:"0 0M"},1E8:{other:"000M"},1E9:{other:"0G"},1E10:{other:"00G"},1E11:{other:"000G"}, 1E12:{other:"0T"},1E13:{other:"00T"},1E14:{other:"000T"}}};goog.i18n.CompactNumb erFormatSymbols_chr_US=goog.i18n.CompactNumberFormatSymbols_chr;
100 goog.i18n.CompactNumberFormatSymbols_cs={COMPACT_DECIMAL_SHORT_PATTERN:{1E3:{oth er:"0\u00a0tis."},1E4:{other:"00\u00a0tis."},1E5:{other:"000\u00a0tis."},1E6:{ot her:"0\u00a0mil."},1E7:{other:"00\u00a0mil."},1E8:{other:"000\u00a0mil."},1E9:{o ther:"0\u00a0mld."},1E10:{other:"00\u00a0mld."},1E11:{other:"000\u00a0mld."},1E1 2:{other:"0\u00a0bil."},1E13:{other:"00\u00a0bil."},1E14:{other:"000\u00a0bil."} },COMPACT_DECIMAL_LONG_PATTERN:{1E3:{other:"0 tis\u00edc"},1E4:{other:"00 tis\u0 0edc"},1E5:{other:"000 tis\u00edc"}, 100 goog.i18n.CompactNumberFormatSymbols_cs={COMPACT_DECIMAL_SHORT_PATTERN:{1E3:{oth er:"0\u00a0tis."},1E4:{other:"00\u00a0tis."},1E5:{other:"000\u00a0tis."},1E6:{ot her:"0\u00a0mil."},1E7:{other:"00\u00a0mil."},1E8:{other:"000\u00a0mil."},1E9:{o ther:"0\u00a0mld."},1E10:{other:"00\u00a0mld."},1E11:{other:"000\u00a0mld."},1E1 2:{other:"0\u00a0bil."},1E13:{other:"00\u00a0bil."},1E14:{other:"000\u00a0bil."} },COMPACT_DECIMAL_LONG_PATTERN:{1E3:{other:"0 tis\u00edc"},1E4:{other:"00 tis\u0 0edc"},1E5:{other:"000 tis\u00edc"},
101 1E6:{other:"0 milion\u016f"},1E7:{other:"00 milion\u016f"},1E8:{other:"000 milio n\u016f"},1E9:{other:"0 miliard"},1E10:{other:"00 miliard"},1E11:{other:"000 mil iard"},1E12:{other:"0 bilion\u016f"},1E13:{other:"00 bilion\u016f"},1E14:{other: "000 bilion\u016f"}}};goog.i18n.CompactNumberFormatSymbols_cs_CZ=goog.i18n.Compa ctNumberFormatSymbols_cs; 101 1E6:{other:"0 milion\u016f"},1E7:{other:"00 milion\u016f"},1E8:{other:"000 milio n\u016f"},1E9:{other:"0 miliard"},1E10:{other:"00 miliard"},1E11:{other:"000 mil iard"},1E12:{other:"0 bilion\u016f"},1E13:{other:"00 bilion\u016f"},1E14:{other: "000 bilion\u016f"}}};goog.i18n.CompactNumberFormatSymbols_cs_CZ=goog.i18n.Compa ctNumberFormatSymbols_cs;
102 goog.i18n.CompactNumberFormatSymbols_cy={COMPACT_DECIMAL_SHORT_PATTERN:{1E3:{oth er:"0K"},1E4:{other:"00K"},1E5:{other:"000K"},1E6:{other:"0M"},1E7:{other:"00M"} ,1E8:{other:"000M"},1E9:{other:"0B"},1E10:{other:"00B"},1E11:{other:"000B"},1E12 :{other:"0T"},1E13:{other:"00T"},1E14:{other:"000T"}},COMPACT_DECIMAL_LONG_PATTE RN:{1E3:{other:"0 mil"},1E4:{other:"00 mil"},1E5:{other:"000 mil"},1E6:{other:"0 miliwn"},1E7:{other:"00 miliwn"},1E8:{other:"000 miliwn"},1E9:{other:"0 biliwn" },1E10:{other:"00 biliwn"}, 102 goog.i18n.CompactNumberFormatSymbols_cy={COMPACT_DECIMAL_SHORT_PATTERN:{1E3:{oth er:"0K"},1E4:{other:"00K"},1E5:{other:"000K"},1E6:{other:"0M"},1E7:{other:"00M"} ,1E8:{other:"000M"},1E9:{other:"0B"},1E10:{other:"00B"},1E11:{other:"000B"},1E12 :{other:"0T"},1E13:{other:"00T"},1E14:{other:"000T"}},COMPACT_DECIMAL_LONG_PATTE RN:{1E3:{other:"0 mil"},1E4:{other:"00 mil"},1E5:{other:"000 mil"},1E6:{other:"0 miliwn"},1E7:{other:"00 miliwn"},1E8:{other:"000 miliwn"},1E9:{other:"0 biliwn" },1E10:{other:"00 biliwn"},
103 1E11:{other:"000 biliwn"},1E12:{other:"0 triliwn"},1E13:{other:"00 triliwn"},1E1 4:{other:"000 triliwn"}}};goog.i18n.CompactNumberFormatSymbols_cy_GB=goog.i18n.C ompactNumberFormatSymbols_cy; 103 1E11:{other:"000 biliwn"},1E12:{other:"0 triliwn"},1E13:{other:"00 triliwn"},1E1 4:{other:"000 triliwn"}}};goog.i18n.CompactNumberFormatSymbols_cy_GB=goog.i18n.C ompactNumberFormatSymbols_cy;
104 goog.i18n.CompactNumberFormatSymbols_da={COMPACT_DECIMAL_SHORT_PATTERN:{1E3:{oth er:"0\u00a0td"},1E4:{other:"00\u00a0td"},1E5:{other:"000\u00a0td"},1E6:{other:"0 \u00a0mio"},1E7:{other:"00\u00a0mio"},1E8:{other:"000\u00a0mio"},1E9:{other:"0\u 00a0mia"},1E10:{other:"00\u00a0mia"},1E11:{other:"000\u00a0mia"},1E12:{other:"0\ u00a0bill"},1E13:{other:"00\u00a0bill"},1E14:{other:"000\u00a0bill"}},COMPACT_DE CIMAL_LONG_PATTERN:{1E3:{other:"0 tusind"},1E4:{other:"00 tusind"},1E5:{other:"0 00 tusind"},1E6:{other:"0 millioner"}, 104 goog.i18n.CompactNumberFormatSymbols_da={COMPACT_DECIMAL_SHORT_PATTERN:{1E3:{oth er:"0\u00a0td"},1E4:{other:"00\u00a0td"},1E5:{other:"000\u00a0td"},1E6:{other:"0 \u00a0mio"},1E7:{other:"00\u00a0mio"},1E8:{other:"000\u00a0mio"},1E9:{other:"0\u 00a0mia"},1E10:{other:"00\u00a0mia"},1E11:{other:"000\u00a0mia"},1E12:{other:"0\ u00a0bill"},1E13:{other:"00\u00a0bill"},1E14:{other:"000\u00a0bill"}},COMPACT_DE CIMAL_LONG_PATTERN:{1E3:{other:"0 tusind"},1E4:{other:"00 tusind"},1E5:{other:"0 00 tusind"},1E6:{other:"0 millioner"},
105 1E7:{other:"00 millioner"},1E8:{other:"000 millioner"},1E9:{other:"0 milliarder" },1E10:{other:"00 milliarder"},1E11:{other:"000 milliarder"},1E12:{other:"0 bill ioner"},1E13:{other:"00 billioner"},1E14:{other:"000 billioner"}}};goog.i18n.Com pactNumberFormatSymbols_da_DK=goog.i18n.CompactNumberFormatSymbols_da;goog.i18n. CompactNumberFormatSymbols_da_GL=goog.i18n.CompactNumberFormatSymbols_da; 105 1E7:{other:"00 millioner"},1E8:{other:"000 millioner"},1E9:{other:"0 milliarder" },1E10:{other:"00 milliarder"},1E11:{other:"000 milliarder"},1E12:{other:"0 bill ioner"},1E13:{other:"00 billioner"},1E14:{other:"000 billioner"}}};goog.i18n.Com pactNumberFormatSymbols_da_DK=goog.i18n.CompactNumberFormatSymbols_da;goog.i18n. CompactNumberFormatSymbols_da_GL=goog.i18n.CompactNumberFormatSymbols_da;
106 goog.i18n.CompactNumberFormatSymbols_de={COMPACT_DECIMAL_SHORT_PATTERN:{1E3:{oth er:"0\u00a0Tsd"},1E4:{other:"00\u00a0Tsd"},1E5:{other:"000\u00a0Tsd"},1E6:{other :"0\u00a0Mio"},1E7:{other:"00\u00a0Mio"},1E8:{other:"000\u00a0Mio"},1E9:{other:" 0\u00a0Mrd"},1E10:{other:"00\u00a0Mrd"},1E11:{other:"000\u00a0Mrd"},1E12:{other: "0\u00a0Bio"},1E13:{other:"00\u00a0Bio"},1E14:{other:"000\u00a0Bio"}},COMPACT_DE CIMAL_LONG_PATTERN:{1E3:{other:"0 Tausend"},1E4:{other:"00 Tausend"},1E5:{other: "000 Tausend"},1E6:{other:"0 Millionen"}, 106 goog.i18n.CompactNumberFormatSymbols_de={COMPACT_DECIMAL_SHORT_PATTERN:{1E3:{oth er:"0\u00a0Tsd"},1E4:{other:"00\u00a0Tsd"},1E5:{other:"000\u00a0Tsd"},1E6:{other :"0\u00a0Mio"},1E7:{other:"00\u00a0Mio"},1E8:{other:"000\u00a0Mio"},1E9:{other:" 0\u00a0Mrd"},1E10:{other:"00\u00a0Mrd"},1E11:{other:"000\u00a0Mrd"},1E12:{other: "0\u00a0Bio"},1E13:{other:"00\u00a0Bio"},1E14:{other:"000\u00a0Bio"}},COMPACT_DE CIMAL_LONG_PATTERN:{1E3:{other:"0 Tausend"},1E4:{other:"00 Tausend"},1E5:{other: "000 Tausend"},1E6:{other:"0 Millionen"},
107 1E7:{other:"00 Millionen"},1E8:{other:"000 Millionen"},1E9:{other:"0 Milliarden" },1E10:{other:"00 Milliarden"},1E11:{other:"000 Milliarden"},1E12:{other:"0 Bill ionen"},1E13:{other:"00 Billionen"},1E14:{other:"000 Billionen"}}}; 107 1E7:{other:"00 Millionen"},1E8:{other:"000 Millionen"},1E9:{other:"0 Milliarden" },1E10:{other:"00 Milliarden"},1E11:{other:"000 Milliarden"},1E12:{other:"0 Bill ionen"},1E13:{other:"00 Billionen"},1E14:{other:"000 Billionen"}}};
108 goog.i18n.CompactNumberFormatSymbols_de_AT={COMPACT_DECIMAL_SHORT_PATTERN:{1E3:{ other:"0\u00a0Tsd"},1E4:{other:"00\u00a0Tsd"},1E5:{other:"000\u00a0Tsd"},1E6:{ot her:"0\u00a0Mio"},1E7:{other:"00\u00a0Mio"},1E8:{other:"000\u00a0Mio"},1E9:{othe r:"0\u00a0Mrd"},1E10:{other:"00\u00a0Mrd"},1E11:{other:"000\u00a0Mrd"},1E12:{oth er:"0\u00a0Bio"},1E13:{other:"00\u00a0Bio"},1E14:{other:"000\u00a0Bio"}},COMPACT _DECIMAL_LONG_PATTERN:{1E3:{other:"0 Tausend"},1E4:{other:"00 Tausend"},1E5:{oth er:"000 Tausend"},1E6:{other:"0 Millionen"}, 108 goog.i18n.CompactNumberFormatSymbols_de_AT={COMPACT_DECIMAL_SHORT_PATTERN:{1E3:{ other:"0\u00a0Tsd"},1E4:{other:"00\u00a0Tsd"},1E5:{other:"000\u00a0Tsd"},1E6:{ot her:"0\u00a0Mio"},1E7:{other:"00\u00a0Mio"},1E8:{other:"000\u00a0Mio"},1E9:{othe r:"0\u00a0Mrd"},1E10:{other:"00\u00a0Mrd"},1E11:{other:"000\u00a0Mrd"},1E12:{oth er:"0\u00a0Bio"},1E13:{other:"00\u00a0Bio"},1E14:{other:"000\u00a0Bio"}},COMPACT _DECIMAL_LONG_PATTERN:{1E3:{other:"0 Tausend"},1E4:{other:"00 Tausend"},1E5:{oth er:"000 Tausend"},1E6:{other:"0 Millionen"},
109 1E7:{other:"00 Millionen"},1E8:{other:"000 Millionen"},1E9:{other:"0 Milliarden" },1E10:{other:"00 Milliarden"},1E11:{other:"000 Milliarden"},1E12:{other:"0 Bill ionen"},1E13:{other:"00 Billionen"},1E14:{other:"000 Billionen"}}};goog.i18n.Com pactNumberFormatSymbols_de_BE=goog.i18n.CompactNumberFormatSymbols_de; 109 1E7:{other:"00 Millionen"},1E8:{other:"000 Millionen"},1E9:{other:"0 Milliarden" },1E10:{other:"00 Milliarden"},1E11:{other:"000 Milliarden"},1E12:{other:"0 Bill ionen"},1E13:{other:"00 Billionen"},1E14:{other:"000 Billionen"}}};goog.i18n.Com pactNumberFormatSymbols_de_BE=goog.i18n.CompactNumberFormatSymbols_de;
110 goog.i18n.CompactNumberFormatSymbols_de_CH={COMPACT_DECIMAL_SHORT_PATTERN:{1E3:{ other:"0\u00a0Tsd"},1E4:{other:"00\u00a0Tsd"},1E5:{other:"000\u00a0Tsd"},1E6:{ot her:"0\u00a0Mio"},1E7:{other:"00\u00a0Mio"},1E8:{other:"000\u00a0Mio"},1E9:{othe r:"0\u00a0Mrd"},1E10:{other:"00\u00a0Mrd"},1E11:{other:"000\u00a0Mrd"},1E12:{oth er:"0\u00a0Bio"},1E13:{other:"00\u00a0Bio"},1E14:{other:"000\u00a0Bio"}},COMPACT _DECIMAL_LONG_PATTERN:{1E3:{other:"0 Tausend"},1E4:{other:"00 Tausend"},1E5:{oth er:"000 Tausend"},1E6:{other:"0 Millionen"}, 110 goog.i18n.CompactNumberFormatSymbols_de_CH={COMPACT_DECIMAL_SHORT_PATTERN:{1E3:{ other:"0\u00a0Tsd"},1E4:{other:"00\u00a0Tsd"},1E5:{other:"000\u00a0Tsd"},1E6:{ot her:"0\u00a0Mio"},1E7:{other:"00\u00a0Mio"},1E8:{other:"000\u00a0Mio"},1E9:{othe r:"0\u00a0Mrd"},1E10:{other:"00\u00a0Mrd"},1E11:{other:"000\u00a0Mrd"},1E12:{oth er:"0\u00a0Bio"},1E13:{other:"00\u00a0Bio"},1E14:{other:"000\u00a0Bio"}},COMPACT _DECIMAL_LONG_PATTERN:{1E3:{other:"0 Tausend"},1E4:{other:"00 Tausend"},1E5:{oth er:"000 Tausend"},1E6:{other:"0 Millionen"},
111 1E7:{other:"00 Millionen"},1E8:{other:"000 Millionen"},1E9:{other:"0 Milliarden" },1E10:{other:"00 Milliarden"},1E11:{other:"000 Milliarden"},1E12:{other:"0 Bill ionen"},1E13:{other:"00 Billionen"},1E14:{other:"000 Billionen"}}};goog.i18n.Com pactNumberFormatSymbols_de_DE=goog.i18n.CompactNumberFormatSymbols_de;goog.i18n. CompactNumberFormatSymbols_de_LU=goog.i18n.CompactNumberFormatSymbols_de; 111 1E7:{other:"00 Millionen"},1E8:{other:"000 Millionen"},1E9:{other:"0 Milliarden" },1E10:{other:"00 Milliarden"},1E11:{other:"000 Milliarden"},1E12:{other:"0 Bill ionen"},1E13:{other:"00 Billionen"},1E14:{other:"000 Billionen"}}};goog.i18n.Com pactNumberFormatSymbols_de_DE=goog.i18n.CompactNumberFormatSymbols_de;goog.i18n. CompactNumberFormatSymbols_de_LU=goog.i18n.CompactNumberFormatSymbols_de;
112 goog.i18n.CompactNumberFormatSymbols_el={COMPACT_DECIMAL_SHORT_PATTERN:{1E3:{oth er:"0\u00a0\u03c7\u03b9\u03bb."},1E4:{other:"00\u00a0\u03c7\u03b9\u03bb."},1E5:{ other:"000\u00a0\u03c7\u03b9\u03bb."},1E6:{other:"0\u00a0\u03b5\u03ba."},1E7:{ot her:"00\u00a0\u03b5\u03ba."},1E8:{other:"000\u00a0\u03b5\u03ba."},1E9:{other:"0\ u00a0\u03b4\u03b9\u03c3."},1E10:{other:"00\u00a0\u03b4\u03b9\u03c3."},1E11:{othe r:"000\u00a0\u03b4\u03b9\u03c3."},1E12:{other:"0\u00a0\u03c4\u03c1\u03b9\u03c3." },1E13:{other:"00\u00a0\u03c4\u03c1\u03b9\u03c3."}, 112 goog.i18n.CompactNumberFormatSymbols_el={COMPACT_DECIMAL_SHORT_PATTERN:{1E3:{oth er:"0\u00a0\u03c7\u03b9\u03bb."},1E4:{other:"00\u00a0\u03c7\u03b9\u03bb."},1E5:{ other:"000\u00a0\u03c7\u03b9\u03bb."},1E6:{other:"0\u00a0\u03b5\u03ba."},1E7:{ot her:"00\u00a0\u03b5\u03ba."},1E8:{other:"000\u00a0\u03b5\u03ba."},1E9:{other:"0\ u00a0\u03b4\u03b9\u03c3."},1E10:{other:"00\u00a0\u03b4\u03b9\u03c3."},1E11:{othe r:"000\u00a0\u03b4\u03b9\u03c3."},1E12:{other:"0\u00a0\u03c4\u03c1\u03b9\u03c3." },1E13:{other:"00\u00a0\u03c4\u03c1\u03b9\u03c3."},
113 1E14:{other:"000\u00a0\u03c4\u03c1\u03b9\u03c3."}},COMPACT_DECIMAL_LONG_PATTERN: {1E3:{other:"0 \u03c7\u03b9\u03bb\u03b9\u03ac\u03b4\u03b5\u03c2"},1E4:{other:"00 \u03c7\u03b9\u03bb\u03b9\u03ac\u03b4\u03b5\u03c2"},1E5:{other:"000 \u03c7\u03b9 \u03bb\u03b9\u03ac\u03b4\u03b5\u03c2"},1E6:{other:"0 \u03b5\u03ba\u03b1\u03c4\u0 3bf\u03bc\u03bc\u03cd\u03c1\u03b9\u03b1"},1E7:{other:"00 \u03b5\u03ba\u03b1\u03c 4\u03bf\u03bc\u03bc\u03cd\u03c1\u03b9\u03b1"},1E8:{other:"000 \u03b5\u03ba\u03b1 \u03c4\u03bf\u03bc\u03bc\u03cd\u03c1\u03b9\u03b1"}, 113 1E14:{other:"000\u00a0\u03c4\u03c1\u03b9\u03c3."}},COMPACT_DECIMAL_LONG_PATTERN: {1E3:{other:"0 \u03c7\u03b9\u03bb\u03b9\u03ac\u03b4\u03b5\u03c2"},1E4:{other:"00 \u03c7\u03b9\u03bb\u03b9\u03ac\u03b4\u03b5\u03c2"},1E5:{other:"000 \u03c7\u03b9 \u03bb\u03b9\u03ac\u03b4\u03b5\u03c2"},1E6:{other:"0 \u03b5\u03ba\u03b1\u03c4\u0 3bf\u03bc\u03bc\u03cd\u03c1\u03b9\u03b1"},1E7:{other:"00 \u03b5\u03ba\u03b1\u03c 4\u03bf\u03bc\u03bc\u03cd\u03c1\u03b9\u03b1"},1E8:{other:"000 \u03b5\u03ba\u03b1 \u03c4\u03bf\u03bc\u03bc\u03cd\u03c1\u03b9\u03b1"},
114 1E9:{other:"0 \u03b4\u03b9\u03c3\u03b5\u03ba\u03b1\u03c4\u03bf\u03bc\u03bc\u03cd \u03c1\u03b9\u03b1"},1E10:{other:"00 \u03b4\u03b9\u03c3\u03b5\u03ba\u03b1\u03c4\ u03bf\u03bc\u03bc\u03cd\u03c1\u03b9\u03b1"},1E11:{other:"000 \u03b4\u03b9\u03c3\ u03b5\u03ba\u03b1\u03c4\u03bf\u03bc\u03bc\u03cd\u03c1\u03b9\u03b1"},1E12:{other: "0 \u03c4\u03c1\u03b9\u03c3\u03b5\u03ba\u03b1\u03c4\u03bf\u03bc\u03bc\u03cd\u03c 1\u03b9\u03b1"},1E13:{other:"00 \u03c4\u03c1\u03b9\u03c3\u03b5\u03ba\u03b1\u03c4 \u03bf\u03bc\u03bc\u03cd\u03c1\u03b9\u03b1"}, 114 1E9:{other:"0 \u03b4\u03b9\u03c3\u03b5\u03ba\u03b1\u03c4\u03bf\u03bc\u03bc\u03cd \u03c1\u03b9\u03b1"},1E10:{other:"00 \u03b4\u03b9\u03c3\u03b5\u03ba\u03b1\u03c4\ u03bf\u03bc\u03bc\u03cd\u03c1\u03b9\u03b1"},1E11:{other:"000 \u03b4\u03b9\u03c3\ u03b5\u03ba\u03b1\u03c4\u03bf\u03bc\u03bc\u03cd\u03c1\u03b9\u03b1"},1E12:{other: "0 \u03c4\u03c1\u03b9\u03c3\u03b5\u03ba\u03b1\u03c4\u03bf\u03bc\u03bc\u03cd\u03c 1\u03b9\u03b1"},1E13:{other:"00 \u03c4\u03c1\u03b9\u03c3\u03b5\u03ba\u03b1\u03c4 \u03bf\u03bc\u03bc\u03cd\u03c1\u03b9\u03b1"},
115 1E14:{other:"000 \u03c4\u03c1\u03b9\u03c3\u03b5\u03ba\u03b1\u03c4\u03bf\u03bc\u0 3bc\u03cd\u03c1\u03b9\u03b1"}}};goog.i18n.CompactNumberFormatSymbols_el_GR=goog. i18n.CompactNumberFormatSymbols_el; 115 1E14:{other:"000 \u03c4\u03c1\u03b9\u03c3\u03b5\u03ba\u03b1\u03c4\u03bf\u03bc\u0 3bc\u03cd\u03c1\u03b9\u03b1"}}};goog.i18n.CompactNumberFormatSymbols_el_GR=goog. i18n.CompactNumberFormatSymbols_el;
116 goog.i18n.CompactNumberFormatSymbols_en={COMPACT_DECIMAL_SHORT_PATTERN:{1E3:{oth er:"0K"},1E4:{other:"00K"},1E5:{other:"000K"},1E6:{other:"0M"},1E7:{other:"00M"} ,1E8:{other:"000M"},1E9:{other:"0B"},1E10:{other:"00B"},1E11:{other:"000B"},1E12 :{other:"0T"},1E13:{other:"00T"},1E14:{other:"000T"}},COMPACT_DECIMAL_LONG_PATTE RN:{1E3:{other:"0 thousand"},1E4:{other:"00 thousand"},1E5:{other:"000 thousand" },1E6:{other:"0 million"},1E7:{other:"00 million"},1E8:{other:"000 million"},1E9 :{other:"0 billion"}, 116 goog.i18n.CompactNumberFormatSymbols_en={COMPACT_DECIMAL_SHORT_PATTERN:{1E3:{oth er:"0K"},1E4:{other:"00K"},1E5:{other:"000K"},1E6:{other:"0M"},1E7:{other:"00M"} ,1E8:{other:"000M"},1E9:{other:"0B"},1E10:{other:"00B"},1E11:{other:"000B"},1E12 :{other:"0T"},1E13:{other:"00T"},1E14:{other:"000T"}},COMPACT_DECIMAL_LONG_PATTE RN:{1E3:{other:"0 thousand"},1E4:{other:"00 thousand"},1E5:{other:"000 thousand" },1E6:{other:"0 million"},1E7:{other:"00 million"},1E8:{other:"000 million"},1E9 :{other:"0 billion"},
117 1E10:{other:"00 billion"},1E11:{other:"000 billion"},1E12:{other:"0 trillion"},1 E13:{other:"00 trillion"},1E14:{other:"000 trillion"}}};goog.i18n.CompactNumberF ormatSymbols_en_001=goog.i18n.CompactNumberFormatSymbols_en;goog.i18n.CompactNum berFormatSymbols_en_AS=goog.i18n.CompactNumberFormatSymbols_en; 117 1E10:{other:"00 billion"},1E11:{other:"000 billion"},1E12:{other:"0 trillion"},1 E13:{other:"00 trillion"},1E14:{other:"000 trillion"}}};goog.i18n.CompactNumberF ormatSymbols_en_001=goog.i18n.CompactNumberFormatSymbols_en;goog.i18n.CompactNum berFormatSymbols_en_AS=goog.i18n.CompactNumberFormatSymbols_en;
118 goog.i18n.CompactNumberFormatSymbols_en_AU={COMPACT_DECIMAL_SHORT_PATTERN:{1E3:{ other:"0K"},1E4:{other:"00K"},1E5:{other:"000K"},1E6:{other:"0M"},1E7:{other:"00 M"},1E8:{other:"000M"},1E9:{other:"0B"},1E10:{other:"00B"},1E11:{other:"000B"},1 E12:{other:"0T"},1E13:{other:"00T"},1E14:{other:"000T"}},COMPACT_DECIMAL_LONG_PA TTERN:{1E3:{other:"0 thousand"},1E4:{other:"00 thousand"},1E5:{other:"000 thousa nd"},1E6:{other:"0 million"},1E7:{other:"00 million"},1E8:{other:"000 million"}, 1E9:{other:"0 billion"}, 118 goog.i18n.CompactNumberFormatSymbols_en_AU={COMPACT_DECIMAL_SHORT_PATTERN:{1E3:{ other:"0K"},1E4:{other:"00K"},1E5:{other:"000K"},1E6:{other:"0M"},1E7:{other:"00 M"},1E8:{other:"000M"},1E9:{other:"0B"},1E10:{other:"00B"},1E11:{other:"000B"},1 E12:{other:"0T"},1E13:{other:"00T"},1E14:{other:"000T"}},COMPACT_DECIMAL_LONG_PA TTERN:{1E3:{other:"0 thousand"},1E4:{other:"00 thousand"},1E5:{other:"000 thousa nd"},1E6:{other:"0 million"},1E7:{other:"00 million"},1E8:{other:"000 million"}, 1E9:{other:"0 billion"},
119 1E10:{other:"00 billion"},1E11:{other:"000 billion"},1E12:{other:"0 trillion"},1 E13:{other:"00 trillion"},1E14:{other:"000 trillion"}}};goog.i18n.CompactNumberF ormatSymbols_en_DG=goog.i18n.CompactNumberFormatSymbols_en;goog.i18n.CompactNumb erFormatSymbols_en_Dsrt_US=goog.i18n.CompactNumberFormatSymbols_en;goog.i18n.Com pactNumberFormatSymbols_en_FM=goog.i18n.CompactNumberFormatSymbols_en; 119 1E10:{other:"00 billion"},1E11:{other:"000 billion"},1E12:{other:"0 trillion"},1 E13:{other:"00 trillion"},1E14:{other:"000 trillion"}}};goog.i18n.CompactNumberF ormatSymbols_en_DG=goog.i18n.CompactNumberFormatSymbols_en;goog.i18n.CompactNumb erFormatSymbols_en_FM=goog.i18n.CompactNumberFormatSymbols_en;
120 goog.i18n.CompactNumberFormatSymbols_en_GB={COMPACT_DECIMAL_SHORT_PATTERN:{1E3:{ other:"0K"},1E4:{other:"00K"},1E5:{other:"000K"},1E6:{other:"0M"},1E7:{other:"00 M"},1E8:{other:"000M"},1E9:{other:"0B"},1E10:{other:"00B"},1E11:{other:"000B"},1 E12:{other:"0T"},1E13:{other:"00T"},1E14:{other:"000T"}},COMPACT_DECIMAL_LONG_PA TTERN:{1E3:{other:"0 thousand"},1E4:{other:"00 thousand"},1E5:{other:"000 thousa nd"},1E6:{other:"0 million"},1E7:{other:"00 million"},1E8:{other:"000 million"}, 1E9:{other:"0 billion"}, 120 goog.i18n.CompactNumberFormatSymbols_en_GB={COMPACT_DECIMAL_SHORT_PATTERN:{1E3:{ other:"0K"},1E4:{other:"00K"},1E5:{other:"000K"},1E6:{other:"0M"},1E7:{other:"00 M"},1E8:{other:"000M"},1E9:{other:"0B"},1E10:{other:"00B"},1E11:{other:"000B"},1 E12:{other:"0T"},1E13:{other:"00T"},1E14:{other:"000T"}},COMPACT_DECIMAL_LONG_PA TTERN:{1E3:{other:"0 thousand"},1E4:{other:"00 thousand"},1E5:{other:"000 thousa nd"},1E6:{other:"0 million"},1E7:{other:"00 million"},1E8:{other:"000 million"}, 1E9:{other:"0 billion"},
121 1E10:{other:"00 billion"},1E11:{other:"000 billion"},1E12:{other:"0 trillion"},1 E13:{other:"00 trillion"},1E14:{other:"000 trillion"}}};goog.i18n.CompactNumberF ormatSymbols_en_GU=goog.i18n.CompactNumberFormatSymbols_en; 121 1E10:{other:"00 billion"},1E11:{other:"000 billion"},1E12:{other:"0 trillion"},1 E13:{other:"00 trillion"},1E14:{other:"000 trillion"}}};goog.i18n.CompactNumberF ormatSymbols_en_GU=goog.i18n.CompactNumberFormatSymbols_en;
122 goog.i18n.CompactNumberFormatSymbols_en_IE={COMPACT_DECIMAL_SHORT_PATTERN:{1E3:{ other:"0K"},1E4:{other:"00K"},1E5:{other:"000K"},1E6:{other:"0M"},1E7:{other:"00 M"},1E8:{other:"000M"},1E9:{other:"0B"},1E10:{other:"00B"},1E11:{other:"000B"},1 E12:{other:"0T"},1E13:{other:"00T"},1E14:{other:"000T"}},COMPACT_DECIMAL_LONG_PA TTERN:{1E3:{other:"0 thousand"},1E4:{other:"00 thousand"},1E5:{other:"000 thousa nd"},1E6:{other:"0 million"},1E7:{other:"00 million"},1E8:{other:"000 million"}, 1E9:{other:"0 billion"}, 122 goog.i18n.CompactNumberFormatSymbols_en_IE={COMPACT_DECIMAL_SHORT_PATTERN:{1E3:{ other:"0K"},1E4:{other:"00K"},1E5:{other:"000K"},1E6:{other:"0M"},1E7:{other:"00 M"},1E8:{other:"000M"},1E9:{other:"0B"},1E10:{other:"00B"},1E11:{other:"000B"},1 E12:{other:"0T"},1E13:{other:"00T"},1E14:{other:"000T"}},COMPACT_DECIMAL_LONG_PA TTERN:{1E3:{other:"0 thousand"},1E4:{other:"00 thousand"},1E5:{other:"000 thousa nd"},1E6:{other:"0 million"},1E7:{other:"00 million"},1E8:{other:"000 million"}, 1E9:{other:"0 billion"},
123 1E10:{other:"00 billion"},1E11:{other:"000 billion"},1E12:{other:"0 trillion"},1 E13:{other:"00 trillion"},1E14:{other:"000 trillion"}}}; 123 1E10:{other:"00 billion"},1E11:{other:"000 billion"},1E12:{other:"0 trillion"},1 E13:{other:"00 trillion"},1E14:{other:"000 trillion"}}};
124 goog.i18n.CompactNumberFormatSymbols_en_IN={COMPACT_DECIMAL_SHORT_PATTERN:{1E3:{ other:"0K"},1E4:{other:"00K"},1E5:{other:"000K"},1E6:{other:"0M"},1E7:{other:"00 M"},1E8:{other:"000M"},1E9:{other:"0B"},1E10:{other:"00B"},1E11:{other:"000B"},1 E12:{other:"0T"},1E13:{other:"00T"},1E14:{other:"000T"}},COMPACT_DECIMAL_LONG_PA TTERN:{1E3:{other:"0 thousand"},1E4:{other:"00 thousand"},1E5:{other:"000 thousa nd"},1E6:{other:"0 million"},1E7:{other:"00 million"},1E8:{other:"000 million"}, 1E9:{other:"0 billion"}, 124 goog.i18n.CompactNumberFormatSymbols_en_IN={COMPACT_DECIMAL_SHORT_PATTERN:{1E3:{ other:"0K"},1E4:{other:"00K"},1E5:{other:"000K"},1E6:{other:"0M"},1E7:{other:"00 M"},1E8:{other:"000M"},1E9:{other:"0B"},1E10:{other:"00B"},1E11:{other:"000B"},1 E12:{other:"0T"},1E13:{other:"00T"},1E14:{other:"000T"}},COMPACT_DECIMAL_LONG_PA TTERN:{1E3:{other:"0 thousand"},1E4:{other:"00 thousand"},1E5:{other:"000 thousa nd"},1E6:{other:"0 million"},1E7:{other:"00 million"},1E8:{other:"000 million"}, 1E9:{other:"0 billion"},
125 1E10:{other:"00 billion"},1E11:{other:"000 billion"},1E12:{other:"0 trillion"},1 E13:{other:"00 trillion"},1E14:{other:"000 trillion"}}};goog.i18n.CompactNumberF ormatSymbols_en_IO=goog.i18n.CompactNumberFormatSymbols_en;goog.i18n.CompactNumb erFormatSymbols_en_MH=goog.i18n.CompactNumberFormatSymbols_en;goog.i18n.CompactN umberFormatSymbols_en_MP=goog.i18n.CompactNumberFormatSymbols_en;goog.i18n.Compa ctNumberFormatSymbols_en_PR=goog.i18n.CompactNumberFormatSymbols_en; 125 1E10:{other:"00 billion"},1E11:{other:"000 billion"},1E12:{other:"0 trillion"},1 E13:{other:"00 trillion"},1E14:{other:"000 trillion"}}};goog.i18n.CompactNumberF ormatSymbols_en_IO=goog.i18n.CompactNumberFormatSymbols_en;goog.i18n.CompactNumb erFormatSymbols_en_MH=goog.i18n.CompactNumberFormatSymbols_en;goog.i18n.CompactN umberFormatSymbols_en_MP=goog.i18n.CompactNumberFormatSymbols_en;goog.i18n.Compa ctNumberFormatSymbols_en_PR=goog.i18n.CompactNumberFormatSymbols_en;
126 goog.i18n.CompactNumberFormatSymbols_en_PW=goog.i18n.CompactNumberFormatSymbols_ en; 126 goog.i18n.CompactNumberFormatSymbols_en_PW=goog.i18n.CompactNumberFormatSymbols_ en;
127 goog.i18n.CompactNumberFormatSymbols_en_SG={COMPACT_DECIMAL_SHORT_PATTERN:{1E3:{ other:"0K"},1E4:{other:"00K"},1E5:{other:"000K"},1E6:{other:"0M"},1E7:{other:"00 M"},1E8:{other:"000M"},1E9:{other:"0B"},1E10:{other:"00B"},1E11:{other:"000B"},1 E12:{other:"0T"},1E13:{other:"00T"},1E14:{other:"000T"}},COMPACT_DECIMAL_LONG_PA TTERN:{1E3:{other:"0 thousand"},1E4:{other:"00 thousand"},1E5:{other:"000 thousa nd"},1E6:{other:"0 million"},1E7:{other:"00 million"},1E8:{other:"000 million"}, 1E9:{other:"0 billion"}, 127 goog.i18n.CompactNumberFormatSymbols_en_SG={COMPACT_DECIMAL_SHORT_PATTERN:{1E3:{ other:"0K"},1E4:{other:"00K"},1E5:{other:"000K"},1E6:{other:"0M"},1E7:{other:"00 M"},1E8:{other:"000M"},1E9:{other:"0B"},1E10:{other:"00B"},1E11:{other:"000B"},1 E12:{other:"0T"},1E13:{other:"00T"},1E14:{other:"000T"}},COMPACT_DECIMAL_LONG_PA TTERN:{1E3:{other:"0 thousand"},1E4:{other:"00 thousand"},1E5:{other:"000 thousa nd"},1E6:{other:"0 million"},1E7:{other:"00 million"},1E8:{other:"000 million"}, 1E9:{other:"0 billion"},
128 1E10:{other:"00 billion"},1E11:{other:"000 billion"},1E12:{other:"0 trillion"},1 E13:{other:"00 trillion"},1E14:{other:"000 trillion"}}};goog.i18n.CompactNumberF ormatSymbols_en_TC=goog.i18n.CompactNumberFormatSymbols_en;goog.i18n.CompactNumb erFormatSymbols_en_UM=goog.i18n.CompactNumberFormatSymbols_en;goog.i18n.CompactN umberFormatSymbols_en_US=goog.i18n.CompactNumberFormatSymbols_en;goog.i18n.Compa ctNumberFormatSymbols_en_VG=goog.i18n.CompactNumberFormatSymbols_en; 128 1E10:{other:"00 billion"},1E11:{other:"000 billion"},1E12:{other:"0 trillion"},1 E13:{other:"00 trillion"},1E14:{other:"000 trillion"}}};goog.i18n.CompactNumberF ormatSymbols_en_TC=goog.i18n.CompactNumberFormatSymbols_en;goog.i18n.CompactNumb erFormatSymbols_en_UM=goog.i18n.CompactNumberFormatSymbols_en;goog.i18n.CompactN umberFormatSymbols_en_US=goog.i18n.CompactNumberFormatSymbols_en;goog.i18n.Compa ctNumberFormatSymbols_en_VG=goog.i18n.CompactNumberFormatSymbols_en;
129 goog.i18n.CompactNumberFormatSymbols_en_VI=goog.i18n.CompactNumberFormatSymbols_ en; 129 goog.i18n.CompactNumberFormatSymbols_en_VI=goog.i18n.CompactNumberFormatSymbols_ en;
(...skipping 160 matching lines...) Expand 10 before | Expand all | Expand 10 after
290 goog.i18n.CompactNumberFormatSymbols_zh_HK={COMPACT_DECIMAL_SHORT_PATTERN:{1E3:{ other:"0K"},1E4:{other:"00K"},1E5:{other:"000K"},1E6:{other:"0M"},1E7:{other:"00 M"},1E8:{other:"000M"},1E9:{other:"0B"},1E10:{other:"00B"},1E11:{other:"000B"},1 E12:{other:"0T"},1E13:{other:"00T"},1E14:{other:"000T"}},COMPACT_DECIMAL_LONG_PA TTERN:{1E3:{other:"0 \u5343"},1E4:{other:"0\u842c"},1E5:{other:"00\u842c"},1E6:{ other:"000\u842c"},1E7:{other:"0000\u842c"},1E8:{other:"0\u5104"},1E9:{other:"00 \u5104"},1E10:{other:"000\u5104"}, 290 goog.i18n.CompactNumberFormatSymbols_zh_HK={COMPACT_DECIMAL_SHORT_PATTERN:{1E3:{ other:"0K"},1E4:{other:"00K"},1E5:{other:"000K"},1E6:{other:"0M"},1E7:{other:"00 M"},1E8:{other:"000M"},1E9:{other:"0B"},1E10:{other:"00B"},1E11:{other:"000B"},1 E12:{other:"0T"},1E13:{other:"00T"},1E14:{other:"000T"}},COMPACT_DECIMAL_LONG_PA TTERN:{1E3:{other:"0 \u5343"},1E4:{other:"0\u842c"},1E5:{other:"00\u842c"},1E6:{ other:"000\u842c"},1E7:{other:"0000\u842c"},1E8:{other:"0\u5104"},1E9:{other:"00 \u5104"},1E10:{other:"000\u5104"},
291 1E11:{other:"0000\u5104"},1E12:{other:"0\u5146"},1E13:{other:"00\u5146"},1E14:{o ther:"000\u5146"}}};goog.i18n.CompactNumberFormatSymbols_zh_Hans_CN=goog.i18n.Co mpactNumberFormatSymbols_zh; 291 1E11:{other:"0000\u5104"},1E12:{other:"0\u5146"},1E13:{other:"00\u5146"},1E14:{o ther:"000\u5146"}}};goog.i18n.CompactNumberFormatSymbols_zh_Hans_CN=goog.i18n.Co mpactNumberFormatSymbols_zh;
292 goog.i18n.CompactNumberFormatSymbols_zh_TW={COMPACT_DECIMAL_SHORT_PATTERN:{1E3:{ other:"0K"},1E4:{other:"00K"},1E5:{other:"000K"},1E6:{other:"0M"},1E7:{other:"00 M"},1E8:{other:"000M"},1E9:{other:"0B"},1E10:{other:"00B"},1E11:{other:"000B"},1 E12:{other:"0T"},1E13:{other:"00T"},1E14:{other:"000T"}},COMPACT_DECIMAL_LONG_PA TTERN:{1E3:{other:"0 \u5343"},1E4:{other:"0\u842c"},1E5:{other:"00\u842c"},1E6:{ other:"000\u842c"},1E7:{other:"0000\u842c"},1E8:{other:"0\u5104"},1E9:{other:"00 \u5104"},1E10:{other:"000\u5104"}, 292 goog.i18n.CompactNumberFormatSymbols_zh_TW={COMPACT_DECIMAL_SHORT_PATTERN:{1E3:{ other:"0K"},1E4:{other:"00K"},1E5:{other:"000K"},1E6:{other:"0M"},1E7:{other:"00 M"},1E8:{other:"000M"},1E9:{other:"0B"},1E10:{other:"00B"},1E11:{other:"000B"},1 E12:{other:"0T"},1E13:{other:"00T"},1E14:{other:"000T"}},COMPACT_DECIMAL_LONG_PA TTERN:{1E3:{other:"0 \u5343"},1E4:{other:"0\u842c"},1E5:{other:"00\u842c"},1E6:{ other:"000\u842c"},1E7:{other:"0000\u842c"},1E8:{other:"0\u5104"},1E9:{other:"00 \u5104"},1E10:{other:"000\u5104"},
293 1E11:{other:"0000\u5104"},1E12:{other:"0\u5146"},1E13:{other:"00\u5146"},1E14:{o ther:"000\u5146"}}}; 293 1E11:{other:"0000\u5104"},1E12:{other:"0\u5146"},1E13:{other:"00\u5146"},1E14:{o ther:"000\u5146"}}};
294 goog.i18n.CompactNumberFormatSymbols_zu={COMPACT_DECIMAL_SHORT_PATTERN:{1E3:{oth er:"0K"},1E4:{other:"00K"},1E5:{other:"000K"},1E6:{other:"0M"},1E7:{other:"00M"} ,1E8:{other:"000M"},1E9:{other:"0B"},1E10:{other:"00B"},1E11:{other:"000B"},1E12 :{other:"0T"},1E13:{other:"00T"},1E14:{other:"000T"}},COMPACT_DECIMAL_LONG_PATTE RN:{1E3:{other:"0 inkulungwane"},1E4:{other:"00 inkulungwane"},1E5:{other:"000 i nkulungwane"},1E6:{other:"0 isigidi"},1E7:{other:"00 isigidi"},1E8:{other:"000 i sigidi"},1E9:{other:"0 isigidi sezigidi"}, 294 goog.i18n.CompactNumberFormatSymbols_zu={COMPACT_DECIMAL_SHORT_PATTERN:{1E3:{oth er:"0K"},1E4:{other:"00K"},1E5:{other:"000K"},1E6:{other:"0M"},1E7:{other:"00M"} ,1E8:{other:"000M"},1E9:{other:"0B"},1E10:{other:"00B"},1E11:{other:"000B"},1E12 :{other:"0T"},1E13:{other:"00T"},1E14:{other:"000T"}},COMPACT_DECIMAL_LONG_PATTE RN:{1E3:{other:"0 inkulungwane"},1E4:{other:"00 inkulungwane"},1E5:{other:"000 i nkulungwane"},1E6:{other:"0 isigidi"},1E7:{other:"00 isigidi"},1E8:{other:"000 i sigidi"},1E9:{other:"0 isigidi sezigidi"},
295 1E10:{other:"00 isigidi sezigidi"},1E11:{other:"000 isigidi sezigidi"},1E12:{oth er:"0 isigidintathu"},1E13:{other:"00 isigidintathu"},1E14:{other:"000 isigidint athu"}}};goog.i18n.CompactNumberFormatSymbols_zu_ZA=goog.i18n.CompactNumberForma tSymbols_zu;goog.i18n.CompactNumberFormatSymbols=goog.i18n.CompactNumberFormatSy mbols_en;"af"==goog.LOCALE&&(goog.i18n.CompactNumberFormatSymbols=goog.i18n.Comp actNumberFormatSymbols_af); 295 1E10:{other:"00 isigidi sezigidi"},1E11:{other:"000 isigidi sezigidi"},1E12:{oth er:"0 isigidintathu"},1E13:{other:"00 isigidintathu"},1E14:{other:"000 isigidint athu"}}};goog.i18n.CompactNumberFormatSymbols_zu_ZA=goog.i18n.CompactNumberForma tSymbols_zu;goog.i18n.CompactNumberFormatSymbols=goog.i18n.CompactNumberFormatSy mbols_en;"af"==goog.LOCALE&&(goog.i18n.CompactNumberFormatSymbols=goog.i18n.Comp actNumberFormatSymbols_af);
296 if("af_ZA"==goog.LOCALE||"af-ZA"==goog.LOCALE)goog.i18n.CompactNumberFormatSymbo ls=goog.i18n.CompactNumberFormatSymbols_af;"am"==goog.LOCALE&&(goog.i18n.Compact NumberFormatSymbols=goog.i18n.CompactNumberFormatSymbols_am);if("am_ET"==goog.LO CALE||"am-ET"==goog.LOCALE)goog.i18n.CompactNumberFormatSymbols=goog.i18n.Compac tNumberFormatSymbols_am;"ar"==goog.LOCALE&&(goog.i18n.CompactNumberFormatSymbols =goog.i18n.CompactNumberFormatSymbols_ar); 296 if("af_ZA"==goog.LOCALE||"af-ZA"==goog.LOCALE)goog.i18n.CompactNumberFormatSymbo ls=goog.i18n.CompactNumberFormatSymbols_af;"am"==goog.LOCALE&&(goog.i18n.Compact NumberFormatSymbols=goog.i18n.CompactNumberFormatSymbols_am);if("am_ET"==goog.LO CALE||"am-ET"==goog.LOCALE)goog.i18n.CompactNumberFormatSymbols=goog.i18n.Compac tNumberFormatSymbols_am;"ar"==goog.LOCALE&&(goog.i18n.CompactNumberFormatSymbols =goog.i18n.CompactNumberFormatSymbols_ar);
297 if("ar_001"==goog.LOCALE||"ar-001"==goog.LOCALE)goog.i18n.CompactNumberFormatSym bols=goog.i18n.CompactNumberFormatSymbols_ar;"az"==goog.LOCALE&&(goog.i18n.Compa ctNumberFormatSymbols=goog.i18n.CompactNumberFormatSymbols_az);if("az_Cyrl_AZ"== goog.LOCALE||"az-Cyrl-AZ"==goog.LOCALE)goog.i18n.CompactNumberFormatSymbols=goog .i18n.CompactNumberFormatSymbols_az;if("az_Latn_AZ"==goog.LOCALE||"az-Latn-AZ"== goog.LOCALE)goog.i18n.CompactNumberFormatSymbols=goog.i18n.CompactNumberFormatSy mbols_az; 297 if("ar_001"==goog.LOCALE||"ar-001"==goog.LOCALE)goog.i18n.CompactNumberFormatSym bols=goog.i18n.CompactNumberFormatSymbols_ar;"az"==goog.LOCALE&&(goog.i18n.Compa ctNumberFormatSymbols=goog.i18n.CompactNumberFormatSymbols_az);if("az_Cyrl_AZ"== goog.LOCALE||"az-Cyrl-AZ"==goog.LOCALE)goog.i18n.CompactNumberFormatSymbols=goog .i18n.CompactNumberFormatSymbols_az;if("az_Latn_AZ"==goog.LOCALE||"az-Latn-AZ"== goog.LOCALE)goog.i18n.CompactNumberFormatSymbols=goog.i18n.CompactNumberFormatSy mbols_az;
298 "bg"==goog.LOCALE&&(goog.i18n.CompactNumberFormatSymbols=goog.i18n.CompactNumber FormatSymbols_bg);if("bg_BG"==goog.LOCALE||"bg-BG"==goog.LOCALE)goog.i18n.Compac tNumberFormatSymbols=goog.i18n.CompactNumberFormatSymbols_bg;"bn"==goog.LOCALE&& (goog.i18n.CompactNumberFormatSymbols=goog.i18n.CompactNumberFormatSymbols_bn);i f("bn_BD"==goog.LOCALE||"bn-BD"==goog.LOCALE)goog.i18n.CompactNumberFormatSymbol s=goog.i18n.CompactNumberFormatSymbols_bn;"br"==goog.LOCALE&&(goog.i18n.CompactN umberFormatSymbols=goog.i18n.CompactNumberFormatSymbols_br); 298 "bg"==goog.LOCALE&&(goog.i18n.CompactNumberFormatSymbols=goog.i18n.CompactNumber FormatSymbols_bg);if("bg_BG"==goog.LOCALE||"bg-BG"==goog.LOCALE)goog.i18n.Compac tNumberFormatSymbols=goog.i18n.CompactNumberFormatSymbols_bg;"bn"==goog.LOCALE&& (goog.i18n.CompactNumberFormatSymbols=goog.i18n.CompactNumberFormatSymbols_bn);i f("bn_BD"==goog.LOCALE||"bn-BD"==goog.LOCALE)goog.i18n.CompactNumberFormatSymbol s=goog.i18n.CompactNumberFormatSymbols_bn;"br"==goog.LOCALE&&(goog.i18n.CompactN umberFormatSymbols=goog.i18n.CompactNumberFormatSymbols_br);
299 if("br_FR"==goog.LOCALE||"br-FR"==goog.LOCALE)goog.i18n.CompactNumberFormatSymbo ls=goog.i18n.CompactNumberFormatSymbols_br;"ca"==goog.LOCALE&&(goog.i18n.Compact NumberFormatSymbols=goog.i18n.CompactNumberFormatSymbols_ca);if("ca_AD"==goog.LO CALE||"ca-AD"==goog.LOCALE)goog.i18n.CompactNumberFormatSymbols=goog.i18n.Compac tNumberFormatSymbols_ca;if("ca_ES"==goog.LOCALE||"ca-ES"==goog.LOCALE)goog.i18n. CompactNumberFormatSymbols=goog.i18n.CompactNumberFormatSymbols_ca; 299 if("br_FR"==goog.LOCALE||"br-FR"==goog.LOCALE)goog.i18n.CompactNumberFormatSymbo ls=goog.i18n.CompactNumberFormatSymbols_br;"ca"==goog.LOCALE&&(goog.i18n.Compact NumberFormatSymbols=goog.i18n.CompactNumberFormatSymbols_ca);if("ca_AD"==goog.LO CALE||"ca-AD"==goog.LOCALE)goog.i18n.CompactNumberFormatSymbols=goog.i18n.Compac tNumberFormatSymbols_ca;if("ca_ES"==goog.LOCALE||"ca-ES"==goog.LOCALE)goog.i18n. CompactNumberFormatSymbols=goog.i18n.CompactNumberFormatSymbols_ca;
300 if("ca_FR"==goog.LOCALE||"ca-FR"==goog.LOCALE)goog.i18n.CompactNumberFormatSymbo ls=goog.i18n.CompactNumberFormatSymbols_ca;if("ca_IT"==goog.LOCALE||"ca-IT"==goo g.LOCALE)goog.i18n.CompactNumberFormatSymbols=goog.i18n.CompactNumberFormatSymbo ls_ca;"chr"==goog.LOCALE&&(goog.i18n.CompactNumberFormatSymbols=goog.i18n.Compac tNumberFormatSymbols_chr);if("chr_US"==goog.LOCALE||"chr-US"==goog.LOCALE)goog.i 18n.CompactNumberFormatSymbols=goog.i18n.CompactNumberFormatSymbols_chr; 300 if("ca_ES_VALENCIA"==goog.LOCALE||"ca-ES-VALENCIA"==goog.LOCALE)goog.i18n.Compac tNumberFormatSymbols=goog.i18n.CompactNumberFormatSymbols_ca;if("ca_FR"==goog.LO CALE||"ca-FR"==goog.LOCALE)goog.i18n.CompactNumberFormatSymbols=goog.i18n.Compac tNumberFormatSymbols_ca;if("ca_IT"==goog.LOCALE||"ca-IT"==goog.LOCALE)goog.i18n. CompactNumberFormatSymbols=goog.i18n.CompactNumberFormatSymbols_ca;"chr"==goog.L OCALE&&(goog.i18n.CompactNumberFormatSymbols=goog.i18n.CompactNumberFormatSymbol s_chr);
301 "cs"==goog.LOCALE&&(goog.i18n.CompactNumberFormatSymbols=goog.i18n.CompactNumber FormatSymbols_cs);if("cs_CZ"==goog.LOCALE||"cs-CZ"==goog.LOCALE)goog.i18n.Compac tNumberFormatSymbols=goog.i18n.CompactNumberFormatSymbols_cs;"cy"==goog.LOCALE&& (goog.i18n.CompactNumberFormatSymbols=goog.i18n.CompactNumberFormatSymbols_cy);i f("cy_GB"==goog.LOCALE||"cy-GB"==goog.LOCALE)goog.i18n.CompactNumberFormatSymbol s=goog.i18n.CompactNumberFormatSymbols_cy;"da"==goog.LOCALE&&(goog.i18n.CompactN umberFormatSymbols=goog.i18n.CompactNumberFormatSymbols_da); 301 if("chr_US"==goog.LOCALE||"chr-US"==goog.LOCALE)goog.i18n.CompactNumberFormatSym bols=goog.i18n.CompactNumberFormatSymbols_chr;"cs"==goog.LOCALE&&(goog.i18n.Comp actNumberFormatSymbols=goog.i18n.CompactNumberFormatSymbols_cs);if("cs_CZ"==goog .LOCALE||"cs-CZ"==goog.LOCALE)goog.i18n.CompactNumberFormatSymbols=goog.i18n.Com pactNumberFormatSymbols_cs;"cy"==goog.LOCALE&&(goog.i18n.CompactNumberFormatSymb ols=goog.i18n.CompactNumberFormatSymbols_cy);
302 if("da_DK"==goog.LOCALE||"da-DK"==goog.LOCALE)goog.i18n.CompactNumberFormatSymbo ls=goog.i18n.CompactNumberFormatSymbols_da;if("da_GL"==goog.LOCALE||"da-GL"==goo g.LOCALE)goog.i18n.CompactNumberFormatSymbols=goog.i18n.CompactNumberFormatSymbo ls_da;"de"==goog.LOCALE&&(goog.i18n.CompactNumberFormatSymbols=goog.i18n.Compact NumberFormatSymbols_de);if("de_AT"==goog.LOCALE||"de-AT"==goog.LOCALE)goog.i18n. CompactNumberFormatSymbols=goog.i18n.CompactNumberFormatSymbols_de_AT; 302 if("cy_GB"==goog.LOCALE||"cy-GB"==goog.LOCALE)goog.i18n.CompactNumberFormatSymbo ls=goog.i18n.CompactNumberFormatSymbols_cy;"da"==goog.LOCALE&&(goog.i18n.Compact NumberFormatSymbols=goog.i18n.CompactNumberFormatSymbols_da);if("da_DK"==goog.LO CALE||"da-DK"==goog.LOCALE)goog.i18n.CompactNumberFormatSymbols=goog.i18n.Compac tNumberFormatSymbols_da;if("da_GL"==goog.LOCALE||"da-GL"==goog.LOCALE)goog.i18n. CompactNumberFormatSymbols=goog.i18n.CompactNumberFormatSymbols_da;
303 if("de_BE"==goog.LOCALE||"de-BE"==goog.LOCALE)goog.i18n.CompactNumberFormatSymbo ls=goog.i18n.CompactNumberFormatSymbols_de;if("de_CH"==goog.LOCALE||"de-CH"==goo g.LOCALE)goog.i18n.CompactNumberFormatSymbols=goog.i18n.CompactNumberFormatSymbo ls_de_CH;if("de_DE"==goog.LOCALE||"de-DE"==goog.LOCALE)goog.i18n.CompactNumberFo rmatSymbols=goog.i18n.CompactNumberFormatSymbols_de;if("de_LU"==goog.LOCALE||"de -LU"==goog.LOCALE)goog.i18n.CompactNumberFormatSymbols=goog.i18n.CompactNumberFo rmatSymbols_de; 303 "de"==goog.LOCALE&&(goog.i18n.CompactNumberFormatSymbols=goog.i18n.CompactNumber FormatSymbols_de);if("de_AT"==goog.LOCALE||"de-AT"==goog.LOCALE)goog.i18n.Compac tNumberFormatSymbols=goog.i18n.CompactNumberFormatSymbols_de_AT;if("de_BE"==goog .LOCALE||"de-BE"==goog.LOCALE)goog.i18n.CompactNumberFormatSymbols=goog.i18n.Com pactNumberFormatSymbols_de;if("de_CH"==goog.LOCALE||"de-CH"==goog.LOCALE)goog.i1 8n.CompactNumberFormatSymbols=goog.i18n.CompactNumberFormatSymbols_de_CH;
304 "el"==goog.LOCALE&&(goog.i18n.CompactNumberFormatSymbols=goog.i18n.CompactNumber FormatSymbols_el);if("el_GR"==goog.LOCALE||"el-GR"==goog.LOCALE)goog.i18n.Compac tNumberFormatSymbols=goog.i18n.CompactNumberFormatSymbols_el;"en"==goog.LOCALE&& (goog.i18n.CompactNumberFormatSymbols=goog.i18n.CompactNumberFormatSymbols_en);i f("en_001"==goog.LOCALE||"en-001"==goog.LOCALE)goog.i18n.CompactNumberFormatSymb ols=goog.i18n.CompactNumberFormatSymbols_en; 304 if("de_DE"==goog.LOCALE||"de-DE"==goog.LOCALE)goog.i18n.CompactNumberFormatSymbo ls=goog.i18n.CompactNumberFormatSymbols_de;if("de_LU"==goog.LOCALE||"de-LU"==goo g.LOCALE)goog.i18n.CompactNumberFormatSymbols=goog.i18n.CompactNumberFormatSymbo ls_de;"el"==goog.LOCALE&&(goog.i18n.CompactNumberFormatSymbols=goog.i18n.Compact NumberFormatSymbols_el);if("el_GR"==goog.LOCALE||"el-GR"==goog.LOCALE)goog.i18n. CompactNumberFormatSymbols=goog.i18n.CompactNumberFormatSymbols_el;
305 if("en_AS"==goog.LOCALE||"en-AS"==goog.LOCALE)goog.i18n.CompactNumberFormatSymbo ls=goog.i18n.CompactNumberFormatSymbols_en;if("en_AU"==goog.LOCALE||"en-AU"==goo g.LOCALE)goog.i18n.CompactNumberFormatSymbols=goog.i18n.CompactNumberFormatSymbo ls_en_AU;if("en_DG"==goog.LOCALE||"en-DG"==goog.LOCALE)goog.i18n.CompactNumberFo rmatSymbols=goog.i18n.CompactNumberFormatSymbols_en;if("en_Dsrt_US"==goog.LOCALE ||"en-Dsrt-US"==goog.LOCALE)goog.i18n.CompactNumberFormatSymbols=goog.i18n.Compa ctNumberFormatSymbols_en; 305 "en"==goog.LOCALE&&(goog.i18n.CompactNumberFormatSymbols=goog.i18n.CompactNumber FormatSymbols_en);if("en_001"==goog.LOCALE||"en-001"==goog.LOCALE)goog.i18n.Comp actNumberFormatSymbols=goog.i18n.CompactNumberFormatSymbols_en;if("en_AS"==goog. LOCALE||"en-AS"==goog.LOCALE)goog.i18n.CompactNumberFormatSymbols=goog.i18n.Comp actNumberFormatSymbols_en;if("en_AU"==goog.LOCALE||"en-AU"==goog.LOCALE)goog.i18 n.CompactNumberFormatSymbols=goog.i18n.CompactNumberFormatSymbols_en_AU;
306 if("en_FM"==goog.LOCALE||"en-FM"==goog.LOCALE)goog.i18n.CompactNumberFormatSymbo ls=goog.i18n.CompactNumberFormatSymbols_en;if("en_GB"==goog.LOCALE||"en-GB"==goo g.LOCALE)goog.i18n.CompactNumberFormatSymbols=goog.i18n.CompactNumberFormatSymbo ls_en_GB;if("en_GU"==goog.LOCALE||"en-GU"==goog.LOCALE)goog.i18n.CompactNumberFo rmatSymbols=goog.i18n.CompactNumberFormatSymbols_en;if("en_IE"==goog.LOCALE||"en -IE"==goog.LOCALE)goog.i18n.CompactNumberFormatSymbols=goog.i18n.CompactNumberFo rmatSymbols_en_IE; 306 if("en_DG"==goog.LOCALE||"en-DG"==goog.LOCALE)goog.i18n.CompactNumberFormatSymbo ls=goog.i18n.CompactNumberFormatSymbols_en;if("en_FM"==goog.LOCALE||"en-FM"==goo g.LOCALE)goog.i18n.CompactNumberFormatSymbols=goog.i18n.CompactNumberFormatSymbo ls_en;if("en_GB"==goog.LOCALE||"en-GB"==goog.LOCALE)goog.i18n.CompactNumberForma tSymbols=goog.i18n.CompactNumberFormatSymbols_en_GB;if("en_GU"==goog.LOCALE||"en -GU"==goog.LOCALE)goog.i18n.CompactNumberFormatSymbols=goog.i18n.CompactNumberFo rmatSymbols_en;
307 if("en_IN"==goog.LOCALE||"en-IN"==goog.LOCALE)goog.i18n.CompactNumberFormatSymbo ls=goog.i18n.CompactNumberFormatSymbols_en_IN;if("en_IO"==goog.LOCALE||"en-IO"== goog.LOCALE)goog.i18n.CompactNumberFormatSymbols=goog.i18n.CompactNumberFormatSy mbols_en;if("en_MH"==goog.LOCALE||"en-MH"==goog.LOCALE)goog.i18n.CompactNumberFo rmatSymbols=goog.i18n.CompactNumberFormatSymbols_en;if("en_MP"==goog.LOCALE||"en -MP"==goog.LOCALE)goog.i18n.CompactNumberFormatSymbols=goog.i18n.CompactNumberFo rmatSymbols_en; 307 if("en_IE"==goog.LOCALE||"en-IE"==goog.LOCALE)goog.i18n.CompactNumberFormatSymbo ls=goog.i18n.CompactNumberFormatSymbols_en_IE;if("en_IN"==goog.LOCALE||"en-IN"== goog.LOCALE)goog.i18n.CompactNumberFormatSymbols=goog.i18n.CompactNumberFormatSy mbols_en_IN;if("en_IO"==goog.LOCALE||"en-IO"==goog.LOCALE)goog.i18n.CompactNumbe rFormatSymbols=goog.i18n.CompactNumberFormatSymbols_en;if("en_MH"==goog.LOCALE|| "en-MH"==goog.LOCALE)goog.i18n.CompactNumberFormatSymbols=goog.i18n.CompactNumbe rFormatSymbols_en;
308 if("en_PR"==goog.LOCALE||"en-PR"==goog.LOCALE)goog.i18n.CompactNumberFormatSymbo ls=goog.i18n.CompactNumberFormatSymbols_en;if("en_PW"==goog.LOCALE||"en-PW"==goo g.LOCALE)goog.i18n.CompactNumberFormatSymbols=goog.i18n.CompactNumberFormatSymbo ls_en;if("en_SG"==goog.LOCALE||"en-SG"==goog.LOCALE)goog.i18n.CompactNumberForma tSymbols=goog.i18n.CompactNumberFormatSymbols_en_SG;if("en_TC"==goog.LOCALE||"en -TC"==goog.LOCALE)goog.i18n.CompactNumberFormatSymbols=goog.i18n.CompactNumberFo rmatSymbols_en; 308 if("en_MP"==goog.LOCALE||"en-MP"==goog.LOCALE)goog.i18n.CompactNumberFormatSymbo ls=goog.i18n.CompactNumberFormatSymbols_en;if("en_PR"==goog.LOCALE||"en-PR"==goo g.LOCALE)goog.i18n.CompactNumberFormatSymbols=goog.i18n.CompactNumberFormatSymbo ls_en;if("en_PW"==goog.LOCALE||"en-PW"==goog.LOCALE)goog.i18n.CompactNumberForma tSymbols=goog.i18n.CompactNumberFormatSymbols_en;if("en_SG"==goog.LOCALE||"en-SG "==goog.LOCALE)goog.i18n.CompactNumberFormatSymbols=goog.i18n.CompactNumberForma tSymbols_en_SG;
309 if("en_UM"==goog.LOCALE||"en-UM"==goog.LOCALE)goog.i18n.CompactNumberFormatSymbo ls=goog.i18n.CompactNumberFormatSymbols_en;if("en_US"==goog.LOCALE||"en-US"==goo g.LOCALE)goog.i18n.CompactNumberFormatSymbols=goog.i18n.CompactNumberFormatSymbo ls_en;if("en_VG"==goog.LOCALE||"en-VG"==goog.LOCALE)goog.i18n.CompactNumberForma tSymbols=goog.i18n.CompactNumberFormatSymbols_en;if("en_VI"==goog.LOCALE||"en-VI "==goog.LOCALE)goog.i18n.CompactNumberFormatSymbols=goog.i18n.CompactNumberForma tSymbols_en; 309 if("en_TC"==goog.LOCALE||"en-TC"==goog.LOCALE)goog.i18n.CompactNumberFormatSymbo ls=goog.i18n.CompactNumberFormatSymbols_en;if("en_UM"==goog.LOCALE||"en-UM"==goo g.LOCALE)goog.i18n.CompactNumberFormatSymbols=goog.i18n.CompactNumberFormatSymbo ls_en;if("en_US"==goog.LOCALE||"en-US"==goog.LOCALE)goog.i18n.CompactNumberForma tSymbols=goog.i18n.CompactNumberFormatSymbols_en;if("en_VG"==goog.LOCALE||"en-VG "==goog.LOCALE)goog.i18n.CompactNumberFormatSymbols=goog.i18n.CompactNumberForma tSymbols_en;
310 if("en_ZA"==goog.LOCALE||"en-ZA"==goog.LOCALE)goog.i18n.CompactNumberFormatSymbo ls=goog.i18n.CompactNumberFormatSymbols_en_ZA;if("en_ZW"==goog.LOCALE||"en-ZW"== goog.LOCALE)goog.i18n.CompactNumberFormatSymbols=goog.i18n.CompactNumberFormatSy mbols_en;"es"==goog.LOCALE&&(goog.i18n.CompactNumberFormatSymbols=goog.i18n.Comp actNumberFormatSymbols_es);if("es_419"==goog.LOCALE||"es-419"==goog.LOCALE)goog. i18n.CompactNumberFormatSymbols=goog.i18n.CompactNumberFormatSymbols_es_419; 310 if("en_VI"==goog.LOCALE||"en-VI"==goog.LOCALE)goog.i18n.CompactNumberFormatSymbo ls=goog.i18n.CompactNumberFormatSymbols_en;if("en_ZA"==goog.LOCALE||"en-ZA"==goo g.LOCALE)goog.i18n.CompactNumberFormatSymbols=goog.i18n.CompactNumberFormatSymbo ls_en_ZA;if("en_ZW"==goog.LOCALE||"en-ZW"==goog.LOCALE)goog.i18n.CompactNumberFo rmatSymbols=goog.i18n.CompactNumberFormatSymbols_en;"es"==goog.LOCALE&&(goog.i18 n.CompactNumberFormatSymbols=goog.i18n.CompactNumberFormatSymbols_es);
311 if("es_EA"==goog.LOCALE||"es-EA"==goog.LOCALE)goog.i18n.CompactNumberFormatSymbo ls=goog.i18n.CompactNumberFormatSymbols_es;if("es_ES"==goog.LOCALE||"es-ES"==goo g.LOCALE)goog.i18n.CompactNumberFormatSymbols=goog.i18n.CompactNumberFormatSymbo ls_es;if("es_IC"==goog.LOCALE||"es-IC"==goog.LOCALE)goog.i18n.CompactNumberForma tSymbols=goog.i18n.CompactNumberFormatSymbols_es;"et"==goog.LOCALE&&(goog.i18n.C ompactNumberFormatSymbols=goog.i18n.CompactNumberFormatSymbols_et); 311 if("es_419"==goog.LOCALE||"es-419"==goog.LOCALE)goog.i18n.CompactNumberFormatSym bols=goog.i18n.CompactNumberFormatSymbols_es_419;if("es_EA"==goog.LOCALE||"es-EA "==goog.LOCALE)goog.i18n.CompactNumberFormatSymbols=goog.i18n.CompactNumberForma tSymbols_es;if("es_ES"==goog.LOCALE||"es-ES"==goog.LOCALE)goog.i18n.CompactNumbe rFormatSymbols=goog.i18n.CompactNumberFormatSymbols_es;if("es_IC"==goog.LOCALE|| "es-IC"==goog.LOCALE)goog.i18n.CompactNumberFormatSymbols=goog.i18n.CompactNumbe rFormatSymbols_es;
312 if("et_EE"==goog.LOCALE||"et-EE"==goog.LOCALE)goog.i18n.CompactNumberFormatSymbo ls=goog.i18n.CompactNumberFormatSymbols_et;"eu"==goog.LOCALE&&(goog.i18n.Compact NumberFormatSymbols=goog.i18n.CompactNumberFormatSymbols_eu);if("eu_ES"==goog.LO CALE||"eu-ES"==goog.LOCALE)goog.i18n.CompactNumberFormatSymbols=goog.i18n.Compac tNumberFormatSymbols_eu;"fa"==goog.LOCALE&&(goog.i18n.CompactNumberFormatSymbols =goog.i18n.CompactNumberFormatSymbols_fa); 312 "et"==goog.LOCALE&&(goog.i18n.CompactNumberFormatSymbols=goog.i18n.CompactNumber FormatSymbols_et);if("et_EE"==goog.LOCALE||"et-EE"==goog.LOCALE)goog.i18n.Compac tNumberFormatSymbols=goog.i18n.CompactNumberFormatSymbols_et;"eu"==goog.LOCALE&& (goog.i18n.CompactNumberFormatSymbols=goog.i18n.CompactNumberFormatSymbols_eu);i f("eu_ES"==goog.LOCALE||"eu-ES"==goog.LOCALE)goog.i18n.CompactNumberFormatSymbol s=goog.i18n.CompactNumberFormatSymbols_eu;"fa"==goog.LOCALE&&(goog.i18n.CompactN umberFormatSymbols=goog.i18n.CompactNumberFormatSymbols_fa);
313 if("fa_IR"==goog.LOCALE||"fa-IR"==goog.LOCALE)goog.i18n.CompactNumberFormatSymbo ls=goog.i18n.CompactNumberFormatSymbols_fa;"fi"==goog.LOCALE&&(goog.i18n.Compact NumberFormatSymbols=goog.i18n.CompactNumberFormatSymbols_fi);if("fi_FI"==goog.LO CALE||"fi-FI"==goog.LOCALE)goog.i18n.CompactNumberFormatSymbols=goog.i18n.Compac tNumberFormatSymbols_fi;"fil"==goog.LOCALE&&(goog.i18n.CompactNumberFormatSymbol s=goog.i18n.CompactNumberFormatSymbols_fil); 313 if("fa_IR"==goog.LOCALE||"fa-IR"==goog.LOCALE)goog.i18n.CompactNumberFormatSymbo ls=goog.i18n.CompactNumberFormatSymbols_fa;"fi"==goog.LOCALE&&(goog.i18n.Compact NumberFormatSymbols=goog.i18n.CompactNumberFormatSymbols_fi);if("fi_FI"==goog.LO CALE||"fi-FI"==goog.LOCALE)goog.i18n.CompactNumberFormatSymbols=goog.i18n.Compac tNumberFormatSymbols_fi;"fil"==goog.LOCALE&&(goog.i18n.CompactNumberFormatSymbol s=goog.i18n.CompactNumberFormatSymbols_fil);
314 if("fil_PH"==goog.LOCALE||"fil-PH"==goog.LOCALE)goog.i18n.CompactNumberFormatSym bols=goog.i18n.CompactNumberFormatSymbols_fil;"fr"==goog.LOCALE&&(goog.i18n.Comp actNumberFormatSymbols=goog.i18n.CompactNumberFormatSymbols_fr);if("fr_BL"==goog .LOCALE||"fr-BL"==goog.LOCALE)goog.i18n.CompactNumberFormatSymbols=goog.i18n.Com pactNumberFormatSymbols_fr;if("fr_CA"==goog.LOCALE||"fr-CA"==goog.LOCALE)goog.i1 8n.CompactNumberFormatSymbols=goog.i18n.CompactNumberFormatSymbols_fr_CA; 314 if("fil_PH"==goog.LOCALE||"fil-PH"==goog.LOCALE)goog.i18n.CompactNumberFormatSym bols=goog.i18n.CompactNumberFormatSymbols_fil;"fr"==goog.LOCALE&&(goog.i18n.Comp actNumberFormatSymbols=goog.i18n.CompactNumberFormatSymbols_fr);if("fr_BL"==goog .LOCALE||"fr-BL"==goog.LOCALE)goog.i18n.CompactNumberFormatSymbols=goog.i18n.Com pactNumberFormatSymbols_fr;if("fr_CA"==goog.LOCALE||"fr-CA"==goog.LOCALE)goog.i1 8n.CompactNumberFormatSymbols=goog.i18n.CompactNumberFormatSymbols_fr_CA;
315 if("fr_FR"==goog.LOCALE||"fr-FR"==goog.LOCALE)goog.i18n.CompactNumberFormatSymbo ls=goog.i18n.CompactNumberFormatSymbols_fr;if("fr_GF"==goog.LOCALE||"fr-GF"==goo g.LOCALE)goog.i18n.CompactNumberFormatSymbols=goog.i18n.CompactNumberFormatSymbo ls_fr;if("fr_GP"==goog.LOCALE||"fr-GP"==goog.LOCALE)goog.i18n.CompactNumberForma tSymbols=goog.i18n.CompactNumberFormatSymbols_fr;if("fr_MC"==goog.LOCALE||"fr-MC "==goog.LOCALE)goog.i18n.CompactNumberFormatSymbols=goog.i18n.CompactNumberForma tSymbols_fr; 315 if("fr_FR"==goog.LOCALE||"fr-FR"==goog.LOCALE)goog.i18n.CompactNumberFormatSymbo ls=goog.i18n.CompactNumberFormatSymbols_fr;if("fr_GF"==goog.LOCALE||"fr-GF"==goo g.LOCALE)goog.i18n.CompactNumberFormatSymbols=goog.i18n.CompactNumberFormatSymbo ls_fr;if("fr_GP"==goog.LOCALE||"fr-GP"==goog.LOCALE)goog.i18n.CompactNumberForma tSymbols=goog.i18n.CompactNumberFormatSymbols_fr;if("fr_MC"==goog.LOCALE||"fr-MC "==goog.LOCALE)goog.i18n.CompactNumberFormatSymbols=goog.i18n.CompactNumberForma tSymbols_fr;
316 if("fr_MF"==goog.LOCALE||"fr-MF"==goog.LOCALE)goog.i18n.CompactNumberFormatSymbo ls=goog.i18n.CompactNumberFormatSymbols_fr;if("fr_MQ"==goog.LOCALE||"fr-MQ"==goo g.LOCALE)goog.i18n.CompactNumberFormatSymbols=goog.i18n.CompactNumberFormatSymbo ls_fr;if("fr_PM"==goog.LOCALE||"fr-PM"==goog.LOCALE)goog.i18n.CompactNumberForma tSymbols=goog.i18n.CompactNumberFormatSymbols_fr;if("fr_RE"==goog.LOCALE||"fr-RE "==goog.LOCALE)goog.i18n.CompactNumberFormatSymbols=goog.i18n.CompactNumberForma tSymbols_fr; 316 if("fr_MF"==goog.LOCALE||"fr-MF"==goog.LOCALE)goog.i18n.CompactNumberFormatSymbo ls=goog.i18n.CompactNumberFormatSymbols_fr;if("fr_MQ"==goog.LOCALE||"fr-MQ"==goo g.LOCALE)goog.i18n.CompactNumberFormatSymbols=goog.i18n.CompactNumberFormatSymbo ls_fr;if("fr_PM"==goog.LOCALE||"fr-PM"==goog.LOCALE)goog.i18n.CompactNumberForma tSymbols=goog.i18n.CompactNumberFormatSymbols_fr;if("fr_RE"==goog.LOCALE||"fr-RE "==goog.LOCALE)goog.i18n.CompactNumberFormatSymbols=goog.i18n.CompactNumberForma tSymbols_fr;
317 if("fr_YT"==goog.LOCALE||"fr-YT"==goog.LOCALE)goog.i18n.CompactNumberFormatSymbo ls=goog.i18n.CompactNumberFormatSymbols_fr;"gl"==goog.LOCALE&&(goog.i18n.Compact NumberFormatSymbols=goog.i18n.CompactNumberFormatSymbols_gl);if("gl_ES"==goog.LO CALE||"gl-ES"==goog.LOCALE)goog.i18n.CompactNumberFormatSymbols=goog.i18n.Compac tNumberFormatSymbols_gl;"gsw"==goog.LOCALE&&(goog.i18n.CompactNumberFormatSymbol s=goog.i18n.CompactNumberFormatSymbols_gsw); 317 if("fr_YT"==goog.LOCALE||"fr-YT"==goog.LOCALE)goog.i18n.CompactNumberFormatSymbo ls=goog.i18n.CompactNumberFormatSymbols_fr;"gl"==goog.LOCALE&&(goog.i18n.Compact NumberFormatSymbols=goog.i18n.CompactNumberFormatSymbols_gl);if("gl_ES"==goog.LO CALE||"gl-ES"==goog.LOCALE)goog.i18n.CompactNumberFormatSymbols=goog.i18n.Compac tNumberFormatSymbols_gl;"gsw"==goog.LOCALE&&(goog.i18n.CompactNumberFormatSymbol s=goog.i18n.CompactNumberFormatSymbols_gsw);
318 if("gsw_CH"==goog.LOCALE||"gsw-CH"==goog.LOCALE)goog.i18n.CompactNumberFormatSym bols=goog.i18n.CompactNumberFormatSymbols_gsw;if("gsw_LI"==goog.LOCALE||"gsw-LI" ==goog.LOCALE)goog.i18n.CompactNumberFormatSymbols=goog.i18n.CompactNumberFormat Symbols_gsw;"gu"==goog.LOCALE&&(goog.i18n.CompactNumberFormatSymbols=goog.i18n.C ompactNumberFormatSymbols_gu);if("gu_IN"==goog.LOCALE||"gu-IN"==goog.LOCALE)goog .i18n.CompactNumberFormatSymbols=goog.i18n.CompactNumberFormatSymbols_gu; 318 if("gsw_CH"==goog.LOCALE||"gsw-CH"==goog.LOCALE)goog.i18n.CompactNumberFormatSym bols=goog.i18n.CompactNumberFormatSymbols_gsw;if("gsw_LI"==goog.LOCALE||"gsw-LI" ==goog.LOCALE)goog.i18n.CompactNumberFormatSymbols=goog.i18n.CompactNumberFormat Symbols_gsw;"gu"==goog.LOCALE&&(goog.i18n.CompactNumberFormatSymbols=goog.i18n.C ompactNumberFormatSymbols_gu);if("gu_IN"==goog.LOCALE||"gu-IN"==goog.LOCALE)goog .i18n.CompactNumberFormatSymbols=goog.i18n.CompactNumberFormatSymbols_gu;
319 "haw"==goog.LOCALE&&(goog.i18n.CompactNumberFormatSymbols=goog.i18n.CompactNumbe rFormatSymbols_haw);if("haw_US"==goog.LOCALE||"haw-US"==goog.LOCALE)goog.i18n.Co mpactNumberFormatSymbols=goog.i18n.CompactNumberFormatSymbols_haw;"he"==goog.LOC ALE&&(goog.i18n.CompactNumberFormatSymbols=goog.i18n.CompactNumberFormatSymbols_ he);if("he_IL"==goog.LOCALE||"he-IL"==goog.LOCALE)goog.i18n.CompactNumberFormatS ymbols=goog.i18n.CompactNumberFormatSymbols_he; 319 "haw"==goog.LOCALE&&(goog.i18n.CompactNumberFormatSymbols=goog.i18n.CompactNumbe rFormatSymbols_haw);if("haw_US"==goog.LOCALE||"haw-US"==goog.LOCALE)goog.i18n.Co mpactNumberFormatSymbols=goog.i18n.CompactNumberFormatSymbols_haw;"he"==goog.LOC ALE&&(goog.i18n.CompactNumberFormatSymbols=goog.i18n.CompactNumberFormatSymbols_ he);if("he_IL"==goog.LOCALE||"he-IL"==goog.LOCALE)goog.i18n.CompactNumberFormatS ymbols=goog.i18n.CompactNumberFormatSymbols_he;
320 "hi"==goog.LOCALE&&(goog.i18n.CompactNumberFormatSymbols=goog.i18n.CompactNumber FormatSymbols_hi);if("hi_IN"==goog.LOCALE||"hi-IN"==goog.LOCALE)goog.i18n.Compac tNumberFormatSymbols=goog.i18n.CompactNumberFormatSymbols_hi;"hr"==goog.LOCALE&& (goog.i18n.CompactNumberFormatSymbols=goog.i18n.CompactNumberFormatSymbols_hr);i f("hr_HR"==goog.LOCALE||"hr-HR"==goog.LOCALE)goog.i18n.CompactNumberFormatSymbol s=goog.i18n.CompactNumberFormatSymbols_hr;"hu"==goog.LOCALE&&(goog.i18n.CompactN umberFormatSymbols=goog.i18n.CompactNumberFormatSymbols_hu); 320 "hi"==goog.LOCALE&&(goog.i18n.CompactNumberFormatSymbols=goog.i18n.CompactNumber FormatSymbols_hi);if("hi_IN"==goog.LOCALE||"hi-IN"==goog.LOCALE)goog.i18n.Compac tNumberFormatSymbols=goog.i18n.CompactNumberFormatSymbols_hi;"hr"==goog.LOCALE&& (goog.i18n.CompactNumberFormatSymbols=goog.i18n.CompactNumberFormatSymbols_hr);i f("hr_HR"==goog.LOCALE||"hr-HR"==goog.LOCALE)goog.i18n.CompactNumberFormatSymbol s=goog.i18n.CompactNumberFormatSymbols_hr;"hu"==goog.LOCALE&&(goog.i18n.CompactN umberFormatSymbols=goog.i18n.CompactNumberFormatSymbols_hu);
321 if("hu_HU"==goog.LOCALE||"hu-HU"==goog.LOCALE)goog.i18n.CompactNumberFormatSymbo ls=goog.i18n.CompactNumberFormatSymbols_hu;"hy"==goog.LOCALE&&(goog.i18n.Compact NumberFormatSymbols=goog.i18n.CompactNumberFormatSymbols_hy);if("hy_AM"==goog.LO CALE||"hy-AM"==goog.LOCALE)goog.i18n.CompactNumberFormatSymbols=goog.i18n.Compac tNumberFormatSymbols_hy;"id"==goog.LOCALE&&(goog.i18n.CompactNumberFormatSymbols =goog.i18n.CompactNumberFormatSymbols_id); 321 if("hu_HU"==goog.LOCALE||"hu-HU"==goog.LOCALE)goog.i18n.CompactNumberFormatSymbo ls=goog.i18n.CompactNumberFormatSymbols_hu;"hy"==goog.LOCALE&&(goog.i18n.Compact NumberFormatSymbols=goog.i18n.CompactNumberFormatSymbols_hy);if("hy_AM"==goog.LO CALE||"hy-AM"==goog.LOCALE)goog.i18n.CompactNumberFormatSymbols=goog.i18n.Compac tNumberFormatSymbols_hy;"id"==goog.LOCALE&&(goog.i18n.CompactNumberFormatSymbols =goog.i18n.CompactNumberFormatSymbols_id);
322 if("id_ID"==goog.LOCALE||"id-ID"==goog.LOCALE)goog.i18n.CompactNumberFormatSymbo ls=goog.i18n.CompactNumberFormatSymbols_id;"in"==goog.LOCALE&&(goog.i18n.Compact NumberFormatSymbols=goog.i18n.CompactNumberFormatSymbols_in);"is"==goog.LOCALE&& (goog.i18n.CompactNumberFormatSymbols=goog.i18n.CompactNumberFormatSymbols_is);i f("is_IS"==goog.LOCALE||"is-IS"==goog.LOCALE)goog.i18n.CompactNumberFormatSymbol s=goog.i18n.CompactNumberFormatSymbols_is;"it"==goog.LOCALE&&(goog.i18n.CompactN umberFormatSymbols=goog.i18n.CompactNumberFormatSymbols_it); 322 if("id_ID"==goog.LOCALE||"id-ID"==goog.LOCALE)goog.i18n.CompactNumberFormatSymbo ls=goog.i18n.CompactNumberFormatSymbols_id;"in"==goog.LOCALE&&(goog.i18n.Compact NumberFormatSymbols=goog.i18n.CompactNumberFormatSymbols_in);"is"==goog.LOCALE&& (goog.i18n.CompactNumberFormatSymbols=goog.i18n.CompactNumberFormatSymbols_is);i f("is_IS"==goog.LOCALE||"is-IS"==goog.LOCALE)goog.i18n.CompactNumberFormatSymbol s=goog.i18n.CompactNumberFormatSymbols_is;"it"==goog.LOCALE&&(goog.i18n.CompactN umberFormatSymbols=goog.i18n.CompactNumberFormatSymbols_it);
(...skipping 29 matching lines...) Expand all
352 "kn","kn"],HUF:[0,"Ft","Ft"],IDR:[0,"Rp","Rp"],ILS:[2,"\u20aa","IL\u20aa"],INR:[ 2,"\u20b9","Rs"],IRR:[0,"Rial","IRR"],ISK:[0,"kr","kr"],JMD:[2,"$","JA$"],JPY:[0 ,"\u00a5","JP\u00a5"],KRW:[0,"\u20a9","KR\u20a9"],LKR:[2,"Rs","SLRs"],LTL:[2,"Lt ","Lt"],LVL:[2,"Ls","Ls"],MNT:[0,"\u20ae","MN\u20ae"],MXN:[2,"$","Mex$"],MYR:[2, "RM","RM"],NOK:[50,"kr","NOkr"],PAB:[2,"B/.","B/."],PEN:[2,"S/.","S/."],PHP:[2," \u20b1","Php"],PKR:[0,"Rs","PKRs."],PLN:[50,"z\u0142","z\u0142"],RON:[2,"RON","R ON"],RSD:[0,"din","RSD"], 352 "kn","kn"],HUF:[0,"Ft","Ft"],IDR:[0,"Rp","Rp"],ILS:[2,"\u20aa","IL\u20aa"],INR:[ 2,"\u20b9","Rs"],IRR:[0,"Rial","IRR"],ISK:[0,"kr","kr"],JMD:[2,"$","JA$"],JPY:[0 ,"\u00a5","JP\u00a5"],KRW:[0,"\u20a9","KR\u20a9"],LKR:[2,"Rs","SLRs"],LTL:[2,"Lt ","Lt"],LVL:[2,"Ls","Ls"],MNT:[0,"\u20ae","MN\u20ae"],MXN:[2,"$","Mex$"],MYR:[2, "RM","RM"],NOK:[50,"kr","NOkr"],PAB:[2,"B/.","B/."],PEN:[2,"S/.","S/."],PHP:[2," \u20b1","Php"],PKR:[0,"Rs","PKRs."],PLN:[50,"z\u0142","z\u0142"],RON:[2,"RON","R ON"],RSD:[0,"din","RSD"],
353 RUB:[50,"\u0440\u0443\u0431.","\u0440\u0443\u0431."],SAR:[2,"Rial","Rial"],SEK:[ 2,"kr","kr"],SGD:[2,"$","S$"],THB:[2,"\u0e3f","THB"],TRY:[2,"TL","YTL"],TWD:[2," NT$","NT$"],TZS:[0,"TSh","TSh"],UAH:[2,"\u20b4","UAH"],USD:[2,"$","US$"],UYU:[2, "$","$U"],VND:[0,"\u20ab","VN\u20ab"],YER:[0,"Rial","Rial"],ZAR:[2,"R","ZAR"]}; 353 RUB:[50,"\u0440\u0443\u0431.","\u0440\u0443\u0431."],SAR:[2,"Rial","Rial"],SEK:[ 2,"kr","kr"],SGD:[2,"$","S$"],THB:[2,"\u0e3f","THB"],TRY:[2,"TL","YTL"],TWD:[2," NT$","NT$"],TZS:[0,"TSh","TSh"],UAH:[2,"\u20b4","UAH"],USD:[2,"$","US$"],UYU:[2, "$","$U"],VND:[0,"\u20ab","VN\u20ab"],YER:[0,"Rial","Rial"],ZAR:[2,"R","ZAR"]};
354 goog.i18n.currency.CurrencyInfoTier2={AFN:[48,"Af.","AFN"],AMD:[0,"Dram","dram"] ,AOA:[2,"Kz","Kz"],ARS:[2,"$","AR$"],AWG:[2,"Afl.","Afl."],AZN:[2,"man.","man."] ,BAM:[2,"KM","KM"],BBD:[2,"$","Bds$"],BHD:[3,"din","din"],BIF:[0,"FBu","FBu"],BM D:[2,"$","BD$"],BND:[2,"$","B$"],BOB:[2,"Bs","Bs"],BSD:[2,"$","BS$"],BTN:[2,"Nu. ","Nu."],BWP:[2,"P","pula"],BYR:[0,"BYR","BYR"],BZD:[2,"$","BZ$"],CUC:[1,"$","CU C$"],CUP:[2,"$","CU$"],CVE:[2,"CVE","Esc"],DJF:[0,"Fdj","Fdj"],DZD:[2,"din","din "],ERN:[2,"Nfk","Nfk"], 354 goog.i18n.currency.CurrencyInfoTier2={AFN:[48,"Af.","AFN"],AMD:[0,"Dram","dram"] ,AOA:[2,"Kz","Kz"],ARS:[2,"$","AR$"],AWG:[2,"Afl.","Afl."],AZN:[2,"man.","man."] ,BAM:[2,"KM","KM"],BBD:[2,"$","Bds$"],BHD:[3,"din","din"],BIF:[0,"FBu","FBu"],BM D:[2,"$","BD$"],BND:[2,"$","B$"],BOB:[2,"Bs","Bs"],BSD:[2,"$","BS$"],BTN:[2,"Nu. ","Nu."],BWP:[2,"P","pula"],BYR:[0,"BYR","BYR"],BZD:[2,"$","BZ$"],CUC:[1,"$","CU C$"],CUP:[2,"$","CU$"],CVE:[2,"CVE","Esc"],DJF:[0,"Fdj","Fdj"],DZD:[2,"din","din "],ERN:[2,"Nfk","Nfk"],
355 FJD:[2,"$","FJ$"],FKP:[2,"\u00a3","FK\u00a3"],GEL:[2,"GEL","GEL"],GHS:[2,"GHS"," GHS"],GIP:[2,"\u00a3","GI\u00a3"],GMD:[2,"GMD","GMD"],GNF:[0,"FG","FG"],GTQ:[2," Q","GTQ"],GYD:[0,"$","GY$"],HNL:[2,"L","HNL"],HTG:[2,"HTG","HTG"],IQD:[0,"din"," IQD"],JOD:[3,"din","JOD"],KES:[2,"Ksh","Ksh"],KGS:[2,"KGS","KGS"],KHR:[2,"Riel", "KHR"],KMF:[0,"CF","KMF"],KPW:[0,"\u20a9KP","KPW"],KWD:[3,"din","KWD"],KYD:[2,"$ ","KY$"],KZT:[2,"\u20b8","KZT"],LAK:[0,"\u20ad","\u20ad"],LBP:[0,"L\u00a3","LBP" ],LRD:[2,"$","L$"],LSL:[2, 355 FJD:[2,"$","FJ$"],FKP:[2,"\u00a3","FK\u00a3"],GEL:[2,"GEL","GEL"],GHS:[2,"GHS"," GHS"],GIP:[2,"\u00a3","GI\u00a3"],GMD:[2,"GMD","GMD"],GNF:[0,"FG","FG"],GTQ:[2," Q","GTQ"],GYD:[0,"$","GY$"],HNL:[2,"L","HNL"],HTG:[2,"HTG","HTG"],IQD:[0,"din"," IQD"],JOD:[3,"din","JOD"],KES:[2,"Ksh","Ksh"],KGS:[2,"KGS","KGS"],KHR:[2,"Riel", "KHR"],KMF:[0,"CF","KMF"],KPW:[0,"\u20a9KP","KPW"],KWD:[3,"din","KWD"],KYD:[2,"$ ","KY$"],KZT:[2,"\u20b8","KZT"],LAK:[0,"\u20ad","\u20ad"],LBP:[0,"L\u00a3","LBP" ],LRD:[2,"$","L$"],LSL:[2,
356 "LSL","LSL"],LYD:[3,"din","LD"],MAD:[2,"dh","MAD"],MDL:[2,"MDL","MDL"],MGA:[0,"A r","MGA"],MKD:[2,"din","MKD"],MMK:[0,"K","MMK"],MOP:[2,"MOP","MOP$"],MRO:[0,"MRO ","MRO"],MUR:[0,"MURs","MURs"],MWK:[2,"MWK","MWK"],MZN:[2,"MTn","MTn"],NAD:[2,"$ ","N$"],NGN:[2,"\u20a6","NG\u20a6"],NIO:[2,"C$","C$"],NPR:[2,"Rs","NPRs"],NZD:[2 ,"$","NZ$"],OMR:[3,"Rial","OMR"],PGK:[2,"PGK","PGK"],PYG:[0,"Gs","PYG"],QAR:[2," Rial","QR"],RWF:[0,"RF","RF"],SBD:[2,"$","SI$"],SCR:[2,"SCR","SCR"],SDG:[2,"SDG" ,"SDG"],SHP:[2,"\u00a3", 356 "LSL","LSL"],LYD:[3,"din","LD"],MAD:[2,"dh","MAD"],MDL:[2,"MDL","MDL"],MGA:[0,"A r","MGA"],MKD:[2,"din","MKD"],MMK:[0,"K","MMK"],MOP:[2,"MOP","MOP$"],MRO:[0,"MRO ","MRO"],MUR:[0,"MURs","MURs"],MWK:[2,"MWK","MWK"],MZN:[2,"MTn","MTn"],NAD:[2,"$ ","N$"],NGN:[2,"\u20a6","NG\u20a6"],NIO:[2,"C$","C$"],NPR:[2,"Rs","NPRs"],NZD:[2 ,"$","NZ$"],OMR:[3,"Rial","OMR"],PGK:[2,"PGK","PGK"],PYG:[0,"Gs","PYG"],QAR:[2," Rial","QR"],RWF:[0,"RF","RF"],SBD:[2,"$","SI$"],SCR:[2,"SCR","SCR"],SDG:[2,"SDG" ,"SDG"],SHP:[2,"\u00a3",
357 "SH\u00a3"],SLL:[0,"SLL","SLL"],SOS:[0,"SOS","SOS"],SRD:[2,"$","SR$"],STD:[0,"Db ","Db"],SYP:[0,"\u00a3","SY\u00a3"],SZL:[2,"SZL","SZL"],TJS:[2,"Som","TJS"],TND: [3,"din","DT"],TOP:[2,"T$","T$"],TTD:[2,"$","TT$"],UGX:[0,"UGX","UGX"],UZS:[0,"s o\u02bcm","UZS"],VEF:[2,"Bs","Bs"],VUV:[0,"VUV","VUV"],WST:[2,"WST","WST"],XAF:[ 0,"FCFA","FCFA"],XCD:[2,"$","EC$"],XOF:[0,"CFA","CFA"],XPF:[0,"FCFP","FCFP"],ZMK :[0,"ZMK","ZMK"]};goog.i18n.NumberFormatSymbols_af={DECIMAL_SEP:",",GROUP_SEP:"\ u00a0",PERCENT:"%",ZERO_DIGIT:"0",PLUS_SIGN:"+",MINUS_SIGN:"-",EXP_SYMBOL:"E",PE RMILL:"\u2030",INFINITY:"\u221e",NAN:"NaN",DECIMAL_PATTERN:"#,##0.###",SCIENTIFI C_PATTERN:"#E0",PERCENT_PATTERN:"#,##0%",CURRENCY_PATTERN:"\u00a4#,##0.00",DEF_C URRENCY_CODE:"ZAR"};goog.i18n.NumberFormatSymbols_af_ZA=goog.i18n.NumberFormatSy mbols_af; 357 "SH\u00a3"],SLL:[0,"SLL","SLL"],SOS:[0,"SOS","SOS"],SRD:[2,"$","SR$"],STD:[0,"Db ","Db"],SYP:[0,"\u00a3","SY\u00a3"],SZL:[2,"SZL","SZL"],TJS:[2,"Som","TJS"],TND: [3,"din","DT"],TOP:[2,"T$","T$"],TTD:[2,"$","TT$"],UGX:[0,"UGX","UGX"],UZS:[0,"s o\u02bcm","UZS"],VEF:[2,"Bs","Bs"],VUV:[0,"VUV","VUV"],WST:[2,"WST","WST"],XAF:[ 0,"FCFA","FCFA"],XCD:[2,"$","EC$"],XOF:[0,"CFA","CFA"],XPF:[0,"FCFP","FCFP"],ZMK :[0,"ZMK","ZMK"]};goog.i18n.NumberFormatSymbols_af={DECIMAL_SEP:",",GROUP_SEP:"\ u00a0",PERCENT:"%",ZERO_DIGIT:"0",PLUS_SIGN:"+",MINUS_SIGN:"-",EXP_SYMBOL:"E",PE RMILL:"\u2030",INFINITY:"\u221e",NAN:"NaN",DECIMAL_PATTERN:"#,##0.###",SCIENTIFI C_PATTERN:"#E0",PERCENT_PATTERN:"#,##0%",CURRENCY_PATTERN:"\u00a4#,##0.00",DEF_C URRENCY_CODE:"ZAR"};goog.i18n.NumberFormatSymbols_af_ZA=goog.i18n.NumberFormatSy mbols_af;
358 goog.i18n.NumberFormatSymbols_am={DECIMAL_SEP:".",GROUP_SEP:",",PERCENT:"%",ZERO _DIGIT:"0",PLUS_SIGN:"+",MINUS_SIGN:"-",EXP_SYMBOL:"E",PERMILL:"\u2030",INFINITY :"\u221e",NAN:"NaN",DECIMAL_PATTERN:"#,##0.###",SCIENTIFIC_PATTERN:"#E0",PERCENT _PATTERN:"#,##0%",CURRENCY_PATTERN:"\u00a4#,##0.00",DEF_CURRENCY_CODE:"ETB"};goo g.i18n.NumberFormatSymbols_am_ET=goog.i18n.NumberFormatSymbols_am; 358 goog.i18n.NumberFormatSymbols_am={DECIMAL_SEP:".",GROUP_SEP:",",PERCENT:"%",ZERO _DIGIT:"0",PLUS_SIGN:"+",MINUS_SIGN:"-",EXP_SYMBOL:"E",PERMILL:"\u2030",INFINITY :"\u221e",NAN:"NaN",DECIMAL_PATTERN:"#,##0.###",SCIENTIFIC_PATTERN:"#E0",PERCENT _PATTERN:"#,##0%",CURRENCY_PATTERN:"\u00a4#,##0.00",DEF_CURRENCY_CODE:"ETB"};goo g.i18n.NumberFormatSymbols_am_ET=goog.i18n.NumberFormatSymbols_am;
359 goog.i18n.NumberFormatSymbols_ar={DECIMAL_SEP:"\u066b",GROUP_SEP:"\u066c",PERCEN T:"\u066a",ZERO_DIGIT:"\u0660",PLUS_SIGN:"\u200f+",MINUS_SIGN:"\u200f-",EXP_SYMB OL:"\u0627\u0633",PERMILL:"\u0609",INFINITY:"\u221e",NAN:"\u0644\u064a\u0633\u00 a0\u0631\u0642\u0645",DECIMAL_PATTERN:"#,##0.###",SCIENTIFIC_PATTERN:"#E0",PERCE NT_PATTERN:"#,##0%",CURRENCY_PATTERN:"\u00a4\u00a0#,##0.00",DEF_CURRENCY_CODE:"E GP"};goog.i18n.NumberFormatSymbols_ar_001=goog.i18n.NumberFormatSymbols_ar; 359 goog.i18n.NumberFormatSymbols_ar={DECIMAL_SEP:"\u066b",GROUP_SEP:"\u066c",PERCEN T:"\u066a",ZERO_DIGIT:"\u0660",PLUS_SIGN:"\u200f+",MINUS_SIGN:"\u200f-",EXP_SYMB OL:"\u0627\u0633",PERMILL:"\u0609",INFINITY:"\u221e",NAN:"\u0644\u064a\u0633\u00 a0\u0631\u0642\u0645",DECIMAL_PATTERN:"#,##0.###",SCIENTIFIC_PATTERN:"#E0",PERCE NT_PATTERN:"#,##0%",CURRENCY_PATTERN:"\u00a4\u00a0#,##0.00",DEF_CURRENCY_CODE:"E GP"};goog.i18n.NumberFormatSymbols_ar_001=goog.i18n.NumberFormatSymbols_ar;
360 goog.i18n.NumberFormatSymbols_az={DECIMAL_SEP:",",GROUP_SEP:".",PERCENT:"%",ZERO _DIGIT:"0",PLUS_SIGN:"+",MINUS_SIGN:"-",EXP_SYMBOL:"E",PERMILL:"\u2030",INFINITY :"\u221e",NAN:"NaN",DECIMAL_PATTERN:"#,##0.###",SCIENTIFIC_PATTERN:"#E0",PERCENT _PATTERN:"#,##0%",CURRENCY_PATTERN:"\u00a4\u00a0#,##0.00",DEF_CURRENCY_CODE:"AZN "};goog.i18n.NumberFormatSymbols_az_Cyrl_AZ=goog.i18n.NumberFormatSymbols_az;goo g.i18n.NumberFormatSymbols_az_Latn_AZ=goog.i18n.NumberFormatSymbols_az; 360 goog.i18n.NumberFormatSymbols_az={DECIMAL_SEP:",",GROUP_SEP:".",PERCENT:"%",ZERO _DIGIT:"0",PLUS_SIGN:"+",MINUS_SIGN:"-",EXP_SYMBOL:"E",PERMILL:"\u2030",INFINITY :"\u221e",NAN:"NaN",DECIMAL_PATTERN:"#,##0.###",SCIENTIFIC_PATTERN:"#E0",PERCENT _PATTERN:"#,##0%",CURRENCY_PATTERN:"\u00a4\u00a0#,##0.00",DEF_CURRENCY_CODE:"AZN "};goog.i18n.NumberFormatSymbols_az_Cyrl_AZ=goog.i18n.NumberFormatSymbols_az;goo g.i18n.NumberFormatSymbols_az_Latn_AZ=goog.i18n.NumberFormatSymbols_az;
361 goog.i18n.NumberFormatSymbols_bg={DECIMAL_SEP:",",GROUP_SEP:"\u00a0",PERCENT:"%" ,ZERO_DIGIT:"0",PLUS_SIGN:"+",MINUS_SIGN:"-",EXP_SYMBOL:"E",PERMILL:"\u2030",INF INITY:"\u221e",NAN:"NaN",DECIMAL_PATTERN:"#,##0.###",SCIENTIFIC_PATTERN:"#E0",PE RCENT_PATTERN:"#,##0%",CURRENCY_PATTERN:"#,##0.00\u00a0\u00a4",DEF_CURRENCY_CODE :"BGN"};goog.i18n.NumberFormatSymbols_bg_BG=goog.i18n.NumberFormatSymbols_bg; 361 goog.i18n.NumberFormatSymbols_bg={DECIMAL_SEP:",",GROUP_SEP:"\u00a0",PERCENT:"%" ,ZERO_DIGIT:"0",PLUS_SIGN:"+",MINUS_SIGN:"-",EXP_SYMBOL:"E",PERMILL:"\u2030",INF INITY:"\u221e",NAN:"NaN",DECIMAL_PATTERN:"#,##0.###",SCIENTIFIC_PATTERN:"#E0",PE RCENT_PATTERN:"#,##0%",CURRENCY_PATTERN:"#,##0.00\u00a0\u00a4",DEF_CURRENCY_CODE :"BGN"};goog.i18n.NumberFormatSymbols_bg_BG=goog.i18n.NumberFormatSymbols_bg;
362 goog.i18n.NumberFormatSymbols_bn={DECIMAL_SEP:".",GROUP_SEP:",",PERCENT:"%",ZERO _DIGIT:"\u09e6",PLUS_SIGN:"+",MINUS_SIGN:"-",EXP_SYMBOL:"E",PERMILL:"\u2030",INF INITY:"\u221e",NAN:"\u09b8\u0982\u0996\u09cd\u09af\u09be\u00a0\u09a8\u09be",DECI MAL_PATTERN:"#,##,##0.###",SCIENTIFIC_PATTERN:"#E0",PERCENT_PATTERN:"#,##,##0%", CURRENCY_PATTERN:"#,##,##0.00\u00a4;(#,##,##0.00\u00a4)",DEF_CURRENCY_CODE:"BDT" };goog.i18n.NumberFormatSymbols_bn_BD=goog.i18n.NumberFormatSymbols_bn; 362 goog.i18n.NumberFormatSymbols_bn={DECIMAL_SEP:".",GROUP_SEP:",",PERCENT:"%",ZERO _DIGIT:"\u09e6",PLUS_SIGN:"+",MINUS_SIGN:"-",EXP_SYMBOL:"E",PERMILL:"\u2030",INF INITY:"\u221e",NAN:"\u09b8\u0982\u0996\u09cd\u09af\u09be\u00a0\u09a8\u09be",DECI MAL_PATTERN:"#,##,##0.###",SCIENTIFIC_PATTERN:"#E0",PERCENT_PATTERN:"#,##,##0%", CURRENCY_PATTERN:"#,##,##0.00\u00a4",DEF_CURRENCY_CODE:"BDT"};goog.i18n.NumberFo rmatSymbols_bn_BD=goog.i18n.NumberFormatSymbols_bn;
363 goog.i18n.NumberFormatSymbols_br={DECIMAL_SEP:",",GROUP_SEP:"\u00a0",PERCENT:"%" ,ZERO_DIGIT:"0",PLUS_SIGN:"+",MINUS_SIGN:"-",EXP_SYMBOL:"E",PERMILL:"\u2030",INF INITY:"\u221e",NAN:"NaN",DECIMAL_PATTERN:"#,##0.###",SCIENTIFIC_PATTERN:"#E0",PE RCENT_PATTERN:"#,##0%",CURRENCY_PATTERN:"\u00a4\u00a0#,##0.00",DEF_CURRENCY_CODE :"EUR"};goog.i18n.NumberFormatSymbols_br_FR=goog.i18n.NumberFormatSymbols_br; 363 goog.i18n.NumberFormatSymbols_br={DECIMAL_SEP:",",GROUP_SEP:"\u00a0",PERCENT:"%" ,ZERO_DIGIT:"0",PLUS_SIGN:"+",MINUS_SIGN:"-",EXP_SYMBOL:"E",PERMILL:"\u2030",INF INITY:"\u221e",NAN:"NaN",DECIMAL_PATTERN:"#,##0.###",SCIENTIFIC_PATTERN:"#E0",PE RCENT_PATTERN:"#,##0%",CURRENCY_PATTERN:"\u00a4\u00a0#,##0.00",DEF_CURRENCY_CODE :"EUR"};goog.i18n.NumberFormatSymbols_br_FR=goog.i18n.NumberFormatSymbols_br;
364 goog.i18n.NumberFormatSymbols_ca={DECIMAL_SEP:",",GROUP_SEP:".",PERCENT:"%",ZERO _DIGIT:"0",PLUS_SIGN:"+",MINUS_SIGN:"-",EXP_SYMBOL:"E",PERMILL:"\u2030",INFINITY :"\u221e",NAN:"NaN",DECIMAL_PATTERN:"#,##0.###",SCIENTIFIC_PATTERN:"#E0",PERCENT _PATTERN:"#,##0%",CURRENCY_PATTERN:"#,##0.00\u00a0\u00a4",DEF_CURRENCY_CODE:"EUR "};goog.i18n.NumberFormatSymbols_ca_AD=goog.i18n.NumberFormatSymbols_ca;goog.i18 n.NumberFormatSymbols_ca_ES=goog.i18n.NumberFormatSymbols_ca;goog.i18n.NumberFor matSymbols_ca_FR=goog.i18n.NumberFormatSymbols_ca; 364 goog.i18n.NumberFormatSymbols_ca={DECIMAL_SEP:",",GROUP_SEP:".",PERCENT:"%",ZERO _DIGIT:"0",PLUS_SIGN:"+",MINUS_SIGN:"-",EXP_SYMBOL:"E",PERMILL:"\u2030",INFINITY :"\u221e",NAN:"NaN",DECIMAL_PATTERN:"#,##0.###",SCIENTIFIC_PATTERN:"#E0",PERCENT _PATTERN:"#,##0%",CURRENCY_PATTERN:"#,##0.00\u00a0\u00a4",DEF_CURRENCY_CODE:"EUR "};goog.i18n.NumberFormatSymbols_ca_AD=goog.i18n.NumberFormatSymbols_ca;goog.i18 n.NumberFormatSymbols_ca_ES=goog.i18n.NumberFormatSymbols_ca;
365 goog.i18n.NumberFormatSymbols_ca_IT=goog.i18n.NumberFormatSymbols_ca;goog.i18n.N umberFormatSymbols_chr={DECIMAL_SEP:".",GROUP_SEP:",",PERCENT:"%",ZERO_DIGIT:"0" ,PLUS_SIGN:"+",MINUS_SIGN:"-",EXP_SYMBOL:"E",PERMILL:"\u2030",INFINITY:"\u221e", NAN:"NaN",DECIMAL_PATTERN:"#,##0.###",SCIENTIFIC_PATTERN:"#E0",PERCENT_PATTERN:" #,##0%",CURRENCY_PATTERN:"\u00a4#,##0.00",DEF_CURRENCY_CODE:"USD"};goog.i18n.Num berFormatSymbols_chr_US=goog.i18n.NumberFormatSymbols_chr; 365 goog.i18n.NumberFormatSymbols_ca_ES_VALENCIA=goog.i18n.NumberFormatSymbols_ca;go og.i18n.NumberFormatSymbols_ca_FR=goog.i18n.NumberFormatSymbols_ca;goog.i18n.Num berFormatSymbols_ca_IT=goog.i18n.NumberFormatSymbols_ca;
366 goog.i18n.NumberFormatSymbols_chr={DECIMAL_SEP:".",GROUP_SEP:",",PERCENT:"%",ZER O_DIGIT:"0",PLUS_SIGN:"+",MINUS_SIGN:"-",EXP_SYMBOL:"E",PERMILL:"\u2030",INFINIT Y:"\u221e",NAN:"NaN",DECIMAL_PATTERN:"#,##0.###",SCIENTIFIC_PATTERN:"#E0",PERCEN T_PATTERN:"#,##0%",CURRENCY_PATTERN:"\u00a4#,##0.00",DEF_CURRENCY_CODE:"USD"};go og.i18n.NumberFormatSymbols_chr_US=goog.i18n.NumberFormatSymbols_chr;
366 goog.i18n.NumberFormatSymbols_cs={DECIMAL_SEP:",",GROUP_SEP:"\u00a0",PERCENT:"%" ,ZERO_DIGIT:"0",PLUS_SIGN:"+",MINUS_SIGN:"-",EXP_SYMBOL:"E",PERMILL:"\u2030",INF INITY:"\u221e",NAN:"NaN",DECIMAL_PATTERN:"#,##0.###",SCIENTIFIC_PATTERN:"#E0",PE RCENT_PATTERN:"#,##0\u00a0%",CURRENCY_PATTERN:"#,##0.00\u00a0\u00a4",DEF_CURRENC Y_CODE:"CZK"};goog.i18n.NumberFormatSymbols_cs_CZ=goog.i18n.NumberFormatSymbols_ cs; 367 goog.i18n.NumberFormatSymbols_cs={DECIMAL_SEP:",",GROUP_SEP:"\u00a0",PERCENT:"%" ,ZERO_DIGIT:"0",PLUS_SIGN:"+",MINUS_SIGN:"-",EXP_SYMBOL:"E",PERMILL:"\u2030",INF INITY:"\u221e",NAN:"NaN",DECIMAL_PATTERN:"#,##0.###",SCIENTIFIC_PATTERN:"#E0",PE RCENT_PATTERN:"#,##0\u00a0%",CURRENCY_PATTERN:"#,##0.00\u00a0\u00a4",DEF_CURRENC Y_CODE:"CZK"};goog.i18n.NumberFormatSymbols_cs_CZ=goog.i18n.NumberFormatSymbols_ cs;
367 goog.i18n.NumberFormatSymbols_cy={DECIMAL_SEP:".",GROUP_SEP:",",PERCENT:"%",ZERO _DIGIT:"0",PLUS_SIGN:"+",MINUS_SIGN:"-",EXP_SYMBOL:"E",PERMILL:"\u2030",INFINITY :"\u221e",NAN:"NaN",DECIMAL_PATTERN:"#,##0.###",SCIENTIFIC_PATTERN:"#E0",PERCENT _PATTERN:"#,##0%",CURRENCY_PATTERN:"\u00a4#,##0.00",DEF_CURRENCY_CODE:"GBP"};goo g.i18n.NumberFormatSymbols_cy_GB=goog.i18n.NumberFormatSymbols_cy; 368 goog.i18n.NumberFormatSymbols_cy={DECIMAL_SEP:".",GROUP_SEP:",",PERCENT:"%",ZERO _DIGIT:"0",PLUS_SIGN:"+",MINUS_SIGN:"-",EXP_SYMBOL:"E",PERMILL:"\u2030",INFINITY :"\u221e",NAN:"NaN",DECIMAL_PATTERN:"#,##0.###",SCIENTIFIC_PATTERN:"#E0",PERCENT _PATTERN:"#,##0%",CURRENCY_PATTERN:"\u00a4#,##0.00",DEF_CURRENCY_CODE:"GBP"};goo g.i18n.NumberFormatSymbols_cy_GB=goog.i18n.NumberFormatSymbols_cy;
368 goog.i18n.NumberFormatSymbols_da={DECIMAL_SEP:",",GROUP_SEP:".",PERCENT:"%",ZERO _DIGIT:"0",PLUS_SIGN:"+",MINUS_SIGN:"-",EXP_SYMBOL:"E",PERMILL:"\u2030",INFINITY :"\u221e",NAN:"NaN",DECIMAL_PATTERN:"#,##0.###",SCIENTIFIC_PATTERN:"#E0",PERCENT _PATTERN:"#,##0\u00a0%",CURRENCY_PATTERN:"#,##0.00\u00a0\u00a4",DEF_CURRENCY_COD E:"DKK"};goog.i18n.NumberFormatSymbols_da_DK=goog.i18n.NumberFormatSymbols_da;go og.i18n.NumberFormatSymbols_da_GL=goog.i18n.NumberFormatSymbols_da; 369 goog.i18n.NumberFormatSymbols_da={DECIMAL_SEP:",",GROUP_SEP:".",PERCENT:"%",ZERO _DIGIT:"0",PLUS_SIGN:"+",MINUS_SIGN:"-",EXP_SYMBOL:"E",PERMILL:"\u2030",INFINITY :"\u221e",NAN:"NaN",DECIMAL_PATTERN:"#,##0.###",SCIENTIFIC_PATTERN:"#E0",PERCENT _PATTERN:"#,##0\u00a0%",CURRENCY_PATTERN:"#,##0.00\u00a0\u00a4",DEF_CURRENCY_COD E:"DKK"};goog.i18n.NumberFormatSymbols_da_DK=goog.i18n.NumberFormatSymbols_da;go og.i18n.NumberFormatSymbols_da_GL=goog.i18n.NumberFormatSymbols_da;
369 goog.i18n.NumberFormatSymbols_de={DECIMAL_SEP:",",GROUP_SEP:".",PERCENT:"%",ZERO _DIGIT:"0",PLUS_SIGN:"+",MINUS_SIGN:"-",EXP_SYMBOL:"E",PERMILL:"\u2030",INFINITY :"\u221e",NAN:"NaN",DECIMAL_PATTERN:"#,##0.###",SCIENTIFIC_PATTERN:"#E0",PERCENT _PATTERN:"#,##0\u00a0%",CURRENCY_PATTERN:"#,##0.00\u00a0\u00a4",DEF_CURRENCY_COD E:"EUR"}; 370 goog.i18n.NumberFormatSymbols_de={DECIMAL_SEP:",",GROUP_SEP:".",PERCENT:"%",ZERO _DIGIT:"0",PLUS_SIGN:"+",MINUS_SIGN:"-",EXP_SYMBOL:"E",PERMILL:"\u2030",INFINITY :"\u221e",NAN:"NaN",DECIMAL_PATTERN:"#,##0.###",SCIENTIFIC_PATTERN:"#E0",PERCENT _PATTERN:"#,##0\u00a0%",CURRENCY_PATTERN:"#,##0.00\u00a0\u00a4",DEF_CURRENCY_COD E:"EUR"};
370 goog.i18n.NumberFormatSymbols_de_AT={DECIMAL_SEP:",",GROUP_SEP:".",PERCENT:"%",Z ERO_DIGIT:"0",PLUS_SIGN:"+",MINUS_SIGN:"-",EXP_SYMBOL:"E",PERMILL:"\u2030",INFIN ITY:"\u221e",NAN:"NaN",DECIMAL_PATTERN:"#,##0.###",SCIENTIFIC_PATTERN:"#E0",PERC ENT_PATTERN:"#,##0\u00a0%",CURRENCY_PATTERN:"\u00a4\u00a0#,##0.00",DEF_CURRENCY_ CODE:"EUR"};goog.i18n.NumberFormatSymbols_de_BE=goog.i18n.NumberFormatSymbols_de ; 371 goog.i18n.NumberFormatSymbols_de_AT={DECIMAL_SEP:",",GROUP_SEP:".",PERCENT:"%",Z ERO_DIGIT:"0",PLUS_SIGN:"+",MINUS_SIGN:"-",EXP_SYMBOL:"E",PERMILL:"\u2030",INFIN ITY:"\u221e",NAN:"NaN",DECIMAL_PATTERN:"#,##0.###",SCIENTIFIC_PATTERN:"#E0",PERC ENT_PATTERN:"#,##0\u00a0%",CURRENCY_PATTERN:"\u00a4\u00a0#,##0.00",DEF_CURRENCY_ CODE:"EUR"};goog.i18n.NumberFormatSymbols_de_BE=goog.i18n.NumberFormatSymbols_de ;
371 goog.i18n.NumberFormatSymbols_de_CH={DECIMAL_SEP:".",GROUP_SEP:"'",PERCENT:"%",Z ERO_DIGIT:"0",PLUS_SIGN:"+",MINUS_SIGN:"-",EXP_SYMBOL:"E",PERMILL:"\u2030",INFIN ITY:"\u221e",NAN:"NaN",DECIMAL_PATTERN:"#,##0.###",SCIENTIFIC_PATTERN:"#E0",PERC ENT_PATTERN:"#,##0\u00a0%",CURRENCY_PATTERN:"\u00a4\u00a0#,##0.00;\u00a4-#,##0.0 0",DEF_CURRENCY_CODE:"CHF"};goog.i18n.NumberFormatSymbols_de_DE=goog.i18n.Number FormatSymbols_de;goog.i18n.NumberFormatSymbols_de_LU=goog.i18n.NumberFormatSymbo ls_de; 372 goog.i18n.NumberFormatSymbols_de_CH={DECIMAL_SEP:".",GROUP_SEP:"'",PERCENT:"%",Z ERO_DIGIT:"0",PLUS_SIGN:"+",MINUS_SIGN:"-",EXP_SYMBOL:"E",PERMILL:"\u2030",INFIN ITY:"\u221e",NAN:"NaN",DECIMAL_PATTERN:"#,##0.###",SCIENTIFIC_PATTERN:"#E0",PERC ENT_PATTERN:"#,##0\u00a0%",CURRENCY_PATTERN:"\u00a4\u00a0#,##0.00;\u00a4-#,##0.0 0",DEF_CURRENCY_CODE:"CHF"};goog.i18n.NumberFormatSymbols_de_DE=goog.i18n.Number FormatSymbols_de;goog.i18n.NumberFormatSymbols_de_LU=goog.i18n.NumberFormatSymbo ls_de;
372 goog.i18n.NumberFormatSymbols_el={DECIMAL_SEP:",",GROUP_SEP:".",PERCENT:"%",ZERO _DIGIT:"0",PLUS_SIGN:"+",MINUS_SIGN:"-",EXP_SYMBOL:"e",PERMILL:"\u2030",INFINITY :"\u221e",NAN:"NaN",DECIMAL_PATTERN:"#,##0.###",SCIENTIFIC_PATTERN:"#E0",PERCENT _PATTERN:"#,##0%",CURRENCY_PATTERN:"#,##0.00\u00a0\u00a4",DEF_CURRENCY_CODE:"EUR "};goog.i18n.NumberFormatSymbols_el_GR=goog.i18n.NumberFormatSymbols_el; 373 goog.i18n.NumberFormatSymbols_el={DECIMAL_SEP:",",GROUP_SEP:".",PERCENT:"%",ZERO _DIGIT:"0",PLUS_SIGN:"+",MINUS_SIGN:"-",EXP_SYMBOL:"e",PERMILL:"\u2030",INFINITY :"\u221e",NAN:"NaN",DECIMAL_PATTERN:"#,##0.###",SCIENTIFIC_PATTERN:"#E0",PERCENT _PATTERN:"#,##0%",CURRENCY_PATTERN:"#,##0.00\u00a0\u00a4",DEF_CURRENCY_CODE:"EUR "};goog.i18n.NumberFormatSymbols_el_GR=goog.i18n.NumberFormatSymbols_el;
373 goog.i18n.NumberFormatSymbols_en={DECIMAL_SEP:".",GROUP_SEP:",",PERCENT:"%",ZERO _DIGIT:"0",PLUS_SIGN:"+",MINUS_SIGN:"-",EXP_SYMBOL:"E",PERMILL:"\u2030",INFINITY :"\u221e",NAN:"NaN",DECIMAL_PATTERN:"#,##0.###",SCIENTIFIC_PATTERN:"#E0",PERCENT _PATTERN:"#,##0%",CURRENCY_PATTERN:"\u00a4#,##0.00",DEF_CURRENCY_CODE:"USD"};goo g.i18n.NumberFormatSymbols_en_001=goog.i18n.NumberFormatSymbols_en;goog.i18n.Num berFormatSymbols_en_AS=goog.i18n.NumberFormatSymbols_en; 374 goog.i18n.NumberFormatSymbols_en={DECIMAL_SEP:".",GROUP_SEP:",",PERCENT:"%",ZERO _DIGIT:"0",PLUS_SIGN:"+",MINUS_SIGN:"-",EXP_SYMBOL:"E",PERMILL:"\u2030",INFINITY :"\u221e",NAN:"NaN",DECIMAL_PATTERN:"#,##0.###",SCIENTIFIC_PATTERN:"#E0",PERCENT _PATTERN:"#,##0%",CURRENCY_PATTERN:"\u00a4#,##0.00",DEF_CURRENCY_CODE:"USD"};goo g.i18n.NumberFormatSymbols_en_001=goog.i18n.NumberFormatSymbols_en;goog.i18n.Num berFormatSymbols_en_AS=goog.i18n.NumberFormatSymbols_en;
374 goog.i18n.NumberFormatSymbols_en_AU={DECIMAL_SEP:".",GROUP_SEP:",",PERCENT:"%",Z ERO_DIGIT:"0",PLUS_SIGN:"+",MINUS_SIGN:"-",EXP_SYMBOL:"E",PERMILL:"\u2030",INFIN ITY:"\u221e",NAN:"NaN",DECIMAL_PATTERN:"#,##0.###",SCIENTIFIC_PATTERN:"#E0",PERC ENT_PATTERN:"#,##0%",CURRENCY_PATTERN:"\u00a4#,##0.00",DEF_CURRENCY_CODE:"AUD"}; goog.i18n.NumberFormatSymbols_en_DG=goog.i18n.NumberFormatSymbols_en;goog.i18n.N umberFormatSymbols_en_Dsrt_US=goog.i18n.NumberFormatSymbols_en;goog.i18n.NumberF ormatSymbols_en_FM=goog.i18n.NumberFormatSymbols_en; 375 goog.i18n.NumberFormatSymbols_en_AU={DECIMAL_SEP:".",GROUP_SEP:",",PERCENT:"%",Z ERO_DIGIT:"0",PLUS_SIGN:"+",MINUS_SIGN:"-",EXP_SYMBOL:"E",PERMILL:"\u2030",INFIN ITY:"\u221e",NAN:"NaN",DECIMAL_PATTERN:"#,##0.###",SCIENTIFIC_PATTERN:"#E0",PERC ENT_PATTERN:"#,##0%",CURRENCY_PATTERN:"\u00a4#,##0.00",DEF_CURRENCY_CODE:"AUD"}; goog.i18n.NumberFormatSymbols_en_DG=goog.i18n.NumberFormatSymbols_en;goog.i18n.N umberFormatSymbols_en_FM=goog.i18n.NumberFormatSymbols_en;
375 goog.i18n.NumberFormatSymbols_en_GB={DECIMAL_SEP:".",GROUP_SEP:",",PERCENT:"%",Z ERO_DIGIT:"0",PLUS_SIGN:"+",MINUS_SIGN:"-",EXP_SYMBOL:"E",PERMILL:"\u2030",INFIN ITY:"\u221e",NAN:"NaN",DECIMAL_PATTERN:"#,##0.###",SCIENTIFIC_PATTERN:"#E0",PERC ENT_PATTERN:"#,##0%",CURRENCY_PATTERN:"\u00a4#,##0.00",DEF_CURRENCY_CODE:"GBP"}; goog.i18n.NumberFormatSymbols_en_GU=goog.i18n.NumberFormatSymbols_en; 376 goog.i18n.NumberFormatSymbols_en_GB={DECIMAL_SEP:".",GROUP_SEP:",",PERCENT:"%",Z ERO_DIGIT:"0",PLUS_SIGN:"+",MINUS_SIGN:"-",EXP_SYMBOL:"E",PERMILL:"\u2030",INFIN ITY:"\u221e",NAN:"NaN",DECIMAL_PATTERN:"#,##0.###",SCIENTIFIC_PATTERN:"#E0",PERC ENT_PATTERN:"#,##0%",CURRENCY_PATTERN:"\u00a4#,##0.00",DEF_CURRENCY_CODE:"GBP"}; goog.i18n.NumberFormatSymbols_en_GU=goog.i18n.NumberFormatSymbols_en;
376 goog.i18n.NumberFormatSymbols_en_IE={DECIMAL_SEP:".",GROUP_SEP:",",PERCENT:"%",Z ERO_DIGIT:"0",PLUS_SIGN:"+",MINUS_SIGN:"-",EXP_SYMBOL:"E",PERMILL:"\u2030",INFIN ITY:"\u221e",NAN:"NaN",DECIMAL_PATTERN:"#,##0.###",SCIENTIFIC_PATTERN:"#E0",PERC ENT_PATTERN:"#,##0%",CURRENCY_PATTERN:"\u00a4#,##0.00",DEF_CURRENCY_CODE:"EUR"}; 377 goog.i18n.NumberFormatSymbols_en_IE={DECIMAL_SEP:".",GROUP_SEP:",",PERCENT:"%",Z ERO_DIGIT:"0",PLUS_SIGN:"+",MINUS_SIGN:"-",EXP_SYMBOL:"E",PERMILL:"\u2030",INFIN ITY:"\u221e",NAN:"NaN",DECIMAL_PATTERN:"#,##0.###",SCIENTIFIC_PATTERN:"#E0",PERC ENT_PATTERN:"#,##0%",CURRENCY_PATTERN:"\u00a4#,##0.00",DEF_CURRENCY_CODE:"EUR"};
377 goog.i18n.NumberFormatSymbols_en_IN={DECIMAL_SEP:".",GROUP_SEP:",",PERCENT:"%",Z ERO_DIGIT:"0",PLUS_SIGN:"+",MINUS_SIGN:"-",EXP_SYMBOL:"E",PERMILL:"\u2030",INFIN ITY:"\u221e",NAN:"NaN",DECIMAL_PATTERN:"#,##,##0.###",SCIENTIFIC_PATTERN:"#E0",P ERCENT_PATTERN:"#,##,##0%",CURRENCY_PATTERN:"\u00a4\u00a0#,##,##0.00",DEF_CURREN CY_CODE:"INR"};goog.i18n.NumberFormatSymbols_en_IO=goog.i18n.NumberFormatSymbols _en;goog.i18n.NumberFormatSymbols_en_MH=goog.i18n.NumberFormatSymbols_en; 378 goog.i18n.NumberFormatSymbols_en_IN={DECIMAL_SEP:".",GROUP_SEP:",",PERCENT:"%",Z ERO_DIGIT:"0",PLUS_SIGN:"+",MINUS_SIGN:"-",EXP_SYMBOL:"E",PERMILL:"\u2030",INFIN ITY:"\u221e",NAN:"NaN",DECIMAL_PATTERN:"#,##,##0.###",SCIENTIFIC_PATTERN:"#E0",P ERCENT_PATTERN:"#,##,##0%",CURRENCY_PATTERN:"\u00a4\u00a0#,##,##0.00",DEF_CURREN CY_CODE:"INR"};goog.i18n.NumberFormatSymbols_en_IO=goog.i18n.NumberFormatSymbols _en;goog.i18n.NumberFormatSymbols_en_MH=goog.i18n.NumberFormatSymbols_en;
378 goog.i18n.NumberFormatSymbols_en_MP=goog.i18n.NumberFormatSymbols_en;goog.i18n.N umberFormatSymbols_en_PR=goog.i18n.NumberFormatSymbols_en;goog.i18n.NumberFormat Symbols_en_PW=goog.i18n.NumberFormatSymbols_en; 379 goog.i18n.NumberFormatSymbols_en_MP=goog.i18n.NumberFormatSymbols_en;goog.i18n.N umberFormatSymbols_en_PR=goog.i18n.NumberFormatSymbols_en;goog.i18n.NumberFormat Symbols_en_PW=goog.i18n.NumberFormatSymbols_en;
379 goog.i18n.NumberFormatSymbols_en_SG={DECIMAL_SEP:".",GROUP_SEP:",",PERCENT:"%",Z ERO_DIGIT:"0",PLUS_SIGN:"+",MINUS_SIGN:"-",EXP_SYMBOL:"E",PERMILL:"\u2030",INFIN ITY:"\u221e",NAN:"NaN",DECIMAL_PATTERN:"#,##0.###",SCIENTIFIC_PATTERN:"#E0",PERC ENT_PATTERN:"#,##0%",CURRENCY_PATTERN:"\u00a4#,##0.00",DEF_CURRENCY_CODE:"SGD"}; goog.i18n.NumberFormatSymbols_en_TC=goog.i18n.NumberFormatSymbols_en;goog.i18n.N umberFormatSymbols_en_UM=goog.i18n.NumberFormatSymbols_en;goog.i18n.NumberFormat Symbols_en_US=goog.i18n.NumberFormatSymbols_en; 380 goog.i18n.NumberFormatSymbols_en_SG={DECIMAL_SEP:".",GROUP_SEP:",",PERCENT:"%",Z ERO_DIGIT:"0",PLUS_SIGN:"+",MINUS_SIGN:"-",EXP_SYMBOL:"E",PERMILL:"\u2030",INFIN ITY:"\u221e",NAN:"NaN",DECIMAL_PATTERN:"#,##0.###",SCIENTIFIC_PATTERN:"#E0",PERC ENT_PATTERN:"#,##0%",CURRENCY_PATTERN:"\u00a4#,##0.00",DEF_CURRENCY_CODE:"SGD"}; goog.i18n.NumberFormatSymbols_en_TC=goog.i18n.NumberFormatSymbols_en;goog.i18n.N umberFormatSymbols_en_UM=goog.i18n.NumberFormatSymbols_en;goog.i18n.NumberFormat Symbols_en_US=goog.i18n.NumberFormatSymbols_en;
380 goog.i18n.NumberFormatSymbols_en_VG=goog.i18n.NumberFormatSymbols_en;goog.i18n.N umberFormatSymbols_en_VI=goog.i18n.NumberFormatSymbols_en;goog.i18n.NumberFormat Symbols_en_ZA={DECIMAL_SEP:",",GROUP_SEP:"\u00a0",PERCENT:"%",ZERO_DIGIT:"0",PLU S_SIGN:"+",MINUS_SIGN:"-",EXP_SYMBOL:"E",PERMILL:"\u2030",INFINITY:"\u221e",NAN: "NaN",DECIMAL_PATTERN:"#,##0.###",SCIENTIFIC_PATTERN:"#E0",PERCENT_PATTERN:"#,## 0%",CURRENCY_PATTERN:"\u00a4#,##0.00",DEF_CURRENCY_CODE:"ZAR"};goog.i18n.NumberF ormatSymbols_en_ZW=goog.i18n.NumberFormatSymbols_en; 381 goog.i18n.NumberFormatSymbols_en_VG=goog.i18n.NumberFormatSymbols_en;goog.i18n.N umberFormatSymbols_en_VI=goog.i18n.NumberFormatSymbols_en;goog.i18n.NumberFormat Symbols_en_ZA={DECIMAL_SEP:",",GROUP_SEP:"\u00a0",PERCENT:"%",ZERO_DIGIT:"0",PLU S_SIGN:"+",MINUS_SIGN:"-",EXP_SYMBOL:"E",PERMILL:"\u2030",INFINITY:"\u221e",NAN: "NaN",DECIMAL_PATTERN:"#,##0.###",SCIENTIFIC_PATTERN:"#E0",PERCENT_PATTERN:"#,## 0%",CURRENCY_PATTERN:"\u00a4#,##0.00",DEF_CURRENCY_CODE:"ZAR"};goog.i18n.NumberF ormatSymbols_en_ZW=goog.i18n.NumberFormatSymbols_en;
381 goog.i18n.NumberFormatSymbols_es={DECIMAL_SEP:",",GROUP_SEP:".",PERCENT:"%",ZERO _DIGIT:"0",PLUS_SIGN:"+",MINUS_SIGN:"-",EXP_SYMBOL:"E",PERMILL:"\u2030",INFINITY :"\u221e",NAN:"NaN",DECIMAL_PATTERN:"#,##0.###",SCIENTIFIC_PATTERN:"#E0",PERCENT _PATTERN:"#,##0%",CURRENCY_PATTERN:"#,##0.00\u00a0\u00a4",DEF_CURRENCY_CODE:"EUR "}; 382 goog.i18n.NumberFormatSymbols_es={DECIMAL_SEP:",",GROUP_SEP:".",PERCENT:"%",ZERO _DIGIT:"0",PLUS_SIGN:"+",MINUS_SIGN:"-",EXP_SYMBOL:"E",PERMILL:"\u2030",INFINITY :"\u221e",NAN:"NaN",DECIMAL_PATTERN:"#,##0.###",SCIENTIFIC_PATTERN:"#E0",PERCENT _PATTERN:"#,##0%",CURRENCY_PATTERN:"#,##0.00\u00a0\u00a4",DEF_CURRENCY_CODE:"EUR "};
382 goog.i18n.NumberFormatSymbols_es_419={DECIMAL_SEP:".",GROUP_SEP:",",PERCENT:"%", ZERO_DIGIT:"0",PLUS_SIGN:"+",MINUS_SIGN:"-",EXP_SYMBOL:"E",PERMILL:"\u2030",INFI NITY:"\u221e",NAN:"NaN",DECIMAL_PATTERN:"#,##0.###",SCIENTIFIC_PATTERN:"#E0",PER CENT_PATTERN:"#,##0%",CURRENCY_PATTERN:"\u00a4#,##0.00",DEF_CURRENCY_CODE:"MXN"} ;goog.i18n.NumberFormatSymbols_es_EA=goog.i18n.NumberFormatSymbols_es;goog.i18n. NumberFormatSymbols_es_ES=goog.i18n.NumberFormatSymbols_es;goog.i18n.NumberForma tSymbols_es_IC=goog.i18n.NumberFormatSymbols_es; 383 goog.i18n.NumberFormatSymbols_es_419={DECIMAL_SEP:".",GROUP_SEP:",",PERCENT:"%", ZERO_DIGIT:"0",PLUS_SIGN:"+",MINUS_SIGN:"-",EXP_SYMBOL:"E",PERMILL:"\u2030",INFI NITY:"\u221e",NAN:"NaN",DECIMAL_PATTERN:"#,##0.###",SCIENTIFIC_PATTERN:"#E0",PER CENT_PATTERN:"#,##0%",CURRENCY_PATTERN:"\u00a4#,##0.00",DEF_CURRENCY_CODE:"MXN"} ;goog.i18n.NumberFormatSymbols_es_EA=goog.i18n.NumberFormatSymbols_es;goog.i18n. NumberFormatSymbols_es_ES=goog.i18n.NumberFormatSymbols_es;goog.i18n.NumberForma tSymbols_es_IC=goog.i18n.NumberFormatSymbols_es;
383 goog.i18n.NumberFormatSymbols_et={DECIMAL_SEP:",",GROUP_SEP:"\u00a0",PERCENT:"%" ,ZERO_DIGIT:"0",PLUS_SIGN:"+",MINUS_SIGN:"-",EXP_SYMBOL:"\u00d710^",PERMILL:"\u2 030",INFINITY:"\u221e",NAN:"NaN",DECIMAL_PATTERN:"#,##0.###",SCIENTIFIC_PATTERN: "#E0",PERCENT_PATTERN:"#,##0%",CURRENCY_PATTERN:"#,##0.00\u00a0\u00a4",DEF_CURRE NCY_CODE:"EUR"};goog.i18n.NumberFormatSymbols_et_EE=goog.i18n.NumberFormatSymbol s_et; 384 goog.i18n.NumberFormatSymbols_et={DECIMAL_SEP:",",GROUP_SEP:"\u00a0",PERCENT:"%" ,ZERO_DIGIT:"0",PLUS_SIGN:"+",MINUS_SIGN:"-",EXP_SYMBOL:"\u00d710^",PERMILL:"\u2 030",INFINITY:"\u221e",NAN:"NaN",DECIMAL_PATTERN:"#,##0.###",SCIENTIFIC_PATTERN: "#E0",PERCENT_PATTERN:"#,##0%",CURRENCY_PATTERN:"#,##0.00\u00a0\u00a4",DEF_CURRE NCY_CODE:"EUR"};goog.i18n.NumberFormatSymbols_et_EE=goog.i18n.NumberFormatSymbol s_et;
384 goog.i18n.NumberFormatSymbols_eu={DECIMAL_SEP:",",GROUP_SEP:".",PERCENT:"%",ZERO _DIGIT:"0",PLUS_SIGN:"+",MINUS_SIGN:"-",EXP_SYMBOL:"E",PERMILL:"\u2030",INFINITY :"\u221e",NAN:"NaN",DECIMAL_PATTERN:"#,##0.###",SCIENTIFIC_PATTERN:"#E0",PERCENT _PATTERN:"%\u00a0#,##0",CURRENCY_PATTERN:"#,##0.00\u00a0\u00a4",DEF_CURRENCY_COD E:"EUR"};goog.i18n.NumberFormatSymbols_eu_ES=goog.i18n.NumberFormatSymbols_eu; 385 goog.i18n.NumberFormatSymbols_eu={DECIMAL_SEP:",",GROUP_SEP:".",PERCENT:"%",ZERO _DIGIT:"0",PLUS_SIGN:"+",MINUS_SIGN:"-",EXP_SYMBOL:"E",PERMILL:"\u2030",INFINITY :"\u221e",NAN:"NaN",DECIMAL_PATTERN:"#,##0.###",SCIENTIFIC_PATTERN:"#E0",PERCENT _PATTERN:"%\u00a0#,##0",CURRENCY_PATTERN:"#,##0.00\u00a0\u00a4",DEF_CURRENCY_COD E:"EUR"};goog.i18n.NumberFormatSymbols_eu_ES=goog.i18n.NumberFormatSymbols_eu;
(...skipping 15 matching lines...) Expand all
400 goog.i18n.NumberFormatSymbols_id={DECIMAL_SEP:",",GROUP_SEP:".",PERCENT:"%",ZERO _DIGIT:"0",PLUS_SIGN:"+",MINUS_SIGN:"-",EXP_SYMBOL:"E",PERMILL:"\u2030",INFINITY :"\u221e",NAN:"NaN",DECIMAL_PATTERN:"#,##0.###",SCIENTIFIC_PATTERN:"#E0",PERCENT _PATTERN:"#,##0%",CURRENCY_PATTERN:"\u00a4#,##0.00",DEF_CURRENCY_CODE:"IDR"};goo g.i18n.NumberFormatSymbols_id_ID=goog.i18n.NumberFormatSymbols_id; 401 goog.i18n.NumberFormatSymbols_id={DECIMAL_SEP:",",GROUP_SEP:".",PERCENT:"%",ZERO _DIGIT:"0",PLUS_SIGN:"+",MINUS_SIGN:"-",EXP_SYMBOL:"E",PERMILL:"\u2030",INFINITY :"\u221e",NAN:"NaN",DECIMAL_PATTERN:"#,##0.###",SCIENTIFIC_PATTERN:"#E0",PERCENT _PATTERN:"#,##0%",CURRENCY_PATTERN:"\u00a4#,##0.00",DEF_CURRENCY_CODE:"IDR"};goo g.i18n.NumberFormatSymbols_id_ID=goog.i18n.NumberFormatSymbols_id;
401 goog.i18n.NumberFormatSymbols_in={DECIMAL_SEP:",",GROUP_SEP:".",PERCENT:"%",ZERO _DIGIT:"0",PLUS_SIGN:"+",MINUS_SIGN:"-",EXP_SYMBOL:"E",PERMILL:"\u2030",INFINITY :"\u221e",NAN:"NaN",DECIMAL_PATTERN:"#,##0.###",SCIENTIFIC_PATTERN:"#E0",PERCENT _PATTERN:"#,##0%",CURRENCY_PATTERN:"\u00a4#,##0.00",DEF_CURRENCY_CODE:"IDR"}; 402 goog.i18n.NumberFormatSymbols_in={DECIMAL_SEP:",",GROUP_SEP:".",PERCENT:"%",ZERO _DIGIT:"0",PLUS_SIGN:"+",MINUS_SIGN:"-",EXP_SYMBOL:"E",PERMILL:"\u2030",INFINITY :"\u221e",NAN:"NaN",DECIMAL_PATTERN:"#,##0.###",SCIENTIFIC_PATTERN:"#E0",PERCENT _PATTERN:"#,##0%",CURRENCY_PATTERN:"\u00a4#,##0.00",DEF_CURRENCY_CODE:"IDR"};
402 goog.i18n.NumberFormatSymbols_is={DECIMAL_SEP:",",GROUP_SEP:".",PERCENT:"%",ZERO _DIGIT:"0",PLUS_SIGN:"+",MINUS_SIGN:"-",EXP_SYMBOL:"E",PERMILL:"\u2030",INFINITY :"\u221e",NAN:"NaN",DECIMAL_PATTERN:"#,##0.###",SCIENTIFIC_PATTERN:"#E0",PERCENT _PATTERN:"#,##0%",CURRENCY_PATTERN:"#,##0.00\u00a0\u00a4",DEF_CURRENCY_CODE:"ISK "};goog.i18n.NumberFormatSymbols_is_IS=goog.i18n.NumberFormatSymbols_is; 403 goog.i18n.NumberFormatSymbols_is={DECIMAL_SEP:",",GROUP_SEP:".",PERCENT:"%",ZERO _DIGIT:"0",PLUS_SIGN:"+",MINUS_SIGN:"-",EXP_SYMBOL:"E",PERMILL:"\u2030",INFINITY :"\u221e",NAN:"NaN",DECIMAL_PATTERN:"#,##0.###",SCIENTIFIC_PATTERN:"#E0",PERCENT _PATTERN:"#,##0%",CURRENCY_PATTERN:"#,##0.00\u00a0\u00a4",DEF_CURRENCY_CODE:"ISK "};goog.i18n.NumberFormatSymbols_is_IS=goog.i18n.NumberFormatSymbols_is;
403 goog.i18n.NumberFormatSymbols_it={DECIMAL_SEP:",",GROUP_SEP:".",PERCENT:"%",ZERO _DIGIT:"0",PLUS_SIGN:"+",MINUS_SIGN:"-",EXP_SYMBOL:"E",PERMILL:"\u2030",INFINITY :"\u221e",NAN:"NaN",DECIMAL_PATTERN:"#,##0.###",SCIENTIFIC_PATTERN:"#E0",PERCENT _PATTERN:"#,##0%",CURRENCY_PATTERN:"#,##0.00\u00a0\u00a4",DEF_CURRENCY_CODE:"EUR "};goog.i18n.NumberFormatSymbols_it_IT=goog.i18n.NumberFormatSymbols_it;goog.i18 n.NumberFormatSymbols_it_SM=goog.i18n.NumberFormatSymbols_it; 404 goog.i18n.NumberFormatSymbols_it={DECIMAL_SEP:",",GROUP_SEP:".",PERCENT:"%",ZERO _DIGIT:"0",PLUS_SIGN:"+",MINUS_SIGN:"-",EXP_SYMBOL:"E",PERMILL:"\u2030",INFINITY :"\u221e",NAN:"NaN",DECIMAL_PATTERN:"#,##0.###",SCIENTIFIC_PATTERN:"#E0",PERCENT _PATTERN:"#,##0%",CURRENCY_PATTERN:"#,##0.00\u00a0\u00a4",DEF_CURRENCY_CODE:"EUR "};goog.i18n.NumberFormatSymbols_it_IT=goog.i18n.NumberFormatSymbols_it;goog.i18 n.NumberFormatSymbols_it_SM=goog.i18n.NumberFormatSymbols_it;
404 goog.i18n.NumberFormatSymbols_iw={DECIMAL_SEP:".",GROUP_SEP:",",PERCENT:"%",ZERO _DIGIT:"0",PLUS_SIGN:"\u200e+",MINUS_SIGN:"\u200e-",EXP_SYMBOL:"E",PERMILL:"\u20 30",INFINITY:"\u221e",NAN:"NaN",DECIMAL_PATTERN:"#,##0.###",SCIENTIFIC_PATTERN:" #E0",PERCENT_PATTERN:"#,##0%",CURRENCY_PATTERN:"#,##0.00\u00a0\u00a4",DEF_CURREN CY_CODE:"ILS"}; 405 goog.i18n.NumberFormatSymbols_iw={DECIMAL_SEP:".",GROUP_SEP:",",PERCENT:"%",ZERO _DIGIT:"0",PLUS_SIGN:"\u200e+",MINUS_SIGN:"\u200e-",EXP_SYMBOL:"E",PERMILL:"\u20 30",INFINITY:"\u221e",NAN:"NaN",DECIMAL_PATTERN:"#,##0.###",SCIENTIFIC_PATTERN:" #E0",PERCENT_PATTERN:"#,##0%",CURRENCY_PATTERN:"#,##0.00\u00a0\u00a4",DEF_CURREN CY_CODE:"ILS"};
405 goog.i18n.NumberFormatSymbols_ja={DECIMAL_SEP:".",GROUP_SEP:",",PERCENT:"%",ZERO _DIGIT:"0",PLUS_SIGN:"+",MINUS_SIGN:"-",EXP_SYMBOL:"E",PERMILL:"\u2030",INFINITY :"\u221e",NAN:"NaN",DECIMAL_PATTERN:"#,##0.###",SCIENTIFIC_PATTERN:"#E0",PERCENT _PATTERN:"#,##0%",CURRENCY_PATTERN:"\u00a4#,##0.00",DEF_CURRENCY_CODE:"JPY"};goo g.i18n.NumberFormatSymbols_ja_JP=goog.i18n.NumberFormatSymbols_ja; 406 goog.i18n.NumberFormatSymbols_ja={DECIMAL_SEP:".",GROUP_SEP:",",PERCENT:"%",ZERO _DIGIT:"0",PLUS_SIGN:"+",MINUS_SIGN:"-",EXP_SYMBOL:"E",PERMILL:"\u2030",INFINITY :"\u221e",NAN:"NaN",DECIMAL_PATTERN:"#,##0.###",SCIENTIFIC_PATTERN:"#E0",PERCENT _PATTERN:"#,##0%",CURRENCY_PATTERN:"\u00a4#,##0.00",DEF_CURRENCY_CODE:"JPY"};goo g.i18n.NumberFormatSymbols_ja_JP=goog.i18n.NumberFormatSymbols_ja;
406 goog.i18n.NumberFormatSymbols_ka={DECIMAL_SEP:",",GROUP_SEP:"\u00a0",PERCENT:"%" ,ZERO_DIGIT:"0",PLUS_SIGN:"+",MINUS_SIGN:"-",EXP_SYMBOL:"E",PERMILL:"\u2030",INF INITY:"\u221e",NAN:"\u10d0\u10e0\u00a0\u10d0\u10e0\u10d8\u10e1\u00a0\u10e0\u10d8 \u10ea\u10ee\u10d5\u10d8",DECIMAL_PATTERN:"#,##0.###",SCIENTIFIC_PATTERN:"#E0",P ERCENT_PATTERN:"#,##0\u00a0%",CURRENCY_PATTERN:"#,##0.00\u00a0\u00a4",DEF_CURREN CY_CODE:"GEL"};goog.i18n.NumberFormatSymbols_ka_GE=goog.i18n.NumberFormatSymbols _ka; 407 goog.i18n.NumberFormatSymbols_ka={DECIMAL_SEP:",",GROUP_SEP:"\u00a0",PERCENT:"%" ,ZERO_DIGIT:"0",PLUS_SIGN:"+",MINUS_SIGN:"-",EXP_SYMBOL:"E",PERMILL:"\u2030",INF INITY:"\u221e",NAN:"\u10d0\u10e0\u00a0\u10d0\u10e0\u10d8\u10e1\u00a0\u10e0\u10d8 \u10ea\u10ee\u10d5\u10d8",DECIMAL_PATTERN:"#,##0.###",SCIENTIFIC_PATTERN:"#E0",P ERCENT_PATTERN:"#,##0\u00a0%",CURRENCY_PATTERN:"#,##0.00\u00a0\u00a4",DEF_CURREN CY_CODE:"GEL"};goog.i18n.NumberFormatSymbols_ka_GE=goog.i18n.NumberFormatSymbols _ka;
407 goog.i18n.NumberFormatSymbols_kk={DECIMAL_SEP:",",GROUP_SEP:"\u00a0",PERCENT:"%" ,ZERO_DIGIT:"0",PLUS_SIGN:"+",MINUS_SIGN:"-",EXP_SYMBOL:"E",PERMILL:"\u2030",INF INITY:"\u221e",NAN:"NaN",DECIMAL_PATTERN:"#,##0.###",SCIENTIFIC_PATTERN:"#E0",PE RCENT_PATTERN:"#,##0%",CURRENCY_PATTERN:"#,##0.00\u00a0\u00a4",DEF_CURRENCY_CODE :"KZT"};goog.i18n.NumberFormatSymbols_kk_Cyrl_KZ=goog.i18n.NumberFormatSymbols_k k; 408 goog.i18n.NumberFormatSymbols_kk={DECIMAL_SEP:",",GROUP_SEP:"\u00a0",PERCENT:"%" ,ZERO_DIGIT:"0",PLUS_SIGN:"+",MINUS_SIGN:"-",EXP_SYMBOL:"E",PERMILL:"\u2030",INF INITY:"\u221e",NAN:"NaN",DECIMAL_PATTERN:"#,##0.###",SCIENTIFIC_PATTERN:"#E0",PE RCENT_PATTERN:"#,##0%",CURRENCY_PATTERN:"#,##0.00\u00a0\u00a4",DEF_CURRENCY_CODE :"KZT"};goog.i18n.NumberFormatSymbols_kk_Cyrl_KZ=goog.i18n.NumberFormatSymbols_k k;
408 goog.i18n.NumberFormatSymbols_km={DECIMAL_SEP:",",GROUP_SEP:".",PERCENT:"%",ZERO _DIGIT:"0",PLUS_SIGN:"+",MINUS_SIGN:"-",EXP_SYMBOL:"E",PERMILL:"\u2030",INFINITY :"\u221e",NAN:"NaN",DECIMAL_PATTERN:"#,##0.###",SCIENTIFIC_PATTERN:"#E0",PERCENT _PATTERN:"#,##0%",CURRENCY_PATTERN:"\u00a4#,##0.00",DEF_CURRENCY_CODE:"KHR"};goo g.i18n.NumberFormatSymbols_km_KH=goog.i18n.NumberFormatSymbols_km; 409 goog.i18n.NumberFormatSymbols_km={DECIMAL_SEP:",",GROUP_SEP:".",PERCENT:"%",ZERO _DIGIT:"0",PLUS_SIGN:"+",MINUS_SIGN:"-",EXP_SYMBOL:"E",PERMILL:"\u2030",INFINITY :"\u221e",NAN:"NaN",DECIMAL_PATTERN:"#,##0.###",SCIENTIFIC_PATTERN:"#E0",PERCENT _PATTERN:"#,##0%",CURRENCY_PATTERN:"\u00a4#,##0.00",DEF_CURRENCY_CODE:"KHR"};goo g.i18n.NumberFormatSymbols_km_KH=goog.i18n.NumberFormatSymbols_km;
409 goog.i18n.NumberFormatSymbols_kn={DECIMAL_SEP:".",GROUP_SEP:",",PERCENT:"%",ZERO _DIGIT:"0",PLUS_SIGN:"+",MINUS_SIGN:"-",EXP_SYMBOL:"\u0c88",PERMILL:"\u2030",INF INITY:"\u221e",NAN:"NaN",DECIMAL_PATTERN:"#,##0.###",SCIENTIFIC_PATTERN:"#E0",PE RCENT_PATTERN:"#,##0%",CURRENCY_PATTERN:"\u00a4#,##0.00",DEF_CURRENCY_CODE:"INR" };goog.i18n.NumberFormatSymbols_kn_IN=goog.i18n.NumberFormatSymbols_kn; 410 goog.i18n.NumberFormatSymbols_kn={DECIMAL_SEP:".",GROUP_SEP:",",PERCENT:"%",ZERO _DIGIT:"0",PLUS_SIGN:"+",MINUS_SIGN:"-",EXP_SYMBOL:"\u0c88",PERMILL:"\u2030",INF INITY:"\u221e",NAN:"NaN",DECIMAL_PATTERN:"#,##0.###",SCIENTIFIC_PATTERN:"#E0",PE RCENT_PATTERN:"#,##0%",CURRENCY_PATTERN:"\u00a4#,##0.00",DEF_CURRENCY_CODE:"INR" };goog.i18n.NumberFormatSymbols_kn_IN=goog.i18n.NumberFormatSymbols_kn;
410 goog.i18n.NumberFormatSymbols_ko={DECIMAL_SEP:".",GROUP_SEP:",",PERCENT:"%",ZERO _DIGIT:"0",PLUS_SIGN:"+",MINUS_SIGN:"-",EXP_SYMBOL:"E",PERMILL:"\u2030",INFINITY :"\u221e",NAN:"NaN",DECIMAL_PATTERN:"#,##0.###",SCIENTIFIC_PATTERN:"#E0",PERCENT _PATTERN:"#,##0%",CURRENCY_PATTERN:"\u00a4#,##0.00;(\u00a4#,##0.00)",DEF_CURRENC Y_CODE:"KRW"};goog.i18n.NumberFormatSymbols_ko_KR=goog.i18n.NumberFormatSymbols_ ko; 411 goog.i18n.NumberFormatSymbols_ko={DECIMAL_SEP:".",GROUP_SEP:",",PERCENT:"%",ZERO _DIGIT:"0",PLUS_SIGN:"+",MINUS_SIGN:"-",EXP_SYMBOL:"E",PERMILL:"\u2030",INFINITY :"\u221e",NAN:"NaN",DECIMAL_PATTERN:"#,##0.###",SCIENTIFIC_PATTERN:"#E0",PERCENT _PATTERN:"#,##0%",CURRENCY_PATTERN:"\u00a4#,##0.00",DEF_CURRENCY_CODE:"KRW"};goo g.i18n.NumberFormatSymbols_ko_KR=goog.i18n.NumberFormatSymbols_ko;
411 goog.i18n.NumberFormatSymbols_ky={DECIMAL_SEP:",",GROUP_SEP:"\u00a0",PERCENT:"%" ,ZERO_DIGIT:"0",PLUS_SIGN:"+",MINUS_SIGN:"-",EXP_SYMBOL:"E",PERMILL:"\u2030",INF INITY:"\u221e",NAN:"\u0441\u0430\u043d\u00a0\u044d\u043c\u0435\u0441",DECIMAL_PA TTERN:"#,##0.###",SCIENTIFIC_PATTERN:"#E0",PERCENT_PATTERN:"#,##0%",CURRENCY_PAT TERN:"#,##0.00\u00a0\u00a4",DEF_CURRENCY_CODE:"KGS"};goog.i18n.NumberFormatSymbo ls_ky_Cyrl_KG=goog.i18n.NumberFormatSymbols_ky; 412 goog.i18n.NumberFormatSymbols_ky={DECIMAL_SEP:",",GROUP_SEP:"\u00a0",PERCENT:"%" ,ZERO_DIGIT:"0",PLUS_SIGN:"+",MINUS_SIGN:"-",EXP_SYMBOL:"E",PERMILL:"\u2030",INF INITY:"\u221e",NAN:"\u0441\u0430\u043d\u00a0\u044d\u043c\u0435\u0441",DECIMAL_PA TTERN:"#,##0.###",SCIENTIFIC_PATTERN:"#E0",PERCENT_PATTERN:"#,##0%",CURRENCY_PAT TERN:"#,##0.00\u00a0\u00a4",DEF_CURRENCY_CODE:"KGS"};goog.i18n.NumberFormatSymbo ls_ky_Cyrl_KG=goog.i18n.NumberFormatSymbols_ky;
412 goog.i18n.NumberFormatSymbols_ln={DECIMAL_SEP:",",GROUP_SEP:".",PERCENT:"%",ZERO _DIGIT:"0",PLUS_SIGN:"+",MINUS_SIGN:"-",EXP_SYMBOL:"E",PERMILL:"\u2030",INFINITY :"\u221e",NAN:"NaN",DECIMAL_PATTERN:"#,##0.###",SCIENTIFIC_PATTERN:"#E0",PERCENT _PATTERN:"#,##0%",CURRENCY_PATTERN:"#,##0.00\u00a0\u00a4",DEF_CURRENCY_CODE:"CDF "};goog.i18n.NumberFormatSymbols_ln_CD=goog.i18n.NumberFormatSymbols_ln; 413 goog.i18n.NumberFormatSymbols_ln={DECIMAL_SEP:",",GROUP_SEP:".",PERCENT:"%",ZERO _DIGIT:"0",PLUS_SIGN:"+",MINUS_SIGN:"-",EXP_SYMBOL:"E",PERMILL:"\u2030",INFINITY :"\u221e",NAN:"NaN",DECIMAL_PATTERN:"#,##0.###",SCIENTIFIC_PATTERN:"#E0",PERCENT _PATTERN:"#,##0%",CURRENCY_PATTERN:"#,##0.00\u00a0\u00a4",DEF_CURRENCY_CODE:"CDF "};goog.i18n.NumberFormatSymbols_ln_CD=goog.i18n.NumberFormatSymbols_ln;
413 goog.i18n.NumberFormatSymbols_lo={DECIMAL_SEP:",",GROUP_SEP:".",PERCENT:"%",ZERO _DIGIT:"0",PLUS_SIGN:"+",MINUS_SIGN:"-",EXP_SYMBOL:"E",PERMILL:"\u2030",INFINITY :"\u221e",NAN:"\u0e9a\u0ecd\u0ec8\u0ec1\u0ea1\u0ec8\u0e99\u0ec2\u0e95\u0ec0\u0ea 5\u0e81",DECIMAL_PATTERN:"#,##0.###",SCIENTIFIC_PATTERN:"#",PERCENT_PATTERN:"#,# #0%",CURRENCY_PATTERN:"\u00a4#,##0.00;\u00a4-#,##0.00",DEF_CURRENCY_CODE:"LAK"}; goog.i18n.NumberFormatSymbols_lo_LA=goog.i18n.NumberFormatSymbols_lo; 414 goog.i18n.NumberFormatSymbols_lo={DECIMAL_SEP:",",GROUP_SEP:".",PERCENT:"%",ZERO _DIGIT:"0",PLUS_SIGN:"+",MINUS_SIGN:"-",EXP_SYMBOL:"E",PERMILL:"\u2030",INFINITY :"\u221e",NAN:"\u0e9a\u0ecd\u0ec8\u0ec1\u0ea1\u0ec8\u0e99\u0ec2\u0e95\u0ec0\u0ea 5\u0e81",DECIMAL_PATTERN:"#,##0.###",SCIENTIFIC_PATTERN:"#",PERCENT_PATTERN:"#,# #0%",CURRENCY_PATTERN:"\u00a4#,##0.00;\u00a4-#,##0.00",DEF_CURRENCY_CODE:"LAK"}; goog.i18n.NumberFormatSymbols_lo_LA=goog.i18n.NumberFormatSymbols_lo;
414 goog.i18n.NumberFormatSymbols_lt={DECIMAL_SEP:",",GROUP_SEP:"\u00a0",PERCENT:"%" ,ZERO_DIGIT:"0",PLUS_SIGN:"+",MINUS_SIGN:"\u2212",EXP_SYMBOL:"\u00d710^",PERMILL :"\u2030",INFINITY:"\u221e",NAN:"NaN",DECIMAL_PATTERN:"#,##0.###",SCIENTIFIC_PAT TERN:"#E0",PERCENT_PATTERN:"#,##0\u00a0%",CURRENCY_PATTERN:"#,##0.00\u00a0\u00a4 ",DEF_CURRENCY_CODE:"LTL"};goog.i18n.NumberFormatSymbols_lt_LT=goog.i18n.NumberF ormatSymbols_lt; 415 goog.i18n.NumberFormatSymbols_lt={DECIMAL_SEP:",",GROUP_SEP:"\u00a0",PERCENT:"%" ,ZERO_DIGIT:"0",PLUS_SIGN:"+",MINUS_SIGN:"\u2212",EXP_SYMBOL:"\u00d710^",PERMILL :"\u2030",INFINITY:"\u221e",NAN:"NaN",DECIMAL_PATTERN:"#,##0.###",SCIENTIFIC_PAT TERN:"#E0",PERCENT_PATTERN:"#,##0\u00a0%",CURRENCY_PATTERN:"#,##0.00\u00a0\u00a4 ",DEF_CURRENCY_CODE:"LTL"};goog.i18n.NumberFormatSymbols_lt_LT=goog.i18n.NumberF ormatSymbols_lt;
415 goog.i18n.NumberFormatSymbols_lv={DECIMAL_SEP:",",GROUP_SEP:"\u00a0",PERCENT:"%" ,ZERO_DIGIT:"0",PLUS_SIGN:"+",MINUS_SIGN:"-",EXP_SYMBOL:"E",PERMILL:"\u2030",INF INITY:"\u221e",NAN:"nav\u00a0skaitlis",DECIMAL_PATTERN:"#,##0.###",SCIENTIFIC_PA TTERN:"#E0",PERCENT_PATTERN:"#,##0%",CURRENCY_PATTERN:"\u00a4#,##0.00;(\u00a4#,# #0.00)",DEF_CURRENCY_CODE:"EUR"};goog.i18n.NumberFormatSymbols_lv_LV=goog.i18n.N umberFormatSymbols_lv; 416 goog.i18n.NumberFormatSymbols_lv={DECIMAL_SEP:",",GROUP_SEP:"\u00a0",PERCENT:"%" ,ZERO_DIGIT:"0",PLUS_SIGN:"+",MINUS_SIGN:"-",EXP_SYMBOL:"E",PERMILL:"\u2030",INF INITY:"\u221e",NAN:"nav\u00a0skaitlis",DECIMAL_PATTERN:"#,##0.###",SCIENTIFIC_PA TTERN:"#E0",PERCENT_PATTERN:"#,##0%",CURRENCY_PATTERN:"\u00a4#,##0.00",DEF_CURRE NCY_CODE:"EUR"};goog.i18n.NumberFormatSymbols_lv_LV=goog.i18n.NumberFormatSymbol s_lv;
416 goog.i18n.NumberFormatSymbols_mk={DECIMAL_SEP:",",GROUP_SEP:".",PERCENT:"%",ZERO _DIGIT:"0",PLUS_SIGN:"+",MINUS_SIGN:"-",EXP_SYMBOL:"E",PERMILL:"\u2030",INFINITY :"\u221e",NAN:"NaN",DECIMAL_PATTERN:"#,##0.###",SCIENTIFIC_PATTERN:"#E0",PERCENT _PATTERN:"#,##0%",CURRENCY_PATTERN:"\u00a4\u00a0#,##0.00",DEF_CURRENCY_CODE:"MKD "};goog.i18n.NumberFormatSymbols_mk_MK=goog.i18n.NumberFormatSymbols_mk; 417 goog.i18n.NumberFormatSymbols_mk={DECIMAL_SEP:",",GROUP_SEP:".",PERCENT:"%",ZERO _DIGIT:"0",PLUS_SIGN:"+",MINUS_SIGN:"-",EXP_SYMBOL:"E",PERMILL:"\u2030",INFINITY :"\u221e",NAN:"NaN",DECIMAL_PATTERN:"#,##0.###",SCIENTIFIC_PATTERN:"#E0",PERCENT _PATTERN:"#,##0%",CURRENCY_PATTERN:"\u00a4\u00a0#,##0.00",DEF_CURRENCY_CODE:"MKD "};goog.i18n.NumberFormatSymbols_mk_MK=goog.i18n.NumberFormatSymbols_mk;
417 goog.i18n.NumberFormatSymbols_ml={DECIMAL_SEP:".",GROUP_SEP:",",PERCENT:"%",ZERO _DIGIT:"0",PLUS_SIGN:"+",MINUS_SIGN:"-",EXP_SYMBOL:"E",PERMILL:"\u2030",INFINITY :"\u221e",NAN:"NaN",DECIMAL_PATTERN:"#,##,##0.###",SCIENTIFIC_PATTERN:"#E0",PERC ENT_PATTERN:"#,##,##0%",CURRENCY_PATTERN:"#,##,##0.00\u00a4",DEF_CURRENCY_CODE:" INR"};goog.i18n.NumberFormatSymbols_ml_IN=goog.i18n.NumberFormatSymbols_ml; 418 goog.i18n.NumberFormatSymbols_ml={DECIMAL_SEP:".",GROUP_SEP:",",PERCENT:"%",ZERO _DIGIT:"0",PLUS_SIGN:"+",MINUS_SIGN:"-",EXP_SYMBOL:"E",PERMILL:"\u2030",INFINITY :"\u221e",NAN:"NaN",DECIMAL_PATTERN:"#,##,##0.###",SCIENTIFIC_PATTERN:"#E0",PERC ENT_PATTERN:"#,##,##0%",CURRENCY_PATTERN:"#,##,##0.00\u00a4",DEF_CURRENCY_CODE:" INR"};goog.i18n.NumberFormatSymbols_ml_IN=goog.i18n.NumberFormatSymbols_ml;
418 goog.i18n.NumberFormatSymbols_mn={DECIMAL_SEP:".",GROUP_SEP:",",PERCENT:"%",ZERO _DIGIT:"0",PLUS_SIGN:"+",MINUS_SIGN:"-",EXP_SYMBOL:"E",PERMILL:"\u2030",INFINITY :"\u221e",NAN:"NaN",DECIMAL_PATTERN:"#,##0.###",SCIENTIFIC_PATTERN:"#E0",PERCENT _PATTERN:"#,##0%",CURRENCY_PATTERN:"\u00a4\u00a0#,##0.00",DEF_CURRENCY_CODE:"MNT "};goog.i18n.NumberFormatSymbols_mn_Cyrl_MN=goog.i18n.NumberFormatSymbols_mn; 419 goog.i18n.NumberFormatSymbols_mn={DECIMAL_SEP:".",GROUP_SEP:",",PERCENT:"%",ZERO _DIGIT:"0",PLUS_SIGN:"+",MINUS_SIGN:"-",EXP_SYMBOL:"E",PERMILL:"\u2030",INFINITY :"\u221e",NAN:"NaN",DECIMAL_PATTERN:"#,##0.###",SCIENTIFIC_PATTERN:"#E0",PERCENT _PATTERN:"#,##0%",CURRENCY_PATTERN:"\u00a4\u00a0#,##0.00",DEF_CURRENCY_CODE:"MNT "};goog.i18n.NumberFormatSymbols_mn_Cyrl_MN=goog.i18n.NumberFormatSymbols_mn;
419 goog.i18n.NumberFormatSymbols_mr={DECIMAL_SEP:".",GROUP_SEP:",",PERCENT:"%",ZERO _DIGIT:"\u0966",PLUS_SIGN:"+",MINUS_SIGN:"-",EXP_SYMBOL:"E",PERMILL:"\u2030",INF INITY:"\u221e",NAN:"NaN",DECIMAL_PATTERN:"#,##0.###",SCIENTIFIC_PATTERN:"[#E0]", PERCENT_PATTERN:"#,##0%",CURRENCY_PATTERN:"\u00a4#,##0.00",DEF_CURRENCY_CODE:"IN R"};goog.i18n.NumberFormatSymbols_mr_IN=goog.i18n.NumberFormatSymbols_mr; 420 goog.i18n.NumberFormatSymbols_mr={DECIMAL_SEP:".",GROUP_SEP:",",PERCENT:"%",ZERO _DIGIT:"\u0966",PLUS_SIGN:"+",MINUS_SIGN:"-",EXP_SYMBOL:"E",PERMILL:"\u2030",INF INITY:"\u221e",NAN:"NaN",DECIMAL_PATTERN:"#,##0.###",SCIENTIFIC_PATTERN:"[#E0]", PERCENT_PATTERN:"#,##0%",CURRENCY_PATTERN:"\u00a4#,##0.00",DEF_CURRENCY_CODE:"IN R"};goog.i18n.NumberFormatSymbols_mr_IN=goog.i18n.NumberFormatSymbols_mr;
420 goog.i18n.NumberFormatSymbols_ms={DECIMAL_SEP:".",GROUP_SEP:",",PERCENT:"%",ZERO _DIGIT:"0",PLUS_SIGN:"+",MINUS_SIGN:"-",EXP_SYMBOL:"E",PERMILL:"\u2030",INFINITY :"\u221e",NAN:"NaN",DECIMAL_PATTERN:"#,##0.###",SCIENTIFIC_PATTERN:"#E0",PERCENT _PATTERN:"#,##0%",CURRENCY_PATTERN:"\u00a4#,##0.00",DEF_CURRENCY_CODE:"MYR"};goo g.i18n.NumberFormatSymbols_ms_Latn_MY=goog.i18n.NumberFormatSymbols_ms; 421 goog.i18n.NumberFormatSymbols_ms={DECIMAL_SEP:".",GROUP_SEP:",",PERCENT:"%",ZERO _DIGIT:"0",PLUS_SIGN:"+",MINUS_SIGN:"-",EXP_SYMBOL:"E",PERMILL:"\u2030",INFINITY :"\u221e",NAN:"NaN",DECIMAL_PATTERN:"#,##0.###",SCIENTIFIC_PATTERN:"#E0",PERCENT _PATTERN:"#,##0%",CURRENCY_PATTERN:"\u00a4#,##0.00",DEF_CURRENCY_CODE:"MYR"};goo g.i18n.NumberFormatSymbols_ms_Latn_MY=goog.i18n.NumberFormatSymbols_ms;
421 goog.i18n.NumberFormatSymbols_mt={DECIMAL_SEP:".",GROUP_SEP:",",PERCENT:"%",ZERO _DIGIT:"0",PLUS_SIGN:"+",MINUS_SIGN:"-",EXP_SYMBOL:"E",PERMILL:"\u2030",INFINITY :"\u221e",NAN:"NaN",DECIMAL_PATTERN:"#,##0.###",SCIENTIFIC_PATTERN:"#E0",PERCENT _PATTERN:"#,##0%",CURRENCY_PATTERN:"\u00a4#,##0.00",DEF_CURRENCY_CODE:"EUR"};goo g.i18n.NumberFormatSymbols_mt_MT=goog.i18n.NumberFormatSymbols_mt; 422 goog.i18n.NumberFormatSymbols_mt={DECIMAL_SEP:".",GROUP_SEP:",",PERCENT:"%",ZERO _DIGIT:"0",PLUS_SIGN:"+",MINUS_SIGN:"-",EXP_SYMBOL:"E",PERMILL:"\u2030",INFINITY :"\u221e",NAN:"NaN",DECIMAL_PATTERN:"#,##0.###",SCIENTIFIC_PATTERN:"#E0",PERCENT _PATTERN:"#,##0%",CURRENCY_PATTERN:"\u00a4#,##0.00",DEF_CURRENCY_CODE:"EUR"};goo g.i18n.NumberFormatSymbols_mt_MT=goog.i18n.NumberFormatSymbols_mt;
422 goog.i18n.NumberFormatSymbols_my={DECIMAL_SEP:".",GROUP_SEP:",",PERCENT:"%",ZERO _DIGIT:"\u1040",PLUS_SIGN:"+",MINUS_SIGN:"-",EXP_SYMBOL:"E",PERMILL:"\u2030",INF INITY:"\u221e",NAN:"\u1002\u100f\u1014\u103a\u1038\u1019\u101f\u102f\u1010\u103a \u101e\u1031\u102c",DECIMAL_PATTERN:"#,##0.###",SCIENTIFIC_PATTERN:"#E0",PERCENT _PATTERN:"#,##0%",CURRENCY_PATTERN:"\u00a4\u00a0#,##0.00",DEF_CURRENCY_CODE:"MMK "};goog.i18n.NumberFormatSymbols_my_MM=goog.i18n.NumberFormatSymbols_my; 423 goog.i18n.NumberFormatSymbols_my={DECIMAL_SEP:".",GROUP_SEP:",",PERCENT:"%",ZERO _DIGIT:"\u1040",PLUS_SIGN:"+",MINUS_SIGN:"-",EXP_SYMBOL:"E",PERMILL:"\u2030",INF INITY:"\u221e",NAN:"\u1002\u100f\u1014\u103a\u1038\u1019\u101f\u102f\u1010\u103a \u101e\u1031\u102c",DECIMAL_PATTERN:"#,##0.###",SCIENTIFIC_PATTERN:"#E0",PERCENT _PATTERN:"#,##0%",CURRENCY_PATTERN:"\u00a4\u00a0#,##0.00",DEF_CURRENCY_CODE:"MMK "};goog.i18n.NumberFormatSymbols_my_MM=goog.i18n.NumberFormatSymbols_my;
423 goog.i18n.NumberFormatSymbols_nb={DECIMAL_SEP:",",GROUP_SEP:"\u00a0",PERCENT:"%" ,ZERO_DIGIT:"0",PLUS_SIGN:"+",MINUS_SIGN:"\u2212",EXP_SYMBOL:"E",PERMILL:"\u2030 ",INFINITY:"\u221e",NAN:"NaN",DECIMAL_PATTERN:"#,##0.###",SCIENTIFIC_PATTERN:"#E 0",PERCENT_PATTERN:"#,##0\u00a0%",CURRENCY_PATTERN:"\u00a4\u00a0#,##0.00",DEF_CU RRENCY_CODE:"NOK"};goog.i18n.NumberFormatSymbols_nb_NO=goog.i18n.NumberFormatSym bols_nb;goog.i18n.NumberFormatSymbols_nb_SJ=goog.i18n.NumberFormatSymbols_nb; 424 goog.i18n.NumberFormatSymbols_nb={DECIMAL_SEP:",",GROUP_SEP:"\u00a0",PERCENT:"%" ,ZERO_DIGIT:"0",PLUS_SIGN:"+",MINUS_SIGN:"\u2212",EXP_SYMBOL:"E",PERMILL:"\u2030 ",INFINITY:"\u221e",NAN:"NaN",DECIMAL_PATTERN:"#,##0.###",SCIENTIFIC_PATTERN:"#E 0",PERCENT_PATTERN:"#,##0\u00a0%",CURRENCY_PATTERN:"\u00a4\u00a0#,##0.00",DEF_CU RRENCY_CODE:"NOK"};goog.i18n.NumberFormatSymbols_nb_NO=goog.i18n.NumberFormatSym bols_nb;goog.i18n.NumberFormatSymbols_nb_SJ=goog.i18n.NumberFormatSymbols_nb;
424 goog.i18n.NumberFormatSymbols_ne={DECIMAL_SEP:".",GROUP_SEP:",",PERCENT:"%",ZERO _DIGIT:"\u0966",PLUS_SIGN:"+",MINUS_SIGN:"-",EXP_SYMBOL:"E",PERMILL:"\u2030",INF INITY:"\u221e",NAN:"NaN",DECIMAL_PATTERN:"#,##0.###",SCIENTIFIC_PATTERN:"#E0",PE RCENT_PATTERN:"#,##0%",CURRENCY_PATTERN:"\u00a4#,##0.00",DEF_CURRENCY_CODE:"NPR" };goog.i18n.NumberFormatSymbols_ne_NP=goog.i18n.NumberFormatSymbols_ne; 425 goog.i18n.NumberFormatSymbols_ne={DECIMAL_SEP:".",GROUP_SEP:",",PERCENT:"%",ZERO _DIGIT:"\u0966",PLUS_SIGN:"+",MINUS_SIGN:"-",EXP_SYMBOL:"E",PERMILL:"\u2030",INF INITY:"\u221e",NAN:"NaN",DECIMAL_PATTERN:"#,##0.###",SCIENTIFIC_PATTERN:"#E0",PE RCENT_PATTERN:"#,##0%",CURRENCY_PATTERN:"\u00a4#,##0.00",DEF_CURRENCY_CODE:"NPR" };goog.i18n.NumberFormatSymbols_ne_NP=goog.i18n.NumberFormatSymbols_ne;
425 goog.i18n.NumberFormatSymbols_nl={DECIMAL_SEP:",",GROUP_SEP:".",PERCENT:"%",ZERO _DIGIT:"0",PLUS_SIGN:"+",MINUS_SIGN:"-",EXP_SYMBOL:"E",PERMILL:"\u2030",INFINITY :"\u221e",NAN:"NaN",DECIMAL_PATTERN:"#,##0.###",SCIENTIFIC_PATTERN:"#E0",PERCENT _PATTERN:"#,##0%",CURRENCY_PATTERN:"\u00a4\u00a0#,##0.00;\u00a4\u00a0#,##0.00-", DEF_CURRENCY_CODE:"EUR"};goog.i18n.NumberFormatSymbols_nl_NL=goog.i18n.NumberFor matSymbols_nl; 426 goog.i18n.NumberFormatSymbols_nl={DECIMAL_SEP:",",GROUP_SEP:".",PERCENT:"%",ZERO _DIGIT:"0",PLUS_SIGN:"+",MINUS_SIGN:"-",EXP_SYMBOL:"E",PERMILL:"\u2030",INFINITY :"\u221e",NAN:"NaN",DECIMAL_PATTERN:"#,##0.###",SCIENTIFIC_PATTERN:"#E0",PERCENT _PATTERN:"#,##0%",CURRENCY_PATTERN:"\u00a4\u00a0#,##0.00;\u00a4\u00a0#,##0.00-", DEF_CURRENCY_CODE:"EUR"};goog.i18n.NumberFormatSymbols_nl_NL=goog.i18n.NumberFor matSymbols_nl;
426 goog.i18n.NumberFormatSymbols_no={DECIMAL_SEP:",",GROUP_SEP:"\u00a0",PERCENT:"%" ,ZERO_DIGIT:"0",PLUS_SIGN:"+",MINUS_SIGN:"\u2212",EXP_SYMBOL:"E",PERMILL:"\u2030 ",INFINITY:"\u221e",NAN:"NaN",DECIMAL_PATTERN:"#,##0.###",SCIENTIFIC_PATTERN:"#E 0",PERCENT_PATTERN:"#,##0\u00a0%",CURRENCY_PATTERN:"\u00a4\u00a0#,##0.00",DEF_CU RRENCY_CODE:"NOK"};goog.i18n.NumberFormatSymbols_no_NO=goog.i18n.NumberFormatSym bols_no; 427 goog.i18n.NumberFormatSymbols_no={DECIMAL_SEP:",",GROUP_SEP:"\u00a0",PERCENT:"%" ,ZERO_DIGIT:"0",PLUS_SIGN:"+",MINUS_SIGN:"\u2212",EXP_SYMBOL:"E",PERMILL:"\u2030 ",INFINITY:"\u221e",NAN:"NaN",DECIMAL_PATTERN:"#,##0.###",SCIENTIFIC_PATTERN:"#E 0",PERCENT_PATTERN:"#,##0\u00a0%",CURRENCY_PATTERN:"\u00a4\u00a0#,##0.00",DEF_CU RRENCY_CODE:"NOK"};goog.i18n.NumberFormatSymbols_no_NO=goog.i18n.NumberFormatSym bols_no;
427 goog.i18n.NumberFormatSymbols_or={DECIMAL_SEP:".",GROUP_SEP:",",PERCENT:"%",ZERO _DIGIT:"0",PLUS_SIGN:"+",MINUS_SIGN:"-",EXP_SYMBOL:"E",PERMILL:"\u2030",INFINITY :"\u221e",NAN:"NaN",DECIMAL_PATTERN:"#,##,##0.###",SCIENTIFIC_PATTERN:"#E0",PERC ENT_PATTERN:"#,##,##0%",CURRENCY_PATTERN:"\u00a4\u00a0#,##,##0.00",DEF_CURRENCY_ CODE:"INR"};goog.i18n.NumberFormatSymbols_or_IN=goog.i18n.NumberFormatSymbols_or ; 428 goog.i18n.NumberFormatSymbols_or={DECIMAL_SEP:".",GROUP_SEP:",",PERCENT:"%",ZERO _DIGIT:"0",PLUS_SIGN:"+",MINUS_SIGN:"-",EXP_SYMBOL:"E",PERMILL:"\u2030",INFINITY :"\u221e",NAN:"NaN",DECIMAL_PATTERN:"#,##,##0.###",SCIENTIFIC_PATTERN:"#E0",PERC ENT_PATTERN:"#,##,##0%",CURRENCY_PATTERN:"\u00a4\u00a0#,##,##0.00",DEF_CURRENCY_ CODE:"INR"};goog.i18n.NumberFormatSymbols_or_IN=goog.i18n.NumberFormatSymbols_or ;
428 goog.i18n.NumberFormatSymbols_pa={DECIMAL_SEP:".",GROUP_SEP:",",PERCENT:"%",ZERO _DIGIT:"0",PLUS_SIGN:"+",MINUS_SIGN:"-",EXP_SYMBOL:"E",PERMILL:"\u2030",INFINITY :"\u221e",NAN:"NaN",DECIMAL_PATTERN:"#,##,##0.###",SCIENTIFIC_PATTERN:"#E0",PERC ENT_PATTERN:"#,##,##0%",CURRENCY_PATTERN:"\u00a4#,##,##0.00",DEF_CURRENCY_CODE:" INR"};goog.i18n.NumberFormatSymbols_pa_Guru_IN=goog.i18n.NumberFormatSymbols_pa; 429 goog.i18n.NumberFormatSymbols_pa={DECIMAL_SEP:".",GROUP_SEP:",",PERCENT:"%",ZERO _DIGIT:"0",PLUS_SIGN:"+",MINUS_SIGN:"-",EXP_SYMBOL:"E",PERMILL:"\u2030",INFINITY :"\u221e",NAN:"NaN",DECIMAL_PATTERN:"#,##,##0.###",SCIENTIFIC_PATTERN:"#E0",PERC ENT_PATTERN:"#,##,##0%",CURRENCY_PATTERN:"\u00a4#,##,##0.00",DEF_CURRENCY_CODE:" INR"};goog.i18n.NumberFormatSymbols_pa_Guru_IN=goog.i18n.NumberFormatSymbols_pa;
429 goog.i18n.NumberFormatSymbols_pl={DECIMAL_SEP:",",GROUP_SEP:"\u00a0",PERCENT:"%" ,ZERO_DIGIT:"0",PLUS_SIGN:"+",MINUS_SIGN:"-",EXP_SYMBOL:"E",PERMILL:"\u2030",INF INITY:"\u221e",NAN:"NaN",DECIMAL_PATTERN:"#,##0.###",SCIENTIFIC_PATTERN:"#E0",PE RCENT_PATTERN:"#,##0%",CURRENCY_PATTERN:"#,##0.00\u00a0\u00a4",DEF_CURRENCY_CODE :"PLN"};goog.i18n.NumberFormatSymbols_pl_PL=goog.i18n.NumberFormatSymbols_pl; 430 goog.i18n.NumberFormatSymbols_pl={DECIMAL_SEP:",",GROUP_SEP:"\u00a0",PERCENT:"%" ,ZERO_DIGIT:"0",PLUS_SIGN:"+",MINUS_SIGN:"-",EXP_SYMBOL:"E",PERMILL:"\u2030",INF INITY:"\u221e",NAN:"NaN",DECIMAL_PATTERN:"#,##0.###",SCIENTIFIC_PATTERN:"#E0",PE RCENT_PATTERN:"#,##0%",CURRENCY_PATTERN:"#,##0.00\u00a0\u00a4",DEF_CURRENCY_CODE :"PLN"};goog.i18n.NumberFormatSymbols_pl_PL=goog.i18n.NumberFormatSymbols_pl;
430 goog.i18n.NumberFormatSymbols_pt={DECIMAL_SEP:",",GROUP_SEP:".",PERCENT:"%",ZERO _DIGIT:"0",PLUS_SIGN:"+",MINUS_SIGN:"-",EXP_SYMBOL:"E",PERMILL:"\u2030",INFINITY :"\u221e",NAN:"NaN",DECIMAL_PATTERN:"#,##0.###",SCIENTIFIC_PATTERN:"#E0",PERCENT _PATTERN:"#,##0%",CURRENCY_PATTERN:"\u00a4#,##0.00",DEF_CURRENCY_CODE:"BRL"};goo g.i18n.NumberFormatSymbols_pt_BR=goog.i18n.NumberFormatSymbols_pt; 431 goog.i18n.NumberFormatSymbols_pt={DECIMAL_SEP:",",GROUP_SEP:".",PERCENT:"%",ZERO _DIGIT:"0",PLUS_SIGN:"+",MINUS_SIGN:"-",EXP_SYMBOL:"E",PERMILL:"\u2030",INFINITY :"\u221e",NAN:"NaN",DECIMAL_PATTERN:"#,##0.###",SCIENTIFIC_PATTERN:"#E0",PERCENT _PATTERN:"#,##0%",CURRENCY_PATTERN:"\u00a4#,##0.00",DEF_CURRENCY_CODE:"BRL"};goo g.i18n.NumberFormatSymbols_pt_BR=goog.i18n.NumberFormatSymbols_pt;
431 goog.i18n.NumberFormatSymbols_pt_PT={DECIMAL_SEP:",",GROUP_SEP:"\u00a0",PERCENT: "%",ZERO_DIGIT:"0",PLUS_SIGN:"+",MINUS_SIGN:"-",EXP_SYMBOL:"E",PERMILL:"\u2030", INFINITY:"\u221e",NAN:"NaN",DECIMAL_PATTERN:"#,##0.###",SCIENTIFIC_PATTERN:"#E0" ,PERCENT_PATTERN:"#,##0%",CURRENCY_PATTERN:"#,##0.00\u00a0\u00a4",DEF_CURRENCY_C ODE:"EUR"}; 432 goog.i18n.NumberFormatSymbols_pt_PT={DECIMAL_SEP:",",GROUP_SEP:"\u00a0",PERCENT: "%",ZERO_DIGIT:"0",PLUS_SIGN:"+",MINUS_SIGN:"-",EXP_SYMBOL:"E",PERMILL:"\u2030", INFINITY:"\u221e",NAN:"NaN",DECIMAL_PATTERN:"#,##0.###",SCIENTIFIC_PATTERN:"#E0" ,PERCENT_PATTERN:"#,##0%",CURRENCY_PATTERN:"#,##0.00\u00a0\u00a4",DEF_CURRENCY_C ODE:"EUR"};
432 goog.i18n.NumberFormatSymbols_ro={DECIMAL_SEP:",",GROUP_SEP:".",PERCENT:"%",ZERO _DIGIT:"0",PLUS_SIGN:"+",MINUS_SIGN:"-",EXP_SYMBOL:"E",PERMILL:"\u2030",INFINITY :"\u221e",NAN:"NaN",DECIMAL_PATTERN:"#,##0.###",SCIENTIFIC_PATTERN:"#E0",PERCENT _PATTERN:"#,##0\u00a0%",CURRENCY_PATTERN:"#,##0.00\u00a0\u00a4",DEF_CURRENCY_COD E:"RON"};goog.i18n.NumberFormatSymbols_ro_RO=goog.i18n.NumberFormatSymbols_ro; 433 goog.i18n.NumberFormatSymbols_ro={DECIMAL_SEP:",",GROUP_SEP:".",PERCENT:"%",ZERO _DIGIT:"0",PLUS_SIGN:"+",MINUS_SIGN:"-",EXP_SYMBOL:"E",PERMILL:"\u2030",INFINITY :"\u221e",NAN:"NaN",DECIMAL_PATTERN:"#,##0.###",SCIENTIFIC_PATTERN:"#E0",PERCENT _PATTERN:"#,##0\u00a0%",CURRENCY_PATTERN:"#,##0.00\u00a0\u00a4",DEF_CURRENCY_COD E:"RON"};goog.i18n.NumberFormatSymbols_ro_RO=goog.i18n.NumberFormatSymbols_ro;
433 goog.i18n.NumberFormatSymbols_ru={DECIMAL_SEP:",",GROUP_SEP:"\u00a0",PERCENT:"%" ,ZERO_DIGIT:"0",PLUS_SIGN:"+",MINUS_SIGN:"-",EXP_SYMBOL:"E",PERMILL:"\u2030",INF INITY:"\u221e",NAN:"\u043d\u0435\u00a0\u0447\u0438\u0441\u043b\u043e",DECIMAL_PA TTERN:"#,##0.###",SCIENTIFIC_PATTERN:"#E0",PERCENT_PATTERN:"#,##0\u00a0%",CURREN CY_PATTERN:"#,##0.00\u00a0\u00a4",DEF_CURRENCY_CODE:"RUB"};goog.i18n.NumberForma tSymbols_ru_RU=goog.i18n.NumberFormatSymbols_ru; 434 goog.i18n.NumberFormatSymbols_ru={DECIMAL_SEP:",",GROUP_SEP:"\u00a0",PERCENT:"%" ,ZERO_DIGIT:"0",PLUS_SIGN:"+",MINUS_SIGN:"-",EXP_SYMBOL:"E",PERMILL:"\u2030",INF INITY:"\u221e",NAN:"\u043d\u0435\u00a0\u0447\u0438\u0441\u043b\u043e",DECIMAL_PA TTERN:"#,##0.###",SCIENTIFIC_PATTERN:"#E0",PERCENT_PATTERN:"#,##0\u00a0%",CURREN CY_PATTERN:"#,##0.00\u00a0\u00a4",DEF_CURRENCY_CODE:"RUB"};goog.i18n.NumberForma tSymbols_ru_RU=goog.i18n.NumberFormatSymbols_ru;
434 goog.i18n.NumberFormatSymbols_si={DECIMAL_SEP:".",GROUP_SEP:",",PERCENT:"%",ZERO _DIGIT:"0",PLUS_SIGN:"+",MINUS_SIGN:"-",EXP_SYMBOL:"E",PERMILL:"\u2030",INFINITY :"\u221e",NAN:"NaN",DECIMAL_PATTERN:"#,##0.###",SCIENTIFIC_PATTERN:"#E0",PERCENT _PATTERN:"#,##0%",CURRENCY_PATTERN:"\u00a4#,##0.00",DEF_CURRENCY_CODE:"LKR"};goo g.i18n.NumberFormatSymbols_si_LK=goog.i18n.NumberFormatSymbols_si; 435 goog.i18n.NumberFormatSymbols_si={DECIMAL_SEP:".",GROUP_SEP:",",PERCENT:"%",ZERO _DIGIT:"0",PLUS_SIGN:"+",MINUS_SIGN:"-",EXP_SYMBOL:"E",PERMILL:"\u2030",INFINITY :"\u221e",NAN:"NaN",DECIMAL_PATTERN:"#,##0.###",SCIENTIFIC_PATTERN:"#E0",PERCENT _PATTERN:"#,##0%",CURRENCY_PATTERN:"\u00a4#,##0.00",DEF_CURRENCY_CODE:"LKR"};goo g.i18n.NumberFormatSymbols_si_LK=goog.i18n.NumberFormatSymbols_si;
435 goog.i18n.NumberFormatSymbols_sk={DECIMAL_SEP:",",GROUP_SEP:"\u00a0",PERCENT:"%" ,ZERO_DIGIT:"0",PLUS_SIGN:"+",MINUS_SIGN:"-",EXP_SYMBOL:"E",PERMILL:"\u2030",INF INITY:"\u221e",NAN:"NaN",DECIMAL_PATTERN:"#,##0.###",SCIENTIFIC_PATTERN:"#E0",PE RCENT_PATTERN:"#,##0\u00a0%",CURRENCY_PATTERN:"#,##0.00\u00a0\u00a4",DEF_CURRENC Y_CODE:"EUR"};goog.i18n.NumberFormatSymbols_sk_SK=goog.i18n.NumberFormatSymbols_ sk; 436 goog.i18n.NumberFormatSymbols_sk={DECIMAL_SEP:",",GROUP_SEP:"\u00a0",PERCENT:"%" ,ZERO_DIGIT:"0",PLUS_SIGN:"+",MINUS_SIGN:"-",EXP_SYMBOL:"E",PERMILL:"\u2030",INF INITY:"\u221e",NAN:"NaN",DECIMAL_PATTERN:"#,##0.###",SCIENTIFIC_PATTERN:"#E0",PE RCENT_PATTERN:"#,##0\u00a0%",CURRENCY_PATTERN:"#,##0.00\u00a0\u00a4",DEF_CURRENC Y_CODE:"EUR"};goog.i18n.NumberFormatSymbols_sk_SK=goog.i18n.NumberFormatSymbols_ sk;
436 goog.i18n.NumberFormatSymbols_sl={DECIMAL_SEP:",",GROUP_SEP:".",PERCENT:"%",ZERO _DIGIT:"0",PLUS_SIGN:"+",MINUS_SIGN:"-",EXP_SYMBOL:"e",PERMILL:"\u2030",INFINITY :"\u221e",NAN:"NaN",DECIMAL_PATTERN:"#,##0.###",SCIENTIFIC_PATTERN:"#E0",PERCENT _PATTERN:"#,##0%",CURRENCY_PATTERN:"\u00a4#,##0.00;(\u00a4#,##0.00)",DEF_CURRENC Y_CODE:"EUR"};goog.i18n.NumberFormatSymbols_sl_SI=goog.i18n.NumberFormatSymbols_ sl; 437 goog.i18n.NumberFormatSymbols_sl={DECIMAL_SEP:",",GROUP_SEP:".",PERCENT:"%",ZERO _DIGIT:"0",PLUS_SIGN:"+",MINUS_SIGN:"-",EXP_SYMBOL:"e",PERMILL:"\u2030",INFINITY :"\u221e",NAN:"NaN",DECIMAL_PATTERN:"#,##0.###",SCIENTIFIC_PATTERN:"#E0",PERCENT _PATTERN:"#,##0%",CURRENCY_PATTERN:"#,##0.00\u00a0\u00a4",DEF_CURRENCY_CODE:"EUR "};goog.i18n.NumberFormatSymbols_sl_SI=goog.i18n.NumberFormatSymbols_sl;
437 goog.i18n.NumberFormatSymbols_sq={DECIMAL_SEP:",",GROUP_SEP:"\u00a0",PERCENT:"%" ,ZERO_DIGIT:"0",PLUS_SIGN:"+",MINUS_SIGN:"-",EXP_SYMBOL:"E",PERMILL:"\u2030",INF INITY:"\u221e",NAN:"NaN",DECIMAL_PATTERN:"#,##0.###",SCIENTIFIC_PATTERN:"#E0",PE RCENT_PATTERN:"#,##0%",CURRENCY_PATTERN:"#,##0.00\u00a0\u00a4",DEF_CURRENCY_CODE :"ALL"};goog.i18n.NumberFormatSymbols_sq_AL=goog.i18n.NumberFormatSymbols_sq; 438 goog.i18n.NumberFormatSymbols_sq={DECIMAL_SEP:",",GROUP_SEP:"\u00a0",PERCENT:"%" ,ZERO_DIGIT:"0",PLUS_SIGN:"+",MINUS_SIGN:"-",EXP_SYMBOL:"E",PERMILL:"\u2030",INF INITY:"\u221e",NAN:"NaN",DECIMAL_PATTERN:"#,##0.###",SCIENTIFIC_PATTERN:"#E0",PE RCENT_PATTERN:"#,##0%",CURRENCY_PATTERN:"#,##0.00\u00a0\u00a4",DEF_CURRENCY_CODE :"ALL"};goog.i18n.NumberFormatSymbols_sq_AL=goog.i18n.NumberFormatSymbols_sq;
438 goog.i18n.NumberFormatSymbols_sr={DECIMAL_SEP:",",GROUP_SEP:".",PERCENT:"%",ZERO _DIGIT:"0",PLUS_SIGN:"+",MINUS_SIGN:"-",EXP_SYMBOL:"E",PERMILL:"\u2030",INFINITY :"\u221e",NAN:"NaN",DECIMAL_PATTERN:"#,##0.###",SCIENTIFIC_PATTERN:"#E0",PERCENT _PATTERN:"#,##0%",CURRENCY_PATTERN:"#,##0.00\u00a0\u00a4",DEF_CURRENCY_CODE:"RSD "};goog.i18n.NumberFormatSymbols_sr_Cyrl_RS=goog.i18n.NumberFormatSymbols_sr; 439 goog.i18n.NumberFormatSymbols_sr={DECIMAL_SEP:",",GROUP_SEP:".",PERCENT:"%",ZERO _DIGIT:"0",PLUS_SIGN:"+",MINUS_SIGN:"-",EXP_SYMBOL:"E",PERMILL:"\u2030",INFINITY :"\u221e",NAN:"NaN",DECIMAL_PATTERN:"#,##0.###",SCIENTIFIC_PATTERN:"#E0",PERCENT _PATTERN:"#,##0%",CURRENCY_PATTERN:"#,##0.00\u00a0\u00a4",DEF_CURRENCY_CODE:"RSD "};goog.i18n.NumberFormatSymbols_sr_Cyrl_RS=goog.i18n.NumberFormatSymbols_sr;
439 goog.i18n.NumberFormatSymbols_sv={DECIMAL_SEP:",",GROUP_SEP:"\u00a0",PERCENT:"%" ,ZERO_DIGIT:"0",PLUS_SIGN:"+",MINUS_SIGN:"\u2212",EXP_SYMBOL:"\u00d710^",PERMILL :"\u2030",INFINITY:"\u221e",NAN:"\u00a4\u00a4\u00a4",DECIMAL_PATTERN:"#,##0.###" ,SCIENTIFIC_PATTERN:"#E0",PERCENT_PATTERN:"#,##0\u00a0%",CURRENCY_PATTERN:"#,##0 .00\u00a0\u00a4",DEF_CURRENCY_CODE:"SEK"};goog.i18n.NumberFormatSymbols_sv_SE=go og.i18n.NumberFormatSymbols_sv; 440 goog.i18n.NumberFormatSymbols_sv={DECIMAL_SEP:",",GROUP_SEP:"\u00a0",PERCENT:"%" ,ZERO_DIGIT:"0",PLUS_SIGN:"+",MINUS_SIGN:"\u2212",EXP_SYMBOL:"\u00d710^",PERMILL :"\u2030",INFINITY:"\u221e",NAN:"\u00a4\u00a4\u00a4",DECIMAL_PATTERN:"#,##0.###" ,SCIENTIFIC_PATTERN:"#E0",PERCENT_PATTERN:"#,##0\u00a0%",CURRENCY_PATTERN:"#,##0 .00\u00a0\u00a4",DEF_CURRENCY_CODE:"SEK"};goog.i18n.NumberFormatSymbols_sv_SE=go og.i18n.NumberFormatSymbols_sv;
440 goog.i18n.NumberFormatSymbols_sw={DECIMAL_SEP:".",GROUP_SEP:",",PERCENT:"%",ZERO _DIGIT:"0",PLUS_SIGN:"+",MINUS_SIGN:"-",EXP_SYMBOL:"E",PERMILL:"\u2030",INFINITY :"\u221e",NAN:"NaN",DECIMAL_PATTERN:"#,##0.###",SCIENTIFIC_PATTERN:"#E0",PERCENT _PATTERN:"#,##0%",CURRENCY_PATTERN:"\u00a4#,##0.00",DEF_CURRENCY_CODE:"TZS"};goo g.i18n.NumberFormatSymbols_sw_TZ=goog.i18n.NumberFormatSymbols_sw; 441 goog.i18n.NumberFormatSymbols_sw={DECIMAL_SEP:".",GROUP_SEP:",",PERCENT:"%",ZERO _DIGIT:"0",PLUS_SIGN:"+",MINUS_SIGN:"-",EXP_SYMBOL:"E",PERMILL:"\u2030",INFINITY :"\u221e",NAN:"NaN",DECIMAL_PATTERN:"#,##0.###",SCIENTIFIC_PATTERN:"#E0",PERCENT _PATTERN:"#,##0%",CURRENCY_PATTERN:"\u00a4#,##0.00",DEF_CURRENCY_CODE:"TZS"};goo g.i18n.NumberFormatSymbols_sw_TZ=goog.i18n.NumberFormatSymbols_sw;
441 goog.i18n.NumberFormatSymbols_ta={DECIMAL_SEP:".",GROUP_SEP:",",PERCENT:"%",ZERO _DIGIT:"0",PLUS_SIGN:"+",MINUS_SIGN:"-",EXP_SYMBOL:"E",PERMILL:"\u2030",INFINITY :"\u221e",NAN:"NaN",DECIMAL_PATTERN:"#,##,##0.###",SCIENTIFIC_PATTERN:"#E0",PERC ENT_PATTERN:"#,##,##0%",CURRENCY_PATTERN:"\u00a4\u00a0#,##,##0.00",DEF_CURRENCY_ CODE:"INR"};goog.i18n.NumberFormatSymbols_ta_IN=goog.i18n.NumberFormatSymbols_ta ; 442 goog.i18n.NumberFormatSymbols_ta={DECIMAL_SEP:".",GROUP_SEP:",",PERCENT:"%",ZERO _DIGIT:"0",PLUS_SIGN:"+",MINUS_SIGN:"-",EXP_SYMBOL:"E",PERMILL:"\u2030",INFINITY :"\u221e",NAN:"NaN",DECIMAL_PATTERN:"#,##,##0.###",SCIENTIFIC_PATTERN:"#E0",PERC ENT_PATTERN:"#,##,##0%",CURRENCY_PATTERN:"\u00a4\u00a0#,##,##0.00",DEF_CURRENCY_ CODE:"INR"};goog.i18n.NumberFormatSymbols_ta_IN=goog.i18n.NumberFormatSymbols_ta ;
442 goog.i18n.NumberFormatSymbols_te={DECIMAL_SEP:".",GROUP_SEP:",",PERCENT:"%",ZERO _DIGIT:"0",PLUS_SIGN:"+",MINUS_SIGN:"-",EXP_SYMBOL:"E",PERMILL:"\u2030",INFINITY :"\u221e",NAN:"NaN",DECIMAL_PATTERN:"#,##0.###",SCIENTIFIC_PATTERN:"#E0",PERCENT _PATTERN:"#,##0%",CURRENCY_PATTERN:"\u00a4#,##0.00",DEF_CURRENCY_CODE:"INR"};goo g.i18n.NumberFormatSymbols_te_IN=goog.i18n.NumberFormatSymbols_te; 443 goog.i18n.NumberFormatSymbols_te={DECIMAL_SEP:".",GROUP_SEP:",",PERCENT:"%",ZERO _DIGIT:"0",PLUS_SIGN:"+",MINUS_SIGN:"-",EXP_SYMBOL:"E",PERMILL:"\u2030",INFINITY :"\u221e",NAN:"NaN",DECIMAL_PATTERN:"#,##0.###",SCIENTIFIC_PATTERN:"#E0",PERCENT _PATTERN:"#,##0%",CURRENCY_PATTERN:"\u00a4#,##0.00",DEF_CURRENCY_CODE:"INR"};goo g.i18n.NumberFormatSymbols_te_IN=goog.i18n.NumberFormatSymbols_te;
443 goog.i18n.NumberFormatSymbols_th={DECIMAL_SEP:".",GROUP_SEP:",",PERCENT:"%",ZERO _DIGIT:"0",PLUS_SIGN:"+",MINUS_SIGN:"-",EXP_SYMBOL:"E",PERMILL:"\u2030",INFINITY :"\u221e",NAN:"NaN",DECIMAL_PATTERN:"#,##0.###",SCIENTIFIC_PATTERN:"#E0",PERCENT _PATTERN:"#,##0%",CURRENCY_PATTERN:"\u00a4#,##0.00",DEF_CURRENCY_CODE:"THB"};goo g.i18n.NumberFormatSymbols_th_TH=goog.i18n.NumberFormatSymbols_th; 444 goog.i18n.NumberFormatSymbols_th={DECIMAL_SEP:".",GROUP_SEP:",",PERCENT:"%",ZERO _DIGIT:"0",PLUS_SIGN:"+",MINUS_SIGN:"-",EXP_SYMBOL:"E",PERMILL:"\u2030",INFINITY :"\u221e",NAN:"NaN",DECIMAL_PATTERN:"#,##0.###",SCIENTIFIC_PATTERN:"#E0",PERCENT _PATTERN:"#,##0%",CURRENCY_PATTERN:"\u00a4#,##0.00",DEF_CURRENCY_CODE:"THB"};goo g.i18n.NumberFormatSymbols_th_TH=goog.i18n.NumberFormatSymbols_th;
444 goog.i18n.NumberFormatSymbols_tl={DECIMAL_SEP:".",GROUP_SEP:",",PERCENT:"%",ZERO _DIGIT:"0",PLUS_SIGN:"+",MINUS_SIGN:"-",EXP_SYMBOL:"E",PERMILL:"\u2030",INFINITY :"\u221e",NAN:"NaN",DECIMAL_PATTERN:"#,##0.###",SCIENTIFIC_PATTERN:"#E0",PERCENT _PATTERN:"#,##0%",CURRENCY_PATTERN:"\u00a4#,##0.00",DEF_CURRENCY_CODE:"PHP"}; 445 goog.i18n.NumberFormatSymbols_tl={DECIMAL_SEP:".",GROUP_SEP:",",PERCENT:"%",ZERO _DIGIT:"0",PLUS_SIGN:"+",MINUS_SIGN:"-",EXP_SYMBOL:"E",PERMILL:"\u2030",INFINITY :"\u221e",NAN:"NaN",DECIMAL_PATTERN:"#,##0.###",SCIENTIFIC_PATTERN:"#E0",PERCENT _PATTERN:"#,##0%",CURRENCY_PATTERN:"\u00a4#,##0.00",DEF_CURRENCY_CODE:"PHP"};
445 goog.i18n.NumberFormatSymbols_tr={DECIMAL_SEP:",",GROUP_SEP:".",PERCENT:"%",ZERO _DIGIT:"0",PLUS_SIGN:"+",MINUS_SIGN:"-",EXP_SYMBOL:"E",PERMILL:"\u2030",INFINITY :"\u221e",NAN:"NaN",DECIMAL_PATTERN:"#,##0.###",SCIENTIFIC_PATTERN:"#E0",PERCENT _PATTERN:"%#,##0",CURRENCY_PATTERN:"#,##0.00\u00a0\u00a4",DEF_CURRENCY_CODE:"TRY "};goog.i18n.NumberFormatSymbols_tr_TR=goog.i18n.NumberFormatSymbols_tr; 446 goog.i18n.NumberFormatSymbols_tr={DECIMAL_SEP:",",GROUP_SEP:".",PERCENT:"%",ZERO _DIGIT:"0",PLUS_SIGN:"+",MINUS_SIGN:"-",EXP_SYMBOL:"E",PERMILL:"\u2030",INFINITY :"\u221e",NAN:"NaN",DECIMAL_PATTERN:"#,##0.###",SCIENTIFIC_PATTERN:"#E0",PERCENT _PATTERN:"%#,##0",CURRENCY_PATTERN:"#,##0.00\u00a0\u00a4",DEF_CURRENCY_CODE:"TRY "};goog.i18n.NumberFormatSymbols_tr_TR=goog.i18n.NumberFormatSymbols_tr;
446 goog.i18n.NumberFormatSymbols_uk={DECIMAL_SEP:",",GROUP_SEP:"\u00a0",PERCENT:"%" ,ZERO_DIGIT:"0",PLUS_SIGN:"+",MINUS_SIGN:"-",EXP_SYMBOL:"\u0415",PERMILL:"\u2030 ",INFINITY:"\u221e",NAN:"\u041d\u0435\u00a0\u0447\u0438\u0441\u043b\u043e",DECIM AL_PATTERN:"#,##0.###",SCIENTIFIC_PATTERN:"#E0",PERCENT_PATTERN:"#,##0%",CURRENC Y_PATTERN:"#,##0.00\u00a0\u00a4",DEF_CURRENCY_CODE:"UAH"};goog.i18n.NumberFormat Symbols_uk_UA=goog.i18n.NumberFormatSymbols_uk; 447 goog.i18n.NumberFormatSymbols_uk={DECIMAL_SEP:",",GROUP_SEP:"\u00a0",PERCENT:"%" ,ZERO_DIGIT:"0",PLUS_SIGN:"+",MINUS_SIGN:"-",EXP_SYMBOL:"\u0415",PERMILL:"\u2030 ",INFINITY:"\u221e",NAN:"\u041d\u0435\u00a0\u0447\u0438\u0441\u043b\u043e",DECIM AL_PATTERN:"#,##0.###",SCIENTIFIC_PATTERN:"#E0",PERCENT_PATTERN:"#,##0%",CURRENC Y_PATTERN:"#,##0.00\u00a0\u00a4",DEF_CURRENCY_CODE:"UAH"};goog.i18n.NumberFormat Symbols_uk_UA=goog.i18n.NumberFormatSymbols_uk;
447 goog.i18n.NumberFormatSymbols_ur={DECIMAL_SEP:".",GROUP_SEP:",",PERCENT:"%",ZERO _DIGIT:"0",PLUS_SIGN:"\u200e+",MINUS_SIGN:"\u200e-",EXP_SYMBOL:"E",PERMILL:"\u20 30",INFINITY:"\u221e",NAN:"NaN",DECIMAL_PATTERN:"#,##0.###",SCIENTIFIC_PATTERN:" #E0",PERCENT_PATTERN:"#,##0%",CURRENCY_PATTERN:"\u00a4#,##0.00\u200e",DEF_CURREN CY_CODE:"PKR"};goog.i18n.NumberFormatSymbols_ur_PK=goog.i18n.NumberFormatSymbols _ur; 448 goog.i18n.NumberFormatSymbols_ur={DECIMAL_SEP:".",GROUP_SEP:",",PERCENT:"%",ZERO _DIGIT:"0",PLUS_SIGN:"\u200e+",MINUS_SIGN:"\u200e-",EXP_SYMBOL:"E",PERMILL:"\u20 30",INFINITY:"\u221e",NAN:"NaN",DECIMAL_PATTERN:"#,##0.###",SCIENTIFIC_PATTERN:" #E0",PERCENT_PATTERN:"#,##0%",CURRENCY_PATTERN:"\u00a4#,##0.00\u200e",DEF_CURREN CY_CODE:"PKR"};goog.i18n.NumberFormatSymbols_ur_PK=goog.i18n.NumberFormatSymbols _ur;
448 goog.i18n.NumberFormatSymbols_uz={DECIMAL_SEP:",",GROUP_SEP:"\u00a0",PERCENT:"%" ,ZERO_DIGIT:"0",PLUS_SIGN:"+",MINUS_SIGN:"-",EXP_SYMBOL:"E",PERMILL:"\u2030",INF INITY:"\u221e",NAN:"NaN",DECIMAL_PATTERN:"#,##0.###",SCIENTIFIC_PATTERN:"#E0",PE RCENT_PATTERN:"#,##0%",CURRENCY_PATTERN:"\u00a4\u00a0#,##0.00",DEF_CURRENCY_CODE :"UZS"};goog.i18n.NumberFormatSymbols_uz_Latn_UZ=goog.i18n.NumberFormatSymbols_u z; 449 goog.i18n.NumberFormatSymbols_uz={DECIMAL_SEP:",",GROUP_SEP:"\u00a0",PERCENT:"%" ,ZERO_DIGIT:"0",PLUS_SIGN:"+",MINUS_SIGN:"-",EXP_SYMBOL:"E",PERMILL:"\u2030",INF INITY:"\u221e",NAN:"NaN",DECIMAL_PATTERN:"#,##0.###",SCIENTIFIC_PATTERN:"#E0",PE RCENT_PATTERN:"#,##0%",CURRENCY_PATTERN:"\u00a4\u00a0#,##0.00",DEF_CURRENCY_CODE :"UZS"};goog.i18n.NumberFormatSymbols_uz_Latn_UZ=goog.i18n.NumberFormatSymbols_u z;
449 goog.i18n.NumberFormatSymbols_vi={DECIMAL_SEP:",",GROUP_SEP:".",PERCENT:"%",ZERO _DIGIT:"0",PLUS_SIGN:"+",MINUS_SIGN:"-",EXP_SYMBOL:"E",PERMILL:"\u2030",INFINITY :"\u221e",NAN:"NaN",DECIMAL_PATTERN:"#,##0.###",SCIENTIFIC_PATTERN:"#E0",PERCENT _PATTERN:"#,##0%",CURRENCY_PATTERN:"#,##0.00\u00a0\u00a4",DEF_CURRENCY_CODE:"VND "};goog.i18n.NumberFormatSymbols_vi_VN=goog.i18n.NumberFormatSymbols_vi; 450 goog.i18n.NumberFormatSymbols_vi={DECIMAL_SEP:",",GROUP_SEP:".",PERCENT:"%",ZERO _DIGIT:"0",PLUS_SIGN:"+",MINUS_SIGN:"-",EXP_SYMBOL:"E",PERMILL:"\u2030",INFINITY :"\u221e",NAN:"NaN",DECIMAL_PATTERN:"#,##0.###",SCIENTIFIC_PATTERN:"#E0",PERCENT _PATTERN:"#,##0%",CURRENCY_PATTERN:"#,##0.00\u00a0\u00a4",DEF_CURRENCY_CODE:"VND "};goog.i18n.NumberFormatSymbols_vi_VN=goog.i18n.NumberFormatSymbols_vi;
450 goog.i18n.NumberFormatSymbols_zh={DECIMAL_SEP:".",GROUP_SEP:",",PERCENT:"%",ZERO _DIGIT:"0",PLUS_SIGN:"+",MINUS_SIGN:"-",EXP_SYMBOL:"E",PERMILL:"\u2030",INFINITY :"\u221e",NAN:"NaN",DECIMAL_PATTERN:"#,##0.###",SCIENTIFIC_PATTERN:"#E0",PERCENT _PATTERN:"#,##0%",CURRENCY_PATTERN:"\u00a4\u00a0#,##0.00",DEF_CURRENCY_CODE:"CNY "};goog.i18n.NumberFormatSymbols_zh_CN=goog.i18n.NumberFormatSymbols_zh; 451 goog.i18n.NumberFormatSymbols_zh={DECIMAL_SEP:".",GROUP_SEP:",",PERCENT:"%",ZERO _DIGIT:"0",PLUS_SIGN:"+",MINUS_SIGN:"-",EXP_SYMBOL:"E",PERMILL:"\u2030",INFINITY :"\u221e",NAN:"NaN",DECIMAL_PATTERN:"#,##0.###",SCIENTIFIC_PATTERN:"#E0",PERCENT _PATTERN:"#,##0%",CURRENCY_PATTERN:"\u00a4\u00a0#,##0.00",DEF_CURRENCY_CODE:"CNY "};goog.i18n.NumberFormatSymbols_zh_CN=goog.i18n.NumberFormatSymbols_zh;
451 goog.i18n.NumberFormatSymbols_zh_HK={DECIMAL_SEP:".",GROUP_SEP:",",PERCENT:"%",Z ERO_DIGIT:"0",PLUS_SIGN:"+",MINUS_SIGN:"-",EXP_SYMBOL:"E",PERMILL:"\u2030",INFIN ITY:"\u221e",NAN:"\u975e\u6578\u503c",DECIMAL_PATTERN:"#,##0.###",SCIENTIFIC_PAT TERN:"#E0",PERCENT_PATTERN:"#,##0%",CURRENCY_PATTERN:"\u00a4#,##0.00",DEF_CURREN CY_CODE:"HKD"};goog.i18n.NumberFormatSymbols_zh_Hans_CN=goog.i18n.NumberFormatSy mbols_zh; 452 goog.i18n.NumberFormatSymbols_zh_HK={DECIMAL_SEP:".",GROUP_SEP:",",PERCENT:"%",Z ERO_DIGIT:"0",PLUS_SIGN:"+",MINUS_SIGN:"-",EXP_SYMBOL:"E",PERMILL:"\u2030",INFIN ITY:"\u221e",NAN:"\u975e\u6578\u503c",DECIMAL_PATTERN:"#,##0.###",SCIENTIFIC_PAT TERN:"#E0",PERCENT_PATTERN:"#,##0%",CURRENCY_PATTERN:"\u00a4#,##0.00",DEF_CURREN CY_CODE:"HKD"};goog.i18n.NumberFormatSymbols_zh_Hans_CN=goog.i18n.NumberFormatSy mbols_zh;
452 goog.i18n.NumberFormatSymbols_zh_TW={DECIMAL_SEP:".",GROUP_SEP:",",PERCENT:"%",Z ERO_DIGIT:"0",PLUS_SIGN:"+",MINUS_SIGN:"-",EXP_SYMBOL:"E",PERMILL:"\u2030",INFIN ITY:"\u221e",NAN:"\u975e\u6578\u503c",DECIMAL_PATTERN:"#,##0.###",SCIENTIFIC_PAT TERN:"#E0",PERCENT_PATTERN:"#,##0%",CURRENCY_PATTERN:"\u00a4#,##0.00",DEF_CURREN CY_CODE:"TWD"}; 453 goog.i18n.NumberFormatSymbols_zh_TW={DECIMAL_SEP:".",GROUP_SEP:",",PERCENT:"%",Z ERO_DIGIT:"0",PLUS_SIGN:"+",MINUS_SIGN:"-",EXP_SYMBOL:"E",PERMILL:"\u2030",INFIN ITY:"\u221e",NAN:"\u975e\u6578\u503c",DECIMAL_PATTERN:"#,##0.###",SCIENTIFIC_PAT TERN:"#E0",PERCENT_PATTERN:"#,##0%",CURRENCY_PATTERN:"\u00a4#,##0.00",DEF_CURREN CY_CODE:"TWD"};
453 goog.i18n.NumberFormatSymbols_zu={DECIMAL_SEP:".",GROUP_SEP:",",PERCENT:"%",ZERO _DIGIT:"0",PLUS_SIGN:"+",MINUS_SIGN:"-",EXP_SYMBOL:"E",PERMILL:"\u2030",INFINITY :"\u221e",NAN:"I-NaN",DECIMAL_PATTERN:"#,##0.###",SCIENTIFIC_PATTERN:"#E0",PERCE NT_PATTERN:"#,##0%",CURRENCY_PATTERN:"\u00a4#,##0.00",DEF_CURRENCY_CODE:"ZAR"};g oog.i18n.NumberFormatSymbols_zu_ZA=goog.i18n.NumberFormatSymbols_zu;goog.i18n.Nu mberFormatSymbols=goog.i18n.NumberFormatSymbols_en; 454 goog.i18n.NumberFormatSymbols_zu={DECIMAL_SEP:".",GROUP_SEP:",",PERCENT:"%",ZERO _DIGIT:"0",PLUS_SIGN:"+",MINUS_SIGN:"-",EXP_SYMBOL:"E",PERMILL:"\u2030",INFINITY :"\u221e",NAN:"I-NaN",DECIMAL_PATTERN:"#,##0.###",SCIENTIFIC_PATTERN:"#E0",PERCE NT_PATTERN:"#,##0%",CURRENCY_PATTERN:"\u00a4#,##0.00",DEF_CURRENCY_CODE:"ZAR"};g oog.i18n.NumberFormatSymbols_zu_ZA=goog.i18n.NumberFormatSymbols_zu;goog.i18n.Nu mberFormatSymbols=goog.i18n.NumberFormatSymbols_en;
454 "af"==goog.LOCALE&&(goog.i18n.NumberFormatSymbols=goog.i18n.NumberFormatSymbols_ af);if("af_ZA"==goog.LOCALE||"af-ZA"==goog.LOCALE)goog.i18n.NumberFormatSymbols= goog.i18n.NumberFormatSymbols_af;"am"==goog.LOCALE&&(goog.i18n.NumberFormatSymbo ls=goog.i18n.NumberFormatSymbols_am);if("am_ET"==goog.LOCALE||"am-ET"==goog.LOCA LE)goog.i18n.NumberFormatSymbols=goog.i18n.NumberFormatSymbols_am;"ar"==goog.LOC ALE&&(goog.i18n.NumberFormatSymbols=goog.i18n.NumberFormatSymbols_ar); 455 "af"==goog.LOCALE&&(goog.i18n.NumberFormatSymbols=goog.i18n.NumberFormatSymbols_ af);if("af_ZA"==goog.LOCALE||"af-ZA"==goog.LOCALE)goog.i18n.NumberFormatSymbols= goog.i18n.NumberFormatSymbols_af;"am"==goog.LOCALE&&(goog.i18n.NumberFormatSymbo ls=goog.i18n.NumberFormatSymbols_am);if("am_ET"==goog.LOCALE||"am-ET"==goog.LOCA LE)goog.i18n.NumberFormatSymbols=goog.i18n.NumberFormatSymbols_am;"ar"==goog.LOC ALE&&(goog.i18n.NumberFormatSymbols=goog.i18n.NumberFormatSymbols_ar);
455 if("ar_001"==goog.LOCALE||"ar-001"==goog.LOCALE)goog.i18n.NumberFormatSymbols=go og.i18n.NumberFormatSymbols_ar;"az"==goog.LOCALE&&(goog.i18n.NumberFormatSymbols =goog.i18n.NumberFormatSymbols_az);if("az_Cyrl_AZ"==goog.LOCALE||"az-Cyrl-AZ"==g oog.LOCALE)goog.i18n.NumberFormatSymbols=goog.i18n.NumberFormatSymbols_az;if("az _Latn_AZ"==goog.LOCALE||"az-Latn-AZ"==goog.LOCALE)goog.i18n.NumberFormatSymbols= goog.i18n.NumberFormatSymbols_az;"bg"==goog.LOCALE&&(goog.i18n.NumberFormatSymbo ls=goog.i18n.NumberFormatSymbols_bg); 456 if("ar_001"==goog.LOCALE||"ar-001"==goog.LOCALE)goog.i18n.NumberFormatSymbols=go og.i18n.NumberFormatSymbols_ar;"az"==goog.LOCALE&&(goog.i18n.NumberFormatSymbols =goog.i18n.NumberFormatSymbols_az);if("az_Cyrl_AZ"==goog.LOCALE||"az-Cyrl-AZ"==g oog.LOCALE)goog.i18n.NumberFormatSymbols=goog.i18n.NumberFormatSymbols_az;if("az _Latn_AZ"==goog.LOCALE||"az-Latn-AZ"==goog.LOCALE)goog.i18n.NumberFormatSymbols= goog.i18n.NumberFormatSymbols_az;"bg"==goog.LOCALE&&(goog.i18n.NumberFormatSymbo ls=goog.i18n.NumberFormatSymbols_bg);
456 if("bg_BG"==goog.LOCALE||"bg-BG"==goog.LOCALE)goog.i18n.NumberFormatSymbols=goog .i18n.NumberFormatSymbols_bg;"bn"==goog.LOCALE&&(goog.i18n.NumberFormatSymbols=g oog.i18n.NumberFormatSymbols_bn);if("bn_BD"==goog.LOCALE||"bn-BD"==goog.LOCALE)g oog.i18n.NumberFormatSymbols=goog.i18n.NumberFormatSymbols_bn;"br"==goog.LOCALE& &(goog.i18n.NumberFormatSymbols=goog.i18n.NumberFormatSymbols_br);if("br_FR"==go og.LOCALE||"br-FR"==goog.LOCALE)goog.i18n.NumberFormatSymbols=goog.i18n.NumberFo rmatSymbols_br; 457 if("bg_BG"==goog.LOCALE||"bg-BG"==goog.LOCALE)goog.i18n.NumberFormatSymbols=goog .i18n.NumberFormatSymbols_bg;"bn"==goog.LOCALE&&(goog.i18n.NumberFormatSymbols=g oog.i18n.NumberFormatSymbols_bn);if("bn_BD"==goog.LOCALE||"bn-BD"==goog.LOCALE)g oog.i18n.NumberFormatSymbols=goog.i18n.NumberFormatSymbols_bn;"br"==goog.LOCALE& &(goog.i18n.NumberFormatSymbols=goog.i18n.NumberFormatSymbols_br);if("br_FR"==go og.LOCALE||"br-FR"==goog.LOCALE)goog.i18n.NumberFormatSymbols=goog.i18n.NumberFo rmatSymbols_br;
457 "ca"==goog.LOCALE&&(goog.i18n.NumberFormatSymbols=goog.i18n.NumberFormatSymbols_ ca);if("ca_AD"==goog.LOCALE||"ca-AD"==goog.LOCALE)goog.i18n.NumberFormatSymbols= goog.i18n.NumberFormatSymbols_ca;if("ca_ES"==goog.LOCALE||"ca-ES"==goog.LOCALE)g oog.i18n.NumberFormatSymbols=goog.i18n.NumberFormatSymbols_ca;if("ca_FR"==goog.L OCALE||"ca-FR"==goog.LOCALE)goog.i18n.NumberFormatSymbols=goog.i18n.NumberFormat Symbols_ca;if("ca_IT"==goog.LOCALE||"ca-IT"==goog.LOCALE)goog.i18n.NumberFormatS ymbols=goog.i18n.NumberFormatSymbols_ca; 458 "ca"==goog.LOCALE&&(goog.i18n.NumberFormatSymbols=goog.i18n.NumberFormatSymbols_ ca);if("ca_AD"==goog.LOCALE||"ca-AD"==goog.LOCALE)goog.i18n.NumberFormatSymbols= goog.i18n.NumberFormatSymbols_ca;if("ca_ES"==goog.LOCALE||"ca-ES"==goog.LOCALE)g oog.i18n.NumberFormatSymbols=goog.i18n.NumberFormatSymbols_ca;if("ca_ES_VALENCIA "==goog.LOCALE||"ca-ES-VALENCIA"==goog.LOCALE)goog.i18n.NumberFormatSymbols=goog .i18n.NumberFormatSymbols_ca;
458 "chr"==goog.LOCALE&&(goog.i18n.NumberFormatSymbols=goog.i18n.NumberFormatSymbols _chr);if("chr_US"==goog.LOCALE||"chr-US"==goog.LOCALE)goog.i18n.NumberFormatSymb ols=goog.i18n.NumberFormatSymbols_chr;"cs"==goog.LOCALE&&(goog.i18n.NumberFormat Symbols=goog.i18n.NumberFormatSymbols_cs);if("cs_CZ"==goog.LOCALE||"cs-CZ"==goog .LOCALE)goog.i18n.NumberFormatSymbols=goog.i18n.NumberFormatSymbols_cs;"cy"==goo g.LOCALE&&(goog.i18n.NumberFormatSymbols=goog.i18n.NumberFormatSymbols_cy); 459 if("ca_FR"==goog.LOCALE||"ca-FR"==goog.LOCALE)goog.i18n.NumberFormatSymbols=goog .i18n.NumberFormatSymbols_ca;if("ca_IT"==goog.LOCALE||"ca-IT"==goog.LOCALE)goog. i18n.NumberFormatSymbols=goog.i18n.NumberFormatSymbols_ca;"chr"==goog.LOCALE&&(g oog.i18n.NumberFormatSymbols=goog.i18n.NumberFormatSymbols_chr);if("chr_US"==goo g.LOCALE||"chr-US"==goog.LOCALE)goog.i18n.NumberFormatSymbols=goog.i18n.NumberFo rmatSymbols_chr;"cs"==goog.LOCALE&&(goog.i18n.NumberFormatSymbols=goog.i18n.Numb erFormatSymbols_cs);
459 if("cy_GB"==goog.LOCALE||"cy-GB"==goog.LOCALE)goog.i18n.NumberFormatSymbols=goog .i18n.NumberFormatSymbols_cy;"da"==goog.LOCALE&&(goog.i18n.NumberFormatSymbols=g oog.i18n.NumberFormatSymbols_da);if("da_DK"==goog.LOCALE||"da-DK"==goog.LOCALE)g oog.i18n.NumberFormatSymbols=goog.i18n.NumberFormatSymbols_da;if("da_GL"==goog.L OCALE||"da-GL"==goog.LOCALE)goog.i18n.NumberFormatSymbols=goog.i18n.NumberFormat Symbols_da;"de"==goog.LOCALE&&(goog.i18n.NumberFormatSymbols=goog.i18n.NumberFor matSymbols_de); 460 if("cs_CZ"==goog.LOCALE||"cs-CZ"==goog.LOCALE)goog.i18n.NumberFormatSymbols=goog .i18n.NumberFormatSymbols_cs;"cy"==goog.LOCALE&&(goog.i18n.NumberFormatSymbols=g oog.i18n.NumberFormatSymbols_cy);if("cy_GB"==goog.LOCALE||"cy-GB"==goog.LOCALE)g oog.i18n.NumberFormatSymbols=goog.i18n.NumberFormatSymbols_cy;"da"==goog.LOCALE& &(goog.i18n.NumberFormatSymbols=goog.i18n.NumberFormatSymbols_da);if("da_DK"==go og.LOCALE||"da-DK"==goog.LOCALE)goog.i18n.NumberFormatSymbols=goog.i18n.NumberFo rmatSymbols_da;
460 if("de_AT"==goog.LOCALE||"de-AT"==goog.LOCALE)goog.i18n.NumberFormatSymbols=goog .i18n.NumberFormatSymbols_de_AT;if("de_BE"==goog.LOCALE||"de-BE"==goog.LOCALE)go og.i18n.NumberFormatSymbols=goog.i18n.NumberFormatSymbols_de;if("de_CH"==goog.LO CALE||"de-CH"==goog.LOCALE)goog.i18n.NumberFormatSymbols=goog.i18n.NumberFormatS ymbols_de_CH;if("de_DE"==goog.LOCALE||"de-DE"==goog.LOCALE)goog.i18n.NumberForma tSymbols=goog.i18n.NumberFormatSymbols_de; 461 if("da_GL"==goog.LOCALE||"da-GL"==goog.LOCALE)goog.i18n.NumberFormatSymbols=goog .i18n.NumberFormatSymbols_da;"de"==goog.LOCALE&&(goog.i18n.NumberFormatSymbols=g oog.i18n.NumberFormatSymbols_de);if("de_AT"==goog.LOCALE||"de-AT"==goog.LOCALE)g oog.i18n.NumberFormatSymbols=goog.i18n.NumberFormatSymbols_de_AT;if("de_BE"==goo g.LOCALE||"de-BE"==goog.LOCALE)goog.i18n.NumberFormatSymbols=goog.i18n.NumberFor matSymbols_de;if("de_CH"==goog.LOCALE||"de-CH"==goog.LOCALE)goog.i18n.NumberForm atSymbols=goog.i18n.NumberFormatSymbols_de_CH;
461 if("de_LU"==goog.LOCALE||"de-LU"==goog.LOCALE)goog.i18n.NumberFormatSymbols=goog .i18n.NumberFormatSymbols_de;"el"==goog.LOCALE&&(goog.i18n.NumberFormatSymbols=g oog.i18n.NumberFormatSymbols_el);if("el_GR"==goog.LOCALE||"el-GR"==goog.LOCALE)g oog.i18n.NumberFormatSymbols=goog.i18n.NumberFormatSymbols_el;"en"==goog.LOCALE& &(goog.i18n.NumberFormatSymbols=goog.i18n.NumberFormatSymbols_en);if("en_001"==g oog.LOCALE||"en-001"==goog.LOCALE)goog.i18n.NumberFormatSymbols=goog.i18n.Number FormatSymbols_en; 462 if("de_DE"==goog.LOCALE||"de-DE"==goog.LOCALE)goog.i18n.NumberFormatSymbols=goog .i18n.NumberFormatSymbols_de;if("de_LU"==goog.LOCALE||"de-LU"==goog.LOCALE)goog. i18n.NumberFormatSymbols=goog.i18n.NumberFormatSymbols_de;"el"==goog.LOCALE&&(go og.i18n.NumberFormatSymbols=goog.i18n.NumberFormatSymbols_el);if("el_GR"==goog.L OCALE||"el-GR"==goog.LOCALE)goog.i18n.NumberFormatSymbols=goog.i18n.NumberFormat Symbols_el;"en"==goog.LOCALE&&(goog.i18n.NumberFormatSymbols=goog.i18n.NumberFor matSymbols_en);
462 if("en_AS"==goog.LOCALE||"en-AS"==goog.LOCALE)goog.i18n.NumberFormatSymbols=goog .i18n.NumberFormatSymbols_en;if("en_AU"==goog.LOCALE||"en-AU"==goog.LOCALE)goog. i18n.NumberFormatSymbols=goog.i18n.NumberFormatSymbols_en_AU;if("en_DG"==goog.LO CALE||"en-DG"==goog.LOCALE)goog.i18n.NumberFormatSymbols=goog.i18n.NumberFormatS ymbols_en;if("en_Dsrt_US"==goog.LOCALE||"en-Dsrt-US"==goog.LOCALE)goog.i18n.Numb erFormatSymbols=goog.i18n.NumberFormatSymbols_en; 463 if("en_001"==goog.LOCALE||"en-001"==goog.LOCALE)goog.i18n.NumberFormatSymbols=go og.i18n.NumberFormatSymbols_en;if("en_AS"==goog.LOCALE||"en-AS"==goog.LOCALE)goo g.i18n.NumberFormatSymbols=goog.i18n.NumberFormatSymbols_en;if("en_AU"==goog.LOC ALE||"en-AU"==goog.LOCALE)goog.i18n.NumberFormatSymbols=goog.i18n.NumberFormatSy mbols_en_AU;if("en_DG"==goog.LOCALE||"en-DG"==goog.LOCALE)goog.i18n.NumberFormat Symbols=goog.i18n.NumberFormatSymbols_en;
463 if("en_FM"==goog.LOCALE||"en-FM"==goog.LOCALE)goog.i18n.NumberFormatSymbols=goog .i18n.NumberFormatSymbols_en;if("en_GB"==goog.LOCALE||"en-GB"==goog.LOCALE)goog. i18n.NumberFormatSymbols=goog.i18n.NumberFormatSymbols_en_GB;if("en_GU"==goog.LO CALE||"en-GU"==goog.LOCALE)goog.i18n.NumberFormatSymbols=goog.i18n.NumberFormatS ymbols_en;if("en_IE"==goog.LOCALE||"en-IE"==goog.LOCALE)goog.i18n.NumberFormatSy mbols=goog.i18n.NumberFormatSymbols_en_IE; 464 if("en_FM"==goog.LOCALE||"en-FM"==goog.LOCALE)goog.i18n.NumberFormatSymbols=goog .i18n.NumberFormatSymbols_en;if("en_GB"==goog.LOCALE||"en-GB"==goog.LOCALE)goog. i18n.NumberFormatSymbols=goog.i18n.NumberFormatSymbols_en_GB;if("en_GU"==goog.LO CALE||"en-GU"==goog.LOCALE)goog.i18n.NumberFormatSymbols=goog.i18n.NumberFormatS ymbols_en;if("en_IE"==goog.LOCALE||"en-IE"==goog.LOCALE)goog.i18n.NumberFormatSy mbols=goog.i18n.NumberFormatSymbols_en_IE;
464 if("en_IN"==goog.LOCALE||"en-IN"==goog.LOCALE)goog.i18n.NumberFormatSymbols=goog .i18n.NumberFormatSymbols_en_IN;if("en_IO"==goog.LOCALE||"en-IO"==goog.LOCALE)go og.i18n.NumberFormatSymbols=goog.i18n.NumberFormatSymbols_en;if("en_MH"==goog.LO CALE||"en-MH"==goog.LOCALE)goog.i18n.NumberFormatSymbols=goog.i18n.NumberFormatS ymbols_en;if("en_MP"==goog.LOCALE||"en-MP"==goog.LOCALE)goog.i18n.NumberFormatSy mbols=goog.i18n.NumberFormatSymbols_en; 465 if("en_IN"==goog.LOCALE||"en-IN"==goog.LOCALE)goog.i18n.NumberFormatSymbols=goog .i18n.NumberFormatSymbols_en_IN;if("en_IO"==goog.LOCALE||"en-IO"==goog.LOCALE)go og.i18n.NumberFormatSymbols=goog.i18n.NumberFormatSymbols_en;if("en_MH"==goog.LO CALE||"en-MH"==goog.LOCALE)goog.i18n.NumberFormatSymbols=goog.i18n.NumberFormatS ymbols_en;if("en_MP"==goog.LOCALE||"en-MP"==goog.LOCALE)goog.i18n.NumberFormatSy mbols=goog.i18n.NumberFormatSymbols_en;
465 if("en_PR"==goog.LOCALE||"en-PR"==goog.LOCALE)goog.i18n.NumberFormatSymbols=goog .i18n.NumberFormatSymbols_en;if("en_PW"==goog.LOCALE||"en-PW"==goog.LOCALE)goog. i18n.NumberFormatSymbols=goog.i18n.NumberFormatSymbols_en;if("en_SG"==goog.LOCAL E||"en-SG"==goog.LOCALE)goog.i18n.NumberFormatSymbols=goog.i18n.NumberFormatSymb ols_en_SG;if("en_TC"==goog.LOCALE||"en-TC"==goog.LOCALE)goog.i18n.NumberFormatSy mbols=goog.i18n.NumberFormatSymbols_en; 466 if("en_PR"==goog.LOCALE||"en-PR"==goog.LOCALE)goog.i18n.NumberFormatSymbols=goog .i18n.NumberFormatSymbols_en;if("en_PW"==goog.LOCALE||"en-PW"==goog.LOCALE)goog. i18n.NumberFormatSymbols=goog.i18n.NumberFormatSymbols_en;if("en_SG"==goog.LOCAL E||"en-SG"==goog.LOCALE)goog.i18n.NumberFormatSymbols=goog.i18n.NumberFormatSymb ols_en_SG;if("en_TC"==goog.LOCALE||"en-TC"==goog.LOCALE)goog.i18n.NumberFormatSy mbols=goog.i18n.NumberFormatSymbols_en;
466 if("en_UM"==goog.LOCALE||"en-UM"==goog.LOCALE)goog.i18n.NumberFormatSymbols=goog .i18n.NumberFormatSymbols_en;if("en_US"==goog.LOCALE||"en-US"==goog.LOCALE)goog. i18n.NumberFormatSymbols=goog.i18n.NumberFormatSymbols_en;if("en_VG"==goog.LOCAL E||"en-VG"==goog.LOCALE)goog.i18n.NumberFormatSymbols=goog.i18n.NumberFormatSymb ols_en;if("en_VI"==goog.LOCALE||"en-VI"==goog.LOCALE)goog.i18n.NumberFormatSymbo ls=goog.i18n.NumberFormatSymbols_en; 467 if("en_UM"==goog.LOCALE||"en-UM"==goog.LOCALE)goog.i18n.NumberFormatSymbols=goog .i18n.NumberFormatSymbols_en;if("en_US"==goog.LOCALE||"en-US"==goog.LOCALE)goog. i18n.NumberFormatSymbols=goog.i18n.NumberFormatSymbols_en;if("en_VG"==goog.LOCAL E||"en-VG"==goog.LOCALE)goog.i18n.NumberFormatSymbols=goog.i18n.NumberFormatSymb ols_en;if("en_VI"==goog.LOCALE||"en-VI"==goog.LOCALE)goog.i18n.NumberFormatSymbo ls=goog.i18n.NumberFormatSymbols_en;
467 if("en_ZA"==goog.LOCALE||"en-ZA"==goog.LOCALE)goog.i18n.NumberFormatSymbols=goog .i18n.NumberFormatSymbols_en_ZA;if("en_ZW"==goog.LOCALE||"en-ZW"==goog.LOCALE)go og.i18n.NumberFormatSymbols=goog.i18n.NumberFormatSymbols_en;"es"==goog.LOCALE&& (goog.i18n.NumberFormatSymbols=goog.i18n.NumberFormatSymbols_es);if("es_419"==go og.LOCALE||"es-419"==goog.LOCALE)goog.i18n.NumberFormatSymbols=goog.i18n.NumberF ormatSymbols_es_419;if("es_EA"==goog.LOCALE||"es-EA"==goog.LOCALE)goog.i18n.Numb erFormatSymbols=goog.i18n.NumberFormatSymbols_es; 468 if("en_ZA"==goog.LOCALE||"en-ZA"==goog.LOCALE)goog.i18n.NumberFormatSymbols=goog .i18n.NumberFormatSymbols_en_ZA;if("en_ZW"==goog.LOCALE||"en-ZW"==goog.LOCALE)go og.i18n.NumberFormatSymbols=goog.i18n.NumberFormatSymbols_en;"es"==goog.LOCALE&& (goog.i18n.NumberFormatSymbols=goog.i18n.NumberFormatSymbols_es);if("es_419"==go og.LOCALE||"es-419"==goog.LOCALE)goog.i18n.NumberFormatSymbols=goog.i18n.NumberF ormatSymbols_es_419;if("es_EA"==goog.LOCALE||"es-EA"==goog.LOCALE)goog.i18n.Numb erFormatSymbols=goog.i18n.NumberFormatSymbols_es;
468 if("es_ES"==goog.LOCALE||"es-ES"==goog.LOCALE)goog.i18n.NumberFormatSymbols=goog .i18n.NumberFormatSymbols_es;if("es_IC"==goog.LOCALE||"es-IC"==goog.LOCALE)goog. i18n.NumberFormatSymbols=goog.i18n.NumberFormatSymbols_es;"et"==goog.LOCALE&&(go og.i18n.NumberFormatSymbols=goog.i18n.NumberFormatSymbols_et);if("et_EE"==goog.L OCALE||"et-EE"==goog.LOCALE)goog.i18n.NumberFormatSymbols=goog.i18n.NumberFormat Symbols_et;"eu"==goog.LOCALE&&(goog.i18n.NumberFormatSymbols=goog.i18n.NumberFor matSymbols_eu); 469 if("es_ES"==goog.LOCALE||"es-ES"==goog.LOCALE)goog.i18n.NumberFormatSymbols=goog .i18n.NumberFormatSymbols_es;if("es_IC"==goog.LOCALE||"es-IC"==goog.LOCALE)goog. i18n.NumberFormatSymbols=goog.i18n.NumberFormatSymbols_es;"et"==goog.LOCALE&&(go og.i18n.NumberFormatSymbols=goog.i18n.NumberFormatSymbols_et);if("et_EE"==goog.L OCALE||"et-EE"==goog.LOCALE)goog.i18n.NumberFormatSymbols=goog.i18n.NumberFormat Symbols_et;"eu"==goog.LOCALE&&(goog.i18n.NumberFormatSymbols=goog.i18n.NumberFor matSymbols_eu);
469 if("eu_ES"==goog.LOCALE||"eu-ES"==goog.LOCALE)goog.i18n.NumberFormatSymbols=goog .i18n.NumberFormatSymbols_eu;"fa"==goog.LOCALE&&(goog.i18n.NumberFormatSymbols=g oog.i18n.NumberFormatSymbols_fa);if("fa_IR"==goog.LOCALE||"fa-IR"==goog.LOCALE)g oog.i18n.NumberFormatSymbols=goog.i18n.NumberFormatSymbols_fa;"fi"==goog.LOCALE& &(goog.i18n.NumberFormatSymbols=goog.i18n.NumberFormatSymbols_fi);if("fi_FI"==go og.LOCALE||"fi-FI"==goog.LOCALE)goog.i18n.NumberFormatSymbols=goog.i18n.NumberFo rmatSymbols_fi; 470 if("eu_ES"==goog.LOCALE||"eu-ES"==goog.LOCALE)goog.i18n.NumberFormatSymbols=goog .i18n.NumberFormatSymbols_eu;"fa"==goog.LOCALE&&(goog.i18n.NumberFormatSymbols=g oog.i18n.NumberFormatSymbols_fa);if("fa_IR"==goog.LOCALE||"fa-IR"==goog.LOCALE)g oog.i18n.NumberFormatSymbols=goog.i18n.NumberFormatSymbols_fa;"fi"==goog.LOCALE& &(goog.i18n.NumberFormatSymbols=goog.i18n.NumberFormatSymbols_fi);if("fi_FI"==go og.LOCALE||"fi-FI"==goog.LOCALE)goog.i18n.NumberFormatSymbols=goog.i18n.NumberFo rmatSymbols_fi;
470 "fil"==goog.LOCALE&&(goog.i18n.NumberFormatSymbols=goog.i18n.NumberFormatSymbols _fil);if("fil_PH"==goog.LOCALE||"fil-PH"==goog.LOCALE)goog.i18n.NumberFormatSymb ols=goog.i18n.NumberFormatSymbols_fil;"fr"==goog.LOCALE&&(goog.i18n.NumberFormat Symbols=goog.i18n.NumberFormatSymbols_fr);if("fr_BL"==goog.LOCALE||"fr-BL"==goog .LOCALE)goog.i18n.NumberFormatSymbols=goog.i18n.NumberFormatSymbols_fr;if("fr_CA "==goog.LOCALE||"fr-CA"==goog.LOCALE)goog.i18n.NumberFormatSymbols=goog.i18n.Num berFormatSymbols_fr_CA; 471 "fil"==goog.LOCALE&&(goog.i18n.NumberFormatSymbols=goog.i18n.NumberFormatSymbols _fil);if("fil_PH"==goog.LOCALE||"fil-PH"==goog.LOCALE)goog.i18n.NumberFormatSymb ols=goog.i18n.NumberFormatSymbols_fil;"fr"==goog.LOCALE&&(goog.i18n.NumberFormat Symbols=goog.i18n.NumberFormatSymbols_fr);if("fr_BL"==goog.LOCALE||"fr-BL"==goog .LOCALE)goog.i18n.NumberFormatSymbols=goog.i18n.NumberFormatSymbols_fr;if("fr_CA "==goog.LOCALE||"fr-CA"==goog.LOCALE)goog.i18n.NumberFormatSymbols=goog.i18n.Num berFormatSymbols_fr_CA;
471 if("fr_FR"==goog.LOCALE||"fr-FR"==goog.LOCALE)goog.i18n.NumberFormatSymbols=goog .i18n.NumberFormatSymbols_fr;if("fr_GF"==goog.LOCALE||"fr-GF"==goog.LOCALE)goog. i18n.NumberFormatSymbols=goog.i18n.NumberFormatSymbols_fr;if("fr_GP"==goog.LOCAL E||"fr-GP"==goog.LOCALE)goog.i18n.NumberFormatSymbols=goog.i18n.NumberFormatSymb ols_fr;if("fr_MC"==goog.LOCALE||"fr-MC"==goog.LOCALE)goog.i18n.NumberFormatSymbo ls=goog.i18n.NumberFormatSymbols_fr; 472 if("fr_FR"==goog.LOCALE||"fr-FR"==goog.LOCALE)goog.i18n.NumberFormatSymbols=goog .i18n.NumberFormatSymbols_fr;if("fr_GF"==goog.LOCALE||"fr-GF"==goog.LOCALE)goog. i18n.NumberFormatSymbols=goog.i18n.NumberFormatSymbols_fr;if("fr_GP"==goog.LOCAL E||"fr-GP"==goog.LOCALE)goog.i18n.NumberFormatSymbols=goog.i18n.NumberFormatSymb ols_fr;if("fr_MC"==goog.LOCALE||"fr-MC"==goog.LOCALE)goog.i18n.NumberFormatSymbo ls=goog.i18n.NumberFormatSymbols_fr;
472 if("fr_MF"==goog.LOCALE||"fr-MF"==goog.LOCALE)goog.i18n.NumberFormatSymbols=goog .i18n.NumberFormatSymbols_fr;if("fr_MQ"==goog.LOCALE||"fr-MQ"==goog.LOCALE)goog. i18n.NumberFormatSymbols=goog.i18n.NumberFormatSymbols_fr;if("fr_PM"==goog.LOCAL E||"fr-PM"==goog.LOCALE)goog.i18n.NumberFormatSymbols=goog.i18n.NumberFormatSymb ols_fr;if("fr_RE"==goog.LOCALE||"fr-RE"==goog.LOCALE)goog.i18n.NumberFormatSymbo ls=goog.i18n.NumberFormatSymbols_fr; 473 if("fr_MF"==goog.LOCALE||"fr-MF"==goog.LOCALE)goog.i18n.NumberFormatSymbols=goog .i18n.NumberFormatSymbols_fr;if("fr_MQ"==goog.LOCALE||"fr-MQ"==goog.LOCALE)goog. i18n.NumberFormatSymbols=goog.i18n.NumberFormatSymbols_fr;if("fr_PM"==goog.LOCAL E||"fr-PM"==goog.LOCALE)goog.i18n.NumberFormatSymbols=goog.i18n.NumberFormatSymb ols_fr;if("fr_RE"==goog.LOCALE||"fr-RE"==goog.LOCALE)goog.i18n.NumberFormatSymbo ls=goog.i18n.NumberFormatSymbols_fr;
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
521 case goog.i18n.NumberFormat.PATTERN_PERCENT_:if(1!=this.multiplier_)throw Error( "Too many percent/permill");this.multiplier_=100;c+=goog.i18n.NumberFormatSymbol s.PERCENT;break;case goog.i18n.NumberFormat.PATTERN_PER_MILLE_:if(1!=this.multip lier_)throw Error("Too many percent/permill");this.multiplier_=1E3;c+=goog.i18n. NumberFormatSymbols.PERMILL;break;default:c+=f}}return c}; 522 case goog.i18n.NumberFormat.PATTERN_PERCENT_:if(1!=this.multiplier_)throw Error( "Too many percent/permill");this.multiplier_=100;c+=goog.i18n.NumberFormatSymbol s.PERCENT;break;case goog.i18n.NumberFormat.PATTERN_PER_MILLE_:if(1!=this.multip lier_)throw Error("Too many percent/permill");this.multiplier_=1E3;c+=goog.i18n. NumberFormatSymbols.PERMILL;break;default:c+=f}}return c};
522 goog.i18n.NumberFormat.prototype.parseTrunk_=function(a,b){for(var c=-1,d=0,e=0, f=0,g=-1,h=a.length,k=!0;b[0]<h&&k;b[0]++){var l=a.charAt(b[0]);switch(l){case g oog.i18n.NumberFormat.PATTERN_DIGIT_:0<e?f++:d++;0<=g&&0>c&&g++;break;case goog. i18n.NumberFormat.PATTERN_ZERO_DIGIT_:if(0<f)throw Error('Unexpected "0" in patt ern "'+a+'"');e++;0<=g&&0>c&&g++;break;case goog.i18n.NumberFormat.PATTERN_GROUP ING_SEPARATOR_:g=0;break;case goog.i18n.NumberFormat.PATTERN_DECIMAL_SEPARATOR_: if(0<=c)throw Error('Multiple decimal separators in pattern "'+ 523 goog.i18n.NumberFormat.prototype.parseTrunk_=function(a,b){for(var c=-1,d=0,e=0, f=0,g=-1,h=a.length,k=!0;b[0]<h&&k;b[0]++){var l=a.charAt(b[0]);switch(l){case g oog.i18n.NumberFormat.PATTERN_DIGIT_:0<e?f++:d++;0<=g&&0>c&&g++;break;case goog. i18n.NumberFormat.PATTERN_ZERO_DIGIT_:if(0<f)throw Error('Unexpected "0" in patt ern "'+a+'"');e++;0<=g&&0>c&&g++;break;case goog.i18n.NumberFormat.PATTERN_GROUP ING_SEPARATOR_:g=0;break;case goog.i18n.NumberFormat.PATTERN_DECIMAL_SEPARATOR_: if(0<=c)throw Error('Multiple decimal separators in pattern "'+
523 a+'"');c=d+e+f;break;case goog.i18n.NumberFormat.PATTERN_EXPONENT_:if(this.useEx ponentialNotation_)throw Error('Multiple exponential symbols in pattern "'+a+'"' );this.useExponentialNotation_=!0;this.minExponentDigits_=0;b[0]+1<h&&a.charAt(b [0]+1)==goog.i18n.NumberFormat.PATTERN_PLUS_&&(b[0]++,this.useSignForPositiveExp onent_=!0);for(;b[0]+1<h&&a.charAt(b[0]+1)==goog.i18n.NumberFormat.PATTERN_ZERO_ DIGIT_;)b[0]++,this.minExponentDigits_++;if(1>d+e||1>this.minExponentDigits_)thr ow Error('Malformed exponential pattern "'+ 524 a+'"');c=d+e+f;break;case goog.i18n.NumberFormat.PATTERN_EXPONENT_:if(this.useEx ponentialNotation_)throw Error('Multiple exponential symbols in pattern "'+a+'"' );this.useExponentialNotation_=!0;this.minExponentDigits_=0;b[0]+1<h&&a.charAt(b [0]+1)==goog.i18n.NumberFormat.PATTERN_PLUS_&&(b[0]++,this.useSignForPositiveExp onent_=!0);for(;b[0]+1<h&&a.charAt(b[0]+1)==goog.i18n.NumberFormat.PATTERN_ZERO_ DIGIT_;)b[0]++,this.minExponentDigits_++;if(1>d+e||1>this.minExponentDigits_)thr ow Error('Malformed exponential pattern "'+
524 a+'"');k=!1;break;default:b[0]--,k=!1}}0==e&&0<d&&0<=c&&(e=c,0==e&&e++,f=d-e,d=e -1,e=1);if(0>c&&0<f||0<=c&&(c<d||c>d+e)||0==g)throw Error('Malformed pattern "'+ a+'"');f=d+e+f;this.maximumFractionDigits_=0<=c?f-c:0;0<=c&&(this.minimumFractio nDigits_=d+e-c,0>this.minimumFractionDigits_&&(this.minimumFractionDigits_=0));e =0<=c?c:f;this.minimumIntegerDigits_=e-d;this.useExponentialNotation_&&(this.max imumIntegerDigits_=d+this.minimumIntegerDigits_,0==this.maximumFractionDigits_&& 0==this.minimumIntegerDigits_&& 525 a+'"');k=!1;break;default:b[0]--,k=!1}}0==e&&0<d&&0<=c&&(e=c,0==e&&e++,f=d-e,d=e -1,e=1);if(0>c&&0<f||0<=c&&(c<d||c>d+e)||0==g)throw Error('Malformed pattern "'+ a+'"');f=d+e+f;this.maximumFractionDigits_=0<=c?f-c:0;0<=c&&(this.minimumFractio nDigits_=d+e-c,0>this.minimumFractionDigits_&&(this.minimumFractionDigits_=0));e =0<=c?c:f;this.minimumIntegerDigits_=e-d;this.useExponentialNotation_&&(this.max imumIntegerDigits_=d+this.minimumIntegerDigits_,0==this.maximumFractionDigits_&& 0==this.minimumIntegerDigits_&&
525 (this.minimumIntegerDigits_=1));this.groupingSize_=Math.max(0,g);this.decimalSep aratorAlwaysShown_=0==c||c==f};goog.i18n.NumberFormat.NULL_UNIT_={prefix:"",suff ix:"",divisorBase:0}; 526 (this.minimumIntegerDigits_=1));this.groupingSize_=Math.max(0,g);this.decimalSep aratorAlwaysShown_=0==c||c==f};goog.i18n.NumberFormat.NULL_UNIT_={prefix:"",suff ix:"",divisorBase:0};
526 goog.i18n.NumberFormat.prototype.getUnitFor_=function(a,b){var c=this.compactSty le_==goog.i18n.NumberFormat.CompactStyle.SHORT?goog.i18n.CompactNumberFormatSymb ols.COMPACT_DECIMAL_SHORT_PATTERN:goog.i18n.CompactNumberFormatSymbols.COMPACT_D ECIMAL_LONG_PATTERN;if(3>a)return goog.i18n.NumberFormat.NULL_UNIT_;a=Math.min(1 4,a);c=c[Math.pow(10,a)];if(!c)return goog.i18n.NumberFormat.NULL_UNIT_;c=c[b];r eturn c&&"0"!=c?(c=/([^0]*)(0+)(.*)/.exec(c))?{prefix:c[1],suffix:c[3],divisorBa se:a-(c[2].length-1)}: 527 goog.i18n.NumberFormat.prototype.getUnitFor_=function(a,b){var c=this.compactSty le_==goog.i18n.NumberFormat.CompactStyle.SHORT?goog.i18n.CompactNumberFormatSymb ols.COMPACT_DECIMAL_SHORT_PATTERN:goog.i18n.CompactNumberFormatSymbols.COMPACT_D ECIMAL_LONG_PATTERN;if(3>a)return goog.i18n.NumberFormat.NULL_UNIT_;a=Math.min(1 4,a);c=c[Math.pow(10,a)];if(!c)return goog.i18n.NumberFormat.NULL_UNIT_;c=c[b];r eturn c&&"0"!=c?(c=/([^0]*)(0+)(.*)/.exec(c))?{prefix:c[1],suffix:c[3],divisorBa se:a-(c[2].length-1)}:
527 goog.i18n.NumberFormat.NULL_UNIT_:goog.i18n.NumberFormat.NULL_UNIT_}; 528 goog.i18n.NumberFormat.NULL_UNIT_:goog.i18n.NumberFormat.NULL_UNIT_};
528 goog.i18n.NumberFormat.prototype.getUnitAfterRounding_=function(a,b){if(this.com pactStyle_==goog.i18n.NumberFormat.CompactStyle.NONE)return goog.i18n.NumberForm at.NULL_UNIT_;a=Math.abs(a);b=Math.abs(b);var c=this.pluralForm_(a),d=1>=a?0:thi s.intLog10_(a),c=this.getUnitFor_(d,c).divisorBase,d=b/Math.pow(10,c),d=this.rou ndNumber_(d),e=a/Math.pow(10,c),e=this.roundNumber_(e),d=this.pluralForm_(d.intV alue+d.fracValue);return this.getUnitFor_(c+this.intLog10_(e.intValue),d)}; 529 goog.i18n.NumberFormat.prototype.getUnitAfterRounding_=function(a,b){if(this.com pactStyle_==goog.i18n.NumberFormat.CompactStyle.NONE)return goog.i18n.NumberForm at.NULL_UNIT_;a=Math.abs(a);b=Math.abs(b);var c=this.pluralForm_(a),d=1>=a?0:thi s.intLog10_(a),c=this.getUnitFor_(d,c).divisorBase,d=b/Math.pow(10,c),d=this.rou ndNumber_(d),e=a/Math.pow(10,c),e=this.roundNumber_(e),d=this.pluralForm_(d.intV alue+d.fracValue);return this.getUnitFor_(c+this.intLog10_(e.intValue),d)};
529 goog.i18n.NumberFormat.prototype.intLog10_=function(a){for(var b=0;1<=(a/=10);)b ++;return b};goog.i18n.NumberFormat.prototype.roundToSignificantDigits_=function (a,b,c){if(!a)return a;var d=this.intLog10_(a);b=b-d-1;if(b<-c)return c=Math.pow (10,c),Math.round(a/c)*c;c=Math.pow(10,b);a=Math.round(a*c);return a/c};goog.i18 n.NumberFormat.prototype.pluralForm_=function(){return"other"};goog.i18n.ordinal Rules={};goog.i18n.ordinalRules.Keyword={ZERO:"zero",ONE:"one",TWO:"two",FEW:"fe w",MANY:"many",OTHER:"other"};goog.i18n.ordinalRules.defaultSelect_=function(){r eturn goog.i18n.ordinalRules.Keyword.OTHER};goog.i18n.ordinalRules.decimals_=fun ction(a){a+="";var b=a.indexOf(".");return-1==b?0:a.length-b-1};goog.i18n.ordina lRules.get_vf_=function(a,b){var c=void 0===b?Math.min(goog.i18n.ordinalRules.de cimals_(a),3):b,d=Math.pow(10,c),d=(a*d|0)%d;return{v:c,f:d}}; 530 goog.i18n.NumberFormat.prototype.intLog10_=function(a){for(var b=0;1<=(a/=10);)b ++;return b};goog.i18n.NumberFormat.prototype.roundToSignificantDigits_=function (a,b,c){if(!a)return a;var d=this.intLog10_(a);b=b-d-1;if(b<-c)return c=Math.pow (10,c),Math.round(a/c)*c;c=Math.pow(10,b);a=Math.round(a*c);return a/c};goog.i18 n.NumberFormat.prototype.pluralForm_=function(){return"other"};goog.i18n.ordinal Rules={};goog.i18n.ordinalRules.Keyword={ZERO:"zero",ONE:"one",TWO:"two",FEW:"fe w",MANY:"many",OTHER:"other"};goog.i18n.ordinalRules.defaultSelect_=function(){r eturn goog.i18n.ordinalRules.Keyword.OTHER};goog.i18n.ordinalRules.decimals_=fun ction(a){a+="";var b=a.indexOf(".");return-1==b?0:a.length-b-1};goog.i18n.ordina lRules.get_vf_=function(a,b){var c=void 0===b?Math.min(goog.i18n.ordinalRules.de cimals_(a),3):b,d=Math.pow(10,c),d=(a*d|0)%d;return{v:c,f:d}};
530 goog.i18n.ordinalRules.get_wt_=function(a,b){if(0===b)return{w:0,t:0};for(;0===b %10;)b/=10,a--;return{w:a,t:b}};goog.i18n.ordinalRules.enSelect_=function(a){ret urn 1==a%10&&11!=a%100?goog.i18n.ordinalRules.Keyword.ONE:2==a%10&&12!=a%100?goo g.i18n.ordinalRules.Keyword.TWO:3==a%10&&13!=a%100?goog.i18n.ordinalRules.Keywor d.FEW:goog.i18n.ordinalRules.Keyword.OTHER};goog.i18n.ordinalRules.svSelect_=fun ction(a){return 1!=a%10&&2!=a%10||11==a%100||12==a%100?goog.i18n.ordinalRules.Ke yword.OTHER:goog.i18n.ordinalRules.Keyword.ONE}; 531 goog.i18n.ordinalRules.get_wt_=function(a,b){if(0===b)return{w:0,t:0};for(;0===b %10;)b/=10,a--;return{w:a,t:b}};goog.i18n.ordinalRules.enSelect_=function(a){ret urn 1==a%10&&11!=a%100?goog.i18n.ordinalRules.Keyword.ONE:2==a%10&&12!=a%100?goo g.i18n.ordinalRules.Keyword.TWO:3==a%10&&13!=a%100?goog.i18n.ordinalRules.Keywor d.FEW:goog.i18n.ordinalRules.Keyword.OTHER};goog.i18n.ordinalRules.svSelect_=fun ction(a){return 1!=a%10&&2!=a%10||11==a%100||12==a%100?goog.i18n.ordinalRules.Ke yword.OTHER:goog.i18n.ordinalRules.Keyword.ONE};
531 goog.i18n.ordinalRules.frSelect_=function(a){return 1==a?goog.i18n.ordinalRules. Keyword.ONE:goog.i18n.ordinalRules.Keyword.OTHER};goog.i18n.ordinalRules.huSelec t_=function(a){return 1==a||5==a?goog.i18n.ordinalRules.Keyword.ONE:goog.i18n.or dinalRules.Keyword.OTHER};goog.i18n.ordinalRules.zuSelect_=function(a){return 1= =a?goog.i18n.ordinalRules.Keyword.ONE:2<=a&&9>=a?goog.i18n.ordinalRules.Keyword. FEW:10<=a&&19>=a||100<=a&&199>=a||1E3<=a&&1999>=a?goog.i18n.ordinalRules.Keyword .MANY:goog.i18n.ordinalRules.Keyword.OTHER}; 532 goog.i18n.ordinalRules.huSelect_=function(a){return 1==a||5==a?goog.i18n.ordinal Rules.Keyword.ONE:goog.i18n.ordinalRules.Keyword.OTHER};goog.i18n.ordinalRules.k kSelect_=function(a){return 6==a%10||9==a%10||0==a%10&&0!=a?goog.i18n.ordinalRul es.Keyword.MANY:goog.i18n.ordinalRules.Keyword.OTHER};goog.i18n.ordinalRules.mrS elect_=function(a){return 1==a?goog.i18n.ordinalRules.Keyword.ONE:2==a||3==a?goo g.i18n.ordinalRules.Keyword.TWO:4==a?goog.i18n.ordinalRules.Keyword.FEW:goog.i18 n.ordinalRules.Keyword.OTHER};
532 goog.i18n.ordinalRules.mrSelect_=function(a){return 1==a?goog.i18n.ordinalRules. Keyword.ONE:2==a||3==a?goog.i18n.ordinalRules.Keyword.TWO:4==a?goog.i18n.ordinal Rules.Keyword.FEW:goog.i18n.ordinalRules.Keyword.OTHER};goog.i18n.ordinalRules.c aSelect_=function(a){return 1==a||3==a?goog.i18n.ordinalRules.Keyword.ONE:2==a?g oog.i18n.ordinalRules.Keyword.TWO:4==a?goog.i18n.ordinalRules.Keyword.FEW:goog.i 18n.ordinalRules.Keyword.OTHER}; 533 goog.i18n.ordinalRules.sqSelect_=function(a){return 1==a?goog.i18n.ordinalRules. Keyword.ONE:4==a%10&&14!=a%100?goog.i18n.ordinalRules.Keyword.MANY:goog.i18n.ord inalRules.Keyword.OTHER};goog.i18n.ordinalRules.bnSelect_=function(a){return 1== a||5==a||7==a||8==a||9==a||10==a?goog.i18n.ordinalRules.Keyword.ONE:2==a||3==a?g oog.i18n.ordinalRules.Keyword.TWO:4==a?goog.i18n.ordinalRules.Keyword.FEW:6==a?g oog.i18n.ordinalRules.Keyword.MANY:goog.i18n.ordinalRules.Keyword.OTHER};
533 goog.i18n.ordinalRules.bnSelect_=function(a){return 1==a||5==a||7==a||8==a||9==a ||10==a?goog.i18n.ordinalRules.Keyword.ONE:2==a||3==a?goog.i18n.ordinalRules.Key word.TWO:4==a?goog.i18n.ordinalRules.Keyword.FEW:6==a?goog.i18n.ordinalRules.Key word.MANY:goog.i18n.ordinalRules.Keyword.OTHER};goog.i18n.ordinalRules.itSelect_ =function(a){return 11==a||8==a||80==a||800==a?goog.i18n.ordinalRules.Keyword.MA NY:goog.i18n.ordinalRules.Keyword.OTHER}; 534 goog.i18n.ordinalRules.guSelect_=function(a){return 1==a?goog.i18n.ordinalRules. Keyword.ONE:2==a||3==a?goog.i18n.ordinalRules.Keyword.TWO:4==a?goog.i18n.ordinal Rules.Keyword.FEW:6==a?goog.i18n.ordinalRules.Keyword.MANY:goog.i18n.ordinalRule s.Keyword.OTHER};goog.i18n.ordinalRules.kaSelect_=function(a){a|=0;return 1==a?g oog.i18n.ordinalRules.Keyword.ONE:0==a||2<=a%100&&20>=a%100||40==a%100||60==a%10 0||80==a%100?goog.i18n.ordinalRules.Keyword.MANY:goog.i18n.ordinalRules.Keyword. OTHER};
534 goog.i18n.ordinalRules.guSelect_=function(a){return 1==a?goog.i18n.ordinalRules. Keyword.ONE:2==a||3==a?goog.i18n.ordinalRules.Keyword.TWO:4==a?goog.i18n.ordinal Rules.Keyword.FEW:6==a?goog.i18n.ordinalRules.Keyword.MANY:goog.i18n.ordinalRule s.Keyword.OTHER};goog.i18n.ordinalRules.select=goog.i18n.ordinalRules.enSelect_; "af"==goog.LOCALE&&(goog.i18n.ordinalRules.select=goog.i18n.ordinalRules.default Select_);"am"==goog.LOCALE&&(goog.i18n.ordinalRules.select=goog.i18n.ordinalRule s.defaultSelect_); 535 goog.i18n.ordinalRules.frSelect_=function(a){return 1==a?goog.i18n.ordinalRules. Keyword.ONE:goog.i18n.ordinalRules.Keyword.OTHER};goog.i18n.ordinalRules.neSelec t_=function(a){return 1<=a&&4>=a?goog.i18n.ordinalRules.Keyword.ONE:goog.i18n.or dinalRules.Keyword.OTHER};
535 "ar"==goog.LOCALE&&(goog.i18n.ordinalRules.select=goog.i18n.ordinalRules.default Select_);"az"==goog.LOCALE&&(goog.i18n.ordinalRules.select=goog.i18n.ordinalRule s.defaultSelect_);"bg"==goog.LOCALE&&(goog.i18n.ordinalRules.select=goog.i18n.or dinalRules.defaultSelect_);"bn"==goog.LOCALE&&(goog.i18n.ordinalRules.select=goo g.i18n.ordinalRules.bnSelect_);"br"==goog.LOCALE&&(goog.i18n.ordinalRules.select =goog.i18n.ordinalRules.defaultSelect_);"ca"==goog.LOCALE&&(goog.i18n.ordinalRul es.select=goog.i18n.ordinalRules.caSelect_); 536 goog.i18n.ordinalRules.cySelect_=function(a){return 0==a||7==a||8==a||9==a?goog. i18n.ordinalRules.Keyword.ZERO:1==a?goog.i18n.ordinalRules.Keyword.ONE:2==a?goog .i18n.ordinalRules.Keyword.TWO:3==a||4==a?goog.i18n.ordinalRules.Keyword.FEW:5== a||6==a?goog.i18n.ordinalRules.Keyword.MANY:goog.i18n.ordinalRules.Keyword.OTHER };
536 "chr"==goog.LOCALE&&(goog.i18n.ordinalRules.select=goog.i18n.ordinalRules.defaul tSelect_);"cs"==goog.LOCALE&&(goog.i18n.ordinalRules.select=goog.i18n.ordinalRul es.defaultSelect_);"cy"==goog.LOCALE&&(goog.i18n.ordinalRules.select=goog.i18n.o rdinalRules.defaultSelect_);"da"==goog.LOCALE&&(goog.i18n.ordinalRules.select=go og.i18n.ordinalRules.defaultSelect_);"de"==goog.LOCALE&&(goog.i18n.ordinalRules. select=goog.i18n.ordinalRules.defaultSelect_); 537 goog.i18n.ordinalRules.azSelect_=function(a){a|=0;return 1==a%10||2==a%10||5==a% 10||7==a%10||8==a%10||20==a%100||50==a%100||70==a%100||80==a%100?goog.i18n.ordin alRules.Keyword.ONE:3==a%10||4==a%10||100==a%1E3||200==a%1E3||300==a%1E3||400==a %1E3||500==a%1E3||600==a%1E3||700==a%1E3||800==a%1E3||900==a%1E3?goog.i18n.ordin alRules.Keyword.FEW:0==a||6==a%10||40==a%100||60==a%100||90==a%100?goog.i18n.ord inalRules.Keyword.MANY:goog.i18n.ordinalRules.Keyword.OTHER};
538 goog.i18n.ordinalRules.caSelect_=function(a){return 1==a||3==a?goog.i18n.ordinal Rules.Keyword.ONE:2==a?goog.i18n.ordinalRules.Keyword.TWO:4==a?goog.i18n.ordinal Rules.Keyword.FEW:goog.i18n.ordinalRules.Keyword.OTHER};goog.i18n.ordinalRules.i tSelect_=function(a){return 11==a||8==a||80==a||800==a?goog.i18n.ordinalRules.Ke yword.MANY:goog.i18n.ordinalRules.Keyword.OTHER};
539 goog.i18n.ordinalRules.mkSelect_=function(a){a|=0;return 1==a%10&&11!=a%100?goog .i18n.ordinalRules.Keyword.ONE:2==a%10&&12!=a%100?goog.i18n.ordinalRules.Keyword .TWO:7!=a%10&&8!=a%10||17==a%100||18==a%100?goog.i18n.ordinalRules.Keyword.OTHER :goog.i18n.ordinalRules.Keyword.MANY};goog.i18n.ordinalRules.select=goog.i18n.or dinalRules.enSelect_;"af"==goog.LOCALE&&(goog.i18n.ordinalRules.select=goog.i18n .ordinalRules.defaultSelect_);"am"==goog.LOCALE&&(goog.i18n.ordinalRules.select= goog.i18n.ordinalRules.defaultSelect_);
540 "ar"==goog.LOCALE&&(goog.i18n.ordinalRules.select=goog.i18n.ordinalRules.default Select_);"az"==goog.LOCALE&&(goog.i18n.ordinalRules.select=goog.i18n.ordinalRule s.azSelect_);"bg"==goog.LOCALE&&(goog.i18n.ordinalRules.select=goog.i18n.ordinal Rules.defaultSelect_);"bn"==goog.LOCALE&&(goog.i18n.ordinalRules.select=goog.i18 n.ordinalRules.bnSelect_);"br"==goog.LOCALE&&(goog.i18n.ordinalRules.select=goog .i18n.ordinalRules.defaultSelect_);"ca"==goog.LOCALE&&(goog.i18n.ordinalRules.se lect=goog.i18n.ordinalRules.caSelect_);
541 "chr"==goog.LOCALE&&(goog.i18n.ordinalRules.select=goog.i18n.ordinalRules.defaul tSelect_);"cs"==goog.LOCALE&&(goog.i18n.ordinalRules.select=goog.i18n.ordinalRul es.defaultSelect_);"cy"==goog.LOCALE&&(goog.i18n.ordinalRules.select=goog.i18n.o rdinalRules.cySelect_);"da"==goog.LOCALE&&(goog.i18n.ordinalRules.select=goog.i1 8n.ordinalRules.defaultSelect_);"de"==goog.LOCALE&&(goog.i18n.ordinalRules.selec t=goog.i18n.ordinalRules.defaultSelect_);
537 if("de_AT"==goog.LOCALE||"de-AT"==goog.LOCALE)goog.i18n.ordinalRules.select=goog .i18n.ordinalRules.defaultSelect_;if("de_CH"==goog.LOCALE||"de-CH"==goog.LOCALE) goog.i18n.ordinalRules.select=goog.i18n.ordinalRules.defaultSelect_;"el"==goog.L OCALE&&(goog.i18n.ordinalRules.select=goog.i18n.ordinalRules.defaultSelect_);"en "==goog.LOCALE&&(goog.i18n.ordinalRules.select=goog.i18n.ordinalRules.enSelect_) ;if("en_AU"==goog.LOCALE||"en-AU"==goog.LOCALE)goog.i18n.ordinalRules.select=goo g.i18n.ordinalRules.enSelect_; 542 if("de_AT"==goog.LOCALE||"de-AT"==goog.LOCALE)goog.i18n.ordinalRules.select=goog .i18n.ordinalRules.defaultSelect_;if("de_CH"==goog.LOCALE||"de-CH"==goog.LOCALE) goog.i18n.ordinalRules.select=goog.i18n.ordinalRules.defaultSelect_;"el"==goog.L OCALE&&(goog.i18n.ordinalRules.select=goog.i18n.ordinalRules.defaultSelect_);"en "==goog.LOCALE&&(goog.i18n.ordinalRules.select=goog.i18n.ordinalRules.enSelect_) ;if("en_AU"==goog.LOCALE||"en-AU"==goog.LOCALE)goog.i18n.ordinalRules.select=goo g.i18n.ordinalRules.enSelect_;
538 if("en_GB"==goog.LOCALE||"en-GB"==goog.LOCALE)goog.i18n.ordinalRules.select=goog .i18n.ordinalRules.enSelect_;if("en_IE"==goog.LOCALE||"en-IE"==goog.LOCALE)goog. i18n.ordinalRules.select=goog.i18n.ordinalRules.enSelect_;if("en_IN"==goog.LOCAL E||"en-IN"==goog.LOCALE)goog.i18n.ordinalRules.select=goog.i18n.ordinalRules.enS elect_;if("en_ISO"==goog.LOCALE||"en-ISO"==goog.LOCALE)goog.i18n.ordinalRules.se lect=goog.i18n.ordinalRules.enSelect_; 543 if("en_GB"==goog.LOCALE||"en-GB"==goog.LOCALE)goog.i18n.ordinalRules.select=goog .i18n.ordinalRules.enSelect_;if("en_IE"==goog.LOCALE||"en-IE"==goog.LOCALE)goog. i18n.ordinalRules.select=goog.i18n.ordinalRules.enSelect_;if("en_IN"==goog.LOCAL E||"en-IN"==goog.LOCALE)goog.i18n.ordinalRules.select=goog.i18n.ordinalRules.enS elect_;if("en_ISO"==goog.LOCALE||"en-ISO"==goog.LOCALE)goog.i18n.ordinalRules.se lect=goog.i18n.ordinalRules.enSelect_;
539 if("en_SG"==goog.LOCALE||"en-SG"==goog.LOCALE)goog.i18n.ordinalRules.select=goog .i18n.ordinalRules.enSelect_;if("en_US"==goog.LOCALE||"en-US"==goog.LOCALE)goog. i18n.ordinalRules.select=goog.i18n.ordinalRules.enSelect_;if("en_ZA"==goog.LOCAL E||"en-ZA"==goog.LOCALE)goog.i18n.ordinalRules.select=goog.i18n.ordinalRules.enS elect_;"es"==goog.LOCALE&&(goog.i18n.ordinalRules.select=goog.i18n.ordinalRules. defaultSelect_);if("es_419"==goog.LOCALE||"es-419"==goog.LOCALE)goog.i18n.ordina lRules.select=goog.i18n.ordinalRules.defaultSelect_; 544 if("en_SG"==goog.LOCALE||"en-SG"==goog.LOCALE)goog.i18n.ordinalRules.select=goog .i18n.ordinalRules.enSelect_;if("en_US"==goog.LOCALE||"en-US"==goog.LOCALE)goog. i18n.ordinalRules.select=goog.i18n.ordinalRules.enSelect_;if("en_ZA"==goog.LOCAL E||"en-ZA"==goog.LOCALE)goog.i18n.ordinalRules.select=goog.i18n.ordinalRules.enS elect_;"es"==goog.LOCALE&&(goog.i18n.ordinalRules.select=goog.i18n.ordinalRules. defaultSelect_);if("es_419"==goog.LOCALE||"es-419"==goog.LOCALE)goog.i18n.ordina lRules.select=goog.i18n.ordinalRules.defaultSelect_;
540 if("es_ES"==goog.LOCALE||"es-ES"==goog.LOCALE)goog.i18n.ordinalRules.select=goog .i18n.ordinalRules.defaultSelect_;"et"==goog.LOCALE&&(goog.i18n.ordinalRules.sel ect=goog.i18n.ordinalRules.defaultSelect_);"eu"==goog.LOCALE&&(goog.i18n.ordinal Rules.select=goog.i18n.ordinalRules.defaultSelect_);"fa"==goog.LOCALE&&(goog.i18 n.ordinalRules.select=goog.i18n.ordinalRules.defaultSelect_);"fi"==goog.LOCALE&& (goog.i18n.ordinalRules.select=goog.i18n.ordinalRules.defaultSelect_); 545 if("es_ES"==goog.LOCALE||"es-ES"==goog.LOCALE)goog.i18n.ordinalRules.select=goog .i18n.ordinalRules.defaultSelect_;"et"==goog.LOCALE&&(goog.i18n.ordinalRules.sel ect=goog.i18n.ordinalRules.defaultSelect_);"eu"==goog.LOCALE&&(goog.i18n.ordinal Rules.select=goog.i18n.ordinalRules.defaultSelect_);"fa"==goog.LOCALE&&(goog.i18 n.ordinalRules.select=goog.i18n.ordinalRules.defaultSelect_);"fi"==goog.LOCALE&& (goog.i18n.ordinalRules.select=goog.i18n.ordinalRules.defaultSelect_);
541 "fil"==goog.LOCALE&&(goog.i18n.ordinalRules.select=goog.i18n.ordinalRules.frSele ct_);"fr"==goog.LOCALE&&(goog.i18n.ordinalRules.select=goog.i18n.ordinalRules.fr Select_);if("fr_CA"==goog.LOCALE||"fr-CA"==goog.LOCALE)goog.i18n.ordinalRules.se lect=goog.i18n.ordinalRules.frSelect_;"gl"==goog.LOCALE&&(goog.i18n.ordinalRules .select=goog.i18n.ordinalRules.defaultSelect_);"gsw"==goog.LOCALE&&(goog.i18n.or dinalRules.select=goog.i18n.ordinalRules.defaultSelect_); 546 "fil"==goog.LOCALE&&(goog.i18n.ordinalRules.select=goog.i18n.ordinalRules.frSele ct_);"fr"==goog.LOCALE&&(goog.i18n.ordinalRules.select=goog.i18n.ordinalRules.fr Select_);if("fr_CA"==goog.LOCALE||"fr-CA"==goog.LOCALE)goog.i18n.ordinalRules.se lect=goog.i18n.ordinalRules.frSelect_;"gl"==goog.LOCALE&&(goog.i18n.ordinalRules .select=goog.i18n.ordinalRules.defaultSelect_);"gsw"==goog.LOCALE&&(goog.i18n.or dinalRules.select=goog.i18n.ordinalRules.defaultSelect_);
542 "gu"==goog.LOCALE&&(goog.i18n.ordinalRules.select=goog.i18n.ordinalRules.guSelec t_);"haw"==goog.LOCALE&&(goog.i18n.ordinalRules.select=goog.i18n.ordinalRules.de faultSelect_);"he"==goog.LOCALE&&(goog.i18n.ordinalRules.select=goog.i18n.ordina lRules.defaultSelect_);"hi"==goog.LOCALE&&(goog.i18n.ordinalRules.select=goog.i1 8n.ordinalRules.guSelect_);"hr"==goog.LOCALE&&(goog.i18n.ordinalRules.select=goo g.i18n.ordinalRules.defaultSelect_);"hu"==goog.LOCALE&&(goog.i18n.ordinalRules.s elect=goog.i18n.ordinalRules.huSelect_); 547 "gu"==goog.LOCALE&&(goog.i18n.ordinalRules.select=goog.i18n.ordinalRules.guSelec t_);"haw"==goog.LOCALE&&(goog.i18n.ordinalRules.select=goog.i18n.ordinalRules.de faultSelect_);"he"==goog.LOCALE&&(goog.i18n.ordinalRules.select=goog.i18n.ordina lRules.defaultSelect_);"hi"==goog.LOCALE&&(goog.i18n.ordinalRules.select=goog.i1 8n.ordinalRules.guSelect_);"hr"==goog.LOCALE&&(goog.i18n.ordinalRules.select=goo g.i18n.ordinalRules.defaultSelect_);"hu"==goog.LOCALE&&(goog.i18n.ordinalRules.s elect=goog.i18n.ordinalRules.huSelect_);
543 "hy"==goog.LOCALE&&(goog.i18n.ordinalRules.select=goog.i18n.ordinalRules.default Select_);"id"==goog.LOCALE&&(goog.i18n.ordinalRules.select=goog.i18n.ordinalRule s.defaultSelect_);"in"==goog.LOCALE&&(goog.i18n.ordinalRules.select=goog.i18n.or dinalRules.defaultSelect_);"is"==goog.LOCALE&&(goog.i18n.ordinalRules.select=goo g.i18n.ordinalRules.defaultSelect_);"it"==goog.LOCALE&&(goog.i18n.ordinalRules.s elect=goog.i18n.ordinalRules.itSelect_);"iw"==goog.LOCALE&&(goog.i18n.ordinalRul es.select=goog.i18n.ordinalRules.defaultSelect_); 548 "hy"==goog.LOCALE&&(goog.i18n.ordinalRules.select=goog.i18n.ordinalRules.frSelec t_);"id"==goog.LOCALE&&(goog.i18n.ordinalRules.select=goog.i18n.ordinalRules.def aultSelect_);"in"==goog.LOCALE&&(goog.i18n.ordinalRules.select=goog.i18n.ordinal Rules.defaultSelect_);"is"==goog.LOCALE&&(goog.i18n.ordinalRules.select=goog.i18 n.ordinalRules.defaultSelect_);"it"==goog.LOCALE&&(goog.i18n.ordinalRules.select =goog.i18n.ordinalRules.itSelect_);"iw"==goog.LOCALE&&(goog.i18n.ordinalRules.se lect=goog.i18n.ordinalRules.defaultSelect_);
544 "ja"==goog.LOCALE&&(goog.i18n.ordinalRules.select=goog.i18n.ordinalRules.default Select_);"ka"==goog.LOCALE&&(goog.i18n.ordinalRules.select=goog.i18n.ordinalRule s.defaultSelect_);"kk"==goog.LOCALE&&(goog.i18n.ordinalRules.select=goog.i18n.or dinalRules.defaultSelect_);"km"==goog.LOCALE&&(goog.i18n.ordinalRules.select=goo g.i18n.ordinalRules.defaultSelect_);"kn"==goog.LOCALE&&(goog.i18n.ordinalRules.s elect=goog.i18n.ordinalRules.defaultSelect_);"ko"==goog.LOCALE&&(goog.i18n.ordin alRules.select=goog.i18n.ordinalRules.defaultSelect_); 549 "ja"==goog.LOCALE&&(goog.i18n.ordinalRules.select=goog.i18n.ordinalRules.default Select_);"ka"==goog.LOCALE&&(goog.i18n.ordinalRules.select=goog.i18n.ordinalRule s.kaSelect_);"kk"==goog.LOCALE&&(goog.i18n.ordinalRules.select=goog.i18n.ordinal Rules.kkSelect_);"km"==goog.LOCALE&&(goog.i18n.ordinalRules.select=goog.i18n.ord inalRules.defaultSelect_);"kn"==goog.LOCALE&&(goog.i18n.ordinalRules.select=goog .i18n.ordinalRules.defaultSelect_);"ko"==goog.LOCALE&&(goog.i18n.ordinalRules.se lect=goog.i18n.ordinalRules.defaultSelect_);
545 "ky"==goog.LOCALE&&(goog.i18n.ordinalRules.select=goog.i18n.ordinalRules.default Select_);"ln"==goog.LOCALE&&(goog.i18n.ordinalRules.select=goog.i18n.ordinalRule s.defaultSelect_);"lo"==goog.LOCALE&&(goog.i18n.ordinalRules.select=goog.i18n.or dinalRules.defaultSelect_);"lt"==goog.LOCALE&&(goog.i18n.ordinalRules.select=goo g.i18n.ordinalRules.defaultSelect_);"lv"==goog.LOCALE&&(goog.i18n.ordinalRules.s elect=goog.i18n.ordinalRules.defaultSelect_);"mk"==goog.LOCALE&&(goog.i18n.ordin alRules.select=goog.i18n.ordinalRules.defaultSelect_); 550 "ky"==goog.LOCALE&&(goog.i18n.ordinalRules.select=goog.i18n.ordinalRules.default Select_);"ln"==goog.LOCALE&&(goog.i18n.ordinalRules.select=goog.i18n.ordinalRule s.defaultSelect_);"lo"==goog.LOCALE&&(goog.i18n.ordinalRules.select=goog.i18n.or dinalRules.frSelect_);"lt"==goog.LOCALE&&(goog.i18n.ordinalRules.select=goog.i18 n.ordinalRules.defaultSelect_);"lv"==goog.LOCALE&&(goog.i18n.ordinalRules.select =goog.i18n.ordinalRules.defaultSelect_);"mk"==goog.LOCALE&&(goog.i18n.ordinalRul es.select=goog.i18n.ordinalRules.mkSelect_);
546 "ml"==goog.LOCALE&&(goog.i18n.ordinalRules.select=goog.i18n.ordinalRules.default Select_);"mn"==goog.LOCALE&&(goog.i18n.ordinalRules.select=goog.i18n.ordinalRule s.defaultSelect_);"mo"==goog.LOCALE&&(goog.i18n.ordinalRules.select=goog.i18n.or dinalRules.frSelect_);"mr"==goog.LOCALE&&(goog.i18n.ordinalRules.select=goog.i18 n.ordinalRules.mrSelect_);"ms"==goog.LOCALE&&(goog.i18n.ordinalRules.select=goog .i18n.ordinalRules.frSelect_);"mt"==goog.LOCALE&&(goog.i18n.ordinalRules.select= goog.i18n.ordinalRules.defaultSelect_); 551 "ml"==goog.LOCALE&&(goog.i18n.ordinalRules.select=goog.i18n.ordinalRules.default Select_);"mn"==goog.LOCALE&&(goog.i18n.ordinalRules.select=goog.i18n.ordinalRule s.defaultSelect_);"mo"==goog.LOCALE&&(goog.i18n.ordinalRules.select=goog.i18n.or dinalRules.frSelect_);"mr"==goog.LOCALE&&(goog.i18n.ordinalRules.select=goog.i18 n.ordinalRules.mrSelect_);"ms"==goog.LOCALE&&(goog.i18n.ordinalRules.select=goog .i18n.ordinalRules.frSelect_);"mt"==goog.LOCALE&&(goog.i18n.ordinalRules.select= goog.i18n.ordinalRules.defaultSelect_);
547 "my"==goog.LOCALE&&(goog.i18n.ordinalRules.select=goog.i18n.ordinalRules.default Select_);"nb"==goog.LOCALE&&(goog.i18n.ordinalRules.select=goog.i18n.ordinalRule s.defaultSelect_);"ne"==goog.LOCALE&&(goog.i18n.ordinalRules.select=goog.i18n.or dinalRules.defaultSelect_);"nl"==goog.LOCALE&&(goog.i18n.ordinalRules.select=goo g.i18n.ordinalRules.defaultSelect_);"no"==goog.LOCALE&&(goog.i18n.ordinalRules.s elect=goog.i18n.ordinalRules.defaultSelect_); 552 "my"==goog.LOCALE&&(goog.i18n.ordinalRules.select=goog.i18n.ordinalRules.default Select_);"nb"==goog.LOCALE&&(goog.i18n.ordinalRules.select=goog.i18n.ordinalRule s.defaultSelect_);"ne"==goog.LOCALE&&(goog.i18n.ordinalRules.select=goog.i18n.or dinalRules.neSelect_);"nl"==goog.LOCALE&&(goog.i18n.ordinalRules.select=goog.i18 n.ordinalRules.defaultSelect_);"no"==goog.LOCALE&&(goog.i18n.ordinalRules.select =goog.i18n.ordinalRules.defaultSelect_);
548 if("no_NO"==goog.LOCALE||"no-NO"==goog.LOCALE)goog.i18n.ordinalRules.select=goog .i18n.ordinalRules.defaultSelect_;"or"==goog.LOCALE&&(goog.i18n.ordinalRules.sel ect=goog.i18n.ordinalRules.defaultSelect_);"pa"==goog.LOCALE&&(goog.i18n.ordinal Rules.select=goog.i18n.ordinalRules.defaultSelect_);"pl"==goog.LOCALE&&(goog.i18 n.ordinalRules.select=goog.i18n.ordinalRules.defaultSelect_);"pt"==goog.LOCALE&& (goog.i18n.ordinalRules.select=goog.i18n.ordinalRules.defaultSelect_); 553 if("no_NO"==goog.LOCALE||"no-NO"==goog.LOCALE)goog.i18n.ordinalRules.select=goog .i18n.ordinalRules.defaultSelect_;"or"==goog.LOCALE&&(goog.i18n.ordinalRules.sel ect=goog.i18n.ordinalRules.defaultSelect_);"pa"==goog.LOCALE&&(goog.i18n.ordinal Rules.select=goog.i18n.ordinalRules.defaultSelect_);"pl"==goog.LOCALE&&(goog.i18 n.ordinalRules.select=goog.i18n.ordinalRules.defaultSelect_);"pt"==goog.LOCALE&& (goog.i18n.ordinalRules.select=goog.i18n.ordinalRules.defaultSelect_);
549 if("pt_BR"==goog.LOCALE||"pt-BR"==goog.LOCALE)goog.i18n.ordinalRules.select=goog .i18n.ordinalRules.defaultSelect_;if("pt_PT"==goog.LOCALE||"pt-PT"==goog.LOCALE) goog.i18n.ordinalRules.select=goog.i18n.ordinalRules.defaultSelect_;"ro"==goog.L OCALE&&(goog.i18n.ordinalRules.select=goog.i18n.ordinalRules.frSelect_);"ru"==go og.LOCALE&&(goog.i18n.ordinalRules.select=goog.i18n.ordinalRules.defaultSelect_) ;"sh"==goog.LOCALE&&(goog.i18n.ordinalRules.select=goog.i18n.ordinalRules.defaul tSelect_); 554 if("pt_BR"==goog.LOCALE||"pt-BR"==goog.LOCALE)goog.i18n.ordinalRules.select=goog .i18n.ordinalRules.defaultSelect_;if("pt_PT"==goog.LOCALE||"pt-PT"==goog.LOCALE) goog.i18n.ordinalRules.select=goog.i18n.ordinalRules.defaultSelect_;"ro"==goog.L OCALE&&(goog.i18n.ordinalRules.select=goog.i18n.ordinalRules.frSelect_);"ru"==go og.LOCALE&&(goog.i18n.ordinalRules.select=goog.i18n.ordinalRules.defaultSelect_) ;"sh"==goog.LOCALE&&(goog.i18n.ordinalRules.select=goog.i18n.ordinalRules.defaul tSelect_);
550 "si"==goog.LOCALE&&(goog.i18n.ordinalRules.select=goog.i18n.ordinalRules.default Select_);"sk"==goog.LOCALE&&(goog.i18n.ordinalRules.select=goog.i18n.ordinalRule s.defaultSelect_);"sl"==goog.LOCALE&&(goog.i18n.ordinalRules.select=goog.i18n.or dinalRules.defaultSelect_);"sq"==goog.LOCALE&&(goog.i18n.ordinalRules.select=goo g.i18n.ordinalRules.defaultSelect_);"sr"==goog.LOCALE&&(goog.i18n.ordinalRules.s elect=goog.i18n.ordinalRules.defaultSelect_);"sv"==goog.LOCALE&&(goog.i18n.ordin alRules.select=goog.i18n.ordinalRules.svSelect_); 555 "si"==goog.LOCALE&&(goog.i18n.ordinalRules.select=goog.i18n.ordinalRules.default Select_);"sk"==goog.LOCALE&&(goog.i18n.ordinalRules.select=goog.i18n.ordinalRule s.defaultSelect_);"sl"==goog.LOCALE&&(goog.i18n.ordinalRules.select=goog.i18n.or dinalRules.defaultSelect_);"sq"==goog.LOCALE&&(goog.i18n.ordinalRules.select=goo g.i18n.ordinalRules.sqSelect_);"sr"==goog.LOCALE&&(goog.i18n.ordinalRules.select =goog.i18n.ordinalRules.defaultSelect_);"sv"==goog.LOCALE&&(goog.i18n.ordinalRul es.select=goog.i18n.ordinalRules.svSelect_);
551 "sw"==goog.LOCALE&&(goog.i18n.ordinalRules.select=goog.i18n.ordinalRules.default Select_);"ta"==goog.LOCALE&&(goog.i18n.ordinalRules.select=goog.i18n.ordinalRule s.defaultSelect_);"te"==goog.LOCALE&&(goog.i18n.ordinalRules.select=goog.i18n.or dinalRules.defaultSelect_);"th"==goog.LOCALE&&(goog.i18n.ordinalRules.select=goo g.i18n.ordinalRules.defaultSelect_);"tl"==goog.LOCALE&&(goog.i18n.ordinalRules.s elect=goog.i18n.ordinalRules.frSelect_);"tr"==goog.LOCALE&&(goog.i18n.ordinalRul es.select=goog.i18n.ordinalRules.defaultSelect_); 556 "sw"==goog.LOCALE&&(goog.i18n.ordinalRules.select=goog.i18n.ordinalRules.default Select_);"ta"==goog.LOCALE&&(goog.i18n.ordinalRules.select=goog.i18n.ordinalRule s.defaultSelect_);"te"==goog.LOCALE&&(goog.i18n.ordinalRules.select=goog.i18n.or dinalRules.defaultSelect_);"th"==goog.LOCALE&&(goog.i18n.ordinalRules.select=goo g.i18n.ordinalRules.defaultSelect_);"tl"==goog.LOCALE&&(goog.i18n.ordinalRules.s elect=goog.i18n.ordinalRules.frSelect_);"tr"==goog.LOCALE&&(goog.i18n.ordinalRul es.select=goog.i18n.ordinalRules.defaultSelect_);
552 "uk"==goog.LOCALE&&(goog.i18n.ordinalRules.select=goog.i18n.ordinalRules.default Select_);"ur"==goog.LOCALE&&(goog.i18n.ordinalRules.select=goog.i18n.ordinalRule s.defaultSelect_);"uz"==goog.LOCALE&&(goog.i18n.ordinalRules.select=goog.i18n.or dinalRules.defaultSelect_);"vi"==goog.LOCALE&&(goog.i18n.ordinalRules.select=goo g.i18n.ordinalRules.frSelect_);"zh"==goog.LOCALE&&(goog.i18n.ordinalRules.select =goog.i18n.ordinalRules.defaultSelect_); 557 "uk"==goog.LOCALE&&(goog.i18n.ordinalRules.select=goog.i18n.ordinalRules.default Select_);"ur"==goog.LOCALE&&(goog.i18n.ordinalRules.select=goog.i18n.ordinalRule s.defaultSelect_);"uz"==goog.LOCALE&&(goog.i18n.ordinalRules.select=goog.i18n.or dinalRules.defaultSelect_);"vi"==goog.LOCALE&&(goog.i18n.ordinalRules.select=goo g.i18n.ordinalRules.frSelect_);"zh"==goog.LOCALE&&(goog.i18n.ordinalRules.select =goog.i18n.ordinalRules.defaultSelect_);
553 if("zh_CN"==goog.LOCALE||"zh-CN"==goog.LOCALE)goog.i18n.ordinalRules.select=goog .i18n.ordinalRules.defaultSelect_;if("zh_HK"==goog.LOCALE||"zh-HK"==goog.LOCALE) goog.i18n.ordinalRules.select=goog.i18n.ordinalRules.defaultSelect_;if("zh_TW"== goog.LOCALE||"zh-TW"==goog.LOCALE)goog.i18n.ordinalRules.select=goog.i18n.ordina lRules.defaultSelect_;"zu"==goog.LOCALE&&(goog.i18n.ordinalRules.select=goog.i18 n.ordinalRules.zuSelect_);goog.i18n.pluralRules={};goog.i18n.pluralRules.Keyword ={ZERO:"zero",ONE:"one",TWO:"two",FEW:"few",MANY:"many",OTHER:"other"};goog.i18n .pluralRules.defaultSelect_=function(){return goog.i18n.pluralRules.Keyword.OTHE R};goog.i18n.pluralRules.decimals_=function(a){a+="";var b=a.indexOf(".");return -1==b?0:a.length-b-1};goog.i18n.pluralRules.get_vf_=function(a,b){var c=void 0== =b?Math.min(goog.i18n.pluralRules.decimals_(a),3):b,d=Math.pow(10,c),d=(a*d|0)%d ;return{v:c,f:d}}; 558 if("zh_CN"==goog.LOCALE||"zh-CN"==goog.LOCALE)goog.i18n.ordinalRules.select=goog .i18n.ordinalRules.defaultSelect_;if("zh_HK"==goog.LOCALE||"zh-HK"==goog.LOCALE) goog.i18n.ordinalRules.select=goog.i18n.ordinalRules.defaultSelect_;if("zh_TW"== goog.LOCALE||"zh-TW"==goog.LOCALE)goog.i18n.ordinalRules.select=goog.i18n.ordina lRules.defaultSelect_;"zu"==goog.LOCALE&&(goog.i18n.ordinalRules.select=goog.i18 n.ordinalRules.defaultSelect_);goog.i18n.pluralRules={};goog.i18n.pluralRules.Ke yword={ZERO:"zero",ONE:"one",TWO:"two",FEW:"few",MANY:"many",OTHER:"other"};goog .i18n.pluralRules.defaultSelect_=function(){return goog.i18n.pluralRules.Keyword .OTHER};goog.i18n.pluralRules.decimals_=function(a){a+="";var b=a.indexOf(".");r eturn-1==b?0:a.length-b-1};goog.i18n.pluralRules.get_vf_=function(a,b){var c=voi d 0===b?Math.min(goog.i18n.pluralRules.decimals_(a),3):b,d=Math.pow(10,c),d=(a*d |0)%d;return{v:c,f:d}};
554 goog.i18n.pluralRules.get_wt_=function(a,b){if(0===b)return{w:0,t:0};for(;0===b% 10;)b/=10,a--;return{w:a,t:b}};goog.i18n.pluralRules.gaSelect_=function(a){retur n 1==a?goog.i18n.pluralRules.Keyword.ONE:2==a?goog.i18n.pluralRules.Keyword.TWO: 3<=a&&6>=a?goog.i18n.pluralRules.Keyword.FEW:7<=a&&10>=a?goog.i18n.pluralRules.K eyword.MANY:goog.i18n.pluralRules.Keyword.OTHER}; 559 goog.i18n.pluralRules.get_wt_=function(a,b){if(0===b)return{w:0,t:0};for(;0===b% 10;)b/=10,a--;return{w:a,t:b}};goog.i18n.pluralRules.gaSelect_=function(a){retur n 1==a?goog.i18n.pluralRules.Keyword.ONE:2==a?goog.i18n.pluralRules.Keyword.TWO: 3<=a&&6>=a?goog.i18n.pluralRules.Keyword.FEW:7<=a&&10>=a?goog.i18n.pluralRules.K eyword.MANY:goog.i18n.pluralRules.Keyword.OTHER};
555 goog.i18n.pluralRules.roSelect_=function(a,b){var c=a|0,d=goog.i18n.pluralRules. get_vf_(a,b);return 1==c&&0==d.v?goog.i18n.pluralRules.Keyword.ONE:0!=d.v||0==a| |1!=a&&1<=a%100&&19>=a%100?goog.i18n.pluralRules.Keyword.FEW:goog.i18n.pluralRul es.Keyword.OTHER};goog.i18n.pluralRules.frSelect_=function(a){a|=0;return 0==a|| 1==a?goog.i18n.pluralRules.Keyword.ONE:goog.i18n.pluralRules.Keyword.OTHER}; 560 goog.i18n.pluralRules.roSelect_=function(a,b){var c=a|0,d=goog.i18n.pluralRules. get_vf_(a,b);return 1==c&&0==d.v?goog.i18n.pluralRules.Keyword.ONE:0!=d.v||0==a| |1!=a&&1<=a%100&&19>=a%100?goog.i18n.pluralRules.Keyword.FEW:goog.i18n.pluralRul es.Keyword.OTHER};goog.i18n.pluralRules.filSelect_=function(a,b){var c=a|0,d=goo g.i18n.pluralRules.get_vf_(a,b);return 0==d.v&&(1==c||2==c||3==c)||0==d.v&&4!=c% 10&&6!=c%10&&9!=c%10||0!=d.v&&4!=d.f%10&&6!=d.f%10&&9!=d.f%10?goog.i18n.pluralRu les.Keyword.ONE:goog.i18n.pluralRules.Keyword.OTHER};
556 goog.i18n.pluralRules.enSelect_=function(a,b){var c=a|0,d=goog.i18n.pluralRules. get_vf_(a,b);return 1==c&&0==d.v?goog.i18n.pluralRules.Keyword.ONE:goog.i18n.plu ralRules.Keyword.OTHER};goog.i18n.pluralRules.mtSelect_=function(a){return 1==a? goog.i18n.pluralRules.Keyword.ONE:0==a||2<=a%100&&10>=a%100?goog.i18n.pluralRule s.Keyword.FEW:11<=a%100&&19>=a%100?goog.i18n.pluralRules.Keyword.MANY:goog.i18n. pluralRules.Keyword.OTHER}; 561 goog.i18n.pluralRules.frSelect_=function(a){a|=0;return 0==a||1==a?goog.i18n.plu ralRules.Keyword.ONE:goog.i18n.pluralRules.Keyword.OTHER};goog.i18n.pluralRules. enSelect_=function(a,b){var c=a|0,d=goog.i18n.pluralRules.get_vf_(a,b);return 1= =c&&0==d.v?goog.i18n.pluralRules.Keyword.ONE:goog.i18n.pluralRules.Keyword.OTHER };
557 goog.i18n.pluralRules.daSelect_=function(a,b){var c=a|0,d=goog.i18n.pluralRules. get_vf_(a,b),d=goog.i18n.pluralRules.get_wt_(d.v,d.f);return 1==a||0!=d.t&&(0==c ||1==c)?goog.i18n.pluralRules.Keyword.ONE:goog.i18n.pluralRules.Keyword.OTHER};g oog.i18n.pluralRules.cySelect_=function(a){return 0==a?goog.i18n.pluralRules.Key word.ZERO:1==a?goog.i18n.pluralRules.Keyword.ONE:2==a?goog.i18n.pluralRules.Keyw ord.TWO:3==a?goog.i18n.pluralRules.Keyword.FEW:6==a?goog.i18n.pluralRules.Keywor d.MANY:goog.i18n.pluralRules.Keyword.OTHER}; 562 goog.i18n.pluralRules.mtSelect_=function(a){return 1==a?goog.i18n.pluralRules.Ke yword.ONE:0==a||2<=a%100&&10>=a%100?goog.i18n.pluralRules.Keyword.FEW:11<=a%100& &19>=a%100?goog.i18n.pluralRules.Keyword.MANY:goog.i18n.pluralRules.Keyword.OTHE R};goog.i18n.pluralRules.daSelect_=function(a,b){var c=a|0,d=goog.i18n.pluralRul es.get_vf_(a,b),d=goog.i18n.pluralRules.get_wt_(d.v,d.f);return 1==a||0!=d.t&&(0 ==c||1==c)?goog.i18n.pluralRules.Keyword.ONE:goog.i18n.pluralRules.Keyword.OTHER };
563 goog.i18n.pluralRules.gvSelect_=function(a,b){var c=a|0,d=goog.i18n.pluralRules. get_vf_(a,b);return 0==d.v&&1==c%10?goog.i18n.pluralRules.Keyword.ONE:0==d.v&&2= =c%10?goog.i18n.pluralRules.Keyword.TWO:0!=d.v||0!=c%100&&20!=c%100&&40!=c%100&& 60!=c%100&&80!=c%100?0!=d.v?goog.i18n.pluralRules.Keyword.MANY:goog.i18n.pluralR ules.Keyword.OTHER:goog.i18n.pluralRules.Keyword.FEW};
564 goog.i18n.pluralRules.cySelect_=function(a){return 0==a?goog.i18n.pluralRules.Ke yword.ZERO:1==a?goog.i18n.pluralRules.Keyword.ONE:2==a?goog.i18n.pluralRules.Key word.TWO:3==a?goog.i18n.pluralRules.Keyword.FEW:6==a?goog.i18n.pluralRules.Keywo rd.MANY:goog.i18n.pluralRules.Keyword.OTHER};
558 goog.i18n.pluralRules.brSelect_=function(a){return 1==a%10&&11!=a%100&&71!=a%100 &&91!=a%100?goog.i18n.pluralRules.Keyword.ONE:2==a%10&&12!=a%100&&72!=a%100&&92! =a%100?goog.i18n.pluralRules.Keyword.TWO:(3<=a%10&&4>=a%10||9==a%10)&&(10>a%100| |19<a%100)&&(70>a%100||79<a%100)&&(90>a%100||99<a%100)?goog.i18n.pluralRules.Key word.FEW:0!=a&&0==a%1E6?goog.i18n.pluralRules.Keyword.MANY:goog.i18n.pluralRules .Keyword.OTHER}; 565 goog.i18n.pluralRules.brSelect_=function(a){return 1==a%10&&11!=a%100&&71!=a%100 &&91!=a%100?goog.i18n.pluralRules.Keyword.ONE:2==a%10&&12!=a%100&&72!=a%100&&92! =a%100?goog.i18n.pluralRules.Keyword.TWO:(3<=a%10&&4>=a%10||9==a%10)&&(10>a%100| |19<a%100)&&(70>a%100||79<a%100)&&(90>a%100||99<a%100)?goog.i18n.pluralRules.Key word.FEW:0!=a&&0==a%1E6?goog.i18n.pluralRules.Keyword.MANY:goog.i18n.pluralRules .Keyword.OTHER};
559 goog.i18n.pluralRules.esSelect_=function(a){return 1==a?goog.i18n.pluralRules.Ke yword.ONE:goog.i18n.pluralRules.Keyword.OTHER};goog.i18n.pluralRules.siSelect_=f unction(a,b){var c=a|0,d=goog.i18n.pluralRules.get_vf_(a,b);return 0==a||1==a||0 ==c&&1==d.f?goog.i18n.pluralRules.Keyword.ONE:goog.i18n.pluralRules.Keyword.OTHE R}; 566 goog.i18n.pluralRules.esSelect_=function(a){return 1==a?goog.i18n.pluralRules.Ke yword.ONE:goog.i18n.pluralRules.Keyword.OTHER};goog.i18n.pluralRules.siSelect_=f unction(a,b){var c=a|0,d=goog.i18n.pluralRules.get_vf_(a,b);return 0==a||1==a||0 ==c&&1==d.f?goog.i18n.pluralRules.Keyword.ONE:goog.i18n.pluralRules.Keyword.OTHE R};
560 goog.i18n.pluralRules.slSelect_=function(a,b){var c=a|0,d=goog.i18n.pluralRules. get_vf_(a,b);return 0==d.v&&1==c%100?goog.i18n.pluralRules.Keyword.ONE:0==d.v&&2 ==c%100?goog.i18n.pluralRules.Keyword.TWO:0==d.v&&3<=c%100&&4>=c%100||0!=d.v?goo g.i18n.pluralRules.Keyword.FEW:goog.i18n.pluralRules.Keyword.OTHER};goog.i18n.pl uralRules.tzmSelect_=function(a){return 0<=a&&1>=a||11<=a&&99>=a?goog.i18n.plura lRules.Keyword.ONE:goog.i18n.pluralRules.Keyword.OTHER}; 567 goog.i18n.pluralRules.slSelect_=function(a,b){var c=a|0,d=goog.i18n.pluralRules. get_vf_(a,b);return 0==d.v&&1==c%100?goog.i18n.pluralRules.Keyword.ONE:0==d.v&&2 ==c%100?goog.i18n.pluralRules.Keyword.TWO:0==d.v&&3<=c%100&&4>=c%100||0!=d.v?goo g.i18n.pluralRules.Keyword.FEW:goog.i18n.pluralRules.Keyword.OTHER};goog.i18n.pl uralRules.tzmSelect_=function(a){return 0<=a&&1>=a||11<=a&&99>=a?goog.i18n.plura lRules.Keyword.ONE:goog.i18n.pluralRules.Keyword.OTHER};
561 goog.i18n.pluralRules.srSelect_=function(a,b){var c=a|0,d=goog.i18n.pluralRules. get_vf_(a,b);return 0==d.v&&1==c%10&&11!=c%100||1==d.f%10&&11!=d.f%100?goog.i18n .pluralRules.Keyword.ONE:0==d.v&&2<=c%10&&4>=c%10&&(12>c%100||14<c%100)||2<=d.f% 10&&4>=d.f%10&&(12>d.f%100||14<d.f%100)?goog.i18n.pluralRules.Keyword.FEW:goog.i 18n.pluralRules.Keyword.OTHER};goog.i18n.pluralRules.hiSelect_=function(a){var b =a|0;return 0==b||1==a?goog.i18n.pluralRules.Keyword.ONE:goog.i18n.pluralRules.K eyword.OTHER}; 568 goog.i18n.pluralRules.srSelect_=function(a,b){var c=a|0,d=goog.i18n.pluralRules. get_vf_(a,b);return 0==d.v&&1==c%10&&11!=c%100||1==d.f%10&&11!=d.f%100?goog.i18n .pluralRules.Keyword.ONE:0==d.v&&2<=c%10&&4>=c%10&&(12>c%100||14<c%100)||2<=d.f% 10&&4>=d.f%10&&(12>d.f%100||14<d.f%100)?goog.i18n.pluralRules.Keyword.FEW:goog.i 18n.pluralRules.Keyword.OTHER};goog.i18n.pluralRules.hiSelect_=function(a){var b =a|0;return 0==b||1==a?goog.i18n.pluralRules.Keyword.ONE:goog.i18n.pluralRules.K eyword.OTHER};
562 goog.i18n.pluralRules.mkSelect_=function(a,b){var c=a|0,d=goog.i18n.pluralRules. get_vf_(a,b);return 0==d.v&&1==c%10||1==d.f%10?goog.i18n.pluralRules.Keyword.ONE :goog.i18n.pluralRules.Keyword.OTHER};goog.i18n.pluralRules.arSelect_=function(a ){return 0==a?goog.i18n.pluralRules.Keyword.ZERO:1==a?goog.i18n.pluralRules.Keyw ord.ONE:2==a?goog.i18n.pluralRules.Keyword.TWO:3<=a%100&&10>=a%100?goog.i18n.plu ralRules.Keyword.FEW:11<=a%100&&99>=a%100?goog.i18n.pluralRules.Keyword.MANY:goo g.i18n.pluralRules.Keyword.OTHER}; 569 goog.i18n.pluralRules.mkSelect_=function(a,b){var c=a|0,d=goog.i18n.pluralRules. get_vf_(a,b);return 0==d.v&&1==c%10||1==d.f%10?goog.i18n.pluralRules.Keyword.ONE :goog.i18n.pluralRules.Keyword.OTHER};goog.i18n.pluralRules.arSelect_=function(a ){return 0==a?goog.i18n.pluralRules.Keyword.ZERO:1==a?goog.i18n.pluralRules.Keyw ord.ONE:2==a?goog.i18n.pluralRules.Keyword.TWO:3<=a%100&&10>=a%100?goog.i18n.plu ralRules.Keyword.FEW:11<=a%100&&99>=a%100?goog.i18n.pluralRules.Keyword.MANY:goo g.i18n.pluralRules.Keyword.OTHER};
563 goog.i18n.pluralRules.iuSelect_=function(a){return 1==a?goog.i18n.pluralRules.Ke yword.ONE:2==a?goog.i18n.pluralRules.Keyword.TWO:goog.i18n.pluralRules.Keyword.O THER};goog.i18n.pluralRules.csSelect_=function(a,b){var c=a|0,d=goog.i18n.plural Rules.get_vf_(a,b);return 1==c&&0==d.v?goog.i18n.pluralRules.Keyword.ONE:2<=c&&4 >=c&&0==d.v?goog.i18n.pluralRules.Keyword.FEW:0!=d.v?goog.i18n.pluralRules.Keywo rd.MANY:goog.i18n.pluralRules.Keyword.OTHER}; 570 goog.i18n.pluralRules.iuSelect_=function(a){return 1==a?goog.i18n.pluralRules.Ke yword.ONE:2==a?goog.i18n.pluralRules.Keyword.TWO:goog.i18n.pluralRules.Keyword.O THER};goog.i18n.pluralRules.csSelect_=function(a,b){var c=a|0,d=goog.i18n.plural Rules.get_vf_(a,b);return 1==c&&0==d.v?goog.i18n.pluralRules.Keyword.ONE:2<=c&&4 >=c&&0==d.v?goog.i18n.pluralRules.Keyword.FEW:0!=d.v?goog.i18n.pluralRules.Keywo rd.MANY:goog.i18n.pluralRules.Keyword.OTHER};
564 goog.i18n.pluralRules.pt_PTSelect_=function(a,b){var c=goog.i18n.pluralRules.get _vf_(a,b);return 1==a&&0==c.v?goog.i18n.pluralRules.Keyword.ONE:goog.i18n.plural Rules.Keyword.OTHER};goog.i18n.pluralRules.beSelect_=function(a){return 1==a%10& &11!=a%100?goog.i18n.pluralRules.Keyword.ONE:2<=a%10&&4>=a%10&&(12>a%100||14<a%1 00)?goog.i18n.pluralRules.Keyword.FEW:0==a%10||5<=a%10&&9>=a%10||11<=a%100&&14>= a%100?goog.i18n.pluralRules.Keyword.MANY:goog.i18n.pluralRules.Keyword.OTHER}; 571 goog.i18n.pluralRules.pt_PTSelect_=function(a,b){var c=goog.i18n.pluralRules.get _vf_(a,b);return 1==a&&0==c.v?goog.i18n.pluralRules.Keyword.ONE:goog.i18n.plural Rules.Keyword.OTHER};goog.i18n.pluralRules.beSelect_=function(a){return 1==a%10& &11!=a%100?goog.i18n.pluralRules.Keyword.ONE:2<=a%10&&4>=a%10&&(12>a%100||14<a%1 00)?goog.i18n.pluralRules.Keyword.FEW:0==a%10||5<=a%10&&9>=a%10||11<=a%100&&14>= a%100?goog.i18n.pluralRules.Keyword.MANY:goog.i18n.pluralRules.Keyword.OTHER};
565 goog.i18n.pluralRules.akSelect_=function(a){return 0<=a&&1>=a?goog.i18n.pluralRu les.Keyword.ONE:goog.i18n.pluralRules.Keyword.OTHER};goog.i18n.pluralRules.ptSel ect_=function(a,b){var c=a|0,d=goog.i18n.pluralRules.get_vf_(a,b),e=goog.i18n.pl uralRules.get_wt_(d.v,d.f);return 1==c&&0==d.v||0==c&&1==e.t?goog.i18n.pluralRul es.Keyword.ONE:goog.i18n.pluralRules.Keyword.OTHER}; 572 goog.i18n.pluralRules.akSelect_=function(a){return 0<=a&&1>=a?goog.i18n.pluralRu les.Keyword.ONE:goog.i18n.pluralRules.Keyword.OTHER};goog.i18n.pluralRules.ptSel ect_=function(a,b){var c=a|0,d=goog.i18n.pluralRules.get_vf_(a,b),e=goog.i18n.pl uralRules.get_wt_(d.v,d.f);return 1==c&&0==d.v||0==c&&1==e.t?goog.i18n.pluralRul es.Keyword.ONE:goog.i18n.pluralRules.Keyword.OTHER};
566 goog.i18n.pluralRules.plSelect_=function(a,b){var c=a|0,d=goog.i18n.pluralRules. get_vf_(a,b);return 1==c&&0==d.v?goog.i18n.pluralRules.Keyword.ONE:0==d.v&&2<=c% 10&&4>=c%10&&(12>c%100||14<c%100)?goog.i18n.pluralRules.Keyword.FEW:0==d.v&&1!=c &&0<=c%10&&1>=c%10||0==d.v&&5<=c%10&&9>=c%10||0==d.v&&12<=c%100&&14>=c%100?goog. i18n.pluralRules.Keyword.MANY:goog.i18n.pluralRules.Keyword.OTHER}; 573 goog.i18n.pluralRules.plSelect_=function(a,b){var c=a|0,d=goog.i18n.pluralRules. get_vf_(a,b);return 1==c&&0==d.v?goog.i18n.pluralRules.Keyword.ONE:0==d.v&&2<=c% 10&&4>=c%10&&(12>c%100||14<c%100)?goog.i18n.pluralRules.Keyword.FEW:0==d.v&&1!=c &&0<=c%10&&1>=c%10||0==d.v&&5<=c%10&&9>=c%10||0==d.v&&12<=c%100&&14>=c%100?goog. i18n.pluralRules.Keyword.MANY:goog.i18n.pluralRules.Keyword.OTHER};
567 goog.i18n.pluralRules.ruSelect_=function(a,b){var c=a|0,d=goog.i18n.pluralRules. get_vf_(a,b);return 0==d.v&&1==c%10&&11!=c%100?goog.i18n.pluralRules.Keyword.ONE :0==d.v&&2<=c%10&&4>=c%10&&(12>c%100||14<c%100)?goog.i18n.pluralRules.Keyword.FE W:0==d.v&&0==c%10||0==d.v&&5<=c%10&&9>=c%10||0==d.v&&11<=c%100&&14>=c%100?goog.i 18n.pluralRules.Keyword.MANY:goog.i18n.pluralRules.Keyword.OTHER}; 574 goog.i18n.pluralRules.ruSelect_=function(a,b){var c=a|0,d=goog.i18n.pluralRules. get_vf_(a,b);return 0==d.v&&1==c%10&&11!=c%100?goog.i18n.pluralRules.Keyword.ONE :0==d.v&&2<=c%10&&4>=c%10&&(12>c%100||14<c%100)?goog.i18n.pluralRules.Keyword.FE W:0==d.v&&0==c%10||0==d.v&&5<=c%10&&9>=c%10||0==d.v&&11<=c%100&&14>=c%100?goog.i 18n.pluralRules.Keyword.MANY:goog.i18n.pluralRules.Keyword.OTHER};
568 goog.i18n.pluralRules.gvSelect_=function(a){return 1==a%10?goog.i18n.pluralRules .Keyword.ONE:2==a%10?goog.i18n.pluralRules.Keyword.TWO:0==a%100||20==a%100||40== a%100||60==a%100?goog.i18n.pluralRules.Keyword.FEW:goog.i18n.pluralRules.Keyword .OTHER};goog.i18n.pluralRules.lagSelect_=function(a){var b=a|0;return 0==a?goog. i18n.pluralRules.Keyword.ZERO:0!=b&&1!=b||0==a?goog.i18n.pluralRules.Keyword.OTH ER:goog.i18n.pluralRules.Keyword.ONE}; 575 goog.i18n.pluralRules.lagSelect_=function(a){var b=a|0;return 0==a?goog.i18n.plu ralRules.Keyword.ZERO:0!=b&&1!=b||0==a?goog.i18n.pluralRules.Keyword.OTHER:goog. i18n.pluralRules.Keyword.ONE};goog.i18n.pluralRules.shiSelect_=function(a){var b =a|0;return 0==b||1==a?goog.i18n.pluralRules.Keyword.ONE:2<=a&&10>=a?goog.i18n.p luralRules.Keyword.FEW:goog.i18n.pluralRules.Keyword.OTHER};
569 goog.i18n.pluralRules.shiSelect_=function(a){var b=a|0;return 0==b||1==a?goog.i1 8n.pluralRules.Keyword.ONE:2<=a&&10>=a?goog.i18n.pluralRules.Keyword.FEW:goog.i1 8n.pluralRules.Keyword.OTHER};goog.i18n.pluralRules.heSelect_=function(a,b){var c=a|0,d=goog.i18n.pluralRules.get_vf_(a,b);return 1==c&&0==d.v?goog.i18n.pluralR ules.Keyword.ONE:2==c&&0==d.v?goog.i18n.pluralRules.Keyword.TWO:0==d.v&&(0>a||10 <a)&&0==a%10?goog.i18n.pluralRules.Keyword.MANY:goog.i18n.pluralRules.Keyword.OT HER}; 576 goog.i18n.pluralRules.heSelect_=function(a,b){var c=a|0,d=goog.i18n.pluralRules. get_vf_(a,b);return 1==c&&0==d.v?goog.i18n.pluralRules.Keyword.ONE:2==c&&0==d.v? goog.i18n.pluralRules.Keyword.TWO:0==d.v&&(0>a||10<a)&&0==a%10?goog.i18n.pluralR ules.Keyword.MANY:goog.i18n.pluralRules.Keyword.OTHER};
570 goog.i18n.pluralRules.isSelect_=function(a,b){var c=a|0,d=goog.i18n.pluralRules. get_vf_(a,b),d=goog.i18n.pluralRules.get_wt_(d.v,d.f);return 0==d.t&&1==c%10&&11 !=c%100||0!=d.t?goog.i18n.pluralRules.Keyword.ONE:goog.i18n.pluralRules.Keyword. OTHER}; 577 goog.i18n.pluralRules.isSelect_=function(a,b){var c=a|0,d=goog.i18n.pluralRules. get_vf_(a,b),d=goog.i18n.pluralRules.get_wt_(d.v,d.f);return 0==d.t&&1==c%10&&11 !=c%100||0!=d.t?goog.i18n.pluralRules.Keyword.ONE:goog.i18n.pluralRules.Keyword. OTHER};
571 goog.i18n.pluralRules.ltSelect_=function(a,b){var c=goog.i18n.pluralRules.get_vf _(a,b);return 1==a%10&&(11>a%100||19<a%100)?goog.i18n.pluralRules.Keyword.ONE:2< =a%10&&9>=a%10&&(11>a%100||19<a%100)?goog.i18n.pluralRules.Keyword.FEW:0!=c.f?go og.i18n.pluralRules.Keyword.MANY:goog.i18n.pluralRules.Keyword.OTHER}; 578 goog.i18n.pluralRules.ltSelect_=function(a,b){var c=goog.i18n.pluralRules.get_vf _(a,b);return 1==a%10&&(11>a%100||19<a%100)?goog.i18n.pluralRules.Keyword.ONE:2< =a%10&&9>=a%10&&(11>a%100||19<a%100)?goog.i18n.pluralRules.Keyword.FEW:0!=c.f?go og.i18n.pluralRules.Keyword.MANY:goog.i18n.pluralRules.Keyword.OTHER};
572 goog.i18n.pluralRules.gdSelect_=function(a){return 1==a||11==a?goog.i18n.pluralR ules.Keyword.ONE:2==a||12==a?goog.i18n.pluralRules.Keyword.TWO:3<=a&&10>=a||13<= a&&19>=a?goog.i18n.pluralRules.Keyword.FEW:goog.i18n.pluralRules.Keyword.OTHER}; goog.i18n.pluralRules.filSelect_=function(a,b){var c=a|0,d=goog.i18n.pluralRules .get_vf_(a,b);return 0<=c&&1>=c&&0==d.v?goog.i18n.pluralRules.Keyword.ONE:goog.i 18n.pluralRules.Keyword.OTHER}; 579 goog.i18n.pluralRules.gdSelect_=function(a){return 1==a||11==a?goog.i18n.pluralR ules.Keyword.ONE:2==a||12==a?goog.i18n.pluralRules.Keyword.TWO:3<=a&&10>=a||13<= a&&19>=a?goog.i18n.pluralRules.Keyword.FEW:goog.i18n.pluralRules.Keyword.OTHER};
573 goog.i18n.pluralRules.lvSelect_=function(a,b){var c=goog.i18n.pluralRules.get_vf _(a,b);return 0==a%10||11<=a%100&&19>=a%100||2==c.v&&11<=c.f%100&&19>=c.f%100?go og.i18n.pluralRules.Keyword.ZERO:1==a%10&&11!=a%100||2==c.v&&1==c.f%10&&11!=c.f% 100||2!=c.v&&1==c.f%10?goog.i18n.pluralRules.Keyword.ONE:goog.i18n.pluralRules.K eyword.OTHER};goog.i18n.pluralRules.kshSelect_=function(a){return 0==a?goog.i18n .pluralRules.Keyword.ZERO:1==a?goog.i18n.pluralRules.Keyword.ONE:goog.i18n.plura lRules.Keyword.OTHER}; 580 goog.i18n.pluralRules.lvSelect_=function(a,b){var c=goog.i18n.pluralRules.get_vf _(a,b);return 0==a%10||11<=a%100&&19>=a%100||2==c.v&&11<=c.f%100&&19>=c.f%100?go og.i18n.pluralRules.Keyword.ZERO:1==a%10&&11!=a%100||2==c.v&&1==c.f%10&&11!=c.f% 100||2!=c.v&&1==c.f%10?goog.i18n.pluralRules.Keyword.ONE:goog.i18n.pluralRules.K eyword.OTHER};goog.i18n.pluralRules.kshSelect_=function(a){return 0==a?goog.i18n .pluralRules.Keyword.ZERO:1==a?goog.i18n.pluralRules.Keyword.ONE:goog.i18n.plura lRules.Keyword.OTHER};
574 goog.i18n.pluralRules.select=goog.i18n.pluralRules.enSelect_;"af"==goog.LOCALE&& (goog.i18n.pluralRules.select=goog.i18n.pluralRules.esSelect_);"am"==goog.LOCALE &&(goog.i18n.pluralRules.select=goog.i18n.pluralRules.hiSelect_);"ar"==goog.LOCA LE&&(goog.i18n.pluralRules.select=goog.i18n.pluralRules.arSelect_);"az"==goog.LO CALE&&(goog.i18n.pluralRules.select=goog.i18n.pluralRules.esSelect_);"bg"==goog. LOCALE&&(goog.i18n.pluralRules.select=goog.i18n.pluralRules.esSelect_); 581 goog.i18n.pluralRules.select=goog.i18n.pluralRules.enSelect_;"af"==goog.LOCALE&& (goog.i18n.pluralRules.select=goog.i18n.pluralRules.esSelect_);"am"==goog.LOCALE &&(goog.i18n.pluralRules.select=goog.i18n.pluralRules.hiSelect_);"ar"==goog.LOCA LE&&(goog.i18n.pluralRules.select=goog.i18n.pluralRules.arSelect_);"az"==goog.LO CALE&&(goog.i18n.pluralRules.select=goog.i18n.pluralRules.esSelect_);"bg"==goog. LOCALE&&(goog.i18n.pluralRules.select=goog.i18n.pluralRules.esSelect_);
575 "bn"==goog.LOCALE&&(goog.i18n.pluralRules.select=goog.i18n.pluralRules.hiSelect_ );"br"==goog.LOCALE&&(goog.i18n.pluralRules.select=goog.i18n.pluralRules.brSelec t_);"ca"==goog.LOCALE&&(goog.i18n.pluralRules.select=goog.i18n.pluralRules.enSel ect_);"chr"==goog.LOCALE&&(goog.i18n.pluralRules.select=goog.i18n.pluralRules.es Select_);"cs"==goog.LOCALE&&(goog.i18n.pluralRules.select=goog.i18n.pluralRules. csSelect_);"cy"==goog.LOCALE&&(goog.i18n.pluralRules.select=goog.i18n.pluralRule s.cySelect_); 582 "bn"==goog.LOCALE&&(goog.i18n.pluralRules.select=goog.i18n.pluralRules.hiSelect_ );"br"==goog.LOCALE&&(goog.i18n.pluralRules.select=goog.i18n.pluralRules.brSelec t_);"ca"==goog.LOCALE&&(goog.i18n.pluralRules.select=goog.i18n.pluralRules.enSel ect_);"chr"==goog.LOCALE&&(goog.i18n.pluralRules.select=goog.i18n.pluralRules.es Select_);"cs"==goog.LOCALE&&(goog.i18n.pluralRules.select=goog.i18n.pluralRules. csSelect_);"cy"==goog.LOCALE&&(goog.i18n.pluralRules.select=goog.i18n.pluralRule s.cySelect_);
576 "da"==goog.LOCALE&&(goog.i18n.pluralRules.select=goog.i18n.pluralRules.daSelect_ );"de"==goog.LOCALE&&(goog.i18n.pluralRules.select=goog.i18n.pluralRules.enSelec t_);if("de_AT"==goog.LOCALE||"de-AT"==goog.LOCALE)goog.i18n.pluralRules.select=g oog.i18n.pluralRules.enSelect_;if("de_CH"==goog.LOCALE||"de-CH"==goog.LOCALE)goo g.i18n.pluralRules.select=goog.i18n.pluralRules.enSelect_;"el"==goog.LOCALE&&(go og.i18n.pluralRules.select=goog.i18n.pluralRules.esSelect_); 583 "da"==goog.LOCALE&&(goog.i18n.pluralRules.select=goog.i18n.pluralRules.daSelect_ );"de"==goog.LOCALE&&(goog.i18n.pluralRules.select=goog.i18n.pluralRules.enSelec t_);if("de_AT"==goog.LOCALE||"de-AT"==goog.LOCALE)goog.i18n.pluralRules.select=g oog.i18n.pluralRules.enSelect_;if("de_CH"==goog.LOCALE||"de-CH"==goog.LOCALE)goo g.i18n.pluralRules.select=goog.i18n.pluralRules.enSelect_;"el"==goog.LOCALE&&(go og.i18n.pluralRules.select=goog.i18n.pluralRules.esSelect_);
577 "en"==goog.LOCALE&&(goog.i18n.pluralRules.select=goog.i18n.pluralRules.enSelect_ );if("en_AU"==goog.LOCALE||"en-AU"==goog.LOCALE)goog.i18n.pluralRules.select=goo g.i18n.pluralRules.enSelect_;if("en_GB"==goog.LOCALE||"en-GB"==goog.LOCALE)goog. i18n.pluralRules.select=goog.i18n.pluralRules.enSelect_;if("en_IE"==goog.LOCALE| |"en-IE"==goog.LOCALE)goog.i18n.pluralRules.select=goog.i18n.pluralRules.enSelec t_;if("en_IN"==goog.LOCALE||"en-IN"==goog.LOCALE)goog.i18n.pluralRules.select=go og.i18n.pluralRules.enSelect_; 584 "en"==goog.LOCALE&&(goog.i18n.pluralRules.select=goog.i18n.pluralRules.enSelect_ );if("en_AU"==goog.LOCALE||"en-AU"==goog.LOCALE)goog.i18n.pluralRules.select=goo g.i18n.pluralRules.enSelect_;if("en_GB"==goog.LOCALE||"en-GB"==goog.LOCALE)goog. i18n.pluralRules.select=goog.i18n.pluralRules.enSelect_;if("en_IE"==goog.LOCALE| |"en-IE"==goog.LOCALE)goog.i18n.pluralRules.select=goog.i18n.pluralRules.enSelec t_;if("en_IN"==goog.LOCALE||"en-IN"==goog.LOCALE)goog.i18n.pluralRules.select=go og.i18n.pluralRules.enSelect_;
578 if("en_ISO"==goog.LOCALE||"en-ISO"==goog.LOCALE)goog.i18n.pluralRules.select=goo g.i18n.pluralRules.enSelect_;if("en_SG"==goog.LOCALE||"en-SG"==goog.LOCALE)goog. i18n.pluralRules.select=goog.i18n.pluralRules.enSelect_;if("en_US"==goog.LOCALE| |"en-US"==goog.LOCALE)goog.i18n.pluralRules.select=goog.i18n.pluralRules.enSelec t_;if("en_ZA"==goog.LOCALE||"en-ZA"==goog.LOCALE)goog.i18n.pluralRules.select=go og.i18n.pluralRules.enSelect_;"es"==goog.LOCALE&&(goog.i18n.pluralRules.select=g oog.i18n.pluralRules.esSelect_); 585 if("en_ISO"==goog.LOCALE||"en-ISO"==goog.LOCALE)goog.i18n.pluralRules.select=goo g.i18n.pluralRules.enSelect_;if("en_SG"==goog.LOCALE||"en-SG"==goog.LOCALE)goog. i18n.pluralRules.select=goog.i18n.pluralRules.enSelect_;if("en_US"==goog.LOCALE| |"en-US"==goog.LOCALE)goog.i18n.pluralRules.select=goog.i18n.pluralRules.enSelec t_;if("en_ZA"==goog.LOCALE||"en-ZA"==goog.LOCALE)goog.i18n.pluralRules.select=go og.i18n.pluralRules.enSelect_;"es"==goog.LOCALE&&(goog.i18n.pluralRules.select=g oog.i18n.pluralRules.esSelect_);
579 if("es_419"==goog.LOCALE||"es-419"==goog.LOCALE)goog.i18n.pluralRules.select=goo g.i18n.pluralRules.esSelect_;if("es_ES"==goog.LOCALE||"es-ES"==goog.LOCALE)goog. i18n.pluralRules.select=goog.i18n.pluralRules.esSelect_;"et"==goog.LOCALE&&(goog .i18n.pluralRules.select=goog.i18n.pluralRules.enSelect_);"eu"==goog.LOCALE&&(go og.i18n.pluralRules.select=goog.i18n.pluralRules.esSelect_);"fa"==goog.LOCALE&&( goog.i18n.pluralRules.select=goog.i18n.pluralRules.hiSelect_); 586 if("es_419"==goog.LOCALE||"es-419"==goog.LOCALE)goog.i18n.pluralRules.select=goo g.i18n.pluralRules.esSelect_;if("es_ES"==goog.LOCALE||"es-ES"==goog.LOCALE)goog. i18n.pluralRules.select=goog.i18n.pluralRules.esSelect_;"et"==goog.LOCALE&&(goog .i18n.pluralRules.select=goog.i18n.pluralRules.enSelect_);"eu"==goog.LOCALE&&(go og.i18n.pluralRules.select=goog.i18n.pluralRules.esSelect_);"fa"==goog.LOCALE&&( goog.i18n.pluralRules.select=goog.i18n.pluralRules.hiSelect_);
580 "fi"==goog.LOCALE&&(goog.i18n.pluralRules.select=goog.i18n.pluralRules.enSelect_ );"fil"==goog.LOCALE&&(goog.i18n.pluralRules.select=goog.i18n.pluralRules.filSel ect_);"fr"==goog.LOCALE&&(goog.i18n.pluralRules.select=goog.i18n.pluralRules.frS elect_);if("fr_CA"==goog.LOCALE||"fr-CA"==goog.LOCALE)goog.i18n.pluralRules.sele ct=goog.i18n.pluralRules.frSelect_;"gl"==goog.LOCALE&&(goog.i18n.pluralRules.sel ect=goog.i18n.pluralRules.enSelect_);"gsw"==goog.LOCALE&&(goog.i18n.pluralRules. select=goog.i18n.pluralRules.esSelect_); 587 "fi"==goog.LOCALE&&(goog.i18n.pluralRules.select=goog.i18n.pluralRules.enSelect_ );"fil"==goog.LOCALE&&(goog.i18n.pluralRules.select=goog.i18n.pluralRules.filSel ect_);"fr"==goog.LOCALE&&(goog.i18n.pluralRules.select=goog.i18n.pluralRules.frS elect_);if("fr_CA"==goog.LOCALE||"fr-CA"==goog.LOCALE)goog.i18n.pluralRules.sele ct=goog.i18n.pluralRules.frSelect_;"gl"==goog.LOCALE&&(goog.i18n.pluralRules.sel ect=goog.i18n.pluralRules.enSelect_);"gsw"==goog.LOCALE&&(goog.i18n.pluralRules. select=goog.i18n.pluralRules.esSelect_);
581 "gu"==goog.LOCALE&&(goog.i18n.pluralRules.select=goog.i18n.pluralRules.hiSelect_ );"haw"==goog.LOCALE&&(goog.i18n.pluralRules.select=goog.i18n.pluralRules.esSele ct_);"he"==goog.LOCALE&&(goog.i18n.pluralRules.select=goog.i18n.pluralRules.heSe lect_);"hi"==goog.LOCALE&&(goog.i18n.pluralRules.select=goog.i18n.pluralRules.hi Select_);"hr"==goog.LOCALE&&(goog.i18n.pluralRules.select=goog.i18n.pluralRules. srSelect_);"hu"==goog.LOCALE&&(goog.i18n.pluralRules.select=goog.i18n.pluralRule s.esSelect_); 588 "gu"==goog.LOCALE&&(goog.i18n.pluralRules.select=goog.i18n.pluralRules.hiSelect_ );"haw"==goog.LOCALE&&(goog.i18n.pluralRules.select=goog.i18n.pluralRules.esSele ct_);"he"==goog.LOCALE&&(goog.i18n.pluralRules.select=goog.i18n.pluralRules.heSe lect_);"hi"==goog.LOCALE&&(goog.i18n.pluralRules.select=goog.i18n.pluralRules.hi Select_);"hr"==goog.LOCALE&&(goog.i18n.pluralRules.select=goog.i18n.pluralRules. srSelect_);"hu"==goog.LOCALE&&(goog.i18n.pluralRules.select=goog.i18n.pluralRule s.esSelect_);
582 "hy"==goog.LOCALE&&(goog.i18n.pluralRules.select=goog.i18n.pluralRules.frSelect_ );"id"==goog.LOCALE&&(goog.i18n.pluralRules.select=goog.i18n.pluralRules.default Select_);"in"==goog.LOCALE&&(goog.i18n.pluralRules.select=goog.i18n.pluralRules. defaultSelect_);"is"==goog.LOCALE&&(goog.i18n.pluralRules.select=goog.i18n.plura lRules.isSelect_);"it"==goog.LOCALE&&(goog.i18n.pluralRules.select=goog.i18n.plu ralRules.enSelect_);"iw"==goog.LOCALE&&(goog.i18n.pluralRules.select=goog.i18n.p luralRules.heSelect_); 589 "hy"==goog.LOCALE&&(goog.i18n.pluralRules.select=goog.i18n.pluralRules.frSelect_ );"id"==goog.LOCALE&&(goog.i18n.pluralRules.select=goog.i18n.pluralRules.default Select_);"in"==goog.LOCALE&&(goog.i18n.pluralRules.select=goog.i18n.pluralRules. defaultSelect_);"is"==goog.LOCALE&&(goog.i18n.pluralRules.select=goog.i18n.plura lRules.isSelect_);"it"==goog.LOCALE&&(goog.i18n.pluralRules.select=goog.i18n.plu ralRules.enSelect_);"iw"==goog.LOCALE&&(goog.i18n.pluralRules.select=goog.i18n.p luralRules.heSelect_);
(...skipping 19 matching lines...) Expand all
602 goog.i18n.MessageFormat.prototype.parseBlockType_=function(a){return goog.i18n.M essageFormat.PLURAL_BLOCK_RE_.test(a)?goog.i18n.MessageFormat.BlockType_.PLURAL: goog.i18n.MessageFormat.ORDINAL_BLOCK_RE_.test(a)?goog.i18n.MessageFormat.BlockT ype_.ORDINAL:goog.i18n.MessageFormat.SELECT_BLOCK_RE_.test(a)?goog.i18n.MessageF ormat.BlockType_.SELECT:/^\s*\w+\s*/.test(a)?goog.i18n.MessageFormat.BlockType_. SIMPLE:goog.i18n.MessageFormat.BlockType_.UNKNOWN}; 609 goog.i18n.MessageFormat.prototype.parseBlockType_=function(a){return goog.i18n.M essageFormat.PLURAL_BLOCK_RE_.test(a)?goog.i18n.MessageFormat.BlockType_.PLURAL: goog.i18n.MessageFormat.ORDINAL_BLOCK_RE_.test(a)?goog.i18n.MessageFormat.BlockT ype_.ORDINAL:goog.i18n.MessageFormat.SELECT_BLOCK_RE_.test(a)?goog.i18n.MessageF ormat.BlockType_.SELECT:/^\s*\w+\s*/.test(a)?goog.i18n.MessageFormat.BlockType_. SIMPLE:goog.i18n.MessageFormat.BlockType_.UNKNOWN};
603 goog.i18n.MessageFormat.prototype.parseBlock_=function(a){var b=[];a=this.extrac tParts_(a);for(var c=0;c<a.length;c++){var d={};if(goog.i18n.MessageFormat.Eleme nt_.STRING==a[c].type)d.type=goog.i18n.MessageFormat.BlockType_.STRING,d.value=a [c].value;else if(goog.i18n.MessageFormat.Element_.BLOCK==a[c].type){var e=this. parseBlockType_(a[c].value);switch(e){case goog.i18n.MessageFormat.BlockType_.SE LECT:d.type=goog.i18n.MessageFormat.BlockType_.SELECT;d.value=this.parseSelectBl ock_(a[c].value);break; 610 goog.i18n.MessageFormat.prototype.parseBlock_=function(a){var b=[];a=this.extrac tParts_(a);for(var c=0;c<a.length;c++){var d={};if(goog.i18n.MessageFormat.Eleme nt_.STRING==a[c].type)d.type=goog.i18n.MessageFormat.BlockType_.STRING,d.value=a [c].value;else if(goog.i18n.MessageFormat.Element_.BLOCK==a[c].type){var e=this. parseBlockType_(a[c].value);switch(e){case goog.i18n.MessageFormat.BlockType_.SE LECT:d.type=goog.i18n.MessageFormat.BlockType_.SELECT;d.value=this.parseSelectBl ock_(a[c].value);break;
604 case goog.i18n.MessageFormat.BlockType_.PLURAL:d.type=goog.i18n.MessageFormat.Bl ockType_.PLURAL;d.value=this.parsePluralBlock_(a[c].value);break;case goog.i18n. MessageFormat.BlockType_.ORDINAL:d.type=goog.i18n.MessageFormat.BlockType_.ORDIN AL;d.value=this.parseOrdinalBlock_(a[c].value);break;case goog.i18n.MessageForma t.BlockType_.SIMPLE:d.type=goog.i18n.MessageFormat.BlockType_.SIMPLE;d.value=a[c ].value;break;default:goog.asserts.fail("Unknown block type.")}}else goog.assert s.fail("Unknown part of the pattern."); 611 case goog.i18n.MessageFormat.BlockType_.PLURAL:d.type=goog.i18n.MessageFormat.Bl ockType_.PLURAL;d.value=this.parsePluralBlock_(a[c].value);break;case goog.i18n. MessageFormat.BlockType_.ORDINAL:d.type=goog.i18n.MessageFormat.BlockType_.ORDIN AL;d.value=this.parseOrdinalBlock_(a[c].value);break;case goog.i18n.MessageForma t.BlockType_.SIMPLE:d.type=goog.i18n.MessageFormat.BlockType_.SIMPLE;d.value=a[c ].value;break;default:goog.asserts.fail("Unknown block type.")}}else goog.assert s.fail("Unknown part of the pattern.");
605 b.push(d)}return b}; 612 b.push(d)}return b};
606 goog.i18n.MessageFormat.prototype.parseSelectBlock_=function(a){var b="",c=goog. i18n.MessageFormat.SELECT_BLOCK_RE_;a=a.replace(c,function(a,c){b=c;return""});c ={};c.argumentIndex=b;a=this.extractParts_(a);for(var d=0;d<a.length;){var e=a[d ].value;goog.asserts.assertString(e,"Missing select key element.");d++;goog.asse rts.assert(d<a.length,"Missing or invalid select value element.");if(goog.i18n.M essageFormat.Element_.BLOCK==a[d].type)var f=this.parseBlock_(a[d].value);else g oog.asserts.fail("Expected block type.");c[e.replace(/\s/g, 613 goog.i18n.MessageFormat.prototype.parseSelectBlock_=function(a){var b="",c=goog. i18n.MessageFormat.SELECT_BLOCK_RE_;a=a.replace(c,function(a,c){b=c;return""});c ={};c.argumentIndex=b;a=this.extractParts_(a);for(var d=0;d<a.length;){var e=a[d ].value;goog.asserts.assertString(e,"Missing select key element.");d++;goog.asse rts.assert(d<a.length,"Missing or invalid select value element.");if(goog.i18n.M essageFormat.Element_.BLOCK==a[d].type)var f=this.parseBlock_(a[d].value);else g oog.asserts.fail("Expected block type.");c[e.replace(/\s/g,
607 "")]=f;d++}goog.asserts.assertArray(c[goog.i18n.MessageFormat.OTHER_],"Missing o ther key in select statement.");return c}; 614 "")]=f;d++}goog.asserts.assertArray(c[goog.i18n.MessageFormat.OTHER_],"Missing o ther key in select statement.");return c};
608 goog.i18n.MessageFormat.prototype.parsePluralBlock_=function(a){var b="",c=0,d=g oog.i18n.MessageFormat.PLURAL_BLOCK_RE_;a=a.replace(d,function(a,d,e){b=d;e&&(c= parseInt(e,10));return""});d={};d.argumentIndex=b;d.argumentOffset=c;a=this.extr actParts_(a);for(var e=0;e<a.length;){var f=a[e].value;goog.asserts.assertString (f,"Missing plural key element.");e++;goog.asserts.assert(e<a.length,"Missing or invalid plural value element.");if(goog.i18n.MessageFormat.Element_.BLOCK==a[e] .type)var g=this.parseBlock_(a[e].value); 615 goog.i18n.MessageFormat.prototype.parsePluralBlock_=function(a){var b="",c=0,d=g oog.i18n.MessageFormat.PLURAL_BLOCK_RE_;a=a.replace(d,function(a,d,e){b=d;e&&(c= parseInt(e,10));return""});d={};d.argumentIndex=b;d.argumentOffset=c;a=this.extr actParts_(a);for(var e=0;e<a.length;){var f=a[e].value;goog.asserts.assertString (f,"Missing plural key element.");e++;goog.asserts.assert(e<a.length,"Missing or invalid plural value element.");if(goog.i18n.MessageFormat.Element_.BLOCK==a[e] .type)var g=this.parseBlock_(a[e].value);
609 else goog.asserts.fail("Expected block type.");d[f.replace(/\s*(?:=)?(\w+)\s*/," $1")]=g;e++}goog.asserts.assertArray(d[goog.i18n.MessageFormat.OTHER_],"Missing other key in plural statement.");return d}; 616 else goog.asserts.fail("Expected block type.");d[f.replace(/\s*(?:=)?(\w+)\s*/," $1")]=g;e++}goog.asserts.assertArray(d[goog.i18n.MessageFormat.OTHER_],"Missing other key in plural statement.");return d};
610 goog.i18n.MessageFormat.prototype.parseOrdinalBlock_=function(a){var b="",c=goog .i18n.MessageFormat.ORDINAL_BLOCK_RE_;a=a.replace(c,function(a,c){b=c;return""}) ;c={};c.argumentIndex=b;c.argumentOffset=0;a=this.extractParts_(a);for(var d=0;d <a.length;){var e=a[d].value;goog.asserts.assertString(e,"Missing ordinal key el ement.");d++;goog.asserts.assert(d<a.length,"Missing or invalid ordinal value el ement.");if(goog.i18n.MessageFormat.Element_.BLOCK==a[d].type)var f=this.parseBl ock_(a[d].value);else goog.asserts.fail("Expected block type."); 617 goog.i18n.MessageFormat.prototype.parseOrdinalBlock_=function(a){var b="",c=goog .i18n.MessageFormat.ORDINAL_BLOCK_RE_;a=a.replace(c,function(a,c){b=c;return""}) ;c={};c.argumentIndex=b;c.argumentOffset=0;a=this.extractParts_(a);for(var d=0;d <a.length;){var e=a[d].value;goog.asserts.assertString(e,"Missing ordinal key el ement.");d++;goog.asserts.assert(d<a.length,"Missing or invalid ordinal value el ement.");if(goog.i18n.MessageFormat.Element_.BLOCK==a[d].type)var f=this.parseBl ock_(a[d].value);else goog.asserts.fail("Expected block type.");
611 c[e.replace(/\s*(?:=)?(\w+)\s*/,"$1")]=f;d++}goog.asserts.assertArray(c[goog.i18 n.MessageFormat.OTHER_],"Missing other key in selectordinal statement.");return c};goog.i18n.MessageFormat.prototype.buildPlaceholder_=function(a){goog.asserts. assert(0<a.length,"Literal array is empty.");a=(a.length-1).toString(10);return goog.i18n.MessageFormat.LITERAL_PLACEHOLDER_+a+"_"};cvox.TtsCapturingEventListen er=function(){};cvox.TtsCapturingEventListener.prototype.onTtsStart=function(){} ;cvox.TtsCapturingEventListener.prototype.onTtsEnd=function(){};cvox.TtsInterfac e=function(){};cvox.TtsInterface.prototype.speak=function(){};cvox.TtsInterface. prototype.isSpeaking=function(){};cvox.TtsInterface.prototype.stop=function(){}; cvox.TtsInterface.prototype.addCapturingEventListener=function(){};cvox.TtsInter face.prototype.increaseOrDecreaseProperty=function(){}; 618 c[e.replace(/\s*(?:=)?(\w+)\s*/,"$1")]=f;d++}goog.asserts.assertArray(c[goog.i18 n.MessageFormat.OTHER_],"Missing other key in selectordinal statement.");return c};goog.i18n.MessageFormat.prototype.buildPlaceholder_=function(a){goog.asserts. assert(0<a.length,"Literal array is empty.");a=(a.length-1).toString(10);return goog.i18n.MessageFormat.LITERAL_PLACEHOLDER_+a+"_"};cvox.TtsCapturingEventListen er=function(){};cvox.TtsCapturingEventListener.prototype.onTtsStart=function(){} ;cvox.TtsCapturingEventListener.prototype.onTtsEnd=function(){};cvox.TtsInterfac e=function(){};cvox.TtsInterface.prototype.speak=function(){};cvox.TtsInterface. prototype.isSpeaking=function(){};cvox.TtsInterface.prototype.stop=function(){}; cvox.TtsInterface.prototype.addCapturingEventListener=function(){};cvox.TtsInter face.prototype.increaseOrDecreaseProperty=function(){};
612 cvox.TtsInterface.prototype.getDefaultProperty=function(){};cvox.AbstractTts=fun ction(){this.ttsProperties={};this.propertyDefault={rate:0.5,pitch:0.5,volume:0. 5};this.propertyMin={rate:0,pitch:0,volume:0};this.propertyMax={rate:1,pitch:1,v olume:1};this.propertyStep={rate:0.1,pitch:0.1,volume:0.1};if(void 0==cvox.Abstr actTts.pronunciationDictionaryRegexp_){var a=[],b;for(b in cvox.AbstractTts.PRON UNCIATION_DICTIONARY)a.push(b);a="\\b("+a.join("|")+")\\b";cvox.AbstractTts.pron unciationDictionaryRegexp_=new RegExp(a,"ig")}if(void 0==cvox.AbstractTts.substi tutionDictionaryRegexp_){var a= 619 cvox.TtsInterface.prototype.getDefaultProperty=function(){};cvox.AbstractTts=fun ction(){this.ttsProperties={};this.propertyDefault={rate:.5,pitch:.5,volume:.5}; this.propertyMin={rate:0,pitch:0,volume:0};this.propertyMax={rate:1,pitch:1,volu me:1};this.propertyStep={rate:.1,pitch:.1,volume:.1};if(void 0==cvox.AbstractTts .pronunciationDictionaryRegexp_){var a=[],b;for(b in cvox.AbstractTts.PRONUNCIAT ION_DICTIONARY)a.push(b);a="\\b("+a.join("|")+")\\b";cvox.AbstractTts.pronunciat ionDictionaryRegexp_=new RegExp(a,"ig")}if(void 0==cvox.AbstractTts.substitution DictionaryRegexp_){var a=
613 [],c;for(c in cvox.AbstractTts.SUBSTITUTION_DICTIONARY)a.push(c);a="("+a.join("| ")+")";cvox.AbstractTts.substitutionDictionaryRegexp_=new RegExp(a,"ig")}};cvox. AbstractTts.prototype.speak=function(){return this};cvox.AbstractTts.prototype.i sSpeaking=function(){return!1};cvox.AbstractTts.prototype.stop=function(){};cvox .AbstractTts.prototype.addCapturingEventListener=function(){}; 620 [],c;for(c in cvox.AbstractTts.SUBSTITUTION_DICTIONARY)a.push(c);a="("+a.join("| ")+")";cvox.AbstractTts.substitutionDictionaryRegexp_=new RegExp(a,"ig")}};cvox. AbstractTts.prototype.speak=function(){return this};cvox.AbstractTts.prototype.i sSpeaking=function(){return!1};cvox.AbstractTts.prototype.stop=function(){};cvox .AbstractTts.prototype.addCapturingEventListener=function(){};
614 cvox.AbstractTts.prototype.increaseOrDecreaseProperty=function(a,b){var c=this.p ropertyMin[a],d=this.propertyMax[a],e=this.propertyStep[a],f=this.ttsProperties[ a],f=b?f+e:f-e;this.ttsProperties[a]=Math.max(Math.min(f,d),c)}; 621 cvox.AbstractTts.prototype.increaseOrDecreaseProperty=function(a,b){var c=this.p ropertyMin[a],d=this.propertyMax[a],e=this.propertyStep[a],f=this.ttsProperties[ a],f=b?f+e:f-e;this.ttsProperties[a]=Math.max(Math.min(f,d),c)};
615 cvox.AbstractTts.prototype.mergeProperties=function(a){var b={},c;if(this.ttsPro perties)for(c in this.ttsProperties)b[c]=this.ttsProperties[c];if(a){c=cvox.Abst ractTts;"number"==typeof a[c.VOLUME]&&(b[c.VOLUME]=a[c.VOLUME]);"number"==typeof a[c.PITCH]&&(b[c.PITCH]=a[c.PITCH]);"number"==typeof a[c.RATE]&&(b[c.RATE]=a[c. RATE]);"string"==typeof a[c.LANG]&&(b[c.LANG]=a[c.LANG]);var d=this,e=function(c ,e){if("number"==typeof a[e]&&"number"==typeof b[c]){b[c]+=a[e];var h=d.property Min[c],k=d.propertyMax[c]; 622 cvox.AbstractTts.prototype.mergeProperties=function(a){var b={},c;if(this.ttsPro perties)for(c in this.ttsProperties)b[c]=this.ttsProperties[c];if(a){c=cvox.Abst ractTts;"number"==typeof a[c.VOLUME]&&(b[c.VOLUME]=a[c.VOLUME]);"number"==typeof a[c.PITCH]&&(b[c.PITCH]=a[c.PITCH]);"number"==typeof a[c.RATE]&&(b[c.RATE]=a[c. RATE]);"string"==typeof a[c.LANG]&&(b[c.LANG]=a[c.LANG]);var d=this,e=function(c ,e){if("number"==typeof a[e]&&"number"==typeof b[c]){b[c]+=a[e];var h=d.property Min[c],k=d.propertyMax[c];
616 b[c]>k?b[c]=k:b[c]<h&&(b[c]=h)}};e(c.VOLUME,c.RELATIVE_VOLUME);e(c.PITCH,c.RELAT IVE_PITCH);e(c.RATE,c.RELATIVE_RATE)}return b}; 623 b[c]>k?b[c]=k:b[c]<h&&(b[c]=h)}};e(c.VOLUME,c.RELATIVE_VOLUME);e(c.PITCH,c.RELAT IVE_PITCH);e(c.RATE,c.RELATIVE_RATE)}return b};
617 cvox.AbstractTts.prototype.preprocess=function(a,b){if(1==a.length&&"A"<=a&&"Z"> =a)for(var c in cvox.AbstractTts.PERSONALITY_CAPITAL)b[c]=cvox.AbstractTts.PERSO NALITY_CAPITAL[c];a=a.replace(cvox.AbstractTts.substitutionDictionaryRegexp_,fun ction(a){return" "+cvox.AbstractTts.SUBSTITUTION_DICTIONARY[a]+" "});if(1==a.len gth)return cvox.AbstractTts.CHARACTER_DICTIONARY[a]?(new goog.i18n.MessageFormat (cvox.ChromeVox.msgs.getMsg(cvox.AbstractTts.CHARACTER_DICTIONARY[a]))).format({ COUNT:1}):a.toUpperCase(); 624 cvox.AbstractTts.prototype.preprocess=function(a,b){if(1==a.length&&"A"<=a&&"Z"> =a)for(var c in cvox.AbstractTts.PERSONALITY_CAPITAL)b[c]=cvox.AbstractTts.PERSO NALITY_CAPITAL[c];a=a.replace(cvox.AbstractTts.substitutionDictionaryRegexp_,fun ction(a){return" "+cvox.AbstractTts.SUBSTITUTION_DICTIONARY[a]+" "});if(1==a.len gth)return cvox.AbstractTts.CHARACTER_DICTIONARY[a]?(new goog.i18n.MessageFormat (cvox.ChromeVox.msgs.getMsg(cvox.AbstractTts.CHARACTER_DICTIONARY[a]))).format({ COUNT:1}):a.toUpperCase();
618 a=a.replace(cvox.AbstractTts.pronunciationDictionaryRegexp_,function(a){return c vox.AbstractTts.PRONUNCIATION_DICTIONARY[a.toLowerCase()]});a=a.replace(/google\ +/ig,"google plus");a=a.replace(cvox.AbstractTts.repetitionRegexp_,cvox.Abstract Tts.repetitionReplace_);var d=!1;a.match(/[a-z]+/)||a.indexOf(" ")==a.lastIndexO f(" ")||(d=!0);return a=a.replace(/[A-Z]+/g,function(a){return 3<a.length&&a.mat ch(/([AEIOUY])/g)?a.toLowerCase():d?a:" "+a.split("").join(" ")})};cvox.Abstract Tts.RATE="rate"; 625 a=a.replace(cvox.AbstractTts.pronunciationDictionaryRegexp_,function(a){return c vox.AbstractTts.PRONUNCIATION_DICTIONARY[a.toLowerCase()]});a=a.replace(/google\ +/ig,"google plus");a=a.replace(cvox.AbstractTts.repetitionRegexp_,cvox.Abstract Tts.repetitionReplace_);var d=!1;a.match(/[a-z]+/)||a.indexOf(" ")==a.lastIndexO f(" ")||(d=!0);return a=a.replace(/[A-Z]+/g,function(a){return 3<a.length&&a.mat ch(/([AEIOUY])/g)?a.toLowerCase():d?a:" "+a.split("").join(" ")})};cvox.Abstract Tts.RATE="rate";
619 cvox.AbstractTts.PITCH="pitch";cvox.AbstractTts.VOLUME="volume";cvox.AbstractTts .LANG="lang";cvox.AbstractTts.RELATIVE_RATE="relativeRate";cvox.AbstractTts.RELA TIVE_PITCH="relativePitch";cvox.AbstractTts.RELATIVE_VOLUME="relativeVolume";cvo x.AbstractTts.COLOR="color";cvox.AbstractTts.FONT_WEIGHT="fontWeight";cvox.Abstr actTts.PUNCTUATION_ECHO="punctuationEcho";cvox.AbstractTts.PAUSE="pause";cvox.Ab stractTts.PERSONALITY_ANNOTATION={relativePitch:-0.25,color:"yellow",punctuation Echo:"none"}; 626 cvox.AbstractTts.PITCH="pitch";cvox.AbstractTts.VOLUME="volume";cvox.AbstractTts .LANG="lang";cvox.AbstractTts.RELATIVE_RATE="relativeRate";cvox.AbstractTts.RELA TIVE_PITCH="relativePitch";cvox.AbstractTts.RELATIVE_VOLUME="relativeVolume";cvo x.AbstractTts.COLOR="color";cvox.AbstractTts.FONT_WEIGHT="fontWeight";cvox.Abstr actTts.PUNCTUATION_ECHO="punctuationEcho";cvox.AbstractTts.PAUSE="pause";cvox.Ab stractTts.PERSONALITY_ANNOTATION={relativePitch:-.25,color:"yellow",punctuationE cho:"none"};
620 cvox.AbstractTts.PERSONALITY_ANNOUNCEMENT={punctuationEcho:"none"};cvox.Abstract Tts.PERSONALITY_SYSTEM_ALERT={punctuationEcho:"none",doNotInterrupt:!0};cvox.Abs tractTts.PERSONALITY_ASIDE={relativePitch:-0.1,color:"#669"};cvox.AbstractTts.PE RSONALITY_CAPITAL={relativePitch:0.6};cvox.AbstractTts.PERSONALITY_DELETED={punc tuationEcho:"none",relativePitch:-0.6};cvox.AbstractTts.PERSONALITY_QUOTE={relat ivePitch:0.1,color:"#b6b",fontWeight:"bold"}; 627 cvox.AbstractTts.PERSONALITY_ANNOUNCEMENT={punctuationEcho:"none"};cvox.Abstract Tts.PERSONALITY_SYSTEM_ALERT={punctuationEcho:"none",doNotInterrupt:!0};cvox.Abs tractTts.PERSONALITY_ASIDE={relativePitch:-.1,color:"#669"};cvox.AbstractTts.PER SONALITY_CAPITAL={relativePitch:.6};cvox.AbstractTts.PERSONALITY_DELETED={punctu ationEcho:"none",relativePitch:-.6};cvox.AbstractTts.PERSONALITY_QUOTE={relative Pitch:.1,color:"#b6b",fontWeight:"bold"};
621 cvox.AbstractTts.PERSONALITY_STRONG={relativePitch:0.1,color:"#b66",fontWeight:" bold"};cvox.AbstractTts.PERSONALITY_EMPHASIS={relativeVolume:0.1,relativeRate:-0 .1,color:"#6bb",fontWeight:"bold"};cvox.AbstractTts.DEBUG=!0;cvox.AbstractTts.QU EUE_MODE_FLUSH=0;cvox.AbstractTts.QUEUE_MODE_QUEUE=1; 628 cvox.AbstractTts.PERSONALITY_STRONG={relativePitch:.1,color:"#b66",fontWeight:"b old"};cvox.AbstractTts.PERSONALITY_EMPHASIS={relativeVolume:.1,relativeRate:-.1, color:"#6bb",fontWeight:"bold"};cvox.AbstractTts.DEBUG=!0;cvox.AbstractTts.QUEUE _MODE_FLUSH=0;cvox.AbstractTts.QUEUE_MODE_QUEUE=1;
622 cvox.AbstractTts.CHARACTER_DICTIONARY={" ":"space","`":"backtick","~":"tilde","! ":"exclamation","@":"at","#":"pound",$:"dollar","%":"percent","^":"caret","&":"a mpersand","*":"asterisk","(":"open_paren",")":"close_paren","-":"dash",_:"unders core","=":"equals","+":"plus","[":"left_bracket","]":"right_bracket","{":"left_b race","}":"right_brace","|":"pipe",";":"semicolon",":":"colon",",":"comma",".":" dot","<":"less_than",">":"greater_than","/":"slash","?":"question_mark",'"':"quo te","'":"apostrophe", 629 cvox.AbstractTts.CHARACTER_DICTIONARY={" ":"space","`":"backtick","~":"tilde","! ":"exclamation","@":"at","#":"pound",$:"dollar","%":"percent","^":"caret","&":"a mpersand","*":"asterisk","(":"open_paren",")":"close_paren","-":"dash",_:"unders core","=":"equals","+":"plus","[":"left_bracket","]":"right_bracket","{":"left_b race","}":"right_brace","|":"pipe",";":"semicolon",":":"colon",",":"comma",".":" dot","<":"less_than",">":"greater_than","/":"slash","?":"question_mark",'"':"quo te","'":"apostrophe",
623 "\t":"tab","\r":"return","\n":"new_line","\\":"backslash"};cvox.AbstractTts.PRON UNCIATION_DICTIONARY={admob:"ad-mob",adsense:"ad-sense",adwords:"ad-words",angul arjs:"angular j s",bcc:"B C C",cc:"C C",chromevox:"chrome vox",cr48:"C R 48",ctr l:"control",doubleclick:"double-click",gmail:"gee mail",gtalk:"gee talk",http:"H T T P",https:"H T T P S",igoogle:"eye google",pagerank:"page-rank",username:"us er-name",www:"W W W",youtube:"you tube"}; 630 "\t":"tab","\r":"return","\n":"new_line","\\":"backslash"};cvox.AbstractTts.PRON UNCIATION_DICTIONARY={admob:"ad-mob",adsense:"ad-sense",adwords:"ad-words",angul arjs:"angular j s",bcc:"B C C",cc:"C C",chromevox:"chrome vox",cr48:"C R 48",ctr l:"control",doubleclick:"double-click",gmail:"gee mail",gtalk:"gee talk",http:"H T T P",https:"H T T P S",igoogle:"eye google",pagerank:"page-rank",username:"us er-name",www:"W W W",youtube:"you tube"};
624 cvox.AbstractTts.SUBSTITUTION_DICTIONARY={"://":"colon slash slash","\u00bc":"on e fourth","\u00bd":"one half","\u2190":"left arrow","\u2191":"up arrow","\u2192" :"right arrow","\u2193":"down arrow","\u21d0":"left double arrow","\u21d1":"up d ouble arrow","\u21d2":"right double arrow","\u21d3":"down double arrow","\u21e6 ":"left arrow","\u21e7":"up arrow","\u21e8":"right arrow","\u21e9":"down arrow", "\u2303":"control","\u2318":"command","\u2325":"option","\u25b2":"up triangle"," \u25b3":"up triangle", 631 cvox.AbstractTts.SUBSTITUTION_DICTIONARY={"://":"colon slash slash","\u00bc":"on e fourth","\u00bd":"one half","\u2190":"left arrow","\u2191":"up arrow","\u2192" :"right arrow","\u2193":"down arrow","\u21d0":"left double arrow","\u21d1":"up d ouble arrow","\u21d2":"right double arrow","\u21d3":"down double arrow","\u21e6 ":"left arrow","\u21e7":"up arrow","\u21e8":"right arrow","\u21e9":"down arrow", "\u2303":"control","\u2318":"command","\u2325":"option","\u25b2":"up triangle"," \u25b3":"up triangle",
625 "\u25b4":"up triangle","\u25b5":"up triangle","\u25b6":"right triangle","\u25b7" :"right triangle","\u25b8":"right triangle","\u25b9":"right triangle","\u25ba":" right pointer","\u25bb":"right pointer","\u25bc":"down triangle","\u25bd":"down triangle","\u25be":"down triangle","\u25bf":"down triangle","\u25c0":"left trian gle","\u25c1":"left triangle","\u25c2":"left triangle","\u25c3":"left triangle", "\u25c4":"left pointer","\u25c5":"left pointer","\uf8ff":"apple"}; 632 "\u25b4":"up triangle","\u25b5":"up triangle","\u25b6":"right triangle","\u25b7" :"right triangle","\u25b8":"right triangle","\u25b9":"right triangle","\u25ba":" right pointer","\u25bb":"right pointer","\u25bc":"down triangle","\u25bd":"down triangle","\u25be":"down triangle","\u25bf":"down triangle","\u25c0":"left trian gle","\u25c1":"left triangle","\u25c2":"left triangle","\u25c3":"left triangle", "\u25c4":"left pointer","\u25c5":"left pointer","\uf8ff":"apple"};
626 cvox.AbstractTts.repetitionRegexp_=/([-\/\\|!@#$%^&*\(\)=_+\[\]\{\}.?;'":<>])\1{ 2,}/g;cvox.AbstractTts.repetitionReplace_=function(a){var b=a.length;return" "+( new goog.i18n.MessageFormat(cvox.ChromeVox.msgs.getMsg(cvox.AbstractTts.CHARACTE R_DICTIONARY[a[0]]))).format({COUNT:b})+" "};cvox.AbstractTts.prototype.getDefau ltProperty=function(a){return this.propertyDefault[a]};cvox.AbstractEarcons=func tion(){this.enabled=!0};cvox.AbstractEarcons.prototype.playEarcon=function(){};c vox.AbstractEarcons.prototype.playEarconByName=function(a){this.playEarcon(this. getEarconId(a))}; 633 cvox.AbstractTts.repetitionRegexp_=/([-\/\\|!@#$%^&*\(\)=_+\[\]\{\}.?;'":<>])\1{ 2,}/g;cvox.AbstractTts.repetitionReplace_=function(a){var b=a.length;return" "+( new goog.i18n.MessageFormat(cvox.ChromeVox.msgs.getMsg(cvox.AbstractTts.CHARACTE R_DICTIONARY[a[0]]))).format({COUNT:b})+" "};cvox.AbstractTts.prototype.getDefau ltProperty=function(a){return this.propertyDefault[a]};cvox.AbstractEarcons=func tion(){this.enabled=!0};cvox.AbstractEarcons.prototype.playEarcon=function(){};c vox.AbstractEarcons.prototype.playEarconByName=function(a){this.playEarcon(this. getEarconId(a))};
627 cvox.AbstractEarcons.prototype.getEarconName=function(a){this.earconNames||(this .earconNames=[],this.earconNames.push("ALERT_MODAL"),this.earconNames.push("ALER T_NONMODAL"),this.earconNames.push("BULLET"),this.earconNames.push("BUSY_PROGRES S_LOOP"),this.earconNames.push("BUSY_WORKING_LOOP"),this.earconNames.push("BUTTO N"),this.earconNames.push("CHECK_OFF"),this.earconNames.push("CHECK_ON"),this.ea rconNames.push("COLLAPSED"),this.earconNames.push("EDITABLE_TEXT"),this.earconNa mes.push("ELLIPSIS"), 634 cvox.AbstractEarcons.prototype.getEarconName=function(a){this.earconNames||(this .earconNames=[],this.earconNames.push("ALERT_MODAL"),this.earconNames.push("ALER T_NONMODAL"),this.earconNames.push("BULLET"),this.earconNames.push("BUSY_PROGRES S_LOOP"),this.earconNames.push("BUSY_WORKING_LOOP"),this.earconNames.push("BUTTO N"),this.earconNames.push("CHECK_OFF"),this.earconNames.push("CHECK_ON"),this.ea rconNames.push("COLLAPSED"),this.earconNames.push("EDITABLE_TEXT"),this.earconNa mes.push("ELLIPSIS"),
628 this.earconNames.push("EXPANDED"),this.earconNames.push("FONT_CHANGE"),this.earc onNames.push("INVALID_KEYPRESS"),this.earconNames.push("LINK"),this.earconNames. push("LISTBOX"),this.earconNames.push("LIST_ITEM"),this.earconNames.push("LONG_D ESC"),this.earconNames.push("NEW_MAIL"),this.earconNames.push("OBJECT_CLOSE"),th is.earconNames.push("OBJECT_DELETE"),this.earconNames.push("OBJECT_DESELECT"),th is.earconNames.push("OBJECT_ENTER"),this.earconNames.push("OBJECT_EXIT"),this.ea rconNames.push("OBJECT_OPEN"), 635 this.earconNames.push("EXPANDED"),this.earconNames.push("FONT_CHANGE"),this.earc onNames.push("INVALID_KEYPRESS"),this.earconNames.push("LINK"),this.earconNames. push("LISTBOX"),this.earconNames.push("LIST_ITEM"),this.earconNames.push("LONG_D ESC"),this.earconNames.push("NEW_MAIL"),this.earconNames.push("OBJECT_CLOSE"),th is.earconNames.push("OBJECT_DELETE"),this.earconNames.push("OBJECT_DESELECT"),th is.earconNames.push("OBJECT_ENTER"),this.earconNames.push("OBJECT_EXIT"),this.ea rconNames.push("OBJECT_OPEN"),
629 this.earconNames.push("OBJECT_SELECT"),this.earconNames.push("PARAGRAPH_BREAK"), this.earconNames.push("SEARCH_HIT"),this.earconNames.push("SEARCH_MISS"),this.ea rconNames.push("SECTION"),this.earconNames.push("SELECTION"),this.earconNames.pu sh("SELECTION_REVERSE"),this.earconNames.push("SPECIAL_CONTENT"),this.earconName s.push("TASK_SUCCESS"),this.earconNames.push("WRAP"),this.earconNames.push("WRAP _EDGE"));return this.earconNames[a]}; 636 this.earconNames.push("OBJECT_SELECT"),this.earconNames.push("PARAGRAPH_BREAK"), this.earconNames.push("SEARCH_HIT"),this.earconNames.push("SEARCH_MISS"),this.ea rconNames.push("SECTION"),this.earconNames.push("SELECTION"),this.earconNames.pu sh("SELECTION_REVERSE"),this.earconNames.push("SPECIAL_CONTENT"),this.earconName s.push("TASK_SUCCESS"),this.earconNames.push("WRAP"),this.earconNames.push("WRAP _EDGE"));return this.earconNames[a]};
630 cvox.AbstractEarcons.prototype.getEarconId=function(a){this.earconNamesToIds||(t his.earconNamesToIds={},this.earconNamesToIds.ALERT_MODAL=cvox.AbstractEarcons.A LERT_MODAL,this.earconNamesToIds.ALERT_NONMODAL=cvox.AbstractEarcons.ALERT_NONMO DAL,this.earconNamesToIds.BULLET=cvox.AbstractEarcons.BULLET,this.earconNamesToI ds.BUSY_PROGRESS_LOOP=cvox.AbstractEarcons.BUSY_PROGRESS_LOOP,this.earconNamesTo Ids.BUSY_WORKING_LOOP=cvox.AbstractEarcons.BUSY_WORKING_LOOP,this.earconNamesToI ds.BUTTON=cvox.AbstractEarcons.BUTTON, 637 cvox.AbstractEarcons.prototype.getEarconId=function(a){this.earconNamesToIds||(t his.earconNamesToIds={},this.earconNamesToIds.ALERT_MODAL=cvox.AbstractEarcons.A LERT_MODAL,this.earconNamesToIds.ALERT_NONMODAL=cvox.AbstractEarcons.ALERT_NONMO DAL,this.earconNamesToIds.BULLET=cvox.AbstractEarcons.BULLET,this.earconNamesToI ds.BUSY_PROGRESS_LOOP=cvox.AbstractEarcons.BUSY_PROGRESS_LOOP,this.earconNamesTo Ids.BUSY_WORKING_LOOP=cvox.AbstractEarcons.BUSY_WORKING_LOOP,this.earconNamesToI ds.BUTTON=cvox.AbstractEarcons.BUTTON,
631 this.earconNamesToIds.CHECK_OFF=cvox.AbstractEarcons.CHECK_OFF,this.earconNamesT oIds.CHECK_ON=cvox.AbstractEarcons.CHECK_ON,this.earconNamesToIds.COLLAPSED=cvox .AbstractEarcons.COLLAPSED,this.earconNamesToIds.EDITABLE_TEXT=cvox.AbstractEarc ons.EDITABLE_TEXT,this.earconNamesToIds.ELLIPSIS=cvox.AbstractEarcons.ELLIPSIS,t his.earconNamesToIds.EXPANDED=cvox.AbstractEarcons.EXPANDED,this.earconNamesToId s.FONT_CHANGE=cvox.AbstractEarcons.FONT_CHANGE,this.earconNamesToIds.INVALID_KEY PRESS=cvox.AbstractEarcons.INVALID_KEYPRESS, 638 this.earconNamesToIds.CHECK_OFF=cvox.AbstractEarcons.CHECK_OFF,this.earconNamesT oIds.CHECK_ON=cvox.AbstractEarcons.CHECK_ON,this.earconNamesToIds.COLLAPSED=cvox .AbstractEarcons.COLLAPSED,this.earconNamesToIds.EDITABLE_TEXT=cvox.AbstractEarc ons.EDITABLE_TEXT,this.earconNamesToIds.ELLIPSIS=cvox.AbstractEarcons.ELLIPSIS,t his.earconNamesToIds.EXPANDED=cvox.AbstractEarcons.EXPANDED,this.earconNamesToId s.FONT_CHANGE=cvox.AbstractEarcons.FONT_CHANGE,this.earconNamesToIds.INVALID_KEY PRESS=cvox.AbstractEarcons.INVALID_KEYPRESS,
(...skipping 194 matching lines...) Expand 10 before | Expand all | Expand 10 after
826 cvox.ChromeVoxEditableTextBase.prototype.getLine=function(a){var b=this.getLineS tart(a);a=this.getLineEnd(a);return this.value.substr(b,a-b)};cvox.ChromeVoxEdit ableTextBase.prototype.isWordBreakChar=function(a){return!!a.match(/^\W$/)};cvox .ChromeVoxEditableTextBase.prototype.shouldDescribeChange=function(a){return a.v alue==this.value&&a.start==this.start&&a.end==this.end?!1:!0}; 833 cvox.ChromeVoxEditableTextBase.prototype.getLine=function(a){var b=this.getLineS tart(a);a=this.getLineEnd(a);return this.value.substr(b,a-b)};cvox.ChromeVoxEdit ableTextBase.prototype.isWordBreakChar=function(a){return!!a.match(/^\W$/)};cvox .ChromeVoxEditableTextBase.prototype.shouldDescribeChange=function(a){return a.v alue==this.value&&a.start==this.start&&a.end==this.end?!1:!0};
827 cvox.ChromeVoxEditableTextBase.prototype.speak=function(a,b,c){if(!this.node||do cument.activeElement==this.node){var d=cvox.AbstractTts.QUEUE_MODE_QUEUE;!0===b& &(d=cvox.AbstractTts.QUEUE_MODE_FLUSH);this.tts.speak(a,d,c||{})}}; 834 cvox.ChromeVoxEditableTextBase.prototype.speak=function(a,b,c){if(!this.node||do cument.activeElement==this.node){var d=cvox.AbstractTts.QUEUE_MODE_QUEUE;!0===b& &(d=cvox.AbstractTts.QUEUE_MODE_FLUSH);this.tts.speak(a,d,c||{})}};
828 cvox.ChromeVoxEditableTextBase.prototype.changed=function(a){if(this.shouldDescr ibeChange(a)){if(a.value==this.value?this.describeSelectionChanged(a):this.descr ibeTextChanged(a),this.lastChangeDescribed=!0,this.value=a.value,this.start=a.st art,this.end=a.end,this.brailleHandler_){var b=this.getLine(this.getLineIndex(a. start)),c=this.getLineStart(this.getLineIndex(a.start)),d=a.start-c;a=Math.min(a .end-c,b.length);this.brailleHandler_.changed(b,d,a,this.multiline,this.node,c)} }else this.lastChangeDescribed= 835 cvox.ChromeVoxEditableTextBase.prototype.changed=function(a){if(this.shouldDescr ibeChange(a)){if(a.value==this.value?this.describeSelectionChanged(a):this.descr ibeTextChanged(a),this.lastChangeDescribed=!0,this.value=a.value,this.start=a.st art,this.end=a.end,this.brailleHandler_){var b=this.getLine(this.getLineIndex(a. start)),c=this.getLineStart(this.getLineIndex(a.start)),d=a.start-c;a=Math.min(a .end-c,b.length);this.brailleHandler_.changed(b,d,a,this.multiline,this.node,c)} }else this.lastChangeDescribed=
829 !1}; 836 !1};
830 cvox.ChromeVoxEditableTextBase.prototype.describeSelectionChanged=function(a){if (this.isPassword)this.speak((new goog.i18n.MessageFormat(cvox.ChromeVox.msgs.get Msg("dot"))).format({COUNT:1}),a.triggeredByUser);else if(a.start==a.end)if(this .start!=this.end)this.speak(cvox.ChromeVox.msgs.getMsg("Unselected"),a.triggered ByUser);else if(this.getLineIndex(this.start)!=this.getLineIndex(a.start)){var b =this.getLine(this.getLineIndex(a.start));""==b?b=cvox.ChromeVox.msgs.getMsg("te xt_box_blank"):/^\s+$/.test(b)&&(b= 837 cvox.ChromeVoxEditableTextBase.prototype.describeSelectionChanged=function(a){if (this.isPassword)this.speak((new goog.i18n.MessageFormat(cvox.ChromeVox.msgs.get Msg("dot"))).format({COUNT:1}),a.triggeredByUser);else if(a.start==a.end)if(this .start!=this.end)this.speak(cvox.ChromeVox.msgs.getMsg("Unselected"),a.triggered ByUser);else if(this.getLineIndex(this.start)!=this.getLineIndex(a.start)){var b =this.getLine(this.getLineIndex(a.start));""==b?b=cvox.ChromeVox.msgs.getMsg("te xt_box_blank"):/^\s+$/.test(b)&&(b=
831 cvox.ChromeVox.msgs.getMsg("text_box_whitespace"));this.speak(b,a.triggeredByUse r)}else this.start==a.start+1||this.start==a.start-1?cvox.ChromeVoxEditableTextB ase.useIBeamCursor?this.speak(this.value.substr(Math.min(this.start,a.start),1), a.triggeredByUser,{phoneticCharacters:a.triggeredByUser}):a.start==this.value.le ngth?cvox.ChromeVox.verbosity==cvox.VERBOSITY_VERBOSE?this.speak(cvox.ChromeVox. msgs.getMsg("end_of_text_verbose"),a.triggeredByUser):this.speak(cvox.ChromeVox. msgs.getMsg("end_of_text_brief"), 838 cvox.ChromeVox.msgs.getMsg("text_box_whitespace"));this.speak(b,a.triggeredByUse r)}else this.start==a.start+1||this.start==a.start-1?cvox.ChromeVoxEditableTextB ase.useIBeamCursor?this.speak(this.value.substr(Math.min(this.start,a.start),1), a.triggeredByUser,{phoneticCharacters:a.triggeredByUser}):a.start==this.value.le ngth?cvox.ChromeVox.verbosity==cvox.VERBOSITY_VERBOSE?this.speak(cvox.ChromeVox. msgs.getMsg("end_of_text_verbose"),a.triggeredByUser):this.speak(cvox.ChromeVox. msgs.getMsg("end_of_text_brief"),
832 a.triggeredByUser):this.speak(this.value.substr(a.start,1),a.triggeredByUser,{ph oneticCharacters:a.triggeredByUser}):this.speak(this.value.substr(Math.min(this. start,a.start),Math.abs(this.start-a.start)),a.triggeredByUser);else this.start+ 1==a.start&&this.end==this.value.length&&a.end==this.value.length?(this.speak(th is.value.substr(this.start,1),a.triggeredByUser),this.speak(this.value.substr(a. start))):this.start==this.end?(this.speak(this.value.substr(a.start,a.end-a.star t),a.triggeredByUser), 839 a.triggeredByUser):this.speak(this.value.substr(a.start,1),a.triggeredByUser,{ph oneticCharacters:a.triggeredByUser}):this.speak(this.value.substr(Math.min(this. start,a.start),Math.abs(this.start-a.start)),a.triggeredByUser);else this.start+ 1==a.start&&this.end==this.value.length&&a.end==this.value.length?(this.speak(th is.value.substr(this.start,1),a.triggeredByUser),this.speak(this.value.substr(a. start))):this.start==this.end?(this.speak(this.value.substr(a.start,a.end-a.star t),a.triggeredByUser),
833 this.speak(cvox.ChromeVox.msgs.getMsg("selected"))):this.start==a.start&&this.en d<a.end?(this.speak(this.value.substr(this.end,a.end-this.end),a.triggeredByUser ),this.speak(cvox.ChromeVox.msgs.getMsg("added_to_selection"))):this.start==a.st art&&this.end>a.end?(this.speak(this.value.substr(a.end,this.end-a.end),a.trigge redByUser),this.speak(cvox.ChromeVox.msgs.getMsg("removed_from_selection"))):thi s.end==a.end&&this.start>a.start?(this.speak(this.value.substr(a.start,this.star t-a.start),a.triggeredByUser), 840 this.speak(cvox.ChromeVox.msgs.getMsg("selected"))):this.start==a.start&&this.en d<a.end?(this.speak(this.value.substr(this.end,a.end-this.end),a.triggeredByUser ),this.speak(cvox.ChromeVox.msgs.getMsg("added_to_selection"))):this.start==a.st art&&this.end>a.end?(this.speak(this.value.substr(a.end,this.end-a.end),a.trigge redByUser),this.speak(cvox.ChromeVox.msgs.getMsg("removed_from_selection"))):thi s.end==a.end&&this.start>a.start?(this.speak(this.value.substr(a.start,this.star t-a.start),a.triggeredByUser),
834 this.speak(cvox.ChromeVox.msgs.getMsg("added_to_selection"))):this.end==a.end&&t his.start<a.start?(this.speak(this.value.substr(this.start,a.start-this.start),a .triggeredByUser),this.speak(cvox.ChromeVox.msgs.getMsg("removed_from_selection" ))):(this.speak(this.value.substr(a.start,a.end-a.start),a.triggeredByUser),this .speak(cvox.ChromeVox.msgs.getMsg("selected")))}; 841 this.speak(cvox.ChromeVox.msgs.getMsg("added_to_selection"))):this.end==a.end&&t his.start<a.start?(this.speak(this.value.substr(this.start,a.start-this.start),a .triggeredByUser),this.speak(cvox.ChromeVox.msgs.getMsg("removed_from_selection" ))):(this.speak(this.value.substr(a.start,a.end-a.start),a.triggeredByUser),this .speak(cvox.ChromeVox.msgs.getMsg("selected")))};
835 cvox.ChromeVoxEditableTextBase.prototype.describeTextChanged=function(a){var b={ };a.value.length<this.value.length&&(b=cvox.AbstractTts.PERSONALITY_DELETED);if( this.isPassword)this.speak((new goog.i18n.MessageFormat(cvox.ChromeVox.msgs.getM sg("dot"))).format({COUNT:1}),a.triggeredByUser,b);else{var c=this.value,d=c.len gth,e=a.value.length,f="",g=a.value,h=a.end;a.start<h&&h==e&&(f=g.substr(a.start ),g=g.substr(0,a.start),h=a.start);var k=this.start,l=d-this.end;if(e>=k+l+(h-a. start)&&g.substr(0,k)== 842 cvox.ChromeVoxEditableTextBase.prototype.describeTextChanged=function(a){var b={ };a.value.length<this.value.length&&(b=cvox.AbstractTts.PERSONALITY_DELETED);if( this.isPassword)this.speak((new goog.i18n.MessageFormat(cvox.ChromeVox.msgs.getM sg("dot"))).format({COUNT:1}),a.triggeredByUser,b);else{var c=this.value,d=c.len gth,e=a.value.length,f="",g=a.value,h=a.end;a.start<h&&h==e&&(f=g.substr(a.start ),g=g.substr(0,a.start),h=a.start);var k=this.start,l=d-this.end;if(e>=k+l+(h-a. start)&&g.substr(0,k)==
836 c.substr(0,k)&&g.substr(e-l)==c.substr(this.end))this instanceof cvox.ChromeVoxE ditableContentEditable&&!(e<d||this.isWordBreakChar(a.value[e-1]||""))||this.des cribeTextChangedHelper(a,k,l,f,b);else if(k=a.start,l=e-h,this.start==this.end&& a.start==h&&g.substr(0,k)==c.substr(0,k)&&g.substr(e-l)==c.substr(d-l))this.desc ribeTextChangedHelper(a,k,l,f,b);else{g+=f;if(g.length==c.length+1||g.length+1== c.length){if(g.length>c.length){if(0==g.indexOf(c)){this.speak(g[g.length-1],a.t riggeredByUser,b);return}if(1== 843 c.substr(0,k)&&g.substr(e-l)==c.substr(this.end))(!(this instanceof cvox.ChromeV oxEditableContentEditable)||e<d||this.isWordBreakChar(a.value[e-1]||""))&&this.d escribeTextChangedHelper(a,k,l,f,b);else if(k=a.start,l=e-h,this.start==this.end &&a.start==h&&g.substr(0,k)==c.substr(0,k)&&g.substr(e-l)==c.substr(d-l))this.de scribeTextChangedHelper(a,k,l,f,b);else{g+=f;if(g.length==c.length+1||g.length+1 ==c.length){if(g.length>c.length){if(0==g.indexOf(c)){this.speak(g[g.length-1],a .triggeredByUser,b);return}if(1==
837 g.indexOf(c)){this.speak(g[0],a.triggeredByUser,b);return}}if(g.length<c.length) {if(0==c.indexOf(g)){this.speak(c[c.length-1],a.triggeredByUser,b);return}if(1== c.indexOf(g)){this.speak(c[0],a.triggeredByUser,b);return}}}if(this.multiline)a. value.length<this.value.length&&this.speak(cvox.ChromeVox.msgs.getMsg("text_dele ted"),a.triggeredByUser,b);else if(e<=this.maxShortPhraseLen)this.describeTextCh angedHelper(a,0,0,"",b);else{for(k=0;k<d&&k<e&&c[k]==g[k];)k++;for(;0<k&&!this.i sWordBreakChar(c[k-1]);)k--; 844 g.indexOf(c)){this.speak(g[0],a.triggeredByUser,b);return}}if(g.length<c.length) {if(0==c.indexOf(g)){this.speak(c[c.length-1],a.triggeredByUser,b);return}if(1== c.indexOf(g)){this.speak(c[0],a.triggeredByUser,b);return}}}if(this.multiline)a. value.length<this.value.length&&this.speak(cvox.ChromeVox.msgs.getMsg("text_dele ted"),a.triggeredByUser,b);else if(e<=this.maxShortPhraseLen)this.describeTextCh angedHelper(a,0,0,"",b);else{for(k=0;k<d&&k<e&&c[k]==g[k];)k++;for(;0<k&&!this.i sWordBreakChar(c[k-1]);)k--;
838 for(l=0;l<d-k&&l<e-k&&c[d-l-1]==g[e-l-1];)l++;for(;0<l&&!this.isWordBreakChar(c[ d-l]);)l--;this.describeTextChangedHelper(a,k,l,"",b)}}}}; 845 for(l=0;l<d-k&&l<e-k&&c[d-l-1]==g[e-l-1];)l++;for(;0<l&&!this.isWordBreakChar(c[ d-l]);)l--;this.describeTextChangedHelper(a,k,l,"",b)}}}};
839 cvox.ChromeVoxEditableTextBase.prototype.describeTextChangedHelper=function(a,b, c,d,e){var f=this.value.length,g=a.value.length,f=f-b-c,h=this.value.substr(b,f) ,k=g-b-c;c=a.value.substr(b,k);var l="",g=a.triggeredByUser;if(1<k)l=c;else if(1 ==k)if((cvox.ChromeVox.typingEcho==cvox.TypingEcho.WORD||cvox.ChromeVox.typingEc ho==cvox.TypingEcho.CHARACTER_AND_WORD)&&this.isWordBreakChar(c)&&0<b&&!this.isW ordBreakChar(a.value.substr(b-1,1))){for(f=b;0<f&&!this.isWordBreakChar(a.value[ f-1]);)f--;f<b?l=a.value.substr(f, 846 cvox.ChromeVoxEditableTextBase.prototype.describeTextChangedHelper=function(a,b, c,d,e){var f=this.value.length,g=a.value.length,f=f-b-c,h=this.value.substr(b,f) ,k=g-b-c;c=a.value.substr(b,k);var l="",g=a.triggeredByUser;if(1<k)l=c;else if(1 ==k)if((cvox.ChromeVox.typingEcho==cvox.TypingEcho.WORD||cvox.ChromeVox.typingEc ho==cvox.TypingEcho.CHARACTER_AND_WORD)&&this.isWordBreakChar(c)&&0<b&&!this.isW ordBreakChar(a.value.substr(b-1,1))){for(f=b;0<f&&!this.isWordBreakChar(a.value[ f-1]);)f--;f<b?l=a.value.substr(f,
840 b+1-f):(l=c,g=!1)}else{if(cvox.ChromeVox.typingEcho==cvox.TypingEcho.CHARACTER|| cvox.ChromeVox.typingEcho==cvox.TypingEcho.CHARACTER_AND_WORD)l=cvox.ChromeVoxEd itableTextBase.eventTypingEcho?"":c}else 1<f&&!d?l=h+", deleted":1==f&&(l=h);d&& l?l+=", "+d:d&&(l=d);l&&this.speak(l,g,e)};cvox.ChromeVoxEditableElement=functio n(a,b,c,d,e,f){cvox.ChromeVoxEditableTextBase.call(this,b,c,d,e,f);this.node=a;t his.justSpokeDescription_=!1};goog.inherits(cvox.ChromeVoxEditableElement,cvox.C hromeVoxEditableTextBase); 847 b+1-f):(l=c,g=!1)}else{if(cvox.ChromeVox.typingEcho==cvox.TypingEcho.CHARACTER|| cvox.ChromeVox.typingEcho==cvox.TypingEcho.CHARACTER_AND_WORD)l=cvox.ChromeVoxEd itableTextBase.eventTypingEcho?"":c}else 1<f&&!d?l=h+", deleted":1==f&&(l=h);d&& l?l+=", "+d:d&&(l=d);l&&this.speak(l,g,e)};cvox.ChromeVoxEditableElement=functio n(a,b,c,d,e,f){cvox.ChromeVoxEditableTextBase.call(this,b,c,d,e,f);this.node=a;t his.justSpokeDescription_=!1};goog.inherits(cvox.ChromeVoxEditableElement,cvox.C hromeVoxEditableTextBase);
841 cvox.ChromeVoxEditableElement.prototype.changed=function(a){this.justSpokeDescri ption_&&this.value==a.value&&(this.value=a.value,this.start=a.start,this.end=a.e nd,this.justSpokeDescription_=!1);cvox.ChromeVoxEditableElement.superClass_.chan ged.call(this,a)};cvox.ChromeVoxEditableHTMLInput=function(a,b){this.node=a;this .setup();cvox.ChromeVoxEditableElement.call(this,a,a.value,a.selectionStart,a.se lectionEnd,"password"===a.type,b)};goog.inherits(cvox.ChromeVoxEditableHTMLInput ,cvox.ChromeVoxEditableElement); 848 cvox.ChromeVoxEditableElement.prototype.changed=function(a){this.justSpokeDescri ption_&&this.value==a.value&&(this.value=a.value,this.start=a.start,this.end=a.e nd,this.justSpokeDescription_=!1);cvox.ChromeVoxEditableElement.superClass_.chan ged.call(this,a)};cvox.ChromeVoxEditableHTMLInput=function(a,b){this.node=a;this .setup();cvox.ChromeVoxEditableElement.call(this,a,a.value,a.selectionStart,a.se lectionEnd,"password"===a.type,b)};goog.inherits(cvox.ChromeVoxEditableHTMLInput ,cvox.ChromeVoxEditableElement);
842 cvox.ChromeVoxEditableHTMLInput.prototype.setup=function(){this.node&&!cvox.DomU til.doesInputSupportSelection(this.node)&&(this.originalType=this.node.type,this .node.type="text")};cvox.ChromeVoxEditableHTMLInput.prototype.teardown=function( ){this.node&&this.originalType&&(this.node.type=this.originalType)};cvox.ChromeV oxEditableHTMLInput.prototype.update=function(a){var b=this.node.value;a=new cvo x.TextChangeEvent(b,this.node.selectionStart,this.node.selectionEnd,a);this.chan ged(a)}; 849 cvox.ChromeVoxEditableHTMLInput.prototype.setup=function(){this.node&&!cvox.DomU til.doesInputSupportSelection(this.node)&&(this.originalType=this.node.type,this .node.type="text")};cvox.ChromeVoxEditableHTMLInput.prototype.teardown=function( ){this.node&&this.originalType&&(this.node.type=this.originalType)};cvox.ChromeV oxEditableHTMLInput.prototype.update=function(a){var b=this.node.value;a=new cvo x.TextChangeEvent(b,this.node.selectionStart,this.node.selectionEnd,a);this.chan ged(a)};
843 cvox.ChromeVoxEditableTextArea=function(a,b){cvox.ChromeVoxEditableElement.call( this,a,a.value,a.selectionStart,a.selectionEnd,!1,b);this.multiline=!0;this.shad owIsCurrent_=!1};goog.inherits(cvox.ChromeVoxEditableTextArea,cvox.ChromeVoxEdit ableElement);cvox.ChromeVoxEditableTextArea.prototype.update=function(a){this.no de.value!=this.value&&(this.shadowIsCurrent_=!1);a=new cvox.TextChangeEvent(this .node.value,this.node.selectionStart,this.node.selectionEnd,a);this.changed(a)}; 850 cvox.ChromeVoxEditableTextArea=function(a,b){cvox.ChromeVoxEditableElement.call( this,a,a.value,a.selectionStart,a.selectionEnd,!1,b);this.multiline=!0;this.shad owIsCurrent_=!1};goog.inherits(cvox.ChromeVoxEditableTextArea,cvox.ChromeVoxEdit ableElement);cvox.ChromeVoxEditableTextArea.prototype.update=function(a){this.no de.value!=this.value&&(this.shadowIsCurrent_=!1);a=new cvox.TextChangeEvent(this .node.value,this.node.selectionStart,this.node.selectionEnd,a);this.changed(a)};
844 cvox.ChromeVoxEditableTextArea.prototype.getLineIndex=function(a){return this.ge tShadow().getLineIndex(a)};cvox.ChromeVoxEditableTextArea.prototype.getLineStart =function(a){return this.getShadow().getLineStart(a)};cvox.ChromeVoxEditableText Area.prototype.getLineEnd=function(a){return this.getShadow().getLineEnd(a)}; 851 cvox.ChromeVoxEditableTextArea.prototype.getLineIndex=function(a){return this.ge tShadow().getLineIndex(a)};cvox.ChromeVoxEditableTextArea.prototype.getLineStart =function(a){return this.getShadow().getLineStart(a)};cvox.ChromeVoxEditableText Area.prototype.getLineEnd=function(a){return this.getShadow().getLineEnd(a)};
845 cvox.ChromeVoxEditableTextArea.prototype.getShadow=function(){var a=cvox.ChromeV oxEditableTextArea.shadow_;a||(a=cvox.ChromeVoxEditableTextArea.shadow_=new cvox .EditableTextAreaShadow);this.shadowIsCurrent_||(a.update(this.node),this.shadow IsCurrent_=!0);return a}; 852 cvox.ChromeVoxEditableTextArea.prototype.getShadow=function(){var a=cvox.ChromeV oxEditableTextArea.shadow_;a||(a=cvox.ChromeVoxEditableTextArea.shadow_=new cvox .EditableTextAreaShadow);this.shadowIsCurrent_||(a.update(this.node),this.shadow IsCurrent_=!0);return a};
846 cvox.ChromeVoxEditableContentEditable=function(a,b){cvox.ChromeVoxEditableElemen t.call(this,a,"",0,0,!1,b);this.extractorIsCurrent_=!1;var c=this.getExtractor() ;this.value=c.getText();this.start=c.getStartIndex();this.end=c.getEndIndex();th is.multiline=!0};goog.inherits(cvox.ChromeVoxEditableContentEditable,cvox.Chrome VoxEditableElement); 853 cvox.ChromeVoxEditableContentEditable=function(a,b){cvox.ChromeVoxEditableElemen t.call(this,a,"",0,0,!1,b);this.extractorIsCurrent_=!1;var c=this.getExtractor() ;this.value=c.getText();this.start=c.getStartIndex();this.end=c.getEndIndex();th is.multiline=!0};goog.inherits(cvox.ChromeVoxEditableContentEditable,cvox.Chrome VoxEditableElement);
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
891 cvox.BrailleDisplayManager.prototype.panLeft_=function(){0>=this.panPosition_?th is.commandListener_({command:cvox.BrailleKeyCommand.PAN_LEFT},this.content_):(th is.panPosition_=Math.max(0,this.panPosition_-this.displayState_.textCellCount),t his.refresh_())}; 898 cvox.BrailleDisplayManager.prototype.panLeft_=function(){0>=this.panPosition_?th is.commandListener_({command:cvox.BrailleKeyCommand.PAN_LEFT},this.content_):(th is.panPosition_=Math.max(0,this.panPosition_-this.displayState_.textCellCount),t his.refresh_())};
892 cvox.BrailleDisplayManager.prototype.panRight_=function(){var a=this.panPosition _+this.displayState_.textCellCount;a>=this.translatedContent_.byteLength?this.co mmandListener_({command:cvox.BrailleKeyCommand.PAN_RIGHT},this.content_):(this.p anPosition_=a,this.refresh_())}; 899 cvox.BrailleDisplayManager.prototype.panRight_=function(){var a=this.panPosition _+this.displayState_.textCellCount;a>=this.translatedContent_.byteLength?this.co mmandListener_({command:cvox.BrailleKeyCommand.PAN_RIGHT},this.content_):(this.p anPosition_=a,this.refresh_())};
893 cvox.BrailleDisplayManager.prototype.writeCursor_=function(a,b,c){if(!(0>b||b>=a .byteLength||c<b||c>a.byteLength))for(b==c&&(c=b+1),a=new DataView(a);b<c;){var d=a.getUint8(b),d=d|cvox.BrailleDisplayManager.CURSOR_DOTS_;a.setUint8(b,d);b++} };cvox.BrailleDisplayManager.prototype.brailleToTextPosition_=function(a){var b= this.brailleToText_;return 0>a?(console.error("WARNING: Braille position < 0: "+ a),0):a>=b.length?this.content_.text.getLength():b[a]};cvox.BrailleTable={};cvox .BrailleTable.TABLE_PATH="chromevox/background/braille/tables.json";cvox.Braille Table.getAll=function(a){var b=chrome.extension.getURL(cvox.BrailleTable.TABLE_P ATH);if(!b)throw"Invalid path: "+cvox.BrailleTable.TABLE_PATH;var c=new XMLHttpR equest;c.open("GET",b,!0);c.onreadystatechange=function(){4==c.readyState&&200== c.status&&a(JSON.parse(c.responseText))};c.send()};cvox.BrailleTable.forId=funct ion(a,b){return a.filter(function(a){return a.id===b})[0]||null}; 900 cvox.BrailleDisplayManager.prototype.writeCursor_=function(a,b,c){if(!(0>b||b>=a .byteLength||c<b||c>a.byteLength))for(b==c&&(c=b+1),a=new DataView(a);b<c;){var d=a.getUint8(b),d=d|cvox.BrailleDisplayManager.CURSOR_DOTS_;a.setUint8(b,d);b++} };cvox.BrailleDisplayManager.prototype.brailleToTextPosition_=function(a){var b= this.brailleToText_;return 0>a?(console.error("WARNING: Braille position < 0: "+ a),0):a>=b.length?this.content_.text.getLength():b[a]};cvox.BrailleTable={};cvox .BrailleTable.TABLE_PATH="chromevox/background/braille/tables.json";cvox.Braille Table.getAll=function(a){var b=chrome.extension.getURL(cvox.BrailleTable.TABLE_P ATH);if(!b)throw"Invalid path: "+cvox.BrailleTable.TABLE_PATH;var c=new XMLHttpR equest;c.open("GET",b,!0);c.onreadystatechange=function(){4==c.readyState&&200== c.status&&a(JSON.parse(c.responseText))};c.send()};cvox.BrailleTable.forId=funct ion(a,b){return a.filter(function(a){return a.id===b})[0]||null};
894 cvox.BrailleTable.getUncontracted=function(a,b){function c(a,b){return"6"===a.do ts&&"8"===b.dots&&goog.string.startsWith(a.locale,b.locale)||a.locale===b.locale &&a.dots===b.dots&&goog.isDef(a.grade)&&goog.isDef(b.grade)&&b.grade<a.grade?b:a }return a.reduce(c,b)};cvox.BrailleBackground=function(a){this.displayManager_=a ||new cvox.BrailleDisplayManager;cvox.BrailleTable.getAll(goog.bind(function(a){ this.tables_=a;this.initialize_(0)},this));this.displayManager_.setCommandListen er(goog.bind(this.sendCommand_,this));this.lastContentId_=this.lastContent_=null };goog.inherits(cvox.BrailleBackground,cvox.AbstractBraille);cvox.BrailleBackgro und.prototype.write=function(a){this.lastContent_=this.lastContentId_=null;this. displayManager_.setContent(a)}; 901 cvox.BrailleTable.getUncontracted=function(a,b){function c(a,b){return"6"===a.do ts&&"8"===b.dots&&goog.string.startsWith(a.locale,b.locale)||a.locale===b.locale &&a.dots===b.dots&&goog.isDef(a.grade)&&goog.isDef(b.grade)&&b.grade<a.grade?b:a }return a.reduce(c,b)};cvox.BrailleBackground=function(a){this.displayManager_=a ||new cvox.BrailleDisplayManager;cvox.BrailleTable.getAll(goog.bind(function(a){ this.tables_=a;this.initialize_(0)},this));this.displayManager_.setCommandListen er(goog.bind(this.sendCommand_,this));this.lastContentId_=this.lastContent_=null };goog.inherits(cvox.BrailleBackground,cvox.AbstractBraille);cvox.BrailleBackgro und.prototype.write=function(a){this.lastContent_=this.lastContentId_=null;this. displayManager_.setContent(a)};
895 cvox.BrailleBackground.prototype.setCommandListener=function(){}; 902 cvox.BrailleBackground.prototype.setCommandListener=function(){};
896 cvox.BrailleBackground.prototype.refreshTranslator=function(){if(this.liblouis_) {var a=this.tables_,b=cvox.BrailleTable.forId(a,localStorage.brailleTable);if(!b ){var c=chrome.i18n.getMessage("@@ui_locale").split(/[_-]/),d=c[0],e=c[1],c=a.fi lter(function(a){return a.locale.split(/[_-]/)[0]==d});0<c.length&&(b=c[0],e&&(c =c.filter(function(a){return a.locale.split(/[_-]/)[1]==e}),0<c.length&&(b=c[0]) ))}b||(b=cvox.BrailleTable.forId(a,"en-US-comp8"));localStorage.brailleTable=b.i d;"6"==b.dots?(localStorage.brailleTableType= 903 cvox.BrailleBackground.prototype.refreshTranslator=function(){if(this.liblouis_) {var a=this.tables_,b=cvox.BrailleTable.forId(a,localStorage.brailleTable);if(!b ){var c=chrome.i18n.getMessage("@@ui_locale").split(/[_-]/),d=c[0],e=c[1],c=a.fi lter(function(a){return a.locale.split(/[_-]/)[0]==d});0<c.length&&(b=c[0],e&&(c =c.filter(function(a){return a.locale.split(/[_-]/)[1]==e}),0<c.length&&(b=c[0]) ))}b||(b=cvox.BrailleTable.forId(a,"en-US-comp8"));localStorage.brailleTable=b.i d;"6"==b.dots?(localStorage.brailleTableType=
897 "brailleTable6",localStorage.brailleTable6=b.id):(localStorage.brailleTableType= "brailleTable8",localStorage.brailleTable8=b.id);localStorage.brailleTable6||(lo calStorage.brailleTable6="en-US-g1");localStorage.brailleTable8||(localStorage.b railleTable8="en-US-comp8");var c=cvox.BrailleTable.forId(a,localStorage.braille Table8),f=cvox.BrailleTable.getUncontracted(a,c?c:b);this.liblouis_.getTranslato r(b.fileName,goog.bind(function(a){f.id===b.id?this.displayManager_.setTranslato r(a):this.liblouis_.getTranslator(f.fileName, 904 "brailleTable6",localStorage.brailleTable6=b.id):(localStorage.brailleTableType= "brailleTable8",localStorage.brailleTable8=b.id);localStorage.brailleTable6||(lo calStorage.brailleTable6="en-US-g1");localStorage.brailleTable8||(localStorage.b railleTable8="en-US-comp8");var c=cvox.BrailleTable.forId(a,localStorage.braille Table8),f=cvox.BrailleTable.getUncontracted(a,c?c:b);this.liblouis_.getTranslato r(b.fileName,goog.bind(function(a){f.id===b.id?this.displayManager_.setTranslato r(a):this.liblouis_.getTranslator(f.fileName,
898 goog.bind(function(b){this.displayManager_.setTranslator(a,b)},this))},this))}}; cvox.BrailleBackground.prototype.onBrailleMessage=function(a){"write"==a.action& &(this.lastContentId_=a.contentId,this.lastContent_=cvox.NavBraille.fromJson(a.p arams),this.displayManager_.setContent(this.lastContent_))}; 905 goog.bind(function(b){this.displayManager_.setTranslator(a,b)},this))},this))}}; cvox.BrailleBackground.prototype.onBrailleMessage=function(a){"write"==a.action& &(this.lastContentId_=a.contentId,this.lastContent_=cvox.NavBraille.fromJson(a.p arams),this.displayManager_.setContent(this.lastContent_))};
899 cvox.BrailleBackground.prototype.initialize_=function(a){5<a?console.error("Time out waiting for document.body; not initializing braille."):document.body?(this.l iblouis_=new cvox.LibLouis(chrome.extension.getURL("chromevox/background/braille /liblouis_nacl.nmf"),chrome.extension.getURL("chromevox/background/braille/table s")),this.liblouis_.attachToElement(document.body),this.refreshTranslator()):win dow.setTimeout(goog.bind(this.initialize_,this,++a),500)}; 906 cvox.BrailleBackground.prototype.initialize_=function(a){5<a?console.error("Time out waiting for document.body; not initializing braille."):document.body?(this.l iblouis_=new cvox.LibLouis(chrome.extension.getURL("chromevox/background/braille /liblouis_nacl.nmf"),chrome.extension.getURL("chromevox/background/braille/table s")),this.liblouis_.attachToElement(document.body),this.refreshTranslator()):win dow.setTimeout(goog.bind(this.initialize_,this,++a),500)};
900 cvox.BrailleBackground.prototype.sendCommand_=function(a,b){var c={message:"BRAI LLE",args:a};b===this.lastContent_&&(c.contentId=this.lastContentId_);cvox.Exten sionBridge.send(c)};cvox.EarconsBackground=function(){cvox.AbstractEarcons.call( this);this.audioMap={};"false"===localStorage.earcons&&(this.enabled=!1)};goog.i nherits(cvox.EarconsBackground,cvox.AbstractEarcons);cvox.EarconsBackground.prot otype.getName=function(){return"ChromeVox earcons"};cvox.EarconsBackground.proto type.getBaseUrl=function(){return cvox.EarconsBackground.BASE_URL}; 907 cvox.BrailleBackground.prototype.sendCommand_=function(a,b){var c={message:"BRAI LLE",args:a};b===this.lastContent_&&(c.contentId=this.lastContentId_);cvox.Exten sionBridge.send(c)};cvox.EarconsBackground=function(){cvox.AbstractEarcons.call( this);this.audioMap={};"false"===localStorage.earcons&&(this.enabled=!1)};goog.i nherits(cvox.EarconsBackground,cvox.AbstractEarcons);cvox.EarconsBackground.prot otype.getName=function(){return"ChromeVox earcons"};cvox.EarconsBackground.proto type.getBaseUrl=function(){return cvox.EarconsBackground.BASE_URL};
901 cvox.EarconsBackground.prototype.playEarcon=function(a){cvox.EarconsBackground.s uperClass_.playEarcon.call(this,a);if(this.enabled){window.console&&window.conso le.log("Earcon "+this.getEarconName(a));this.currentAudio=this.audioMap[a];this. currentAudio||(this.currentAudio=new Audio(this.getBaseUrl()+this.getEarconFilen ame(a)),this.audioMap[a]=this.currentAudio);try{this.currentAudio.currentTime=0} catch(b){}this.currentAudio.paused&&(this.currentAudio.volume=0.7,this.currentAu dio.play())}}; 908 cvox.EarconsBackground.prototype.playEarcon=function(a){cvox.EarconsBackground.s uperClass_.playEarcon.call(this,a);if(this.enabled){window.console&&window.conso le.log("Earcon "+this.getEarconName(a));this.currentAudio=this.audioMap[a];this. currentAudio||(this.currentAudio=new Audio(this.getBaseUrl()+this.getEarconFilen ame(a)),this.audioMap[a]=this.currentAudio);try{this.currentAudio.currentTime=0} catch(b){}this.currentAudio.paused&&(this.currentAudio.volume=.7,this.currentAud io.play())}};
902 cvox.EarconsBackground.BASE_URL="earcons/";cvox.MathUtil={};cvox.MathUtil.isMath mlNodeOfClass_=function(a,b){return-1!=b.indexOf(a.tagName.toUpperCase())};cvox. MathUtil.isMathjaxNodeOfClass_=function(a,b){if("SPAN"==a.tagName){var c=a.class Name.split(" ");return c.some(function(a){return-1!=b.indexOf(a.toUpperCase())}) }return!1};cvox.MathUtil.isMathNodeOfClass_=function(a,b){return a.nodeType==Nod e.ELEMENT_NODE&&(cvox.MathUtil.isMathmlNodeOfClass_(a,b)||cvox.MathUtil.isMathja xNodeOfClass_(a,b))};cvox.MathUtil.TOKEN_LIST="MI MN MO MTEXT MSPACE MS".split(" "); 909 cvox.EarconsBackground.BASE_URL="earcons/";cvox.MathUtil={};cvox.MathUtil.isMath mlNodeOfClass_=function(a,b){return-1!=b.indexOf(a.tagName.toUpperCase())};cvox. MathUtil.isMathjaxNodeOfClass_=function(a,b){if("SPAN"==a.tagName){var c=a.class Name.split(" ");return c.some(function(a){return-1!=b.indexOf(a.toUpperCase())}) }return!1};cvox.MathUtil.isMathNodeOfClass_=function(a,b){return a.nodeType==Nod e.ELEMENT_NODE&&(cvox.MathUtil.isMathmlNodeOfClass_(a,b)||cvox.MathUtil.isMathja xNodeOfClass_(a,b))};cvox.MathUtil.TOKEN_LIST="MI MN MO MTEXT MSPACE MS".split(" ");
903 cvox.MathUtil.isToken=function(a){return cvox.MathUtil.isMathNodeOfClass_(a,cvox .MathUtil.TOKEN_LIST)};cvox.MathUtil.LAYOUT_LIST="MROW MFRAC MSQRT MROOT MSTYLE MERROR MPADDED MPHANTOM MFENCED MENCLOSE".split(" ");cvox.MathUtil.isLayout=func tion(a){return cvox.MathUtil.isMathNodeOfClass_(a,cvox.MathUtil.LAYOUT_LIST)};cv ox.MathUtil.SCRIPT_LIST="MSUB MSUP MSUBSUP MUNDER MOVER MUNDEROVER MMULTISCRIPTS MPRESCRIPTS".split(" "); 910 cvox.MathUtil.isToken=function(a){return cvox.MathUtil.isMathNodeOfClass_(a,cvox .MathUtil.TOKEN_LIST)};cvox.MathUtil.LAYOUT_LIST="MROW MFRAC MSQRT MROOT MSTYLE MERROR MPADDED MPHANTOM MFENCED MENCLOSE".split(" ");cvox.MathUtil.isLayout=func tion(a){return cvox.MathUtil.isMathNodeOfClass_(a,cvox.MathUtil.LAYOUT_LIST)};cv ox.MathUtil.SCRIPT_LIST="MSUB MSUP MSUBSUP MUNDER MOVER MUNDEROVER MMULTISCRIPTS MPRESCRIPTS".split(" ");
904 cvox.MathUtil.isScript=function(a){return cvox.MathUtil.isMathNodeOfClass_(a,cvo x.MathUtil.SCRIPT_LIST)};cvox.MathUtil.TABLES_LIST="MTABLE MLABELEDTR MTR MTD MA LIGNGROUP MALIGNMARK".split(" ");cvox.MathUtil.isTables=function(a){return cvox. MathUtil.isMathNodeOfClass_(a,cvox.MathUtil.TABLES_LIST)};cvox.MathUtil.ELEMENTA RY_LIST="MSTACK MLONGDIV MSGROUP MSROW MSCARRIES MSCARRY MSLINE".split(" ");cvox .MathUtil.isElementary=function(a){return cvox.MathUtil.isMathNodeOfClass_(a,cvo x.MathUtil.ELEMENTARY_LIST)}; 911 cvox.MathUtil.isScript=function(a){return cvox.MathUtil.isMathNodeOfClass_(a,cvo x.MathUtil.SCRIPT_LIST)};cvox.MathUtil.TABLES_LIST="MTABLE MLABELEDTR MTR MTD MA LIGNGROUP MALIGNMARK".split(" ");cvox.MathUtil.isTables=function(a){return cvox. MathUtil.isMathNodeOfClass_(a,cvox.MathUtil.TABLES_LIST)};cvox.MathUtil.ELEMENTA RY_LIST="MSTACK MLONGDIV MSGROUP MSROW MSCARRIES MSCARRY MSLINE".split(" ");cvox .MathUtil.isElementary=function(a){return cvox.MathUtil.isMathNodeOfClass_(a,cvo x.MathUtil.ELEMENTARY_LIST)};
905 cvox.MathUtil.MATHML_TAG_LIST=[cvox.MathUtil.TOKEN_LIST,cvox.MathUtil.LAYOUT_LIS T,cvox.MathUtil.SCRIPT_LIST,cvox.MathUtil.TABLES_LIST,cvox.MathUtil.ELEMENTARY_L IST].reduce(function(a,b){return a.concat(b)});cvox.MathUtil.isMathmlTag=functio n(a){return cvox.MathUtil.isMathNodeOfClass_(a,cvox.MathUtil.MATHML_TAG_LIST)};c vox.MathUtil.WHITESPACE_LIST=["MSROW","MROW","MSPACE","MPHANTOM","MPADDED"];cvox .MathUtil.isWhitespace=function(a){return cvox.MathUtil.isMathNodeOfClass_(a,cvo x.MathUtil.WHITESPACE_LIST)}; 912 cvox.MathUtil.MATHML_TAG_LIST=[cvox.MathUtil.TOKEN_LIST,cvox.MathUtil.LAYOUT_LIS T,cvox.MathUtil.SCRIPT_LIST,cvox.MathUtil.TABLES_LIST,cvox.MathUtil.ELEMENTARY_L IST].reduce(function(a,b){return a.concat(b)});cvox.MathUtil.isMathmlTag=functio n(a){return cvox.MathUtil.isMathNodeOfClass_(a,cvox.MathUtil.MATHML_TAG_LIST)};c vox.MathUtil.WHITESPACE_LIST=["MSROW","MROW","MSPACE","MPHANTOM","MPADDED"];cvox .MathUtil.isWhitespace=function(a){return cvox.MathUtil.isMathNodeOfClass_(a,cvo x.MathUtil.WHITESPACE_LIST)};
906 cvox.MathUtil.isNotWhitespace=function(a){return cvox.MathUtil.isMathmlTag(a)&&! cvox.MathUtil.isWhitespace(a)};cvox.MathUtil.union=function(a,b){return a.concat (b.filter(function(b){return 0>a.indexOf(b)}))};cvox.NavDescription=function(a){ this.context=a.context?a.context:"";this.text=a.text?a.text:"";this.userValue=a. userValue?a.userValue:"";this.annotation=a.annotation?a.annotation:"";this.earco ns=a.earcons?a.earcons:[];this.personality=a.personality;this.hint=a.hint?a.hint :""};cvox.NavDescription.prototype.isEmpty=function(){return 0==this.context.len gth&&0==this.earcons.length&&0==this.text.length&&0==this.userValue.length&&0==t his.annotation.length}; 913 cvox.MathUtil.isNotWhitespace=function(a){return cvox.MathUtil.isMathmlTag(a)&&! cvox.MathUtil.isWhitespace(a)};cvox.MathUtil.union=function(a,b){return a.concat (b.filter(function(b){return 0>a.indexOf(b)}))};cvox.NavDescription=function(a){ this.context=a.context?a.context:"";this.text=a.text?a.text:"";this.userValue=a. userValue?a.userValue:"";this.annotation=a.annotation?a.annotation:"";this.earco ns=a.earcons?a.earcons:[];this.personality=a.personality;this.hint=a.hint?a.hint :""};cvox.NavDescription.prototype.isEmpty=function(){return 0==this.context.len gth&&0==this.earcons.length&&0==this.text.length&&0==this.userValue.length&&0==t his.annotation.length};
907 cvox.NavDescription.prototype.toString=function(){return'NavDescription(context= "'+this.context+'" text="'+this.text+'" userValue="'+this.userValue+'" annota tion="'+this.annotation+'")'};cvox.NavDescription.prototype.pushEarcon=function( a){this.earcons.push(a)}; 914 cvox.NavDescription.prototype.toString=function(){return'NavDescription(context= "'+this.context+'" text="'+this.text+'" userValue="'+this.userValue+'" annota tion="'+this.annotation+'")'};cvox.NavDescription.prototype.pushEarcon=function( a){this.earcons.push(a)};
908 cvox.NavDescription.prototype.speak=function(a,b,c){function d(){var a={},b=cvox .AbstractTts.PERSONALITY_ANNOTATION,c;for(c in b)a[c]=b[c];return a}var e=[];thi s.context&&(e.push([this.context,a,d()]),a=1);e.push([this.text,a,this.personali ty?this.personality:{}]);a=1;this.userValue&&e.push([this.userValue,a,{}]);this. annotation&&e.push([this.annotation,a,d()]);this.hint&&e.push([this.hint,a,d()]) ;a=e.length;for(var f=0;f<a;f++)0==f&&b&&(e[f][2].startCallback=b),f==a-1&&c&&(e [f][2].endCallback=c), 915 cvox.NavDescription.prototype.speak=function(a,b,c){function d(){var a={},b=cvox .AbstractTts.PERSONALITY_ANNOTATION,c;for(c in b)a[c]=b[c];return a}var e=[];thi s.context&&(e.push([this.context,a,d()]),a=1);e.push([this.text,a,this.personali ty?this.personality:{}]);a=1;this.userValue&&e.push([this.userValue,a,{}]);this. annotation&&e.push([this.annotation,a,d()]);this.hint&&e.push([this.hint,a,d()]) ;a=e.length;for(var f=0;f<a;f++)0==f&&b&&(e[f][2].startCallback=b),f==a-1&&c&&(e [f][2].endCallback=c),
909 cvox.ChromeVox.tts.speak.apply(cvox.ChromeVox.tts,e[f])};cvox.NavDescription.pro totype.equals=function(a){return this.context==a.context&&this.text==a.text&&thi s.userValue==a.userValue&&this.annotation==a.annotation};cvox.NavMathDescription =function(a){cvox.NavDescription.call(this,a);var b=this.personality?this.person ality:{},c={};c.domain=a.domain?a.domain:"";c.style=a.style?a.style:"";b.math=c; this.personality=b};goog.inherits(cvox.NavMathDescription,cvox.NavDescription);c vox.SemanticUtil=function(){};cvox.SemanticUtil.objectsToKeys=function(a){a=Arra y.prototype.slice.call(arguments,0);var b=[];return b.concat.apply(b,a.map(Objec t.keys))};cvox.SemanticUtil.objectsToValues=function(a){a=Array.prototype.slice. call(arguments,0);var b=[],c=function(a){for(var c in a)b.push(a[c])};a.forEach( c);return b}; 916 cvox.ChromeVox.tts.speak.apply(cvox.ChromeVox.tts,e[f])};cvox.NavDescription.pro totype.equals=function(a){return this.context==a.context&&this.text==a.text&&thi s.userValue==a.userValue&&this.annotation==a.annotation};cvox.NavMathDescription =function(a){cvox.NavDescription.call(this,a);var b=this.personality?this.person ality:{},c={};c.domain=a.domain?a.domain:"";c.style=a.style?a.style:"";b.math=c; this.personality=b};goog.inherits(cvox.NavMathDescription,cvox.NavDescription);c vox.SemanticUtil=function(){};cvox.SemanticUtil.objectsToKeys=function(a){a=Arra y.prototype.slice.call(arguments,0);var b=[];return b.concat.apply(b,a.map(Objec t.keys))};cvox.SemanticUtil.objectsToValues=function(a){a=Array.prototype.slice. call(arguments,0);var b=[],c=function(a){for(var c in a)b.push(a[c])};a.forEach( c);return b};
910 cvox.SemanticUtil.unicodeToNumber=function(a){if(!a||2<a.length)return null;if(2 ==a.length){var b=a.charCodeAt(0);a=a.charCodeAt(1);return 55296<=b&&56319>=b&&! isNaN(a)?1024*(b-55296)+(a-56320)+65536:null}return a.charCodeAt(0)};cvox.Semant icUtil.numberToUnicode=function(a){if(65536<=a){var b=(a-65536)/1024+55296;a=(a- 65536)%1024+56320;return String.fromCharCode(b,a)}return String.fromCharCode(a)} ;cvox.SemanticUtil.tagName=function(a){return a.tagName.toUpperCase()};cvox.Sema nticUtil.IGNORETAGS="MERROR MPHANTOM MSPACE MACTION MALIGNGROUP MALIGNMARK MACTI ON".split(" "); 917 cvox.SemanticUtil.unicodeToNumber=function(a){if(!a||2<a.length)return null;if(2 ==a.length){var b=a.charCodeAt(0);a=a.charCodeAt(1);return 55296<=b&&56319>=b&&! isNaN(a)?1024*(b-55296)+(a-56320)+65536:null}return a.charCodeAt(0)};cvox.Semant icUtil.numberToUnicode=function(a){if(65536<=a){var b=(a-65536)/1024+55296;a=(a- 65536)%1024+56320;return String.fromCharCode(b,a)}return String.fromCharCode(a)} ;cvox.SemanticUtil.tagName=function(a){return a.tagName.toUpperCase()};cvox.Sema nticUtil.IGNORETAGS="MERROR MPHANTOM MSPACE MACTION MALIGNGROUP MALIGNMARK MACTI ON".split(" ");
911 cvox.SemanticUtil.EMPTYTAGS=["MATH","MROW","MPADDED","MSTYLE"];cvox.SemanticUtil .purgeNodes=function(a){for(var b=[],c=0,d;d=a[c];c++){var e=cvox.SemanticUtil.t agName(d);-1==cvox.SemanticUtil.IGNORETAGS.indexOf(e)&&(-1!=cvox.SemanticUtil.EM PTYTAGS.indexOf(e)&&0==d.childNodes.length||b.push(d))}return b};cvox.SemanticAt tr=function(){this.generalPunctuations="!\"#%&'*,:;?@\\\u00a1\u00a7\u00b6\u00b7\ u00bf\u2017\u2020\u2021\u2022\u2023\u2024\u2025\u2027\u2030\u2031\u2038\u203b\u2 03c\u203d\u203e\u2041\u2042\u2043\u2047\u2048\u2049\u204b\u204c\u204d\u204e\u204 f\u2050\u2051\u2053\u2055\u2056\u2058\u2059\u205a\u205b\u205c\u205d\u205e\ufe10\ ufe13\ufe14\ufe15\ufe16\ufe30\ufe45\ufe46\ufe49\ufe4a\ufe4b\ufe4c\ufe50\ufe54\uf e55\ufe56\ufe57\ufe5f\ufe60\ufe61\ufe68\ufe6a\ufe6b\uff01\uff02\uff03\uff05\uff0 6\uff07\uff0a\uff0c\uff0f\uff1a\uff1b\uff1f\uff20\uff3c".split(""); 918 cvox.SemanticUtil.EMPTYTAGS=["MATH","MROW","MPADDED","MSTYLE"];cvox.SemanticUtil .purgeNodes=function(a){for(var b=[],c=0,d;d=a[c];c++){var e=cvox.SemanticUtil.t agName(d);-1==cvox.SemanticUtil.IGNORETAGS.indexOf(e)&&(-1!=cvox.SemanticUtil.EM PTYTAGS.indexOf(e)&&0==d.childNodes.length||b.push(d))}return b};cvox.SemanticAt tr=function(){this.generalPunctuations="!\"#%&'*,:;?@\\\u00a1\u00a7\u00b6\u00b7\ u00bf\u2017\u2020\u2021\u2022\u2023\u2024\u2025\u2027\u2030\u2031\u2038\u203b\u2 03c\u203d\u203e\u2041\u2042\u2043\u2047\u2048\u2049\u204b\u204c\u204d\u204e\u204 f\u2050\u2051\u2053\u2055\u2056\u2058\u2059\u205a\u205b\u205c\u205d\u205e\ufe10\ ufe13\ufe14\ufe15\ufe16\ufe30\ufe45\ufe46\ufe49\ufe4a\ufe4b\ufe4c\ufe50\ufe54\uf e55\ufe56\ufe57\ufe5f\ufe60\ufe61\ufe68\ufe6a\ufe6b\uff01\uff02\uff03\uff05\uff0 6\uff07\uff0a\uff0c\uff0f\uff1a\uff1b\uff1f\uff20\uff3c".split("");
(...skipping 136 matching lines...) Expand 10 before | Expand all | Expand 10 after
1048 cvox.MathStore.prototype.parseDynamicConstraint=function(a){var b=a.split(".");i f(!b[0]||!b[1])throw new cvox.SpeechRule.OutputError("Invalid domain assignment: "+a);return cvox.MathStore.createDynamicConstraint(b[0],b[1])};cvox.MathStore.cr eateDynamicConstraint=function(a,b){var c={};c[cvox.SpeechRule.DynamicCstrAttrib .DOMAIN]=a;c[cvox.SpeechRule.DynamicCstrAttrib.STYLE]=b;return c}; 1055 cvox.MathStore.prototype.parseDynamicConstraint=function(a){var b=a.split(".");i f(!b[0]||!b[1])throw new cvox.SpeechRule.OutputError("Invalid domain assignment: "+a);return cvox.MathStore.createDynamicConstraint(b[0],b[1])};cvox.MathStore.cr eateDynamicConstraint=function(a,b){var c={};c[cvox.SpeechRule.DynamicCstrAttrib .DOMAIN]=a;c[cvox.SpeechRule.DynamicCstrAttrib.STYLE]=b;return c};
1049 cvox.MathStore.prototype.defineRuleAlias=function(a,b,c){var d=this.findRule(fun ction(b){return b.name==a});if(!d)throw new cvox.SpeechRule.OutputError("Rule wi th named "+a+" does not exist.");this.addAlias_(d,b,Array.prototype.slice.call(a rguments,2))};cvox.MathStore.prototype.addAlias_=function(a,b,c){b=new cvox.Spee chRule.Precondition(b,c);b=new cvox.SpeechRule(a.name,a.dynamicCstr,b,a.action); b.name=a.name;this.addRule(b)};cvox.MathStore.prototype.evaluateDefault=function (a){return this.evaluateString_(a.textContent)}; 1056 cvox.MathStore.prototype.defineRuleAlias=function(a,b,c){var d=this.findRule(fun ction(b){return b.name==a});if(!d)throw new cvox.SpeechRule.OutputError("Rule wi th named "+a+" does not exist.");this.addAlias_(d,b,Array.prototype.slice.call(a rguments,2))};cvox.MathStore.prototype.addAlias_=function(a,b,c){b=new cvox.Spee chRule.Precondition(b,c);b=new cvox.SpeechRule(a.name,a.dynamicCstr,b,a.action); b.name=a.name;this.addRule(b)};cvox.MathStore.prototype.evaluateDefault=function (a){return this.evaluateString_(a.textContent)};
1050 cvox.MathStore.prototype.evaluateString_=function(a){var b=[];if(a.match(/^\s+$/ ))return b;a=cvox.MathStore.removeEmpty_(a.replace(/\s/g," ").split(" "));for(va r c=0,d;d=a[c];c++)if(1==d.length)b.push(this.evaluate_(d));else if(d.match(/^[a -zA-Z]+$/))b.push(this.evaluate_(d));else for(;d;){var e=d.match(/^\d+/),f=d.mat ch(/^[a-zA-Z]+/);e?(b.push(this.evaluate_(e[0])),d=d.substring(e[0].length)):f?( b.push(this.evaluate_(f[0])),d=d.substring(f[0].length)):(e=d[0],e=e.charCodeAt( 0),55296<=e&&56319>=e&& 1057 cvox.MathStore.prototype.evaluateString_=function(a){var b=[];if(a.match(/^\s+$/ ))return b;a=cvox.MathStore.removeEmpty_(a.replace(/\s/g," ").split(" "));for(va r c=0,d;d=a[c];c++)if(1==d.length)b.push(this.evaluate_(d));else if(d.match(/^[a -zA-Z]+$/))b.push(this.evaluate_(d));else for(;d;){var e=d.match(/^\d+/),f=d.mat ch(/^[a-zA-Z]+/);e?(b.push(this.evaluate_(e[0])),d=d.substring(e[0].length)):f?( b.push(this.evaluate_(f[0])),d=d.substring(f[0].length)):(e=d[0],e=e.charCodeAt( 0),55296<=e&&56319>=e&&
1051 1<d.length&&!isNaN(d.charCodeAt(1))?(b.push(this.evaluate_(d.slice(0,2))),d=d.su bstring(2)):(b.push(this.evaluate_(d[0])),d=d.substring(1)))}return b};cvox.Math Store.prototype.evaluate_=function(a){return cvox.ChromeVox.host.mathMap?cvox.Ch romeVox.host.mathMap.evaluate(a,cvox.TraverseMath.getInstance().domain,cvox.Trav erseMath.getInstance().style):new cvox.NavMathDescription({text:a,domain:cvox.Tr averseMath.getInstance().domain,style:cvox.TraverseMath.getInstance().style})}; 1058 1<d.length&&!isNaN(d.charCodeAt(1))?(b.push(this.evaluate_(d.slice(0,2))),d=d.su bstring(2)):(b.push(this.evaluate_(d[0])),d=d.substring(1)))}return b};cvox.Math Store.prototype.evaluate_=function(a){return cvox.ChromeVox.host.mathMap?cvox.Ch romeVox.host.mathMap.evaluate(a,cvox.TraverseMath.getInstance().domain,cvox.Trav erseMath.getInstance().style):new cvox.NavMathDescription({text:a,domain:cvox.Tr averseMath.getInstance().domain,style:cvox.TraverseMath.getInstance().style})};
1052 cvox.MathStore.removeEmpty_=function(a){return a.filter(function(a){return a})}; cvox.MathSimpleStore=function(){cvox.MathStore.call(this)};goog.inherits(cvox.Ma thSimpleStore,cvox.MathStore);cvox.MathSimpleStore.prototype.defineRulesFromMapp ings=function(a,b,c){for(var d in c)for(var e in c[d]){var f=c[d][e],g='self::te xt() = "'+b+'"';this.defineRule(a,d+"."+e,'[t] "'+f+'"',"self::text()",g)}};cvox .MathCompoundStore=function(){this.subStores_={}};goog.addSingletonGetter(cvox.M athCompoundStore); 1059 cvox.MathStore.removeEmpty_=function(a){return a.filter(function(a){return a})}; cvox.MathSimpleStore=function(){cvox.MathStore.call(this)};goog.inherits(cvox.Ma thSimpleStore,cvox.MathStore);cvox.MathSimpleStore.prototype.defineRulesFromMapp ings=function(a,b,c){for(var d in c)for(var e in c[d]){var f=c[d][e],g='self::te xt() = "'+b+'"';this.defineRule(a,d+"."+e,'[t] "'+f+'"',"self::text()",g)}};cvox .MathCompoundStore=function(){this.subStores_={}};goog.addSingletonGetter(cvox.M athCompoundStore);
1053 cvox.MathCompoundStore.prototype.defineRules=function(a,b,c){var d=new cvox.Math SimpleStore;d.defineRulesFromMappings(a,b,c);this.subStores_[b]=d};cvox.MathComp oundStore.prototype.addSymbolRules=function(a){var b=cvox.MathSimpleStore.parseU nicode_(a.key);this.defineRules(a.key,b,a.mappings)};cvox.MathCompoundStore.prot otype.addFunctionRules=function(a){var b=a.names;a=a.mappings;for(var c=0,d;d=b[ c];c++)this.defineRules(d,d,a)}; 1060 cvox.MathCompoundStore.prototype.defineRules=function(a,b,c){var d=new cvox.Math SimpleStore;d.defineRulesFromMappings(a,b,c);this.subStores_[b]=d};cvox.MathComp oundStore.prototype.addSymbolRules=function(a){var b=cvox.MathSimpleStore.parseU nicode_(a.key);this.defineRules(a.key,b,a.mappings)};cvox.MathCompoundStore.prot otype.addFunctionRules=function(a){var b=a.names;a=a.mappings;for(var c=0,d;d=b[ c];c++)this.defineRules(d,d,a)};
1054 cvox.MathCompoundStore.prototype.lookupRule=function(a,b){var c=this.subStores_[ a.textContent];if(c)return c.lookupRule(a,b)};cvox.MathCompoundStore.prototype.l ookupString=function(a,b){var c=document.createTextNode(a);return(c=this.lookupR ule(c,b))?c.action.components.map(function(a){return a.content.slice(1,-1)}).joi n(" "):""}; 1061 cvox.MathCompoundStore.prototype.lookupRule=function(a,b){var c=this.subStores_[ a.textContent];if(c)return c.lookupRule(a,b)};cvox.MathCompoundStore.prototype.l ookupString=function(a,b){var c=document.createTextNode(a);return(c=this.lookupR ule(c,b))?c.action.components.map(function(a){return a.content.slice(1,-1)}).joi n(" "):""};
1055 cvox.MathCompoundStore.prototype.getDynamicConstraintValues=function(){var a={}, b;for(b in this.subStores_){var c=this.subStores_[b].getDynamicConstraintValues( ),d;for(d in c){var e=a[d];a[d]=e?cvox.MathUtil.union(e,c[d]):c[d]}}return a};cv ox.MathSimpleStore.parseUnicode_=function(a){var b=parseInt(a,16);if(65536>b)ret urn String.fromCharCode(b);b-=65536;a=(b>>10)+55296;b=(b&1023)+56320;return Stri ng.fromCharCode(a,b)};cvox.MathMap=function(){this.store=cvox.MathCompoundStore. getInstance();cvox.MathMap.parseFiles(cvox.MathMap.FUNCTIONS_FILES_.map(function (a){return cvox.MathMap.FUNCTIONS_PATH_+a})).forEach(goog.bind(this.store.addFun ctionRules,this.store));cvox.MathMap.parseFiles(cvox.MathMap.SYMBOLS_FILES_.map( function(a){return cvox.MathMap.SYMBOLS_PATH_+a})).forEach(goog.bind(this.store. addSymbolRules,this.store));var a=this.store.getDynamicConstraintValues();this.a llDomains=a.domain;this.allStyles=a.style}; 1062 cvox.MathCompoundStore.prototype.getDynamicConstraintValues=function(){var a={}, b;for(b in this.subStores_){var c=this.subStores_[b].getDynamicConstraintValues( ),d;for(d in c){var e=a[d];a[d]=e?cvox.MathUtil.union(e,c[d]):c[d]}}return a};cv ox.MathSimpleStore.parseUnicode_=function(a){var b=parseInt(a,16);if(65536>b)ret urn String.fromCharCode(b);b-=65536;a=(b>>10)+55296;b=(b&1023)+56320;return Stri ng.fromCharCode(a,b)};cvox.MathMap=function(){this.store=cvox.MathCompoundStore. getInstance();cvox.MathMap.parseFiles(cvox.MathMap.FUNCTIONS_FILES_.map(function (a){return cvox.MathMap.FUNCTIONS_PATH_+a})).forEach(goog.bind(this.store.addFun ctionRules,this.store));cvox.MathMap.parseFiles(cvox.MathMap.SYMBOLS_FILES_.map( function(a){return cvox.MathMap.SYMBOLS_PATH_+a})).forEach(goog.bind(this.store. addSymbolRules,this.store));var a=this.store.getDynamicConstraintValues();this.a llDomains=a.domain;this.allStyles=a.style};
1056 cvox.MathMap.prototype.stringify=function(){return JSON.stringify(this)};cvox.Ma thMap.MATHMAP_PATH_="chromevox/background/mathmaps/";cvox.MathMap.SYMBOLS_PATH_= cvox.MathMap.MATHMAP_PATH_+"symbols/";cvox.MathMap.FUNCTIONS_PATH_=cvox.MathMap. MATHMAP_PATH_+"functions/";cvox.MathMap.SYMBOLS_FILES_="greek-capital.json greek -small.json greek-scripts.json greek-mathfonts.json greek-symbols.json hebrew_le tters.json latin-lower-double-accent.json latin-lower-normal.json latin-lower-ph onetic.json latin-lower-single-accent.json latin-rest.json latin-upper-double-ac cent.json latin-upper-normal.json latin-upper-single-accent.json latin-mathfonts .json math_angles.json math_arrows.json math_characters.json math_delimiters.jso n math_digits.json math_geometry.json math_harpoons.json math_non_characters.jso n math_symbols.json math_whitespace.json other_stars.json".split(" "); 1063 cvox.MathMap.prototype.stringify=function(){return JSON.stringify(this)};cvox.Ma thMap.MATHMAP_PATH_="chromevox/background/mathmaps/";cvox.MathMap.SYMBOLS_PATH_= cvox.MathMap.MATHMAP_PATH_+"symbols/";cvox.MathMap.FUNCTIONS_PATH_=cvox.MathMap. MATHMAP_PATH_+"functions/";cvox.MathMap.SYMBOLS_FILES_="greek-capital.json greek -small.json greek-scripts.json greek-mathfonts.json greek-symbols.json hebrew_le tters.json latin-lower-double-accent.json latin-lower-normal.json latin-lower-ph onetic.json latin-lower-single-accent.json latin-rest.json latin-upper-double-ac cent.json latin-upper-normal.json latin-upper-single-accent.json latin-mathfonts .json math_angles.json math_arrows.json math_characters.json math_delimiters.jso n math_digits.json math_geometry.json math_harpoons.json math_non_characters.jso n math_symbols.json math_whitespace.json other_stars.json".split(" ");
1057 cvox.MathMap.FUNCTIONS_FILES_=["algebra.json","elementary.json","hyperbolic.json ","trigonometry.json"];cvox.MathMap.loadFile=function(a){try{return cvox.MathMap .readJSON_(a)}catch(b){console.log("Unable to load file: "+a+", error: "+b)}};cv ox.MathMap.loadFiles=function(a){return a.map(cvox.MathMap.loadFile)};cvox.MathM ap.parseFiles=function(a){a=cvox.MathMap.loadFiles(a);return[].concat.apply([],a .map(function(a){return JSON.parse(a)}))}; 1064 cvox.MathMap.FUNCTIONS_FILES_=["algebra.json","elementary.json","hyperbolic.json ","trigonometry.json"];cvox.MathMap.loadFile=function(a){try{return cvox.MathMap .readJSON_(a)}catch(b){console.log("Unable to load file: "+a+", error: "+b)}};cv ox.MathMap.loadFiles=function(a){return a.map(cvox.MathMap.loadFile)};cvox.MathM ap.parseFiles=function(a){a=cvox.MathMap.loadFiles(a);return[].concat.apply([],a .map(function(a){return JSON.parse(a)}))};
1058 cvox.MathMap.readJSON_=function(a){var b=chrome.extension.getURL(a);if(!b)throw" Invalid path: "+a;a=new XMLHttpRequest;a.open("GET",b,!1);a.send();return a.resp onseText};cvox.ChromeTtsBase=function(){cvox.AbstractTts.call(this);this.propert yDefault.pitch=1;this.propertyMin.pitch=0.2;this.propertyMax.pitch=2;this.proper tyDefault.rate=1;this.propertyMin.rate=0.2;this.propertyMax.rate=5;this.property Default.volume=1;this.propertyMin.volume=0.2;this.propertyMax.volume=1};goog.inh erits(cvox.ChromeTtsBase,cvox.AbstractTts);cvox.TtsBackground=function(a){a=void 0==a?!0:a;cvox.ChromeTtsBase.call(this);this.currentVoice=localStorage.voiceNam e||"";this.ttsProperties.rate=parseFloat(localStorage.rate)||this.propertyDefaul t.rate;this.ttsProperties.pitch=parseFloat(localStorage.pitch)||this.propertyDef ault.pitch;this.ttsProperties.volume=parseFloat(localStorage.volume)||this.prope rtyDefault.volume;void 0==this.ttsProperties.lang&&(this.ttsProperties.lang=chro me.i18n.getMessage("@@ui_locale").replace("_","-"));this.lastEventType= 1065 cvox.MathMap.readJSON_=function(a){var b=chrome.extension.getURL(a);if(!b)throw" Invalid path: "+a;a=new XMLHttpRequest;a.open("GET",b,!1);a.send();return a.resp onseText};cvox.ChromeTtsBase=function(){cvox.AbstractTts.call(this);this.propert yDefault.pitch=1;this.propertyMin.pitch=.2;this.propertyMax.pitch=2;this.propert yDefault.rate=1;this.propertyMin.rate=.2;this.propertyMax.rate=5;this.propertyDe fault.volume=1;this.propertyMin.volume=.2;this.propertyMax.volume=1};goog.inheri ts(cvox.ChromeTtsBase,cvox.AbstractTts);cvox.TtsBackground=function(a){a=void 0= =a?!0:a;cvox.ChromeTtsBase.call(this);this.currentVoice=localStorage.voiceName|| "";this.ttsProperties.rate=parseFloat(localStorage.rate)||this.propertyDefault.r ate;this.ttsProperties.pitch=parseFloat(localStorage.pitch)||this.propertyDefaul t.pitch;this.ttsProperties.volume=parseFloat(localStorage.volume)||this.property Default.volume;void 0==this.ttsProperties.lang&&(this.ttsProperties.lang=chrome. i18n.getMessage("@@ui_locale").replace("_","-"));this.lastEventType=
1059 "end";this.setPreferredVoice_();this.currentVoice||this.setDefaultVoiceName_();t his.currentPunctuationEcho_=parseInt(localStorage[cvox.AbstractTts.PUNCTUATION_E CHO]||1,10);this.punctuationEchoes_=[{name:"none",msg:"no_punctuation",regexp:/[ -$#"()*;:<>\n\\\/+='~`@_]/g,clear:!0},{name:"some",msg:"some_punctuation",regexp :/[$#"*<>\\\/\{\}+=~`%]/g,clear:!1},{name:"all",msg:"all_punctuation",regexp:/[- $#"()*;:<>\n\\\/\{\}\[\]+='~`!@_.,?%]/g,clear:!1}];this.retainPunctuation_=[";", "?","!","'"];this.mathmap= 1066 "end";this.setPreferredVoice_();this.currentVoice||this.setDefaultVoiceName_();t his.currentPunctuationEcho_=parseInt(localStorage[cvox.AbstractTts.PUNCTUATION_E CHO]||1,10);this.punctuationEchoes_=[{name:"none",msg:"no_punctuation",regexp:/[ -$#"()*;:<>\n\\\/+='~`@_]/g,clear:!0},{name:"some",msg:"some_punctuation",regexp :/[$#"*<>\\\/\{\}+=~`%]/g,clear:!1},{name:"all",msg:"all_punctuation",regexp:/[- $#"()*;:<>\n\\\/\{\}\[\]+='~`!@_.,?%]/g,clear:!1}];this.retainPunctuation_=[";", "?","!","'"];this.mathmap=
1060 a?new cvox.MathMap:null;try{this.PHONETIC_MAP_=JSON.parse(cvox.ChromeVox.msgs.ge tMsg("phonetic_map"))}catch(b){console.log("Error; unable to parse phonetic map msg.")}this.capturingTtsEventListeners_=[];this.doNotInterrupt_=!1};goog.inherit s(cvox.TtsBackground,cvox.ChromeTtsBase);cvox.TtsBackground.PHONETIC_DELAY_MS_=1 E3; 1067 a?new cvox.MathMap:null;try{this.PHONETIC_MAP_=JSON.parse(cvox.ChromeVox.msgs.ge tMsg("phonetic_map"))}catch(b){console.log("Error; unable to parse phonetic map msg.")}this.capturingTtsEventListeners_=[];this.doNotInterrupt_=!1};goog.inherit s(cvox.TtsBackground,cvox.ChromeTtsBase);cvox.TtsBackground.PHONETIC_DELAY_MS_=1 E3;
1061 cvox.TtsBackground.prototype.setPreferredVoice_=function(){var a=this;chrome.tts .getVoices(function(b){for(var c=0,d;d=b[c];c++)if(d.voiceName==localStorage.voi ceName){a.currentVoice=d.voiceName;break}})}; 1068 cvox.TtsBackground.prototype.setPreferredVoice_=function(){var a=this;chrome.tts .getVoices(function(b){for(var c=0,d;d=b[c];c++)if(d.voiceName==localStorage.voi ceName){a.currentVoice=d.voiceName;break}})};
1062 cvox.TtsBackground.prototype.speak=function(a,b,c){cvox.TtsBackground.superClass _.speak.call(this,a,b,c);c||(c={});var d=c.startCallback,e=c.endCallback,f=a.rep lace(/([-\n\r.,!?;])(\s)/g,"$1$2|"),f=f.split("|");if(2<f.length){for(a=0;a<f.le ngth;a++)c.startCallback=0==a?d:null,c.endCallback=a==f.length-1?e:null,this.spe ak(f[a],b,c),b=cvox.AbstractTts.QUEUE_MODE_QUEUE;return this}a=this.preprocess(a ,c);a=this.getNumberAsDigits_(a);if(!a||!a.match(/\w+/g))return d&&d(),e&&e(),b= ==cvox.AbstractTts.QUEUE_MODE_FLUSH&& 1069 cvox.TtsBackground.prototype.speak=function(a,b,c){cvox.TtsBackground.superClass _.speak.call(this,a,b,c);c||(c={});var d=c.startCallback,e=c.endCallback,f=a.rep lace(/([-\n\r.,!?;])(\s)/g,"$1$2|"),f=f.split("|");if(2<f.length){for(a=0;a<f.le ngth;a++)c.startCallback=0==a?d:null,c.endCallback=a==f.length-1?e:null,this.spe ak(f[a],b,c),b=cvox.AbstractTts.QUEUE_MODE_QUEUE;return this}a=this.preprocess(a ,c);a=this.getNumberAsDigits_(a);if(!a||!a.match(/\w+/g))return d&&d(),e&&e(),b= ==cvox.AbstractTts.QUEUE_MODE_FLUSH&&
1063 this.stop(),this;this.doNotInterrupt_=goog.isDef(c.doNotInterrupt)?c.doNotInterr upt:this.doNotInterrupt_;c=this.mergeProperties(c);c.enqueue=this.doNotInterrupt _||b===cvox.AbstractTts.QUEUE_MODE_QUEUE;this.currentVoice&&this.currentVoice==l ocalStorage.voiceName&&(c.voiceName=this.currentVoice);localStorage.voiceName&&t his.currentVoice!=localStorage.voiceName&&this.setPreferredVoice_();c.onEvent=go og.bind(function(a){this.lastEventType=a.type;switch(a.type){case "start":this.c apturingTtsEventListeners_.forEach(function(a){a.onTtsStart()}); 1070 this.stop(),this;this.doNotInterrupt_=goog.isDef(c.doNotInterrupt)?c.doNotInterr upt:this.doNotInterrupt_;c=this.mergeProperties(c);c.enqueue=this.doNotInterrupt _||b===cvox.AbstractTts.QUEUE_MODE_QUEUE;this.currentVoice&&this.currentVoice==l ocalStorage.voiceName&&(c.voiceName=this.currentVoice);localStorage.voiceName&&t his.currentVoice!=localStorage.voiceName&&this.setPreferredVoice_();c.onEvent=go og.bind(function(a){this.lastEventType=a.type;switch(a.type){case "start":this.c apturingTtsEventListeners_.forEach(function(a){a.onTtsStart()});
1064 d&&d();break;case "end":this.capturingTtsEventListeners_.forEach(function(a){a.o nTtsEnd()});case "interrupted":e&&e();this.doNotInterrupt_=!1;break;case "error" :this.onError_(a.errorMessage)}},this);chrome.tts.speak(a,c)};cvox.TtsBackground .prototype.increaseOrDecreaseProperty=function(a,b){cvox.TtsBackground.superClas s_.increaseOrDecreaseProperty.call(this,a,b);localStorage[a]=this.ttsProperties[ a]}; 1071 d&&d();break;case "end":this.capturingTtsEventListeners_.forEach(function(a){a.o nTtsEnd()});case "interrupted":e&&e();this.doNotInterrupt_=!1;break;case "error" :this.onError_(a.errorMessage)}},this);chrome.tts.speak(a,c)};cvox.TtsBackground .prototype.increaseOrDecreaseProperty=function(a,b){cvox.TtsBackground.superClas s_.increaseOrDecreaseProperty.call(this,a,b);localStorage[a]=this.ttsProperties[ a]};
1065 cvox.TtsBackground.prototype.isSpeaking=function(){cvox.TtsBackground.superClass _.isSpeaking.call(this);return"end"!=this.lastEventType};cvox.TtsBackground.prot otype.stop=function(){cvox.TtsBackground.superClass_.stop.call(this);chrome.tts. stop()};cvox.TtsBackground.prototype.addCapturingEventListener=function(a){this. capturingTtsEventListeners_.push(a)};cvox.TtsBackground.prototype.onError_=funct ion(){delete localStorage.voiceName}; 1072 cvox.TtsBackground.prototype.isSpeaking=function(){cvox.TtsBackground.superClass _.isSpeaking.call(this);return"end"!=this.lastEventType};cvox.TtsBackground.prot otype.stop=function(){cvox.TtsBackground.superClass_.stop.call(this);chrome.tts. stop()};cvox.TtsBackground.prototype.addCapturingEventListener=function(a){this. capturingTtsEventListeners_.push(a)};cvox.TtsBackground.prototype.onError_=funct ion(){delete localStorage.voiceName};
1066 cvox.TtsBackground.prototype.propertyToPercentage=function(a){return(this.ttsPro perties[a]-this.propertyMin[a])/Math.abs(this.propertyMax[a]-this.propertyMin[a] )}; 1073 cvox.TtsBackground.prototype.propertyToPercentage=function(a){return(this.ttsPro perties[a]-this.propertyMin[a])/Math.abs(this.propertyMax[a]-this.propertyMin[a] )};
1067 cvox.TtsBackground.prototype.preprocess=function(a,b){b=b?b:{};b.math&&(a=this.p reprocessMath_(a,b.math));a=cvox.TtsBackground.superClass_.preprocess.call(this, a,b);var c=null;if(b[cvox.AbstractTts.PUNCTUATION_ECHO])for(var d=0;(c=this.punc tuationEchoes_[d])&&b[cvox.AbstractTts.PUNCTUATION_ECHO]!=c.name;d++);else c=thi s.punctuationEchoes_[this.currentPunctuationEcho_];a=a.replace(c.regexp,this.cre atePunctuationReplace_(c.clear));!b.math&&b.phoneticCharacters&&this.pronouncePh onetically_(a)||this.clearTimeout_(); 1074 cvox.TtsBackground.prototype.preprocess=function(a,b){b=b?b:{};b.math&&(a=this.p reprocessMath_(a,b.math));a=cvox.TtsBackground.superClass_.preprocess.call(this, a,b);var c=null;if(b[cvox.AbstractTts.PUNCTUATION_ECHO])for(var d=0;(c=this.punc tuationEchoes_[d])&&b[cvox.AbstractTts.PUNCTUATION_ECHO]!=c.name;d++);else c=thi s.punctuationEchoes_[this.currentPunctuationEcho_];a=a.replace(c.regexp,this.cre atePunctuationReplace_(c.clear));!b.math&&b.phoneticCharacters&&this.pronouncePh onetically_(a)||this.clearTimeout_();
1068 !b.math&&1==a.length&&this.mathmap&&(a=this.mathmap.store.lookupString(a.toLower Case(),cvox.MathStore.createDynamicConstraint("default","short"))||a);return a=a .replace(/\s+/g," ").replace(/^\s+|\s+$/g,"")};cvox.TtsBackground.prototype.cycl ePunctuationEcho=function(){this.currentPunctuationEcho_=(this.currentPunctuatio nEcho_+1)%this.punctuationEchoes_.length;localStorage[cvox.AbstractTts.PUNCTUATI ON_ECHO]=this.currentPunctuationEcho_;return this.punctuationEchoes_[this.curren tPunctuationEcho_].msg}; 1075 !b.math&&1==a.length&&this.mathmap&&(a=this.mathmap.store.lookupString(a.toLower Case(),cvox.MathStore.createDynamicConstraint("default","short"))||a);return a=a .replace(/\s+/g," ").replace(/^\s+|\s+$/g,"")};cvox.TtsBackground.prototype.cycl ePunctuationEcho=function(){this.currentPunctuationEcho_=(this.currentPunctuatio nEcho_+1)%this.punctuationEchoes_.length;localStorage[cvox.AbstractTts.PUNCTUATI ON_ECHO]=this.currentPunctuationEcho_;return this.punctuationEchoes_[this.curren tPunctuationEcho_].msg};
(...skipping 110 matching lines...) Expand 10 before | Expand all | Expand 10 after
1179 e=document.createEvent("KeyboardEvent");e.initKeyboardEvent("keyup",!0,!0,window ,"Left",0,!1,!1,!1,!1);this.dateElem_.dispatchEvent(e)}this.dateElem_.addEventLi stener("keydown",this.keyListener_,!1);this.dateElem_.addEventListener("keyup",t his.keyListener_,!1);this.dateElem_.addEventListener("blur",this.blurListener_,! 1);this.update_(!0)}; 1186 e=document.createEvent("KeyboardEvent");e.initKeyboardEvent("keyup",!0,!0,window ,"Left",0,!1,!1,!1,!1);this.dateElem_.dispatchEvent(e)}this.dateElem_.addEventLi stener("keydown",this.keyListener_,!1);this.dateElem_.addEventListener("keyup",t his.keyListener_,!1);this.dateElem_.addEventListener("blur",this.blurListener_,! 1);this.update_(!0)};
1180 cvox.ChromeVoxHTMLDateWidget.prototype.shutdown=function(){this.dateElem_.remove EventListener("blur",this.blurListener_,!1);this.dateElem_.removeEventListener(" keydown",this.keyListener_,!1);this.dateElem_.removeEventListener("keyup",this.k eyListener_,!1)}; 1187 cvox.ChromeVoxHTMLDateWidget.prototype.shutdown=function(){this.dateElem_.remove EventListener("blur",this.blurListener_,!1);this.dateElem_.removeEventListener(" keydown",this.keyListener_,!1);this.dateElem_.removeEventListener("keyup",this.k eyListener_,!1)};
1181 cvox.ChromeVoxHTMLDateWidget.prototype.forceInitTime_=function(){var a=new Date, b="",b=a.getFullYear()+"",c=a.getMonth()+1+"";2>c.length&&(c="0"+c);var d=a.getD ate()+"";switch(this.dateElem_.type){case "month":b=b+"-"+c;break;case "week":a. setHours(0,0,0);a.setDate(a.getDate()+4-(a.getDay()||7));c=new Date(a.getFullYea r(),0,1);a=Math.ceil(((a-c)/864E5+1)/7)+"";2>a.length&&(a="0"+a);a="W"+a;b=b+"-" +a;break;default:b=b+"-"+c+"-"+d}this.dateElem_.setAttribute("value",b)}; 1188 cvox.ChromeVoxHTMLDateWidget.prototype.forceInitTime_=function(){var a=new Date, b="",b=a.getFullYear()+"",c=a.getMonth()+1+"";2>c.length&&(c="0"+c);var d=a.getD ate()+"";switch(this.dateElem_.type){case "month":b=b+"-"+c;break;case "week":a. setHours(0,0,0);a.setDate(a.getDate()+4-(a.getDay()||7));c=new Date(a.getFullYea r(),0,1);a=Math.ceil(((a-c)/864E5+1)/7)+"";2>a.length&&(a="0"+a);a="W"+a;b=b+"-" +a;break;default:b=b+"-"+c+"-"+d}this.dateElem_.setAttribute("value",b)};
1182 cvox.ChromeVoxHTMLDateWidget.prototype.handlePosChange_=function(){this.pos_=Mat h.max(this.pos_,0);this.pos_=Math.min(this.pos_,this.maxPos_);switch(this.pos_){ case 0:"week"==this.dateElem_.type?this.pWeek_=-1:this.pMonth_=-1;break;case 1:" date"==this.dateElem_.type?this.pDay_=-1:this.pYear_=-1;break;case 2:this.pYear_ =-1}}; 1189 cvox.ChromeVoxHTMLDateWidget.prototype.handlePosChange_=function(){this.pos_=Mat h.max(this.pos_,0);this.pos_=Math.min(this.pos_,this.maxPos_);switch(this.pos_){ case 0:"week"==this.dateElem_.type?this.pWeek_=-1:this.pMonth_=-1;break;case 1:" date"==this.dateElem_.type?this.pDay_=-1:this.pYear_=-1;break;case 2:this.pYear_ =-1}};
1183 cvox.ChromeVoxHTMLDateWidget.prototype.update_=function(a){var b=this.dateElem_. value.split("-");if(1>b.length)this.forceInitTime_();else{var c=-1,d=-1,e=-1,f=- 1,c=parseInt(b[0],10);"week"==this.dateElem_.type?e=parseInt(b[1].replace("W","" ),10):"date"==this.dateElem_.type?(d=parseInt(b[1],10),f=parseInt(b[2],10)):d=pa rseInt(b[1],10);b="";a&&(b=cvox.DomUtil.getName(this.dateElem_,!0,!0)+"\n");e!=t his.pWeek_&&(b=b+cvox.ChromeVox.msgs.getMsg("datewidget_week")+e+"\n",this.pWeek _=e);if(d!=this.pMonth_){a= 1190 cvox.ChromeVoxHTMLDateWidget.prototype.update_=function(a){var b=this.dateElem_. value.split("-");if(1>b.length)this.forceInitTime_();else{var c=-1,d=-1,e=-1,f=- 1,c=parseInt(b[0],10);"week"==this.dateElem_.type?e=parseInt(b[1].replace("W","" ),10):"date"==this.dateElem_.type?(d=parseInt(b[1],10),f=parseInt(b[2],10)):d=pa rseInt(b[1],10);b="";a&&(b=cvox.DomUtil.getName(this.dateElem_,!0,!0)+"\n");e!=t his.pWeek_&&(b=b+cvox.ChromeVox.msgs.getMsg("datewidget_week")+e+"\n",this.pWeek _=e);if(d!=this.pMonth_){a=
1184 "";switch(d){case 1:a=cvox.ChromeVox.msgs.getMsg("datewidget_january");break;cas e 2:a=cvox.ChromeVox.msgs.getMsg("datewidget_february");break;case 3:a=cvox.Chro meVox.msgs.getMsg("datewidget_march");break;case 4:a=cvox.ChromeVox.msgs.getMsg( "datewidget_april");break;case 5:a=cvox.ChromeVox.msgs.getMsg("datewidget_may"); break;case 6:a=cvox.ChromeVox.msgs.getMsg("datewidget_june");break;case 7:a=cvox .ChromeVox.msgs.getMsg("datewidget_july");break;case 8:a=cvox.ChromeVox.msgs.get Msg("datewidget_august"); 1191 "";switch(d){case 1:a=cvox.ChromeVox.msgs.getMsg("datewidget_january");break;cas e 2:a=cvox.ChromeVox.msgs.getMsg("datewidget_february");break;case 3:a=cvox.Chro meVox.msgs.getMsg("datewidget_march");break;case 4:a=cvox.ChromeVox.msgs.getMsg( "datewidget_april");break;case 5:a=cvox.ChromeVox.msgs.getMsg("datewidget_may"); break;case 6:a=cvox.ChromeVox.msgs.getMsg("datewidget_june");break;case 7:a=cvox .ChromeVox.msgs.getMsg("datewidget_july");break;case 8:a=cvox.ChromeVox.msgs.get Msg("datewidget_august");
1185 break;case 9:a=cvox.ChromeVox.msgs.getMsg("datewidget_september");break;case 10: a=cvox.ChromeVox.msgs.getMsg("datewidget_october");break;case 11:a=cvox.ChromeVo x.msgs.getMsg("datewidget_november");break;case 12:a=cvox.ChromeVox.msgs.getMsg( "datewidget_december")}b=b+a+"\n";this.pMonth_=d}f!=this.pDay_&&(b=b+f+"\n",this .pDay_=f);c!=this.pYear_&&(b=b+c+"\n",this.pYear_=c);0<b.length&&this.dateTts_.s peak(b,0,null)}}; 1192 break;case 9:a=cvox.ChromeVox.msgs.getMsg("datewidget_september");break;case 10: a=cvox.ChromeVox.msgs.getMsg("datewidget_october");break;case 11:a=cvox.ChromeVo x.msgs.getMsg("datewidget_november");break;case 12:a=cvox.ChromeVox.msgs.getMsg( "datewidget_december")}b=b+a+"\n";this.pMonth_=d}f!=this.pDay_&&(b=b+f+"\n",this .pDay_=f);c!=this.pYear_&&(b=b+c+"\n",this.pYear_=c);0<b.length&&this.dateTts_.s peak(b,0,null)}};
1186 cvox.ChromeVoxHTMLDateWidget.prototype.eventHandler_=function(a){var b=!1;if("ke ydown"==a.type){if(9==a.keyCode&&!a.shiftKey||39==a.keyCode)this.pos_++,this.han dlePosChange_(),b=!0;if(9==a.keyCode&&a.shiftKey||37==a.keyCode)this.pos_--,this .handlePosChange_(),b=!0}this.update_(b)};cvox.ChromeVoxHTMLMediaWidget=function (a){var b=this;this.mediaElem_=a;this.keyListener_=function(a){b.eventHandler_(a )};this.blurListener_=function(){b.shutdown()};this.mediaElem_.addEventListener( "keydown",this.keyListener_,!1);this.mediaElem_.addEventListener("keyup",this.ke yListener_,!1);this.mediaElem_.addEventListener("blur",this.blurListener_,!1)}; 1193 cvox.ChromeVoxHTMLDateWidget.prototype.eventHandler_=function(a){var b=!1;if("ke ydown"==a.type){if(9==a.keyCode&&!a.shiftKey||39==a.keyCode)this.pos_++,this.han dlePosChange_(),b=!0;if(9==a.keyCode&&a.shiftKey||37==a.keyCode)this.pos_--,this .handlePosChange_(),b=!0}this.update_(b)};cvox.ChromeVoxHTMLMediaWidget=function (a){var b=this;this.mediaElem_=a;this.keyListener_=function(a){b.eventHandler_(a )};this.blurListener_=function(){b.shutdown()};this.mediaElem_.addEventListener( "keydown",this.keyListener_,!1);this.mediaElem_.addEventListener("keyup",this.ke yListener_,!1);this.mediaElem_.addEventListener("blur",this.blurListener_,!1)};
1187 cvox.ChromeVoxHTMLMediaWidget.prototype.shutdown=function(){this.mediaElem_.remo veEventListener("blur",this.blurListener_,!1);this.mediaElem_.removeEventListene r("keydown",this.keyListener_,!1);this.mediaElem_.removeEventListener("keyup",th is.keyListener_,!1)};cvox.ChromeVoxHTMLMediaWidget.prototype.jumpToTime_=functio n(a){0>a&&(a=0);a>this.mediaElem_.duration&&(a=this.mediaElem_.duration);this.me diaElem_.currentTime=a}; 1194 cvox.ChromeVoxHTMLMediaWidget.prototype.shutdown=function(){this.mediaElem_.remo veEventListener("blur",this.blurListener_,!1);this.mediaElem_.removeEventListene r("keydown",this.keyListener_,!1);this.mediaElem_.removeEventListener("keyup",th is.keyListener_,!1)};cvox.ChromeVoxHTMLMediaWidget.prototype.jumpToTime_=functio n(a){0>a&&(a=0);a>this.mediaElem_.duration&&(a=this.mediaElem_.duration);this.me diaElem_.currentTime=a};
1188 cvox.ChromeVoxHTMLMediaWidget.prototype.setVolume_=function(a){0>a&&(a=0);1<a&&( a=1);this.mediaElem_.volume=a}; 1195 cvox.ChromeVoxHTMLMediaWidget.prototype.setVolume_=function(a){0>a&&(a=0);1<a&&( a=1);this.mediaElem_.volume=a};
1189 cvox.ChromeVoxHTMLMediaWidget.prototype.eventHandler_=function(a){"keydown"==a.t ype&&(13==a.keyCode||32==a.keyCode?this.mediaElem_.paused?this.mediaElem_.play() :this.mediaElem_.pause():39==a.keyCode?this.jumpToTime_(this.mediaElem_.currentT ime+this.mediaElem_.duration/10):37==a.keyCode?this.jumpToTime_(this.mediaElem_. currentTime-this.mediaElem_.duration/10):38==a.keyCode?this.setVolume_(this.medi aElem_.volume+0.1):40==a.keyCode&&this.setVolume_(this.mediaElem_.volume-0.1))}; cvox.ChromeVoxHTMLTimeWidget=function(a,b){var c=this;this.timeElem_=a;this.time Tts_=b;this.pMinutes_=this.pHours_=-1;this.pMilliseconds_=this.pSeconds_=0;this. pAmpm_="";this.pos_=0;this.maxPos_=2;this.keyListener_=function(a){c.eventHandle r_(a)};this.blurListener_=function(){c.shutdown()};if(this.timeElem_.hasAttribut e("step")){var d=this.timeElem_.getAttribute("step");0<d&&(this.maxPos_=1<=d?3:4 )}0==this.timeElem_.value.length&&this.forceInitTime_();for(d=0;d<this.maxPos_;d ++){var e=document.createEvent("KeyboardEvent"); 1196 cvox.ChromeVoxHTMLMediaWidget.prototype.eventHandler_=function(a){"keydown"==a.t ype&&(13==a.keyCode||32==a.keyCode?this.mediaElem_.paused?this.mediaElem_.play() :this.mediaElem_.pause():39==a.keyCode?this.jumpToTime_(this.mediaElem_.currentT ime+this.mediaElem_.duration/10):37==a.keyCode?this.jumpToTime_(this.mediaElem_. currentTime-this.mediaElem_.duration/10):38==a.keyCode?this.setVolume_(this.medi aElem_.volume+.1):40==a.keyCode&&this.setVolume_(this.mediaElem_.volume-.1))};cv ox.ChromeVoxHTMLTimeWidget=function(a,b){var c=this;this.timeElem_=a;this.timeTt s_=b;this.pMinutes_=this.pHours_=-1;this.pMilliseconds_=this.pSeconds_=0;this.pA mpm_="";this.pos_=0;this.maxPos_=2;this.keyListener_=function(a){c.eventHandler_ (a)};this.blurListener_=function(){c.shutdown()};if(this.timeElem_.hasAttribute( "step")){var d=this.timeElem_.getAttribute("step");0<d&&(this.maxPos_=1<=d?3:4)} 0==this.timeElem_.value.length&&this.forceInitTime_();for(d=0;d<this.maxPos_;d++ ){var e=document.createEvent("KeyboardEvent");
1190 e.initKeyboardEvent("keydown",!0,!0,window,"Left",0,!1,!1,!1,!1);this.timeElem_. dispatchEvent(e);e=document.createEvent("KeyboardEvent");e.initKeyboardEvent("ke yup",!0,!0,window,"Left",0,!1,!1,!1,!1);this.timeElem_.dispatchEvent(e)}this.tim eElem_.addEventListener("keydown",this.keyListener_,!1);this.timeElem_.addEventL istener("keyup",this.keyListener_,!1);this.timeElem_.addEventListener("blur",thi s.blurListener_,!1);this.update_(!0)}; 1197 e.initKeyboardEvent("keydown",!0,!0,window,"Left",0,!1,!1,!1,!1);this.timeElem_. dispatchEvent(e);e=document.createEvent("KeyboardEvent");e.initKeyboardEvent("ke yup",!0,!0,window,"Left",0,!1,!1,!1,!1);this.timeElem_.dispatchEvent(e)}this.tim eElem_.addEventListener("keydown",this.keyListener_,!1);this.timeElem_.addEventL istener("keyup",this.keyListener_,!1);this.timeElem_.addEventListener("blur",thi s.blurListener_,!1);this.update_(!0)};
1191 cvox.ChromeVoxHTMLTimeWidget.prototype.shutdown=function(){this.timeElem_.remove EventListener("blur",this.blurListener_,!1);this.timeElem_.removeEventListener(" keydown",this.keyListener_,!1);this.timeElem_.removeEventListener("keyup",this.k eyListener_,!1)};cvox.ChromeVoxHTMLTimeWidget.prototype.forceInitTime_=function( ){this.timeElem_.setAttribute("value","12:00")}; 1198 cvox.ChromeVoxHTMLTimeWidget.prototype.shutdown=function(){this.timeElem_.remove EventListener("blur",this.blurListener_,!1);this.timeElem_.removeEventListener(" keydown",this.keyListener_,!1);this.timeElem_.removeEventListener("keyup",this.k eyListener_,!1)};cvox.ChromeVoxHTMLTimeWidget.prototype.forceInitTime_=function( ){this.timeElem_.setAttribute("value","12:00")};
1192 cvox.ChromeVoxHTMLTimeWidget.prototype.handlePosChange_=function(){0>this.pos_&& (this.pos_=0);this.pos_>this.maxPos_&&(this.pos_=this.maxPos_);if(this.pos_==thi s.maxPos_)this.pAmpm_="";else switch(this.pos_){case 0:this.pHours_=-1;break;cas e 1:this.pMinutes_=-1;break;case 2:this.pSeconds_=-1;break;case 3:this.pMillisec onds_=-1}}; 1199 cvox.ChromeVoxHTMLTimeWidget.prototype.handlePosChange_=function(){0>this.pos_&& (this.pos_=0);this.pos_>this.maxPos_&&(this.pos_=this.maxPos_);if(this.pos_==thi s.maxPos_)this.pAmpm_="";else switch(this.pos_){case 0:this.pHours_=-1;break;cas e 1:this.pMinutes_=-1;break;case 2:this.pSeconds_=-1;break;case 3:this.pMillisec onds_=-1}};
1193 cvox.ChromeVoxHTMLTimeWidget.prototype.update_=function(a){var b=this.timeElem_. value.split(":");if(1>b.length)this.forceInitTime_();else{var c=b[0],d=-1,e=0,f= 0,g=cvox.ChromeVox.msgs.getMsg("timewidget_am");1<b.length&&(d=b[1]);2<b.length& &(b=b[2].split("."),e=b[0],1<b.length&&(f=b[1]));12<c&&(c-=12,g=cvox.ChromeVox.m sgs.getMsg("timewidget_pm"));12==c&&(g=cvox.ChromeVox.msgs.getMsg("timewidget_pm "));0==c&&(c=12,g=cvox.ChromeVox.msgs.getMsg("timewidget_am"));b="";a&&(b=cvox.D omUtil.getName(this.timeElem_, 1200 cvox.ChromeVoxHTMLTimeWidget.prototype.update_=function(a){var b=this.timeElem_. value.split(":");if(1>b.length)this.forceInitTime_();else{var c=b[0],d=-1,e=0,f= 0,g=cvox.ChromeVox.msgs.getMsg("timewidget_am");1<b.length&&(d=b[1]);2<b.length& &(b=b[2].split("."),e=b[0],1<b.length&&(f=b[1]));12<c&&(c-=12,g=cvox.ChromeVox.m sgs.getMsg("timewidget_pm"));12==c&&(g=cvox.ChromeVox.msgs.getMsg("timewidget_pm "));0==c&&(c=12,g=cvox.ChromeVox.msgs.getMsg("timewidget_am"));b="";a&&(b=cvox.D omUtil.getName(this.timeElem_,
1194 !0,!0)+"\n");c!=this.pHours_&&(b=b+c+" "+cvox.ChromeVox.msgs.getMsg("timewidget_ hours")+"\n",this.pHours_=c);d!=this.pMinutes_&&(b=b+d+" "+cvox.ChromeVox.msgs.g etMsg("timewidget_minutes")+"\n",this.pMinutes_=d);e!=this.pSeconds_&&(b=b+e+" " +cvox.ChromeVox.msgs.getMsg("timewidget_seconds")+"\n",this.pSeconds_=e);f!=this .pMilliseconds_&&(b=b+f+" "+cvox.ChromeVox.msgs.getMsg("timewidget_milliseconds" )+"\n",this.pMilliseconds_=f);g!=this.pAmpm_&&(b+=g,this.pAmpm_=g);0<b.length&&t his.timeTts_.speak(b, 1201 !0,!0)+"\n");c!=this.pHours_&&(b=b+c+" "+cvox.ChromeVox.msgs.getMsg("timewidget_ hours")+"\n",this.pHours_=c);d!=this.pMinutes_&&(b=b+d+" "+cvox.ChromeVox.msgs.g etMsg("timewidget_minutes")+"\n",this.pMinutes_=d);e!=this.pSeconds_&&(b=b+e+" " +cvox.ChromeVox.msgs.getMsg("timewidget_seconds")+"\n",this.pSeconds_=e);f!=this .pMilliseconds_&&(b=b+f+" "+cvox.ChromeVox.msgs.getMsg("timewidget_milliseconds" )+"\n",this.pMilliseconds_=f);g!=this.pAmpm_&&(b+=g,this.pAmpm_=g);0<b.length&&t his.timeTts_.speak(b,
1195 0,null)}};cvox.ChromeVoxHTMLTimeWidget.prototype.eventHandler_=function(a){var b =!1;if("keydown"==a.type){if(9==a.keyCode&&!a.shiftKey||39==a.keyCode)this.pos_+ +,this.handlePosChange_(),b=!0;if(9==a.keyCode&&a.shiftKey||37==a.keyCode)this.p os_--,this.handlePosChange_(),b=!0}this.update_(b)};cvox.ActiveIndicator=functio n(){this.lastMoveTime_=0;this.zoom_=1;this.updateIndicatorTimeoutId_=this.lastCl ientRects_=this.lastSyncTarget_=this.container_=null;this.blurred_=!1;window.add EventListener("focus",goog.bind(function(){this.blurred_=!1;this.container_&&thi s.container_.classList.remove("cvox_indicator_window_not_focused")},this),!1);wi ndow.addEventListener("blur",goog.bind(function(){this.blurred_=!0;this.containe r_&&this.container_.classList.add("cvox_indicator_window_not_focused")},this), 1202 0,null)}};cvox.ChromeVoxHTMLTimeWidget.prototype.eventHandler_=function(a){var b =!1;if("keydown"==a.type){if(9==a.keyCode&&!a.shiftKey||39==a.keyCode)this.pos_+ +,this.handlePosChange_(),b=!0;if(9==a.keyCode&&a.shiftKey||37==a.keyCode)this.p os_--,this.handlePosChange_(),b=!0}this.update_(b)};cvox.ActiveIndicator=functio n(){this.lastMoveTime_=0;this.zoom_=1;this.updateIndicatorTimeoutId_=this.lastCl ientRects_=this.lastSyncTarget_=this.container_=null;this.blurred_=!1;window.add EventListener("focus",goog.bind(function(){this.blurred_=!1;this.container_&&thi s.container_.classList.remove("cvox_indicator_window_not_focused")},this),!1);wi ndow.addEventListener("blur",goog.bind(function(){this.blurred_=!0;this.containe r_&&this.container_.classList.add("cvox_indicator_window_not_focused")},this),
1196 !1)};cvox.ActiveIndicator.STYLE=".cvox_indicator_container { position: absolute !important; left: 0 !important; top: 0 !important; z-index: 2147483647 !impo rtant; pointer-events: none !important; margin: 0px !important; padding: 0px !important;}.cvox_indicator_window_not_focused { visibility: hidden !important; }.cvox_indicator_pulsing { -webkit-animation: cvox_indicator_pulsing_anim ation 0s 2 alternate !important; -webkit-animation-timing-function: ease-in-out !important;}.cvox_indicator_region { opacity: 0 !important; -webkit-transitio n: opacity 1s !important;}.cvox_indicator_visible { opacity: 1 !important;}.cvo x_indicator_container .cvox_indicator_region * { position:absolute !important; box-shadow: 0 0 4px 4px #f7983a !important; border-radius: 6px !important; ma rgin: 0px !important; padding: 0px !important; -webkit-transition: none !impor tant;}.cvox_indicator_animate_normal .cvox_indicator_region * { -webkit-transit ion: all 0.3s !important;}.cvox_indicator_animate_quick .cvox_indicator_region * { -webkit-transition: all 0.1s !important;}.cvox_indicator_top { border-radiu s: inherit inherit 0 0 !important;}.cvox_indicator_middle_nw { border-radius: i nherit 0 0 0 !important;}.cvox_indicator_middle_ne { border-radius: 0 inherit 0 0 !important;}.cvox_indicator_middle_se { border-radius: 0 0 inherit 0 !import ant;}.cvox_indicator_middle_sw { border-radius: 0 0 0 inherit !important;}.cvox _indicator_bottom { border-radius: 0 0 inherit inherit !important;}@-webkit-key frames cvox_indicator_pulsing_animation { 0% {opacity: 1.0} 50% {opacity: 0.5 } 100% {opacity: 1.0}}"; 1203 !1)};cvox.ActiveIndicator.STYLE=".cvox_indicator_container { position: absolute !important; left: 0 !important; top: 0 !important; z-index: 2147483647 !impo rtant; pointer-events: none !important; margin: 0px !important; padding: 0px !important;}.cvox_indicator_window_not_focused { visibility: hidden !important; }.cvox_indicator_pulsing { -webkit-animation: cvox_indicator_pulsing_anim ation 0s 2 alternate !important; -webkit-animation-timing-function: ease-in-out !important;}.cvox_indicator_region { opacity: 0 !important; -webkit-transitio n: opacity 1s !important;}.cvox_indicator_visible { opacity: 1 !important;}.cvo x_indicator_container .cvox_indicator_region * { position:absolute !important; box-shadow: 0 0 4px 4px #f7983a !important; border-radius: 6px !important; ma rgin: 0px !important; padding: 0px !important; -webkit-transition: none !impor tant;}.cvox_indicator_animate_normal .cvox_indicator_region * { -webkit-transit ion: all 0.3s !important;}.cvox_indicator_animate_quick .cvox_indicator_region * { -webkit-transition: all 0.1s !important;}.cvox_indicator_top { border-radiu s: inherit inherit 0 0 !important;}.cvox_indicator_middle_nw { border-radius: i nherit 0 0 0 !important;}.cvox_indicator_middle_ne { border-radius: 0 inherit 0 0 !important;}.cvox_indicator_middle_se { border-radius: 0 0 inherit 0 !import ant;}.cvox_indicator_middle_sw { border-radius: 0 0 0 inherit !important;}.cvox _indicator_bottom { border-radius: 0 0 inherit inherit !important;}@-webkit-key frames cvox_indicator_pulsing_animation { 0% {opacity: 1.0} 50% {opacity: 0.5 } 100% {opacity: 1.0}}";
1197 cvox.ActiveIndicator.QUICK_ANIM_DELAY_MS=100;cvox.ActiveIndicator.NORMAL_ANIM_DE LAY_MS=300;cvox.ActiveIndicator.MARGIN=8;cvox.ActiveIndicator.prototype.removeFr omDom=function(){this.container_&&this.container_.parentElement&&this.container_ .parentElement.removeChild(this.container_)};cvox.ActiveIndicator.prototype.sync ToNode=function(a){a&&(a==document.body?this.removeFromDom():this.syncToNodes([a ]))}; 1204 cvox.ActiveIndicator.QUICK_ANIM_DELAY_MS=100;cvox.ActiveIndicator.NORMAL_ANIM_DE LAY_MS=300;cvox.ActiveIndicator.MARGIN=8;cvox.ActiveIndicator.prototype.removeFr omDom=function(){this.container_&&this.container_.parentElement&&this.container_ .parentElement.removeChild(this.container_)};cvox.ActiveIndicator.prototype.sync ToNode=function(a){a&&(a==document.body?this.removeFromDom():this.syncToNodes([a ]))};
1198 cvox.ActiveIndicator.prototype.syncToNodes=function(a){var b=this.clientRectsFro mNodes_(a);this.moveIndicator_(b,cvox.ActiveIndicator.MARGIN);this.lastSyncTarge t_=a;this.lastClientRects_=b;null!=this.updateIndicatorTimeoutId_&&(window.clear Timeout(this.updateIndicatorTimeoutId_),this.updateIndicatorTimeoutId_=null)}; 1205 cvox.ActiveIndicator.prototype.syncToNodes=function(a){var b=this.clientRectsFro mNodes_(a);this.moveIndicator_(b,cvox.ActiveIndicator.MARGIN);this.lastSyncTarge t_=a;this.lastClientRects_=b;null!=this.updateIndicatorTimeoutId_&&(window.clear Timeout(this.updateIndicatorTimeoutId_),this.updateIndicatorTimeoutId_=null)};
1199 cvox.ActiveIndicator.prototype.syncToRange=function(a){var b=cvox.ActiveIndicato r.MARGIN;a.startContainer==a.endContainer&&a.startOffset+1==a.endOffset&&(b=1);v ar c=a.getClientRects();this.moveIndicator_(c,b);this.lastSyncTarget_=a;this.las tClientRects_=c;null!=this.updateIndicatorTimeoutId_&&(window.clearTimeout(this. updateIndicatorTimeoutId_),this.updateIndicatorTimeoutId_=null)}; 1206 cvox.ActiveIndicator.prototype.syncToRange=function(a){var b=cvox.ActiveIndicato r.MARGIN;a.startContainer==a.endContainer&&a.startOffset+1==a.endOffset&&(b=1);v ar c=a.getClientRects();this.moveIndicator_(c,b);this.lastSyncTarget_=a;this.las tClientRects_=c;null!=this.updateIndicatorTimeoutId_&&(window.clearTimeout(this. updateIndicatorTimeoutId_),this.updateIndicatorTimeoutId_=null)};
1200 cvox.ActiveIndicator.prototype.syncToCursorSelection=function(a){if(a.start.node ==a.end.node&&a.start.index==a.end.index)this.syncToNode(a.start.node);else{var b=document.createRange();b.setStart(a.start.node,a.start.index);b.setEnd(a.end.n ode,a.end.index);this.syncToRange(b)}};cvox.ActiveIndicator.prototype.updateIndi catorIfChanged=function(){this.updateIndicatorTimeoutId_||(this.updateIndicatorT imeoutId_=window.setTimeout(goog.bind(function(){this.handleUpdateIndicatorIfCha nged_()},this),100))}; 1207 cvox.ActiveIndicator.prototype.syncToCursorSelection=function(a){if(a.start.node ==a.end.node&&a.start.index==a.end.index)this.syncToNode(a.start.node);else{var b=document.createRange();b.setStart(a.start.node,a.start.index);b.setEnd(a.end.n ode,a.end.index);this.syncToRange(b)}};cvox.ActiveIndicator.prototype.updateIndi catorIfChanged=function(){this.updateIndicatorTimeoutId_||(this.updateIndicatorT imeoutId_=window.setTimeout(goog.bind(function(){this.handleUpdateIndicatorIfCha nged_()},this),100))};
1201 cvox.ActiveIndicator.prototype.handleUpdateIndicatorIfChanged_=function(){this.u pdateIndicatorTimeoutId_=null;if(this.lastSyncTarget_){var a;if((a=this.lastSync Target_ instanceof Array?this.clientRectsFromNodes_(this.lastSyncTarget_):this.l astSyncTarget_.getClientRects())&&0!=a.length){var b=!1;if(a.length!=this.lastCl ientRects_.length)b=!0;else for(var c=0;c<this.lastClientRects_.length;++c){var d=this.lastClientRects_[c],e=a[c];if(d.top!=e.top||d.right!=e.right||d.bottom!=e .bottom||d.left!=d.left){b= 1208 cvox.ActiveIndicator.prototype.handleUpdateIndicatorIfChanged_=function(){this.u pdateIndicatorTimeoutId_=null;if(this.lastSyncTarget_){var a;if((a=this.lastSync Target_ instanceof Array?this.clientRectsFromNodes_(this.lastSyncTarget_):this.l astSyncTarget_.getClientRects())&&0!=a.length){var b=!1;if(a.length!=this.lastCl ientRects_.length)b=!0;else for(var c=0;c<this.lastClientRects_.length;++c){var d=this.lastClientRects_[c],e=a[c];if(d.top!=e.top||d.right!=e.right||d.bottom!=e .bottom||d.left!=d.left){b=
1202 !0;break}}b&&(this.moveIndicator_(a,cvox.ActiveIndicator.MARGIN),this.lastClient Rects_=a)}else this.syncToNode(document.body)}};cvox.ActiveIndicator.prototype.c lientRectsFromNodes_=function(a){for(var b=[],c=0;c<a.length;++c){var d=a[c];if( d.constructor==Text){var e=document.createRange();e.selectNode(d);e=e.getClientR ects()}else{for(;!d.getClientRects;)d=d.parentElement;e=d.getClientRects()}for(d =0;d<e.length;++d)b.push(e[d])}return b}; 1209 !0;break}}b&&(this.moveIndicator_(a,cvox.ActiveIndicator.MARGIN),this.lastClient Rects_=a)}else this.syncToNode(document.body)}};cvox.ActiveIndicator.prototype.c lientRectsFromNodes_=function(a){for(var b=[],c=0;c<a.length;++c){var d=a[c];if( d.constructor==Text){var e=document.createRange();e.selectNode(d);e=e.getClientR ects()}else{for(;!d.getClientRects;)d=d.parentElement;e=d.getClientRects()}for(d =0;d<e.length;++d)b.push(e[d])}return b};
1203 cvox.ActiveIndicator.prototype.moveIndicator_=function(a,b){if(document.body.isC ontentEditable)this.removeFromDom();else{var c=a.length;if(0!=c){var d,e;"static "!=window.getComputedStyle(document.body,null).position?(d=-document.body.getBou ndingClientRect().left,e=-document.body.getBoundingClientRect().top):"static"!=w indow.getComputedStyle(document.documentElement,null).position?(d=-document.docu mentElement.getBoundingClientRect().left,e=-document.documentElement.getBounding ClientRect().top):(d= 1210 cvox.ActiveIndicator.prototype.moveIndicator_=function(a,b){if(document.body.isC ontentEditable)this.removeFromDom();else{var c=a.length;if(0!=c){var d,e;"static "!=window.getComputedStyle(document.body,null).position?(d=-document.body.getBou ndingClientRect().left,e=-document.body.getBoundingClientRect().top):"static"!=w indow.getComputedStyle(document.documentElement,null).position?(d=-document.docu mentElement.getBoundingClientRect().left,e=-document.documentElement.getBounding ClientRect().top):(d=
1204 window.pageXOffset,e=window.pageYOffset);for(var f=[],g=0;g<c;g++)f.push(this.in set_(a[g],d,e,-d,-e));if(!this.container_||!this.container_.parentElement){g=doc ument.getElementsByClassName("cvox_indicator_container");for(c=0;d=g[c];c++)d.pa rentNode&&d.parentNode.removeChild(d);this.container_=this.createDiv_(document.b ody,"cvox_indicator_container",document.body.firstChild)}g=document.createElemen t("style");g.id="cvox_indicator_style";g.innerHTML=cvox.ActiveIndicator.STYLE;cv ox.DomUtil.addNodeToHead(g, 1211 window.pageXOffset,e=window.pageYOffset);for(var f=[],g=0;g<c;g++)f.push(this.in set_(a[g],d,e,-d,-e));if(!this.container_||!this.container_.parentElement){g=doc ument.getElementsByClassName("cvox_indicator_container");for(c=0;d=g[c];c++)d.pa rentNode&&d.parentNode.removeChild(d);this.container_=this.createDiv_(document.b ody,"cvox_indicator_container",document.body.firstChild)}g=document.createElemen t("style");g.id="cvox_indicator_style";g.innerHTML=cvox.ActiveIndicator.STYLE;cv ox.DomUtil.addNodeToHead(g,
1205 g.id);g=(new Date).getTime();c=g-this.lastMoveTime_;this.container_.className="c vox_indicator_container";document.hasFocus()&&!this.blurred_||this.container_.cl assList.add("cvox_indicator_window_not_focused");c>cvox.ActiveIndicator.NORMAL_A NIM_DELAY_MS?this.container_.classList.add("cvox_indicator_animate_normal"):c>cv ox.ActiveIndicator.QUICK_ANIM_DELAY_MS&&this.container_.classList.add("cvox_indi cator_animate_quick");this.lastMoveTime_=g;this.computeZoomLevel_();for(window.s etTimeout(goog.bind(function(){this.container_.classList.add("cvox_indicator_pul sing")}, 1212 g.id);g=(new Date).getTime();c=g-this.lastMoveTime_;this.container_.className="c vox_indicator_container";document.hasFocus()&&!this.blurred_||this.container_.cl assList.add("cvox_indicator_window_not_focused");c>cvox.ActiveIndicator.NORMAL_A NIM_DELAY_MS?this.container_.classList.add("cvox_indicator_animate_normal"):c>cv ox.ActiveIndicator.QUICK_ANIM_DELAY_MS&&this.container_.classList.add("cvox_indi cator_animate_quick");this.lastMoveTime_=g;this.computeZoomLevel_();for(window.s etTimeout(goog.bind(function(){this.container_.classList.add("cvox_indicator_pul sing")},
1206 this),0);1<this.container_.childElementCount;)this.container_.removeChild(this.c ontainer_.lastElementChild);d=[[f[0]]];e=[f[0]];for(g=1;g<f.length;g++){for(var h=!1,c=0;c<d.length&&!h;c++)this.intersects_(f[g],e[c])&&(d[c].push(f[g]),e[c]=t his.union_(e[c],f[g]),h=!0);h||(d.push([f[g]]),e.push(f[g]))}do for(f=!1,g=0;g<d .length-1&&!f;g++)for(c=g+1;c<d.length&&!f;c++)this.intersects_(e[g],e[c])&&(d[g ]=d[g].concat(d[c]),e[g]=this.union_(e[g],e[c]),d.splice(c,1),e.splice(c,1),f=!0 );while(f);for(g=0;g< 1213 this),0);1<this.container_.childElementCount;)this.container_.removeChild(this.c ontainer_.lastElementChild);d=[[f[0]]];e=[f[0]];for(g=1;g<f.length;g++){for(var h=!1,c=0;c<d.length&&!h;c++)this.intersects_(f[g],e[c])&&(d[c].push(f[g]),e[c]=t his.union_(e[c],f[g]),h=!0);h||(d.push([f[g]]),e.push(f[g]))}do for(f=!1,g=0;g<d .length-1&&!f;g++)for(c=g+1;c<d.length&&!f;c++)this.intersects_(e[g],e[c])&&(d[g ]=d[g].concat(d[c]),e[g]=this.union_(e[g],e[c]),d.splice(c,1),e.splice(c,1),f=!0 );while(f);for(g=0;g<
1207 d.length;g++)d[g].sort(function(a,b){return a.top!=b.top?a.top-b.top:a.left-b.le ft});for(g=0;g<d.length;g++)f=null,0==g&&1==this.container_.childElementCount&&6 ==this.container_.children[0].childElementCount&&(f=this.container_.children[0]) ,this.updateIndicatorRegion_(d[g],f,b)}}}; 1214 d.length;g++)d[g].sort(function(a,b){return a.top!=b.top?a.top-b.top:a.left-b.le ft});for(g=0;g<d.length;g++)f=null,0==g&&1==this.container_.childElementCount&&6 ==this.container_.children[0].childElementCount&&(f=this.container_.children[0]) ,this.updateIndicatorRegion_(d[g],f,b)}}};
1208 cvox.ActiveIndicator.prototype.updateIndicatorRegion_=function(a,b,c){if(b)var d =b.children[0],e=b.children[1],f=b.children[2],g=b.children[3],h=b.children[4],k =b.children[5];else b=this.createDiv_(this.container_,"cvox_indicator_region"),w indow.setTimeout(function(){b.classList.add("cvox_indicator_visible")},0),d=this .createDiv_(b,"cvox_indicator_top"),e=this.createDiv_(b,"cvox_indicator_middle_n w"),f=this.createDiv_(b,"cvox_indicator_middle_ne"),g=this.createDiv_(b,"cvox_in dicator_middle_sw"),h= 1215 cvox.ActiveIndicator.prototype.updateIndicatorRegion_=function(a,b,c){if(b)var d =b.children[0],e=b.children[1],f=b.children[2],g=b.children[3],h=b.children[4],k =b.children[5];else b=this.createDiv_(this.container_,"cvox_indicator_region"),w indow.setTimeout(function(){b.classList.add("cvox_indicator_visible")},0),d=this .createDiv_(b,"cvox_indicator_top"),e=this.createDiv_(b,"cvox_indicator_middle_n w"),f=this.createDiv_(b,"cvox_indicator_middle_ne"),g=this.createDiv_(b,"cvox_in dicator_middle_sw"),h=
1209 this.createDiv_(b,"cvox_indicator_middle_se"),k=this.createDiv_(b,"cvox_indicato r_bottom");for(var l=a[0],n=Math.floor((l.top+l.bottom)/2),p=1,q=a.length;p<q&&a [p].top<n;)l=this.union_(l,a[p]),n=Math.floor((l.top+l.bottom)/2),p++;if(p==q)l= this.inset_(l,-c,-c,-c,-c),a=Math.floor((3*l.top+1*l.bottom)/4),c=Math.floor((2* l.top+2*l.bottom)/4),n=Math.floor((1*l.top+3*l.bottom)/4),this.setElementCoords_ (d,l.left,l.top,l.right,a,!0,!0,!0,!1),this.setElementCoords_(e,l.left,a,l.left, c,!0,!0,!1,!1),this.setElementCoords_(g, 1216 this.createDiv_(b,"cvox_indicator_middle_se"),k=this.createDiv_(b,"cvox_indicato r_bottom");for(var l=a[0],n=Math.floor((l.top+l.bottom)/2),p=1,q=a.length;p<q&&a [p].top<n;)l=this.union_(l,a[p]),n=Math.floor((l.top+l.bottom)/2),p++;if(p==q)l= this.inset_(l,-c,-c,-c,-c),a=Math.floor((3*l.top+1*l.bottom)/4),c=Math.floor((2* l.top+2*l.bottom)/4),n=Math.floor((1*l.top+3*l.bottom)/4),this.setElementCoords_ (d,l.left,l.top,l.right,a,!0,!0,!0,!1),this.setElementCoords_(e,l.left,a,l.left, c,!0,!0,!1,!1),this.setElementCoords_(g,
1210 l.left,c,l.left,n,!0,!1,!1,!0),this.setElementCoords_(f,l.right,a,l.right,c,!1,! 0,!0,!1),this.setElementCoords_(h,l.right,c,l.right,n,!1,!1,!0,!0),this.setEleme ntCoords_(k,l.left,n,l.right,l.bottom,!0,!1,!0,!0);else{for(var n=a[q-1],m=Math. floor((n.top+n.bottom)/2),q=q-2;0<=q&&a[q].bottom>m;)n=this.union_(n,a[q]),m=Mat h.floor((n.top+n.bottom)/2),q--;l=this.inset_(l,-c,-c,-c,c);n=this.inset_(n,-c,c ,-c,-c);if(p>q)m=this.union_(l,n),m.top=l.bottom,m.bottom=n.top,m.height=Math.fl oor((m.top+m.bottom)/ 1217 l.left,c,l.left,n,!0,!1,!1,!0),this.setElementCoords_(f,l.right,a,l.right,c,!1,! 0,!0,!1),this.setElementCoords_(h,l.right,c,l.right,n,!1,!1,!0,!0),this.setEleme ntCoords_(k,l.left,n,l.right,l.bottom,!0,!1,!0,!0);else{for(var n=a[q-1],m=Math. floor((n.top+n.bottom)/2),q=q-2;0<=q&&a[q].bottom>m;)n=this.union_(n,a[q]),m=Mat h.floor((n.top+n.bottom)/2),q--;l=this.inset_(l,-c,-c,-c,c);n=this.inset_(n,-c,c ,-c,-c);if(p>q)m=this.union_(l,n),m.top=l.bottom,m.bottom=n.top,m.height=Math.fl oor((m.top+m.bottom)/
1211 2);else{m=a[p];for(p+=1;p<=q;)m=this.union_(m,a[p]),p++;m=this.inset_(m,-c,-c,-c ,-c);m.left=Math.min(m.left,l.left,n.left);m.right=Math.max(m.right,l.right,n.ri ght);m.width=m.right-m.left}l.right>m.right-40&&(l.right=m.right,l.width=l.right -l.left);l.left<m.left+40&&(l.left=m.left,l.width=l.right-l.left);n.right>m.righ t-40&&(n.right=m.right,n.width=n.right-n.left);n.left<m.left+40&&(n.left=m.left, n.width=n.right-n.left);a=Math.floor((m.top+m.bottom)/2);this.setElementRect_(d, l,!0,!0,!0,!1);this.setElementRect_(k, 1218 2);else{m=a[p];for(p+=1;p<=q;)m=this.union_(m,a[p]),p++;m=this.inset_(m,-c,-c,-c ,-c);m.left=Math.min(m.left,l.left,n.left);m.right=Math.max(m.right,l.right,n.ri ght);m.width=m.right-m.left}l.right>m.right-40&&(l.right=m.right,l.width=l.right -l.left);l.left<m.left+40&&(l.left=m.left,l.width=l.right-l.left);n.right>m.righ t-40&&(n.right=m.right,n.width=n.right-n.left);n.left<m.left+40&&(n.left=m.left, n.width=n.right-n.left);a=Math.floor((m.top+m.bottom)/2);this.setElementRect_(d, l,!0,!0,!0,!1);this.setElementRect_(k,
1212 n,!0,!1,!0,!0);this.setElementCoords_(e,m.left,l.bottom,l.left,a,!0,!0,!1,!1);th is.setElementCoords_(f,l.right,l.bottom,m.right,a,!1,!0,!0,!1);this.setElementCo ords_(g,m.left,a,n.left,n.top,!0,!1,!1,!0);this.setElementCoords_(h,n.right,a,m. right,n.top,!1,!1,!0,!0)}};cvox.ActiveIndicator.prototype.intersects_=function(a ,b){var c=2*cvox.ActiveIndicator.MARGIN;return b.left<=a.right+c&&b.right>=a.lef t-c&&b.top<=a.bottom+c&&b.bottom>=a.top-c}; 1219 n,!0,!1,!0,!0);this.setElementCoords_(e,m.left,l.bottom,l.left,a,!0,!0,!1,!1);th is.setElementCoords_(f,l.right,l.bottom,m.right,a,!1,!0,!0,!1);this.setElementCo ords_(g,m.left,a,n.left,n.top,!0,!1,!1,!0);this.setElementCoords_(h,n.right,a,m. right,n.top,!1,!1,!0,!0)}};cvox.ActiveIndicator.prototype.intersects_=function(a ,b){var c=2*cvox.ActiveIndicator.MARGIN;return b.left<=a.right+c&&b.right>=a.lef t-c&&b.top<=a.bottom+c&&b.bottom>=a.top-c};
1213 cvox.ActiveIndicator.prototype.union_=function(a,b){var c={left:Math.min(a.left, b.left),top:Math.min(a.top,b.top),right:Math.max(a.right,b.right),bottom:Math.ma x(a.bottom,b.bottom)};c.width=c.right-c.left;c.height=c.bottom-c.top;return c};c vox.ActiveIndicator.prototype.inset_=function(a,b,c,d,e){a={left:a.left+b,top:a. top+c,right:a.right-d,bottom:a.bottom-e};a.width=a.right-a.left;a.height=a.botto m-a.top;return a}; 1220 cvox.ActiveIndicator.prototype.union_=function(a,b){var c={left:Math.min(a.left, b.left),top:Math.min(a.top,b.top),right:Math.max(a.right,b.right),bottom:Math.ma x(a.bottom,b.bottom)};c.width=c.right-c.left;c.height=c.bottom-c.top;return c};c vox.ActiveIndicator.prototype.inset_=function(a,b,c,d,e){a={left:a.left+b,top:a. top+c,right:a.right-d,bottom:a.bottom-e};a.width=a.right-a.left;a.height=a.botto m-a.top;return a};
1214 cvox.ActiveIndicator.prototype.createDiv_=function(a,b,c){var d=document.createE lement("div");d.className=b;c?a.insertBefore(d,c):a.appendChild(d);return d};cvo x.ActiveIndicator.prototype.fixZoom_=function(a){return(Math.round(a*this.zoom_) +0.1)/this.zoom_};cvox.ActiveIndicator.prototype.fixZoomSum_=function(a,b){var c =Math.round(a*this.zoom_),d=Math.round((a+b)*this.zoom_),c=d-c;return(c+0.1)/thi s.zoom_}; 1221 cvox.ActiveIndicator.prototype.createDiv_=function(a,b,c){var d=document.createE lement("div");d.className=b;c?a.insertBefore(d,c):a.appendChild(d);return d};cvo x.ActiveIndicator.prototype.fixZoom_=function(a){return(Math.round(a*this.zoom_) +.1)/this.zoom_};cvox.ActiveIndicator.prototype.fixZoomSum_=function(a,b){var c= Math.round(a*this.zoom_),d=Math.round((a+b)*this.zoom_),c=d-c;return(c+.1)/this. zoom_};
1215 cvox.ActiveIndicator.prototype.setElementCoords_=function(a,b,c,d,e,f,g,h,k){var l=d-b,n=e-c;d-=b;e-=c;var p=f?-20:0,q=g?-20:0,m=h?20:0,s=k?20:0;0==d&&(h?(b-=5, d+=5):f&&(d+=10),s=q=10,c-=10,e+=20);k||(e+=5);g||(c-=5,e+=5,q+=5,s+=5);m=0==m&& 0==l?1:this.fixZoomSum_(b,m+l);s=this.fixZoomSum_(c,s+n);a.style.left=this.fixZo om_(b)+"px";a.style.top=this.fixZoom_(c)+"px";a.style.width=this.fixZoomSum_(b,d )+"px";a.style.height=this.fixZoomSum_(c,e)+"px";a.style.clip="rect("+[q,m,s,p]. join("px ")+"px)"}; 1222 cvox.ActiveIndicator.prototype.setElementCoords_=function(a,b,c,d,e,f,g,h,k){var l=d-b,n=e-c;d-=b;e-=c;var p=f?-20:0,q=g?-20:0,m=h?20:0,s=k?20:0;0==d&&(h?(b-=5, d+=5):f&&(d+=10),s=q=10,c-=10,e+=20);k||(e+=5);g||(c-=5,e+=5,q+=5,s+=5);m=0==m&& 0==l?1:this.fixZoomSum_(b,m+l);s=this.fixZoomSum_(c,s+n);a.style.left=this.fixZo om_(b)+"px";a.style.top=this.fixZoom_(c)+"px";a.style.width=this.fixZoomSum_(b,d )+"px";a.style.height=this.fixZoomSum_(c,e)+"px";a.style.clip="rect("+[q,m,s,p]. join("px ")+"px)"};
1216 cvox.ActiveIndicator.prototype.setElementRect_=function(a,b,c,d,e,f){this.setEle mentCoords_(a,b.left,b.top,b.right,b.bottom,c,d,e,f)}; 1223 cvox.ActiveIndicator.prototype.setElementRect_=function(a,b,c,d,e,f){this.setEle mentCoords_(a,b.left,b.top,b.right,b.bottom,c,d,e,f)};
1217 cvox.ActiveIndicator.prototype.computeZoomLevel_=function(){if(window.innerHeigh t!==this.innerHeight_||window.innerWidth!==this.innerWidth_){this.innerHeight_=w indow.innerHeight;this.innerWidth_=window.innerWidth;var a=document.createElemen t("div");a.innerHTML="X";a.setAttribute("style","font: 5000px/1em sans-serif !im portant; -webkit-text-size-adjust:none !important; visibility:hidden !important; left: -10000px !important; top: -10000px !important; position:absolute !importa nt;");document.body.appendChild(a); 1224 cvox.ActiveIndicator.prototype.computeZoomLevel_=function(){if(window.innerHeigh t!==this.innerHeight_||window.innerWidth!==this.innerWidth_){this.innerHeight_=w indow.innerHeight;this.innerWidth_=window.innerWidth;var a=document.createElemen t("div");a.innerHTML="X";a.setAttribute("style","font: 5000px/1em sans-serif !im portant; -webkit-text-size-adjust:none !important; visibility:hidden !important; left: -10000px !important; top: -10000px !important; position:absolute !importa nt;");document.body.appendChild(a);
1218 var b=5E3/a.clientHeight,b=Math.round(500*b)/500;0.1<b&&10>b&&(this.zoom_=b);a.p arentNode.removeChild(a)}};cvox.NodeBreadcrumb=function(){this.cvTagCounter_=0}; goog.addSingletonGetter(cvox.NodeBreadcrumb);cvox.NodeBreadcrumb.TOUCHED_TAG="ch romevoxtag";cvox.NodeBreadcrumb.NEEDED_TAG_="chromevoxneeded"; 1225 var b=5E3/a.clientHeight,b=Math.round(500*b)/500;.1<b&&10>b&&(this.zoom_=b);a.pa rentNode.removeChild(a)}};cvox.NodeBreadcrumb=function(){this.cvTagCounter_=0};g oog.addSingletonGetter(cvox.NodeBreadcrumb);cvox.NodeBreadcrumb.TOUCHED_TAG="chr omevoxtag";cvox.NodeBreadcrumb.NEEDED_TAG_="chromevoxneeded";
1219 cvox.NodeBreadcrumb.prototype.tagCurrentNode=function(){for(var a,b=cvox.ChromeV ox.navigationManager.getCurrentNode();b&&!b.hasAttribute;)b=b.parentNode;b?b.has Attribute(cvox.NodeBreadcrumb.TOUCHED_TAG)?a=b.getAttribute(cvox.NodeBreadcrumb. TOUCHED_TAG):(a=this.cvTagCounter_,b.setAttribute(cvox.NodeBreadcrumb.TOUCHED_TA G,a),this.cvTagCounter_++):a=-1;return a}; 1226 cvox.NodeBreadcrumb.prototype.tagCurrentNode=function(){for(var a,b=cvox.ChromeV ox.navigationManager.getCurrentNode();b&&!b.hasAttribute;)b=b.parentNode;b?b.has Attribute(cvox.NodeBreadcrumb.TOUCHED_TAG)?a=b.getAttribute(cvox.NodeBreadcrumb. TOUCHED_TAG):(a=this.cvTagCounter_,b.setAttribute(cvox.NodeBreadcrumb.TOUCHED_TA G,a),this.cvTagCounter_++):a=-1;return a};
1220 cvox.NodeBreadcrumb.prototype.smartStart_=function(a){for(var b=0;b<a.children.l ength;++b){var c=a.children[b];this.smartStart_(c);c.getAttribute&&!goog.isNull( c.getAttribute(cvox.NodeBreadcrumb.TOUCHED_TAG))&&this.setNeeded_(c)}};cvox.Node Breadcrumb.prototype.setNeeded_=function(a){a&&a.getAttribute&&goog.isNull(a.get Attribute(cvox.NodeBreadcrumb.NEEDED_TAG_))&&(a.setAttribute(cvox.NodeBreadcrumb .NEEDED_TAG_,!0),"body"!==a.nodeName&&this.setNeeded_(a.parentElement))}; 1227 cvox.NodeBreadcrumb.prototype.smartStart_=function(a){for(var b=0;b<a.children.l ength;++b){var c=a.children[b];this.smartStart_(c);c.getAttribute&&!goog.isNull( c.getAttribute(cvox.NodeBreadcrumb.TOUCHED_TAG))&&this.setNeeded_(c)}};cvox.Node Breadcrumb.prototype.setNeeded_=function(a){a&&a.getAttribute&&goog.isNull(a.get Attribute(cvox.NodeBreadcrumb.NEEDED_TAG_))&&(a.setAttribute(cvox.NodeBreadcrumb .NEEDED_TAG_,!0),"body"!==a.nodeName&&this.setNeeded_(a.parentElement))};
1221 cvox.NodeBreadcrumb.prototype.smartClone_=function(a){var b={};b[cvox.NodeBreadc rumb.TOUCHED_TAG]=!0;b[cvox.NodeBreadcrumb.NEEDED_TAG_]=!0;if(a.getAttribute&&a. getAttribute(cvox.NodeBreadcrumb.TOUCHED_TAG))return cvox.DomUtil.deepClone(a,b) ;for(var b=cvox.DomUtil.shallowChildlessClone(a,b),c=0;c<a.childNodes.length;++c ){var d=a.childNodes[c];d.getAttribute&&!goog.isNull(d.getAttribute(cvox.NodeBre adcrumb.NEEDED_TAG_))&&b.appendChild(this.smartClone_(d))}return b}; 1228 cvox.NodeBreadcrumb.prototype.smartClone_=function(a){var b={};b[cvox.NodeBreadc rumb.TOUCHED_TAG]=!0;b[cvox.NodeBreadcrumb.NEEDED_TAG_]=!0;if(a.getAttribute&&a. getAttribute(cvox.NodeBreadcrumb.TOUCHED_TAG))return cvox.DomUtil.deepClone(a,b) ;for(var b=cvox.DomUtil.shallowChildlessClone(a,b),c=0;c<a.childNodes.length;++c ){var d=a.childNodes[c];d.getAttribute&&!goog.isNull(d.getAttribute(cvox.NodeBre adcrumb.NEEDED_TAG_))&&b.appendChild(this.smartClone_(d))}return b};
1222 cvox.NodeBreadcrumb.prototype.dumpWalkedDom=function(){this.smartStart_(document .body);return this.smartClone_(document.body)};cvox.NodeBreadcrumb.getCurrentNod eTag=function(){for(var a=cvox.ChromeVox.navigationManager.getCurrentNode();a&&! a.hasAttribute;)a=a.parentNode;return a&&a.hasAttribute(cvox.NodeBreadcrumb.TOUC HED_TAG)?a.getAttribute(cvox.NodeBreadcrumb.TOUCHED_TAG):-1};cvox.HistoryEvent=f unction(a){this.spoken_=[];a?this.userCommand_=a.cmd:this.startTime_=(new Date). getTime()};cvox.HistoryEvent.prototype.withUserCommand=function(a){if(this.userC ommand_)return window.console.error("Two user commands on "+a,this),this;this.us erCommand_=a;return this};cvox.HistoryEvent.prototype.speak=function(a){this.spo ken_.push(a);return this}; 1229 cvox.NodeBreadcrumb.prototype.dumpWalkedDom=function(){this.smartStart_(document .body);return this.smartClone_(document.body)};cvox.NodeBreadcrumb.getCurrentNod eTag=function(){for(var a=cvox.ChromeVox.navigationManager.getCurrentNode();a&&! a.hasAttribute;)a=a.parentNode;return a&&a.hasAttribute(cvox.NodeBreadcrumb.TOUC HED_TAG)?a.getAttribute(cvox.NodeBreadcrumb.TOUCHED_TAG):-1};cvox.HistoryEvent=f unction(a){this.spoken_=[];a?this.userCommand_=a.cmd:this.startTime_=(new Date). getTime()};cvox.HistoryEvent.prototype.withUserCommand=function(a){if(this.userC ommand_)return window.console.error("Two user commands on "+a,this),this;this.us erCommand_=a;return this};cvox.HistoryEvent.prototype.speak=function(a){this.spo ken_.push(a);return this};
1223 cvox.HistoryEvent.prototype.done=function(){this.endTime_=(new Date).getTime();c vox.NodeBreadcrumb.getInstance().tagCurrentNode();window.console.log("User comma nd done.",this);return this};cvox.HistoryEvent.prototype.outputObject=function() {return{start:this.startTime_,end:this.endTime_,cmd:this.userCommand_,spoken:thi s.spoken_}}; 1230 cvox.HistoryEvent.prototype.done=function(){this.endTime_=(new Date).getTime();c vox.NodeBreadcrumb.getInstance().tagCurrentNode();window.console.log("User comma nd done.",this);return this};cvox.HistoryEvent.prototype.outputObject=function() {return{start:this.startTime_,end:this.endTime_,cmd:this.userCommand_,spoken:thi s.spoken_}};
1224 cvox.HistoryEvent.prototype.outputHTML=function(){var a=document.createElement(" div");a.className="cvoxHistoryEvent";var b=this.endTime_-this.startTime_;a.inner HTML=this.userCommand_+" ("+b+"ms)";for(b=0;b<this.spoken_.length;b++){var c=doc ument.createElement("div");c.className="cvoxHistoryEventSpoken";c.innerHTML=this .spoken_[b].substr(0,20);20<this.spoken_[b].length&&(c.innerHTML+="...");a.appen dChild(c)}return a}; 1231 cvox.HistoryEvent.prototype.outputHTML=function(){var a=document.createElement(" div");a.className="cvoxHistoryEvent";var b=this.endTime_-this.startTime_;a.inner HTML=this.userCommand_+" ("+b+"ms)";for(b=0;b<this.spoken_.length;b++){var c=doc ument.createElement("div");c.className="cvoxHistoryEventSpoken";c.innerHTML=this .spoken_[b].substr(0,20);20<this.spoken_[b].length&&(c.innerHTML+="...");a.appen dChild(c)}return a};
1225 cvox.HistoryEvent.prototype.outputJs=function(){var a="this.waitForCalm(this.use rCommand, '"+this.userCommand_+"')";return a=0<this.spoken_.length?a+("\n .wait ForCalm(this.assertSpoken, '"+cvox.DomUtil.collapseWhitespace(this.spoken_.join( " "))+"');\n"):a+";\n"};cvox.History=function(){this.recording_=!1;this.events_= [];this.styleDiv_=this.listDiv_=this.mainDiv_=this.currentEvent_=null;this.nodeB readcrumb_=cvox.NodeBreadcrumb.getInstance()};goog.addSingletonGetter(cvox.Histo ry); 1232 cvox.HistoryEvent.prototype.outputJs=function(){var a="this.waitForCalm(this.use rCommand, '"+this.userCommand_+"')";return a=0<this.spoken_.length?a+("\n .wait ForCalm(this.assertSpoken, '"+cvox.DomUtil.collapseWhitespace(this.spoken_.join( " "))+"');\n"):a+";\n"};cvox.History=function(){this.recording_=!1;this.events_= [];this.styleDiv_=this.listDiv_=this.mainDiv_=this.currentEvent_=null;this.nodeB readcrumb_=cvox.NodeBreadcrumb.getInstance()};goog.addSingletonGetter(cvox.Histo ry);
1226 cvox.History.prototype.addListDiv_=function(){this.mainDiv_=document.createEleme nt("div");this.mainDiv_.style.position="fixed";this.mainDiv_.style.bottom="0";th is.mainDiv_.style.right="0";this.mainDiv_.style.zIndex="999";this.listDiv_=docum ent.createElement("div");this.listDiv_.id="cvoxEventList";this.mainDiv_.appendCh ild(this.listDiv_);var a=document.createElement("div"),b=document.createElement( "button");b.onclick=cvox.History.sendToFeedback;b.innerHTML="Create bug";a.appen dChild(b);this.mainDiv_.appendChild(a); 1233 cvox.History.prototype.addListDiv_=function(){this.mainDiv_=document.createEleme nt("div");this.mainDiv_.style.position="fixed";this.mainDiv_.style.bottom="0";th is.mainDiv_.style.right="0";this.mainDiv_.style.zIndex="999";this.listDiv_=docum ent.createElement("div");this.listDiv_.id="cvoxEventList";this.mainDiv_.appendCh ild(this.listDiv_);var a=document.createElement("div"),b=document.createElement( "button");b.onclick=cvox.History.sendToFeedback;b.innerHTML="Create bug";a.appen dChild(b);this.mainDiv_.appendChild(a);
1227 a=document.createElement("div");b=document.createElement("button");b.onclick=cvo x.History.dumpJs;b.innerHTML="Dump test case";a.appendChild(b);this.mainDiv_.app endChild(a);document.body.appendChild(this.mainDiv_);this.styleDiv_=document.cre ateElement("style");this.styleDiv_.innerHTML=".cvoxHistoryEventSpoken { color: g ray; font-size: 75% }";document.body.appendChild(this.styleDiv_)}; 1234 a=document.createElement("div");b=document.createElement("button");b.onclick=cvo x.History.dumpJs;b.innerHTML="Dump test case";a.appendChild(b);this.mainDiv_.app endChild(a);document.body.appendChild(this.mainDiv_);this.styleDiv_=document.cre ateElement("style");this.styleDiv_.innerHTML=".cvoxHistoryEventSpoken { color: g ray; font-size: 75% }";document.body.appendChild(this.styleDiv_)};
1228 cvox.History.prototype.removeListDiv_=function(){document.body.removeChild(this. mainDiv_);document.body.removeChild(this.styleDiv_);this.styleDiv_=this.listDiv_ =this.mainDiv_=null}; 1235 cvox.History.prototype.removeListDiv_=function(){document.body.removeChild(this. mainDiv_);document.body.removeChild(this.styleDiv_);this.styleDiv_=this.listDiv_ =this.mainDiv_=null};
(...skipping 22 matching lines...) Expand all
1251 cvox.SpeechRuleEngine.debugSpeechRule=function(a,b){var c=cvox.SpeechRuleEngine. getInstance().activeStore_;if(c){var d=a.precondition;cvox.SpeechRuleEngine.outp utDebug(d.query,c.applyQuery(b,d.query));d.constraints.forEach(function(a){cvox. SpeechRuleEngine.outputDebug(a,c.applyConstraint(b,a))})}}; 1258 cvox.SpeechRuleEngine.debugSpeechRule=function(a,b){var c=cvox.SpeechRuleEngine. getInstance().activeStore_;if(c){var d=a.precondition;cvox.SpeechRuleEngine.outp utDebug(d.query,c.applyQuery(b,d.query));d.constraints.forEach(function(a){cvox. SpeechRuleEngine.outputDebug(a,c.applyConstraint(b,a))})}};
1252 cvox.SpeechRuleEngine.debugNamedSpeechRule=function(a,b){for(var c=cvox.SpeechRu leEngine.getInstance().activeStore_,c=c.findAllRules(function(b){return b.name== a}),d=0,e;e=c[d];d++)cvox.SpeechRuleEngine.outputDebug("Rule",a,"number",d),cvox .SpeechRuleEngine.debugSpeechRule(e,b)};cvox.AbstractWalker=function(){};cvox.Ab stractWalker.prototype.begin=function(a){a=a||{reversed:!1};return this.sync(cvo x.CursorSelection.fromBody().setReversed(a.reversed))};cvox.AbstractWalker.proto type.hasAction=function(a){return"function"==typeof this[a]};cvox.AbstractWalker .prototype.performAction=function(a,b){return this.hasAction(a)?this[a](b):null} ;cvox.AbstractNodeWalker=function(){this.wasBegin_=!1};goog.inherits(cvox.Abstra ctNodeWalker,cvox.AbstractWalker);cvox.AbstractNodeWalker.prototype.next=functio n(a){var b=a.isReversed();a=a.end.node||document.body;do if(a=cvox.DomUtil.direc tedNextLeafLikeNode(a,b,goog.bind(this.stopNodeDescent,this)),!a)return null;whi le(a&&!cvox.DomUtil.hasContent(a));return cvox.CursorSelection.fromNode(a).setRe versed(b)}; 1259 cvox.SpeechRuleEngine.debugNamedSpeechRule=function(a,b){for(var c=cvox.SpeechRu leEngine.getInstance().activeStore_,c=c.findAllRules(function(b){return b.name== a}),d=0,e;e=c[d];d++)cvox.SpeechRuleEngine.outputDebug("Rule",a,"number",d),cvox .SpeechRuleEngine.debugSpeechRule(e,b)};cvox.AbstractWalker=function(){};cvox.Ab stractWalker.prototype.begin=function(a){a=a||{reversed:!1};return this.sync(cvo x.CursorSelection.fromBody().setReversed(a.reversed))};cvox.AbstractWalker.proto type.hasAction=function(a){return"function"==typeof this[a]};cvox.AbstractWalker .prototype.performAction=function(a,b){return this.hasAction(a)?this[a](b):null} ;cvox.AbstractNodeWalker=function(){this.wasBegin_=!1};goog.inherits(cvox.Abstra ctNodeWalker,cvox.AbstractWalker);cvox.AbstractNodeWalker.prototype.next=functio n(a){var b=a.isReversed();a=a.end.node||document.body;do if(a=cvox.DomUtil.direc tedNextLeafLikeNode(a,b,goog.bind(this.stopNodeDescent,this)),!a)return null;whi le(a&&!cvox.DomUtil.hasContent(a));return cvox.CursorSelection.fromNode(a).setRe versed(b)};
1253 cvox.AbstractNodeWalker.prototype.sync=function(a){a=this.privateSync_(a);this.w asBegin_=!1;return a}; 1260 cvox.AbstractNodeWalker.prototype.sync=function(a){a=this.privateSync_(a);this.w asBegin_=!1;return a};
1254 cvox.AbstractNodeWalker.prototype.privateSync_=function(a){var b=a.isReversed(); if(a.equals(cvox.CursorSelection.fromBody())){if(this.wasBegin_)return cvox.Curs orSelection.fromBody().setReversed(b);this.wasBegin_=!0}for(a=a.start.node;a!=do cument.body&&a.parentNode&&this.stopNodeDescent(a.parentNode);)a=a.parentNode;fo r(;!this.stopNodeDescent(a);)a=cvox.DomUtil.directedFirstChild(a,b);var c=cvox.C ursorSelection.fromNode(a);cvox.DomUtil.hasContent(a)||(c=this.next(cvox.CursorS election.fromNode(a).setReversed(b))); 1261 cvox.AbstractNodeWalker.prototype.privateSync_=function(a){var b=a.isReversed(); if(a.equals(cvox.CursorSelection.fromBody())){if(this.wasBegin_)return cvox.Curs orSelection.fromBody().setReversed(b);this.wasBegin_=!0}for(a=a.start.node;a!=do cument.body&&a.parentNode&&this.stopNodeDescent(a.parentNode);)a=a.parentNode;fo r(;!this.stopNodeDescent(a);)a=cvox.DomUtil.directedFirstChild(a,b);var c=cvox.C ursorSelection.fromNode(a);cvox.DomUtil.hasContent(a)||(c=this.next(cvox.CursorS election.fromNode(a).setReversed(b)));
1255 return c?c.setReversed(b):this.begin({reversed:b})};cvox.BareObjectWalker=functi on(){cvox.AbstractNodeWalker.call(this)};goog.inherits(cvox.BareObjectWalker,cvo x.AbstractNodeWalker);cvox.BareObjectWalker.prototype.stopNodeDescent=function(a ){return cvox.DomUtil.isLeafNode(a)};cvox.AuralStyleConverter={};cvox.AuralStyle Util={}; 1262 return c?c.setReversed(b):this.begin({reversed:b})};cvox.BareObjectWalker=functi on(){cvox.AbstractNodeWalker.call(this)};goog.inherits(cvox.BareObjectWalker,cvo x.AbstractNodeWalker);cvox.BareObjectWalker.prototype.stopNodeDescent=function(a ){return cvox.DomUtil.isLeafNode(a)};cvox.AuralStyleConverter={};cvox.AuralStyle Util={};
1256 cvox.AuralProperty={VOLUME:"VOLUME",SPEAK:"SPEAK",PAUSE_BEFORE:"PAUSE_BEFORE",PA USE_AFTER:"PAUSE_AFTER",PAUSE:"PAUSE",CUE_BEFORE:"CUE_BEFORE",CUE_AFTER:"CUE_AFT ER",CUE:"CUE",PLAY_DURING:"PLAY_DURING",AZIMUTH:"AZIMUTH",ELEVATION:"ELEVATION", SPEECH_RATE:"SPEECH_RATE",VOICE_FAMILY:"VOICE_FAMILY",PITCH:"PITCH",PITCH_RANGE: "PITCH_RANGE",STRESS:"STRESS",RICHNESS:"RICHNESS",SPEAK_PUNCTUATION:"SPEAK_PUNCT UATION",SPEAK_NUMERIAL:"SPEAK_NUMERIAL",SPEAK_HEADER:"SPEAK_HEADER",NONE:"NONE"} ; 1263 cvox.AuralProperty={VOLUME:"VOLUME",SPEAK:"SPEAK",PAUSE_BEFORE:"PAUSE_BEFORE",PA USE_AFTER:"PAUSE_AFTER",PAUSE:"PAUSE",CUE_BEFORE:"CUE_BEFORE",CUE_AFTER:"CUE_AFT ER",CUE:"CUE",PLAY_DURING:"PLAY_DURING",AZIMUTH:"AZIMUTH",ELEVATION:"ELEVATION", SPEECH_RATE:"SPEECH_RATE",VOICE_FAMILY:"VOICE_FAMILY",PITCH:"PITCH",PITCH_RANGE: "PITCH_RANGE",STRESS:"STRESS",RICHNESS:"RICHNESS",SPEAK_PUNCTUATION:"SPEAK_PUNCT UATION",SPEAK_NUMERIAL:"SPEAK_NUMERIAL",SPEAK_HEADER:"SPEAK_HEADER",NONE:"NONE"} ;
1257 cvox.AuralStyleConverter.identity=function(a){return a};cvox.AuralStyleConverter .propertyTable={VOLUME:"volume",SPEAK:"no-op",PAUSE_BEFORE:"no-op",PAUSE_AFTER:" no-op",PAUSE:"no-op",CUE_BEFORE:"no-op",CUE_AFTER:"no-op",CUE:"no-op",PLAY_DURIN G:"no-op",AZIMUTH:"no-op",ELEVATION:"no-op",SPEECH_RATE:"relativeRate",VOICE_FAM ILY:"no-op",PITCH:"relativePitch",PITCH_RANGE:"no-op",STRESS:"no-op",RICHNESS:"n o-op",SPEAK_PUNCTUATION:"no-op",SPEAK_NUMERIAL:"no-op",SPEAK_HEADER:"no-op",NONE :"no-op"}; 1264 cvox.AuralStyleConverter.identity=function(a){return a};cvox.AuralStyleConverter .propertyTable={VOLUME:"volume",SPEAK:"no-op",PAUSE_BEFORE:"no-op",PAUSE_AFTER:" no-op",PAUSE:"no-op",CUE_BEFORE:"no-op",CUE_AFTER:"no-op",CUE:"no-op",PLAY_DURIN G:"no-op",AZIMUTH:"no-op",ELEVATION:"no-op",SPEECH_RATE:"relativeRate",VOICE_FAM ILY:"no-op",PITCH:"relativePitch",PITCH_RANGE:"no-op",STRESS:"no-op",RICHNESS:"n o-op",SPEAK_PUNCTUATION:"no-op",SPEAK_NUMERIAL:"no-op",SPEAK_HEADER:"no-op",NONE :"no-op"};
1258 cvox.AuralStyleConverter.valueTable={VOLUME:cvox.AuralStyleConverter.identity,SP EAK:cvox.AuralStyleConverter.identity,PAUSE_BEFORE:cvox.AuralStyleConverter.iden tity,PAUSE_AFTER:cvox.AuralStyleConverter.identity,PAUSE:cvox.AuralStyleConverte r.identity,CUE_BEFORE:cvox.AuralStyleConverter.identity,CUE_AFTER:cvox.AuralStyl eConverter.identity,CUE:cvox.AuralStyleConverter.identity,PLAY_DURING:cvox.Aural StyleConverter.identity,AZIMUTH:cvox.AuralStyleConverter.identity,ELEVATION:cvox .AuralStyleConverter.identity, 1265 cvox.AuralStyleConverter.valueTable={VOLUME:cvox.AuralStyleConverter.identity,SP EAK:cvox.AuralStyleConverter.identity,PAUSE_BEFORE:cvox.AuralStyleConverter.iden tity,PAUSE_AFTER:cvox.AuralStyleConverter.identity,PAUSE:cvox.AuralStyleConverte r.identity,CUE_BEFORE:cvox.AuralStyleConverter.identity,CUE_AFTER:cvox.AuralStyl eConverter.identity,CUE:cvox.AuralStyleConverter.identity,PLAY_DURING:cvox.Aural StyleConverter.identity,AZIMUTH:cvox.AuralStyleConverter.identity,ELEVATION:cvox .AuralStyleConverter.identity,
1259 SPEECH_RATE:cvox.AuralStyleConverter.identity,VOICE_FAMILY:cvox.AuralStyleConver ter.identity,PITCH:cvox.AuralStyleConverter.identity,PITCH_RANGE:cvox.AuralStyle Converter.identity,STRESS:cvox.AuralStyleConverter.identity,RICHNESS:cvox.AuralS tyleConverter.identity,SPEAK_PUNCTUATION:cvox.AuralStyleConverter.identity,SPEAK _NUMERIAL:cvox.AuralStyleConverter.identity,SPEAK_HEADER:cvox.AuralStyleConverte r.identity,NONE:cvox.AuralStyleConverter.identity}; 1266 SPEECH_RATE:cvox.AuralStyleConverter.identity,VOICE_FAMILY:cvox.AuralStyleConver ter.identity,PITCH:cvox.AuralStyleConverter.identity,PITCH_RANGE:cvox.AuralStyle Converter.identity,STRESS:cvox.AuralStyleConverter.identity,RICHNESS:cvox.AuralS tyleConverter.identity,SPEAK_PUNCTUATION:cvox.AuralStyleConverter.identity,SPEAK _NUMERIAL:cvox.AuralStyleConverter.identity,SPEAK_HEADER:cvox.AuralStyleConverte r.identity,NONE:cvox.AuralStyleConverter.identity};
1260 cvox.AuralStyleConverter.convertRule=function(a,b){return{property:cvox.AuralSty leConverter.propertyTable[a],value:cvox.AuralStyleConverter.valueTable[a](b)}};c vox.AuralStyleConverter.convertStyle=function(a){var b={},c;for(c in a){var d=cv ox.AuralStyleConverter.convertRule(c,a[c]);b[d.property]=d.value}return b};cvox. AuralStyleUtil.getStyleForNode=function(a){return(a=cvox.AuralStyleUtil.defaultS tyles[a.tagName])?cvox.AuralStyleConverter.convertStyle(a):null}; 1267 cvox.AuralStyleConverter.convertRule=function(a,b){return{property:cvox.AuralSty leConverter.propertyTable[a],value:cvox.AuralStyleConverter.valueTable[a](b)}};c vox.AuralStyleConverter.convertStyle=function(a){var b={},c;for(c in a){var d=cv ox.AuralStyleConverter.convertRule(c,a[c]);b[d.property]=d.value}return b};cvox. AuralStyleUtil.getStyleForNode=function(a){return(a=cvox.AuralStyleUtil.defaultS tyles[a.tagName])?cvox.AuralStyleConverter.convertStyle(a):null};
1261 cvox.AuralStyleUtil.defaultStyles={ARTICLE:{PITCH:-0.1},ASIDE:{PITCH:-0.1},FOOTE R:{PITCH:-0.1},H1:{PITCH:-0.3},H2:{PITCH:-0.25},H3:{PITCH:-0.2},H4:{PITCH:-0.15} ,H5:{PITCH:-0.1},H6:{PITCH:-0.05},HEADER:{PITCH:-0.1},HGROUP:{PITCH:-0.1},MARK:{ PITCH:-0.1},NAV:{PITCH:-0.1},SECTION:{PITCH:-0.1},TIME:{PITCH:-0.1}};cvox.Earcon Util={}; 1268 cvox.AuralStyleUtil.defaultStyles={ARTICLE:{PITCH:-.1},ASIDE:{PITCH:-.1},FOOTER: {PITCH:-.1},H1:{PITCH:-.3},H2:{PITCH:-.25},H3:{PITCH:-.2},H4:{PITCH:-.15},H5:{PI TCH:-.1},H6:{PITCH:-.05},HEADER:{PITCH:-.1},HGROUP:{PITCH:-.1},MARK:{PITCH:-.1}, NAV:{PITCH:-.1},SECTION:{PITCH:-.1},TIME:{PITCH:-.1}};cvox.EarconUtil={};
1262 cvox.EarconUtil.getEarcon=function(a){var b=cvox.AriaUtil.getEarcon(a);if(null!= b)return b;switch(a.tagName){case "BUTTON":return cvox.AbstractEarcons.BUTTON;ca se "A":if(a.hasAttribute("href"))return cvox.AbstractEarcons.LINK;break;case "IM G":if(cvox.DomUtil.hasLongDesc(a))return cvox.AbstractEarcons.LONG_DESC;break;ca se "LI":return cvox.AbstractEarcons.LIST_ITEM;case "SELECT":return cvox.Abstract Earcons.LISTBOX;case "TEXTAREA":return cvox.AbstractEarcons.EDITABLE_TEXT;case " INPUT":switch(a.type){case "button":case "submit":case "reset":return cvox.Abstr actEarcons.BUTTON;case "checkbox":case "radio":return a.checked? 1269 cvox.EarconUtil.getEarcon=function(a){var b=cvox.AriaUtil.getEarcon(a);if(null!= b)return b;switch(a.tagName){case "BUTTON":return cvox.AbstractEarcons.BUTTON;ca se "A":if(a.hasAttribute("href"))return cvox.AbstractEarcons.LINK;break;case "IM G":if(cvox.DomUtil.hasLongDesc(a))return cvox.AbstractEarcons.LONG_DESC;break;ca se "LI":return cvox.AbstractEarcons.LIST_ITEM;case "SELECT":return cvox.Abstract Earcons.LISTBOX;case "TEXTAREA":return cvox.AbstractEarcons.EDITABLE_TEXT;case " INPUT":switch(a.type){case "button":case "submit":case "reset":return cvox.Abstr actEarcons.BUTTON;case "checkbox":case "radio":return a.checked?
1263 cvox.AbstractEarcons.CHECK_ON:cvox.AbstractEarcons.CHECK_OFF;default:if(cvox.Dom Util.isInputTypeText(a))return cvox.AbstractEarcons.EDITABLE_TEXT}}return null}; cvox.DescriptionUtil={};cvox.DescriptionUtil.COLLECTION_NODE_TYPE={H1:!0,H2:!0,H 3:!0,H4:!0,H5:!0,H6:!0}; 1270 cvox.AbstractEarcons.CHECK_ON:cvox.AbstractEarcons.CHECK_OFF;default:if(cvox.Dom Util.isInputTypeText(a))return cvox.AbstractEarcons.EDITABLE_TEXT}}return null}; cvox.DescriptionUtil={};cvox.DescriptionUtil.COLLECTION_NODE_TYPE={H1:!0,H2:!0,H 3:!0,H4:!0,H5:!0,H6:!0};
1264 cvox.DescriptionUtil.getControlDescription=function(a,b){var c=[a];if(b&&0<b.len gth)c=b;else{var d=cvox.DomUtil.getSurroundingControl(a);d&&(c=[d,a])}c=cvox.Des criptionUtil.getDescriptionFromAncestors(c,!0,cvox.VERBOSITY_VERBOSE);if(d){var e=cvox.DomUtil.getName(d);0==e.length&&(e=cvox.DomUtil.getControlLabelHeuristics (d),0<e.length&&(c.context=e+" "+c.context))}else e=cvox.DomUtil.getName(a),0==e .length&&(e=cvox.DomUtil.getControlLabelHeuristics(a),0<e.length&&(c.text=cvox.D omUtil.collapseWhitespace(e))), 1271 cvox.DescriptionUtil.getControlDescription=function(a,b){var c=[a];if(b&&0<b.len gth)c=b;else{var d=cvox.DomUtil.getSurroundingControl(a);d&&(c=[d,a])}c=cvox.Des criptionUtil.getDescriptionFromAncestors(c,!0,cvox.VERBOSITY_VERBOSE);if(d){var e=cvox.DomUtil.getName(d);0==e.length&&(e=cvox.DomUtil.getControlLabelHeuristics (d),0<e.length&&(c.context=e+" "+c.context))}else e=cvox.DomUtil.getName(a),0==e .length&&(e=cvox.DomUtil.getControlLabelHeuristics(a),0<e.length&&(c.text=cvox.D omUtil.collapseWhitespace(e))),
1265 d=cvox.DomUtil.getValue(a),0<d.length&&(c.userValue=cvox.DomUtil.collapseWhitesp ace(d));return c}; 1272 d=cvox.DomUtil.getValue(a),0<d.length&&(c.userValue=cvox.DomUtil.collapseWhitesp ace(d));return c};
1266 cvox.DescriptionUtil.getDescriptionFromAncestors=function(a,b,c){"undefined"===t ypeof b&&(b=!0);var d=a.length,e="",f="",g="",h="",k=[],l=null,n="";0<d&&(f=cvox .DomUtil.getName(a[d-1],b),g=cvox.DomUtil.getValue(a[d-1]));for(b=d-1;0<=b;b--){ var p=a[b],n=cvox.DomUtil.getHint(p),q=p.getAttribute?p.getAttribute("role"):nul l;if("dialog"!=q&&"alertdialog"!=q){q=cvox.DomUtil.getRole(p,c);l||(l=cvox.Aural StyleUtil.getStyleForNode(p));if(b<d-1&&p.hasAttribute("role")){var m=cvox.DomUt il.getName(p,!1);m&&(q= 1273 cvox.DescriptionUtil.getDescriptionFromAncestors=function(a,b,c){"undefined"===t ypeof b&&(b=!0);var d=a.length,e="",f="",g="",h="",k=[],l=null,n="";0<d&&(f=cvox .DomUtil.getName(a[d-1],b),g=cvox.DomUtil.getValue(a[d-1]));for(b=d-1;0<=b;b--){ var p=a[b],n=cvox.DomUtil.getHint(p),q=p.getAttribute?p.getAttribute("role"):nul l;if("alertdialog"!=q){q=cvox.DomUtil.getRole(p,c);l||(l=cvox.AuralStyleUtil.get StyleForNode(p));if(b<d-1&&p.hasAttribute("role")){var m=cvox.DomUtil.getName(p, !1);m&&(q=m+" "+q)}0<
1267 m+" "+q)}0<q.length&&(0<e.length||0<h.length&&1<p.childElementCount?e=q+" "+cvox .DomUtil.getState(p,!1)+" "+e:h=0<h.length?h+(" "+q+" "+cvox.DomUtil.getState(p, !0)):q+" "+cvox.DomUtil.getState(p,!0));p=cvox.EarconUtil.getEarcon(p);null!=p&& -1==k.indexOf(p)&&k.push(p)}}return new cvox.NavDescription({context:cvox.DomUti l.collapseWhitespace(e),text:cvox.DomUtil.collapseWhitespace(f),userValue:cvox.D omUtil.collapseWhitespace(g),annotation:cvox.DomUtil.collapseWhitespace(h),earco ns:k,personality:l,hint:cvox.DomUtil.collapseWhitespace(n)})}; 1274 q.length&&(0<e.length||0<h.length&&1<p.childElementCount?e=q+" "+cvox.DomUtil.ge tState(p,!1)+" "+e:h=0<h.length?h+(" "+q+" "+cvox.DomUtil.getState(p,!0)):q+" "+ cvox.DomUtil.getState(p,!0));p=cvox.EarconUtil.getEarcon(p);null!=p&&-1==k.index Of(p)&&k.push(p)}}return new cvox.NavDescription({context:cvox.DomUtil.collapseW hitespace(e),text:cvox.DomUtil.collapseWhitespace(f),userValue:cvox.DomUtil.coll apseWhitespace(g),annotation:cvox.DomUtil.collapseWhitespace(h),earcons:k,person ality:l,hint:cvox.DomUtil.collapseWhitespace(n)})};
1268 cvox.DescriptionUtil.getDescriptionFromNavigation=function(a,b,c,d){if(!a||!b)re turn[];if(cvox.DomUtil.isMath(b)&&!cvox.AriaUtil.isMath(b))return cvox.Descripti onUtil.getMathDescription(b);if(cvox.DescriptionUtil.COLLECTION_NODE_TYPE[b.tagN ame])return cvox.DescriptionUtil.getCollectionDescription(cvox.CursorSelection.f romNode(a),cvox.CursorSelection.fromNode(b));var e=cvox.DomUtil.getUniqueAncesto rs(a,b,!0),e=cvox.DescriptionUtil.getDescriptionFromAncestors(e,c,d);a=cvox.DomU til.getUniqueAncestors(b, 1275 cvox.DescriptionUtil.getDescriptionFromNavigation=function(a,b,c,d){if(!a||!b)re turn[];if(cvox.DomUtil.isMath(b)&&!cvox.AriaUtil.isMath(b))return cvox.Descripti onUtil.getMathDescription(b);if(cvox.DescriptionUtil.COLLECTION_NODE_TYPE[b.tagN ame])return cvox.DescriptionUtil.getCollectionDescription(cvox.CursorSelection.f romNode(a),cvox.CursorSelection.fromNode(b));var e=cvox.DomUtil.getUniqueAncesto rs(a,b,!0),e=cvox.DescriptionUtil.getDescriptionFromAncestors(e,c,d);a=cvox.DomU til.getUniqueAncestors(b,
1269 a);cvox.DescriptionUtil.shouldDescribeExit_(a)&&(c=cvox.DescriptionUtil.getDescr iptionFromAncestors(a,c,d),c.context&&!e.context&&(e.context=cvox.ChromeVox.msgs .getMsg("exited_container",[c.context])));return[e]};cvox.DescriptionUtil.getCol lectionDescription=function(a,b){var c=cvox.DescriptionUtil.getRawDescriptions_( a,b);cvox.DescriptionUtil.insertCollectionDescription_(c);return c};cvox.Descrip tionUtil.subWalker_=new cvox.BareObjectWalker; 1276 a);cvox.DescriptionUtil.shouldDescribeExit_(a)&&(c=cvox.DescriptionUtil.getDescr iptionFromAncestors(a,c,d),c.context&&!e.context&&(e.context=cvox.ChromeVox.msgs .getMsg("exited_container",[c.context])));return[e]};cvox.DescriptionUtil.getCol lectionDescription=function(a,b){var c=cvox.DescriptionUtil.getRawDescriptions_( a,b);cvox.DescriptionUtil.insertCollectionDescription_(c);return c};cvox.Descrip tionUtil.subWalker_=new cvox.BareObjectWalker;
1270 cvox.DescriptionUtil.getRawDescriptions_=function(a,b){var c=[];b=b.clone().setR eversed(!1);var d=cvox.DescriptionUtil.subWalker_.sync(b).start.node,e=a.end.nod e,f=cvox.CursorSelection.fromNode(d);if(!f)return[];for(;cvox.DomUtil.isDescenda ntOfNode(d,b.start.node);){e=cvox.DomUtil.getUniqueAncestors(e,d);cvox.DomUtil.i sMath(d)&&!cvox.AriaUtil.isMath(d)?c=c.concat(cvox.DescriptionUtil.getMathDescri ption(d)):(e=cvox.DescriptionUtil.getDescriptionFromAncestors(e,!0,cvox.ChromeVo x.verbosity),c.push(e)); 1277 cvox.DescriptionUtil.getRawDescriptions_=function(a,b){var c=[];b=b.clone().setR eversed(!1);var d=cvox.DescriptionUtil.subWalker_.sync(b).start.node,e=a.end.nod e,f=cvox.CursorSelection.fromNode(d);if(!f)return[];for(;cvox.DomUtil.isDescenda ntOfNode(d,b.start.node);){e=cvox.DomUtil.getUniqueAncestors(e,d);cvox.DomUtil.i sMath(d)&&!cvox.AriaUtil.isMath(d)?c=c.concat(cvox.DescriptionUtil.getMathDescri ption(d)):(e=cvox.DescriptionUtil.getDescriptionFromAncestors(e,!0,cvox.ChromeVo x.verbosity),c.push(e));
1271 f=cvox.DescriptionUtil.subWalker_.next(f);if(!f)break;e=d;d=f.start.node}return c}; 1278 f=cvox.DescriptionUtil.subWalker_.next(f);if(!f)break;e=d;d=f.start.node}return c};
1272 cvox.DescriptionUtil.getFullDescriptionsFromChildren=function(a,b){var c=[];if(! b)return c;var d;if(cvox.DomUtil.isLeafNode(b))return a?d=cvox.DomUtil.getUnique Ancestors(a,b):(d=[],d.push(b)),d=cvox.DescriptionUtil.getDescriptionFromAncesto rs(d,!0,cvox.ChromeVox.verbosity),c.push(d),c;d=b;var e=cvox.CursorSelection.fro mNode(b);if(!e)return c;b=cvox.DescriptionUtil.subWalker_.sync(e).start.node;e=c vox.CursorSelection.fromNode(b);if(!e)return c;for(;cvox.DomUtil.isDescendantOfN ode(b,d);){c=c.concat(cvox.DescriptionUtil.getFullDescriptionsFromChildren(a, 1279 cvox.DescriptionUtil.getFullDescriptionsFromChildren=function(a,b){var c=[];if(! b)return c;var d;if(cvox.DomUtil.isLeafNode(b))return a?d=cvox.DomUtil.getUnique Ancestors(a,b):(d=[],d.push(b)),d=cvox.DescriptionUtil.getDescriptionFromAncesto rs(d,!0,cvox.ChromeVox.verbosity),c.push(d),c;d=b;var e=cvox.CursorSelection.fro mNode(b);if(!e)return c;b=cvox.DescriptionUtil.subWalker_.sync(e).start.node;e=c vox.CursorSelection.fromNode(b);if(!e)return c;for(;cvox.DomUtil.isDescendantOfN ode(b,d);){c=c.concat(cvox.DescriptionUtil.getFullDescriptionsFromChildren(a,
1273 b));e=cvox.DescriptionUtil.subWalker_.next(e);if(!e)break;a=b;b=e.start.node}ret urn c}; 1280 b));e=cvox.DescriptionUtil.subWalker_.next(e);if(!e)break;a=b;b=e.start.node}ret urn c};
1274 cvox.DescriptionUtil.insertCollectionDescription_=function(a){var b=cvox.Descrip tionUtil.getAnnotations_(a);if(3<=a.length&&0==a[0].context.length&&1==b.length& &0<b[0].length&&cvox.DescriptionUtil.isAnnotationCollection_(b[0])){var b=b[0],c =a[0].context;a[0].context="";for(var d=0;d<a.length;d++)a[d].annotation="";a.sp lice(0,0,new cvox.NavDescription({context:c,text:"",annotation:cvox.ChromeVox.ms gs.getMsg("collection",[b,cvox.ChromeVox.msgs.getNumber(a.length)])}))}}; 1281 cvox.DescriptionUtil.insertCollectionDescription_=function(a){var b=cvox.Descrip tionUtil.getAnnotations_(a);if(3<=a.length&&0==a[0].context.length&&1==b.length& &0<b[0].length&&cvox.DescriptionUtil.isAnnotationCollection_(b[0])){var b=b[0],c =a[0].context;a[0].context="";for(var d=0;d<a.length;d++)a[d].annotation="";a.sp lice(0,0,new cvox.NavDescription({context:c,text:"",annotation:cvox.ChromeVox.ms gs.getMsg("collection",[b,cvox.ChromeVox.msgs.getNumber(a.length)])}))}};
1275 cvox.DescriptionUtil.getAnnotations_=function(a){for(var b=[],c=0;c<a.length;++c ){var d=a[c];if(-1==b.indexOf(d.annotation)){var e=cvox.ChromeVox.msgs.getMsg("t ag_link");-1!=d.annotation.toLowerCase().indexOf(e.toLowerCase())?-1==b.indexOf( e)&&b.push(e):b.push(d.annotation)}}return b};cvox.DescriptionUtil.isAnnotationC ollection_=function(a){return a==cvox.ChromeVox.msgs.getMsg("tag_link")};cvox.De scriptionUtil.shouldDescribeExit_=function(a){return a.some(function(a){switch(a .tagName){case "TABLE":case "MATH":return!0}return cvox.AriaUtil.isLandmark(a)}) }; 1282 cvox.DescriptionUtil.getAnnotations_=function(a){for(var b=[],c=0;c<a.length;++c ){var d=a[c];if(-1==b.indexOf(d.annotation)){var e=cvox.ChromeVox.msgs.getMsg("t ag_link");-1!=d.annotation.toLowerCase().indexOf(e.toLowerCase())?-1==b.indexOf( e)&&b.push(e):b.push(d.annotation)}}return b};cvox.DescriptionUtil.isAnnotationC ollection_=function(a){return a==cvox.ChromeVox.msgs.getMsg("tag_link")};cvox.De scriptionUtil.shouldDescribeExit_=function(a){return a.some(function(a){switch(a .tagName){case "TABLE":case "MATH":return!0}return cvox.AriaUtil.isLandmark(a)}) };
1276 cvox.DescriptionUtil.getMathDescription=function(a){var b=cvox.SpeechRuleEngine. getInstance(),c=cvox.TraverseMath.getInstance();b.parameterize(cvox.MathmlStore. getInstance());c.initialize(a);a=b.evaluateNode(c.activeNode);if(a==[])return[ne w cvox.NavDescription({text:"empty math"})];cvox.ChromeVox.verbosity==cvox.VERBO SITY_VERBOSE&&(a[a.length-1].annotation="math");a[0].pushEarcon(cvox.AbstractEar cons.SPECIAL_CONTENT);return a};cvox.FindUtil={};cvox.FindUtil.objectWalker_=new cvox.BareObjectWalker;cvox.FindUtil.findNext=function(a,b,c){var d=a.isReversed ();a=(new cvox.CursorSelection(a.absStart(),a.absStart())).setReversed(d);var e; if(e=b(cvox.DomUtil.getAncestors(a.start.node)))if(a=cvox.CursorSelection.fromNo de(e).setReversed(d),c)return a;for(;a;){a=cvox.FindUtil.objectWalker_.next(a);c =null;if(!a||(c=b(cvox.DomUtil.getAncestors(a.start.node))))return c?cvox.Cursor Selection.fromNode(c):null;if("IFRAME"==a.start.node.tagName)return a}return nul l};cvox.Interframe=function(){};cvox.Interframe.IF_MSG_PREFIX="cvox.INTERFRAME:" ;cvox.Interframe.SET_ID="cvox.INTERFRAME_SET_ID";cvox.Interframe.listeners=[];cv ox.Interframe.allowAccessToIframeContentWindow=!0; 1283 cvox.DescriptionUtil.getMathDescription=function(a){var b=cvox.SpeechRuleEngine. getInstance(),c=cvox.TraverseMath.getInstance();b.parameterize(cvox.MathmlStore. getInstance());c.initialize(a);a=b.evaluateNode(c.activeNode);if(a==[])return[ne w cvox.NavDescription({text:"empty math"})];cvox.ChromeVox.verbosity==cvox.VERBO SITY_VERBOSE&&(a[a.length-1].annotation="math");a[0].pushEarcon(cvox.AbstractEar cons.SPECIAL_CONTENT);return a};cvox.FindUtil={};cvox.FindUtil.objectWalker_=new cvox.BareObjectWalker;cvox.FindUtil.findNext=function(a,b,c){var d=a.isReversed ();a=(new cvox.CursorSelection(a.absStart(),a.absStart())).setReversed(d);var e; if(e=b(cvox.DomUtil.getAncestors(a.start.node)))if(a=cvox.CursorSelection.fromNo de(e).setReversed(d),c)return a;for(;a;){a=cvox.FindUtil.objectWalker_.next(a);c =null;if(!a||(c=b(cvox.DomUtil.getAncestors(a.start.node))))return c?cvox.Cursor Selection.fromNode(c):null;if("IFRAME"==a.start.node.tagName)return a}return nul l};cvox.Interframe=function(){};cvox.Interframe.IF_MSG_PREFIX="cvox.INTERFRAME:" ;cvox.Interframe.SET_ID="cvox.INTERFRAME_SET_ID";cvox.Interframe.listeners=[];cv ox.Interframe.allowAccessToIframeContentWindow=!0;
1277 cvox.Interframe.init=function(){cvox.Interframe.messageListener=function(a){if(" string"===typeof a.data&&0==a.data.indexOf(cvox.Interframe.IF_MSG_PREFIX)){a=a.d ata.substr(cvox.Interframe.IF_MSG_PREFIX.length);a=cvox.ChromeVoxJSON.parse(a);a .command==cvox.Interframe.SET_ID&&(cvox.Interframe.id=a.id);for(var b=0,c;c=cvox .Interframe.listeners[b];b++)c(a)}return!1};window.addEventListener("message",cv ox.Interframe.messageListener,!0)}; 1284 cvox.Interframe.init=function(){cvox.Interframe.messageListener=function(a){if(" string"===typeof a.data&&0==a.data.indexOf(cvox.Interframe.IF_MSG_PREFIX)){a=a.d ata.substr(cvox.Interframe.IF_MSG_PREFIX.length);a=cvox.ChromeVoxJSON.parse(a);a .command==cvox.Interframe.SET_ID&&(cvox.Interframe.id=a.id);for(var b=0,c;c=cvox .Interframe.listeners[b];b++)c(a)}return!1};window.addEventListener("message",cv ox.Interframe.messageListener,!0)};
(...skipping 234 matching lines...) Expand 10 before | Expand all | Expand 10 after
1512 ", "+g.toLocaleDateString());break;case "toggleSelection":d=cvox.ChromeVox.navig ationManager.togglePageSel();d=cvox.ChromeVox.msgs.getMsg(d?"begin_selection":"e nd_selection");break;case "startHistoryRecording":cvox.History.getInstance().sta rtRecording();break;case "stopHistoryRecording":cvox.History.getInstance().stopR ecording();break;case "enableConsoleTts":cvox.ConsoleTts.getInstance().setEnable d(!0);break;case "toggleBrailleCaptions":cvox.ChromeVox.host.sendToBackgroundPag e({target:"Prefs",action:"setPref", 1519 ", "+g.toLocaleDateString());break;case "toggleSelection":d=cvox.ChromeVox.navig ationManager.togglePageSel();d=cvox.ChromeVox.msgs.getMsg(d?"begin_selection":"e nd_selection");break;case "startHistoryRecording":cvox.History.getInstance().sta rtRecording();break;case "stopHistoryRecording":cvox.History.getInstance().stopR ecording();break;case "enableConsoleTts":cvox.ConsoleTts.getInstance().setEnable d(!0);break;case "toggleBrailleCaptions":cvox.ChromeVox.host.sendToBackgroundPag e({target:"Prefs",action:"setPref",
1513 pref:"brailleCaptions",value:!cvox.BrailleOverlayWidget.getInstance().isActive() });break;case "goToFirstCell":case "goToLastCell":case "goToRowFirstCell":case " goToRowLastCell":case "goToColFirstCell":case "goToColLastCell":case "announceHe aders":case "speakTableLocation":case "exitShifterContent":cvox.DomPredicates.ta blePredicate(cvox.DomUtil.getAncestors(cvox.ChromeVox.navigationManager.getCurre ntNode()))&&cvox.ChromeVox.navigationManager.performAction(b)||(c="not_inside_ta ble");break;case "enterShifter":case "exitShifter":cvox.ChromeVox.navigationMana ger.performAction(b); 1520 pref:"brailleCaptions",value:!cvox.BrailleOverlayWidget.getInstance().isActive() });break;case "goToFirstCell":case "goToLastCell":case "goToRowFirstCell":case " goToRowLastCell":case "goToColFirstCell":case "goToColLastCell":case "announceHe aders":case "speakTableLocation":case "exitShifterContent":cvox.DomPredicates.ta blePredicate(cvox.DomUtil.getAncestors(cvox.ChromeVox.navigationManager.getCurre ntNode()))&&cvox.ChromeVox.navigationManager.performAction(b)||(c="not_inside_ta ble");break;case "enterShifter":case "exitShifter":cvox.ChromeVox.navigationMana ger.performAction(b);
1514 break;case "decreaseTtsRate":cvox.ChromeVox.tts.increaseOrDecreaseProperty(cvox. AbstractTts.RATE,!1);break;case "increaseTtsRate":cvox.ChromeVox.tts.increaseOrD ecreaseProperty(cvox.AbstractTts.RATE,!0);break;case "decreaseTtsPitch":cvox.Chr omeVox.tts.increaseOrDecreaseProperty(cvox.AbstractTts.PITCH,!1);break;case "inc reaseTtsPitch":cvox.ChromeVox.tts.increaseOrDecreaseProperty(cvox.AbstractTts.PI TCH,!0);break;case "decreaseTtsVolume":cvox.ChromeVox.tts.increaseOrDecreaseProp erty(cvox.AbstractTts.VOLUME, 1521 break;case "decreaseTtsRate":cvox.ChromeVox.tts.increaseOrDecreaseProperty(cvox. AbstractTts.RATE,!1);break;case "increaseTtsRate":cvox.ChromeVox.tts.increaseOrD ecreaseProperty(cvox.AbstractTts.RATE,!0);break;case "decreaseTtsPitch":cvox.Chr omeVox.tts.increaseOrDecreaseProperty(cvox.AbstractTts.PITCH,!1);break;case "inc reaseTtsPitch":cvox.ChromeVox.tts.increaseOrDecreaseProperty(cvox.AbstractTts.PI TCH,!0);break;case "decreaseTtsVolume":cvox.ChromeVox.tts.increaseOrDecreaseProp erty(cvox.AbstractTts.VOLUME,
1515 !1);break;case "increaseTtsVolume":cvox.ChromeVox.tts.increaseOrDecreaseProperty (cvox.AbstractTts.VOLUME,!0);break;case "cyclePunctuationEcho":cvox.ChromeVox.ho st.sendToBackgroundPage({target:"TTS",action:"cyclePunctuationEcho"});break;case "toggleStickyMode":cvox.ChromeVox.host.sendToBackgroundPage({target:"Prefs",act ion:"setPref",pref:"sticky",value:!cvox.ChromeVox.isStickyOn,announce:!0});break ;case "toggleKeyPrefix":cvox.ChromeVox.keyPrefixOn=!cvox.ChromeVox.keyPrefixOn;b reak;case "passThroughMode":cvox.ChromeVox.passThroughMode= 1522 !1);break;case "increaseTtsVolume":cvox.ChromeVox.tts.increaseOrDecreaseProperty (cvox.AbstractTts.VOLUME,!0);break;case "cyclePunctuationEcho":cvox.ChromeVox.ho st.sendToBackgroundPage({target:"TTS",action:"cyclePunctuationEcho"});break;case "toggleStickyMode":cvox.ChromeVox.host.sendToBackgroundPage({target:"Prefs",act ion:"setPref",pref:"sticky",value:!cvox.ChromeVox.isStickyOn,announce:!0});break ;case "toggleKeyPrefix":cvox.ChromeVox.keyPrefixOn=!cvox.ChromeVox.keyPrefixOn;b reak;case "passThroughMode":cvox.ChromeVox.passThroughMode=
1516 !0;cvox.ChromeVox.tts.speak(cvox.ChromeVox.msgs.getMsg("pass_through_key"));brea k;case "toggleSearchWidget":cvox.SearchWidget.getInstance().toggle();break;case "toggleEarcons":d=cvox.ChromeVox.earcons.toggle()?cvox.ChromeVox.msgs.getMsg("ea rcons_on"):cvox.ChromeVox.msgs.getMsg("earcons_off");break;case "showHeadingsLis t":case "showLinksList":case "showFormsList":case "showTablesList":case "showLan dmarksList":if(!a.nodeList)break;g=cvox.CommandStore.NODE_INFO_MAP[a.nodeList];c vox.NodeSearchWidget.create(g.typeMsg, 1523 !0;cvox.ChromeVox.tts.speak(cvox.ChromeVox.msgs.getMsg("pass_through_key"));brea k;case "toggleSearchWidget":cvox.SearchWidget.getInstance().toggle();break;case "toggleEarcons":d=cvox.ChromeVox.earcons.toggle()?cvox.ChromeVox.msgs.getMsg("ea rcons_on"):cvox.ChromeVox.msgs.getMsg("earcons_off");break;case "showHeadingsLis t":case "showLinksList":case "showFormsList":case "showTablesList":case "showLan dmarksList":if(!a.nodeList)break;g=cvox.CommandStore.NODE_INFO_MAP[a.nodeList];c vox.NodeSearchWidget.create(g.typeMsg,
1517 cvox.DomPredicates[g.predicate]).show();break;case "openLongDesc":g=cvox.ChromeV ox.navigationManager.getCurrentNode();cvox.DomUtil.hasLongDesc(g)?cvox.ChromeVox .host.sendToBackgroundPage({target:"OpenTab",url:g.longDesc}):cvox.ChromeVox.tts .speak(cvox.ChromeVox.msgs.getMsg("no_long_desc"),cvox.AbstractTts.QUEUE_MODE_FL USH,cvox.AbstractTts.PERSONALITY_ANNOTATION);break;case "pauseAllMedia":k=docume nt.getElementsByTagName("VIDEO");for(g=0;h=k[g];g++)h.pause();k=document.getElem entsByTagName("AUDIO"); 1524 cvox.DomPredicates[g.predicate]).show();break;case "openLongDesc":g=cvox.ChromeV ox.navigationManager.getCurrentNode();cvox.DomUtil.hasLongDesc(g)?cvox.ChromeVox .host.sendToBackgroundPage({target:"OpenTab",url:g.longDesc}):cvox.ChromeVox.tts .speak(cvox.ChromeVox.msgs.getMsg("no_long_desc"),cvox.AbstractTts.QUEUE_MODE_FL USH,cvox.AbstractTts.PERSONALITY_ANNOTATION);break;case "pauseAllMedia":k=docume nt.getElementsByTagName("VIDEO");for(g=0;h=k[g];g++)h.pause();k=document.getElem entsByTagName("AUDIO");
1518 for(g=0;h=k[g];g++)h.pause();break;case "toggleSemantics":cvox.TraverseMath.togg leSemantic()?cvox.ChromeVox.tts.speak(cvox.ChromeVox.msgs.getMsg("semantics_on") ):cvox.ChromeVox.tts.speak(cvox.ChromeVox.msgs.getMsg("semantics_off"));break;ca se cvox.BrailleKeyCommand.ROUTING:(g=a.content)&&cvox.BrailleUtil.click(g,a.even t.displayPosition);break;case cvox.BrailleKeyCommand.PAN_LEFT:case cvox.BrailleK eyCommand.LINE_UP:case cvox.BrailleKeyCommand.PAN_RIGHT:case cvox.BrailleKeyComm and.LINE_DOWN:cvox.ChromeVox.navigationManager.navigate(!1, 1525 for(g=0;h=k[g];g++)h.pause();break;case "toggleSemantics":cvox.TraverseMath.togg leSemantic()?cvox.ChromeVox.tts.speak(cvox.ChromeVox.msgs.getMsg("semantics_on") ):cvox.ChromeVox.tts.speak(cvox.ChromeVox.msgs.getMsg("semantics_off"));break;ca se cvox.BrailleKeyCommand.ROUTING:(g=a.content)&&cvox.BrailleUtil.click(g,a.even t.displayPosition);break;case cvox.BrailleKeyCommand.PAN_LEFT:case cvox.BrailleK eyCommand.LINE_UP:case cvox.BrailleKeyCommand.PAN_RIGHT:case cvox.BrailleKeyComm and.LINE_DOWN:cvox.ChromeVox.navigationManager.navigate(!1,
1519 cvox.NavigationShifter.GRANULARITIES.LINE);break;case "debug":break;case "nop":b reak;default:throw"Command behavior not defined: "+b;}""!=c?cvox.ChromeVox.tts.s peak(cvox.ChromeVox.msgs.getMsg(c),cvox.AbstractTts.QUEUE_MODE_FLUSH,cvox.Abstra ctTts.PERSONALITY_ANNOTATION):cvox.ChromeVox.navigationManager.isReading()?a.dis allowContinuation?cvox.ChromeVox.navigationManager.stopReading(!0):"readFromHere "!=b&&cvox.ChromeVox.navigationManager.skip():a.announce&&cvox.ChromeVox.navigat ionManager.finishNavCommand(d); 1526 cvox.NavigationShifter.GRANULARITIES.LINE);break;case "debug":break;case "nop":b reak;default:throw"Command behavior not defined: "+b;}""!=c?cvox.ChromeVox.tts.s peak(cvox.ChromeVox.msgs.getMsg(c),cvox.AbstractTts.QUEUE_MODE_FLUSH,cvox.Abstra ctTts.PERSONALITY_ANNOTATION):cvox.ChromeVox.navigationManager.isReading()?a.dis allowContinuation?cvox.ChromeVox.navigationManager.stopReading(!0):"readFromHere "!=b&&cvox.ChromeVox.navigationManager.skip():a.announce&&cvox.ChromeVox.navigat ionManager.finishNavCommand(d);
1520 a.allowEvents||cvox.ChromeVoxEventSuspender.exitSuspendEvents();return!!a.doDefa ult||e};cvox.ChromeVoxUserCommands.handleChromeVoxUserEvent=function(a){a=new cv ox.UserEventDetail(a.detail);a.command&&cvox.ChromeVoxUserCommands.doCommand_(cv ox.ChromeVoxUserCommands.lookupCommand_(a.command,a))};cvox.ChromeVoxUserCommand s.lookupCommand_=function(a,b){var c=cvox.CommandStore.CMD_WHITELIST[a];if(!c)th row"Invalid command: "+a;c=goog.object.clone(c);c.command=a;b&&goog.object.exten d(c,b);return c};cvox.ChromeVoxUserCommands.init_();cvox.ChromeVoxKbHandler={};c vox.ChromeVoxKbHandler.loadKeyToFunctionsTable=function(a){window.JSON&&(cvox.Ch romeVoxKbHandler.handlerKeyMap=cvox.KeyMap.fromJSON(a))};cvox.ChromeVoxKbHandler .sortKeyToFunctionsTable_=function(a){function b(a,b){return a[0].length<b[0].le ngth?-1:b[0].length<a[0].length?1:a[0].localeCompare(b[0])}var c=[],d;for(d in a )c.push([d,a[d]]);c.sort(b);return c}; 1527 a.allowEvents||cvox.ChromeVoxEventSuspender.exitSuspendEvents();return!!a.doDefa ult||e};cvox.ChromeVoxUserCommands.handleChromeVoxUserEvent=function(a){a=new cv ox.UserEventDetail(a.detail);a.command&&cvox.ChromeVoxUserCommands.doCommand_(cv ox.ChromeVoxUserCommands.lookupCommand_(a.command,a))};cvox.ChromeVoxUserCommand s.lookupCommand_=function(a,b){var c=cvox.CommandStore.CMD_WHITELIST[a];if(!c)th row"Invalid command: "+a;c=goog.object.clone(c);c.command=a;b&&goog.object.exten d(c,b);return c};cvox.ChromeVoxUserCommands.init_();cvox.ChromeVoxKbHandler={};c vox.ChromeVoxKbHandler.loadKeyToFunctionsTable=function(a){window.JSON&&(cvox.Ch romeVoxKbHandler.handlerKeyMap=cvox.KeyMap.fromJSON(a))};cvox.ChromeVoxKbHandler .sortKeyToFunctionsTable_=function(a){function b(a,b){return a[0].length<b[0].le ngth?-1:b[0].length<a[0].length?1:a[0].localeCompare(b[0])}var c=[],d;for(d in a )c.push([d,a[d]]);c.sort(b);return c};
1521 cvox.ChromeVoxKbHandler.basicKeyDownActionsListener=function(a){var b=cvox.KeyUt il.keyEventToKeySequence(a);a=void 0!=cvox.ChromeVoxKbHandler.handlerKeyMap?cvox .ChromeVoxKbHandler.handlerKeyMap.commandForKey(b):null;if(!a)return!cvox.KeyUti l.sequencing;if(!cvox.ChromeVox.isActive&&"toggleChromeVox"!=a)return!0;var c=!0 ,d=cvox.ChromeVoxUserCommands.commands[a];d?(b=cvox.History.getInstance(),b.ente rUserCommand(a),c=d(),b.exitUserCommand(a)):b.cvoxModifier&&(c=!1);cvox.ChromeVo x.entireDocumentIsHidden&& 1528 cvox.ChromeVoxKbHandler.basicKeyDownActionsListener=function(a){var b=cvox.KeyUt il.keyEventToKeySequence(a);a=void 0!=cvox.ChromeVoxKbHandler.handlerKeyMap?cvox .ChromeVoxKbHandler.handlerKeyMap.commandForKey(b):null;if(!a)return!cvox.KeyUti l.sequencing;if(!cvox.ChromeVox.isActive&&"toggleChromeVox"!=a)return!0;var c=!0 ,d=cvox.ChromeVoxUserCommands.commands[a];d?(b=cvox.History.getInstance(),b.ente rUserCommand(a),c=d(),b.exitUserCommand(a)):b.cvoxModifier&&(c=!1);cvox.ChromeVo x.entireDocumentIsHidden&&
1522 (c=!0);return c};cvox.LiveRegions=function(){};cvox.LiveRegions.pageLoadTime=nul l;cvox.LiveRegions.INITIAL_SILENCE_MS=2E3;cvox.LiveRegions.lastAnnouncedMap={};c vox.LiveRegions.MAX_DISCARD_DUPS_MS=2E3;cvox.LiveRegions.lastAnnouncedTime=null; cvox.LiveRegions.nodesAlreadyHandled=[]; 1529 (c=!0);return c};cvox.LiveRegions=function(){};cvox.LiveRegions.pageLoadTime=nul l;cvox.LiveRegions.INITIAL_SILENCE_MS=2E3;cvox.LiveRegions.VISIBILITY_TIMEOUT_MS =50;cvox.LiveRegions.lastAnnouncedMap={};cvox.LiveRegions.MAX_DISCARD_DUPS_MS=2E 3;cvox.LiveRegions.HIDDEN_DOC_MAX_DISCARD_DUPS_MS=6E4;cvox.LiveRegions.lastAnnou ncedTime=null;cvox.LiveRegions.nodesAlreadyHandled=[];
1523 cvox.LiveRegions.init=function(a,b,c){void 0==b&&(b=cvox.AbstractTts.QUEUE_MODE_ FLUSH);cvox.LiveRegions.pageLoadTime=a;if(c||!document.hasFocus())return!1;var d =!1;a=cvox.AriaUtil.getLiveRegions(document.body);for(c=0;c<a.length;c++)cvox.Li veRegions.handleOneChangedNode(a[c],a[c],!1,!1,function(a,c){a||b!=cvox.Abstract Tts.QUEUE_MODE_FLUSH||(b=cvox.AbstractTts.QUEUE_MODE_QUEUE);var g=new cvox.Navig ationSpeaker;g.speakDescriptionArray(c,b,null);d=!0});cvox.Interframe.addListene r(function(a){if("speakLiveRegion"== 1530 cvox.LiveRegions.init=function(a,b,c){void 0==b&&(b=cvox.AbstractTts.QUEUE_MODE_ FLUSH);cvox.LiveRegions.pageLoadTime=a;if(c||!document.hasFocus())return!1;var d =!1;a=cvox.AriaUtil.getLiveRegions(document.body);for(c=0;c<a.length;c++)cvox.Li veRegions.handleOneChangedNode(a[c],a[c],!1,!1,function(a,c){a||b!=cvox.Abstract Tts.QUEUE_MODE_FLUSH||(b=cvox.AbstractTts.QUEUE_MODE_QUEUE);var g=new cvox.Navig ationSpeaker;g.speakDescriptionArray(c,b,null);d=!0});cvox.Interframe.addListene r(function(a){if("speakLiveRegion"==
1524 a.command)for(var b=document.getElementsByTagName("iframe"),c=0,d;d=b[c];c++)if( d.src==a.src){if(!cvox.DomUtil.isVisible(d))break;d=JSON.parse(a.content);for(va r k=[],l=0,n;n=d[l];l++)k.push(new cvox.NavDescription(n));(new cvox.NavigationS peaker).speakDescriptionArray(k,a.queueMode,null)}});return d}; 1531 a.command)for(var b=document.getElementsByTagName("iframe"),c=0,d;d=b[c];c++)if( d.src==a.src){if(!cvox.DomUtil.isVisible(d))break;d=JSON.parse(a.content);for(va r k=[],l=0,n;n=d[l];l++)k.push(new cvox.NavDescription(n));(new cvox.NavigationS peaker).speakDescriptionArray(k,a.queueMode,null)}});return d};
1525 cvox.LiveRegions.processMutations=function(a,b){cvox.LiveRegions.nodesAlreadyHan dled=[];a.forEach(function(a){if(!a.target.hasAttribute||!a.target.hasAttribute( "cvoxIgnore")){if(a.addedNodes)for(var d=0;d<a.addedNodes.length;d++)a.addedNode s[d].hasAttribute&&a.addedNodes[d].hasAttribute("cvoxIgnore")||cvox.LiveRegions. handleOneChangedNode(a.addedNodes[d],a.target,!1,!0,b);if(a.removedNodes)for(d=0 ;d<a.removedNodes.length;d++)a.removedNodes[d].hasAttribute&&a.removedNodes[d].h asAttribute("cvoxIgnore")|| 1532 cvox.LiveRegions.processMutations=function(a,b){cvox.LiveRegions.nodesAlreadyHan dled=[];a.forEach(function(a){if(!a.target.hasAttribute||!a.target.hasAttribute( "cvoxIgnore")){if(a.addedNodes)for(var d=0;d<a.addedNodes.length;d++)a.addedNode s[d].hasAttribute&&a.addedNodes[d].hasAttribute("cvoxIgnore")||cvox.LiveRegions. handleOneChangedNode(a.addedNodes[d],a.target,!1,!0,b);if(a.removedNodes)for(d=0 ;d<a.removedNodes.length;d++)a.removedNodes[d].hasAttribute&&a.removedNodes[d].h asAttribute("cvoxIgnore")||
1526 cvox.LiveRegions.handleOneChangedNode(a.removedNodes[d],a.target,!0,!1,b);"chara cterData"==a.type&&cvox.LiveRegions.handleOneChangedNode(a.target,a.target,!1,!1 ,b);if("class"==a.attributeName||"style"==a.attributeName||"hidden"==a.attribute Name){var e=a.attributeName,d=a.target,f=!cvox.DomUtil.isVisible(d),g=document.c reateElement("div");g.setAttribute("cvoxIgnore","1");g.setAttribute("class",d.ge tAttribute("class"));g.setAttribute("style",d.getAttribute("style"));g.setAttrib ute("hidden",d.getAttribute("hidden")); 1533 cvox.LiveRegions.handleOneChangedNode(a.removedNodes[d],a.target,!0,!1,b);"chara cterData"==a.type&&cvox.LiveRegions.handleOneChangedNode(a.target,a.target,!1,!1 ,b);if("class"==a.attributeName||"style"==a.attributeName||"hidden"==a.attribute Name){var e=a.attributeName,d=a.target,f=!cvox.DomUtil.isVisible(d),g=document.c reateElement("div");g.setAttribute("cvoxIgnore","1");g.setAttribute("class",d.ge tAttribute("class"));g.setAttribute("style",d.getAttribute("style"));g.setAttrib ute("hidden",d.getAttribute("hidden"));
1527 g.setAttribute(e,a.oldValue);e=!0;d.parentElement?(d.parentElement.appendChild(g ),e=!cvox.DomUtil.isVisible(g),d.parentElement.removeChild(g)):e=!cvox.DomUtil.i sVisible(g);!0===e&&!1===f?cvox.LiveRegions.handleOneChangedNode(a.target,a.targ et,!1,!0,b):!1===e&&!0===f&&cvox.LiveRegions.handleOneChangedNode(a.target,a.tar get,!0,!1,b)}}});cvox.LiveRegions.nodesAlreadyHandled.length=0}; 1534 g.setAttribute(e,a.oldValue);e=!0;d.parentElement?(d.parentElement.appendChild(g ),e=!cvox.DomUtil.isVisible(g),d.parentElement.removeChild(g)):e=!cvox.DomUtil.i sVisible(g);!0===e&&!1===f?cvox.LiveRegions.handleOneChangedNode(a.target,a.targ et,!1,!0,b):!1===e&&!0===f&&cvox.LiveRegions.handleOneChangedNode(a.target,a.tar get,!0,!1,b)}}});cvox.LiveRegions.nodesAlreadyHandled.length=0};
1528 cvox.LiveRegions.handleOneChangedNode=function(a,b,c,d,e){var f=c?b:a;f instance of Element||(f=f.parentElement);for(;f&&!cvox.AriaUtil.getAriaLive(f);)f=f.paren tElement;if(!f){if(d&&a!=document.body)for(a=cvox.AriaUtil.getLiveRegions(a),d=0 ;d<a.length;d++)cvox.LiveRegions.handleOneChangedNode(a[d],b,c,!1,e)}else if(!(0 <=cvox.LiveRegions.nodesAlreadyHandled.indexOf(a)||(cvox.LiveRegions.nodesAlread yHandled.push(a),cvox.AriaUtil.getAriaBusy(f)))){if(c){if(!cvox.AriaUtil.getAria Relevant(f,"removals"))return}else if(!cvox.AriaUtil.getAriaRelevant(f, 1535 cvox.LiveRegions.handleOneChangedNode=function(a,b,c,d,e){var f=c?b:a;f instance of Element||(f=f.parentElement);for(;f&&!cvox.AriaUtil.getAriaLive(f);)f=f.paren tElement;if(f){if(b=new Date-cvox.LiveRegions.pageLoadTime,!("alert"!=cvox.AriaU til.getRoleAttribute(f)&&b<cvox.LiveRegions.INITIAL_SILENCE_MS||0<=cvox.LiveRegi ons.nodesAlreadyHandled.indexOf(a)||(cvox.LiveRegions.nodesAlreadyHandled.push(a ),cvox.AriaUtil.getAriaBusy(f)))){if(c){if(!cvox.AriaUtil.getAriaRelevant(f,"rem ovals"))return}else if(!cvox.AriaUtil.getAriaRelevant(f,
1529 "additions"))return;cvox.LiveRegions.announceChange(a,f,c,e)}}; 1536 "additions"))return;cvox.LiveRegions.announceChangeIfVisible(a,f,c,e)}}else if(d &&a!=document.body)for(a=cvox.AriaUtil.getLiveRegions(a),f=0;f<a.length;f++)cvox .LiveRegions.handleOneChangedNode(a[f],b,c,!1,e)};cvox.LiveRegions.announceChang eIfVisible=function(a,b,c,d){cvox.DomUtil.isVisible(b)?cvox.LiveRegions.announce Change(a,b,c,d):window.setTimeout(function(){cvox.DomUtil.isVisible(b)&&cvox.Liv eRegions.announceChange(a,b,c,d)},cvox.LiveRegions.VISIBILITY_TIMEOUT_MS)};
1530 cvox.LiveRegions.announceChange=function(a,b,c,d){var e=new Date-cvox.LiveRegion s.pageLoadTime;if(!("alert"!=cvox.AriaUtil.getRoleAttribute(b)&&e<cvox.LiveRegio ns.INITIAL_SILENCE_MS)&&cvox.DomUtil.isVisible(b)){if(a!=b)for(var f=a.parentEle ment;f;){(cvox.AriaUtil.getAriaAtomic(f)||cvox.AriaUtil.isLeafElement(f)||cvox.A riaUtil.isControlWidget(f))&&!cvox.AriaUtil.isCompositeControl(f)&&(a=f);if(f==b )break;f=f.parentElement}a=cvox.LiveRegions.getNavDescriptionsRecursive(a);if(0! =a.length){c&&(a=[new cvox.NavDescription({context:cvox.ChromeVox.msgs.getMsg("l ive_regions_removed"), 1537 cvox.LiveRegions.announceChange=function(a,b,c,d){if(a!=b)for(var e=a.parentElem ent;e;){(cvox.AriaUtil.getAriaAtomic(e)||cvox.AriaUtil.isLeafElement(e)||cvox.Ar iaUtil.isControlWidget(e))&&!cvox.AriaUtil.isCompositeControl(e)&&(a=e);if(e==b) break;e=e.parentElement}a=cvox.LiveRegions.getNavDescriptionsRecursive(a);if(0!= a.length){c&&(a=[new cvox.NavDescription({context:cvox.ChromeVox.msgs.getMsg("li ve_regions_removed"),text:""})].concat(a));c=new Date-cvox.LiveRegions.pageLoadT ime;if("alert"==cvox.AriaUtil.getRoleAttribute(b)&&
1531 text:""})].concat(a));if("alert"==cvox.AriaUtil.getRoleAttribute(b)&&e<cvox.Live Regions.INITIAL_SILENCE_MS){c="";for(e=0;e<a.length;e++)c+=a[e].text,c+=a[e].use rValue;if(""==cvox.DomUtil.collapseWhitespace(c))return}c=new Date;for(var g in cvox.LiveRegions.lastAnnouncedMap)c-cvox.LiveRegions.lastAnnouncedMap[g]>cvox.Li veRegions.MAX_DISCARD_DUPS_MS&&delete cvox.LiveRegions.lastAnnouncedMap[g];g=a.r educe(function(a,b){return a+"|"+b.text},"");cvox.LiveRegions.lastAnnouncedMap[g ]||(cvox.LiveRegions.lastAnnouncedMap[g]= 1538 c<cvox.LiveRegions.INITIAL_SILENCE_MS){c="";for(e=0;e<a.length;e++)c+=a[e].text, c+=a[e].userValue;if(""==cvox.DomUtil.collapseWhitespace(c))return}e=document.we bkitHidden?cvox.LiveRegions.HIDDEN_DOC_MAX_DISCARD_DUPS_MS:cvox.LiveRegions.MAX_ DISCARD_DUPS_MS;c=new Date;for(var f in cvox.LiveRegions.lastAnnouncedMap)c-cvox .LiveRegions.lastAnnouncedMap[f]>e&&delete cvox.LiveRegions.lastAnnouncedMap[f]; f=a.reduce(function(a,b){return a+"|"+b.text},"");cvox.LiveRegions.lastAnnounced Map[f]||(cvox.LiveRegions.lastAnnouncedMap[f]=
1532 c,b="assertive"==cvox.AriaUtil.getAriaLive(b),cvox.Interframe.isIframe()&&!docum ent.hasFocus()?cvox.Interframe.sendMessageToParentWindow({command:"speakLiveRegi on",content:JSON.stringify(a),queueMode:b?0:1,src:window.location.href}):d(b,a)) }}}; 1539 c,b="assertive"==cvox.AriaUtil.getAriaLive(b),cvox.Interframe.isIframe()&&!docum ent.hasFocus()?cvox.Interframe.sendMessageToParentWindow({command:"speakLiveRegi on",content:JSON.stringify(a),queueMode:b?0:1,src:window.location.href}):d(b,a)) }};
1533 cvox.LiveRegions.getNavDescriptionsRecursive=function(a){return cvox.AriaUtil.ge tAriaAtomic(a)||cvox.DomUtil.isLeafNode(a)?(a=cvox.DescriptionUtil.getDescriptio nFromAncestors([a],!0,cvox.ChromeVox.verbosity),a.isEmpty()?[]:[a]):cvox.Descrip tionUtil.getFullDescriptionsFromChildren(null,a)};cvox.LiveRegionsDeprecated=fun ction(){};cvox.LiveRegionsDeprecated.trackedRegions=[];cvox.LiveRegionsDeprecate d.previousRegionValue=[];cvox.LiveRegionsDeprecated.pageLoadTime=null;cvox.LiveR egionsDeprecated.INITIAL_SILENCE_MS=2E3; 1540 cvox.LiveRegions.getNavDescriptionsRecursive=function(a){return cvox.AriaUtil.ge tAriaAtomic(a)||cvox.DomUtil.isLeafNode(a)?(a=cvox.DescriptionUtil.getDescriptio nFromAncestors([a],!0,cvox.ChromeVox.verbosity),a.isEmpty()?[]:[a]):cvox.Descrip tionUtil.getFullDescriptionsFromChildren(null,a)};cvox.LiveRegionsDeprecated=fun ction(){};cvox.LiveRegionsDeprecated.trackedRegions=[];cvox.LiveRegionsDeprecate d.previousRegionValue=[];cvox.LiveRegionsDeprecated.pageLoadTime=null;cvox.LiveR egionsDeprecated.INITIAL_SILENCE_MS=2E3;
1534 cvox.LiveRegionsDeprecated.init=function(a,b,c){void 0==b&&(b=cvox.AbstractTts.Q UEUE_MODE_FLUSH);cvox.LiveRegionsDeprecated.pageLoadTime=a;a=!1;for(var d=cvox.A riaUtil.getLiveRegions(document.body),e=0;e<d.length;e++)cvox.LiveRegionsDepreca ted.updateLiveRegion(d[e],b,c)&&(a=!0,b=cvox.AbstractTts.QUEUE_MODE_QUEUE);retur n a}; 1541 cvox.LiveRegionsDeprecated.init=function(a,b,c){void 0==b&&(b=cvox.AbstractTts.Q UEUE_MODE_FLUSH);cvox.LiveRegionsDeprecated.pageLoadTime=a;a=!1;for(var d=cvox.A riaUtil.getLiveRegions(document.body),e=0;e<d.length;e++)cvox.LiveRegionsDepreca ted.updateLiveRegion(d[e],b,c)&&(a=!0,b=cvox.AbstractTts.QUEUE_MODE_QUEUE);retur n a};
1535 cvox.LiveRegionsDeprecated.updateLiveRegion=function(a,b,c){if(cvox.AriaUtil.get AriaBusy(a)||!cvox.DomUtil.isVisible(a))return!1;var d=cvox.LiveRegionsDeprecate d.trackedRegions.indexOf(a),e;0<=d?e=cvox.LiveRegionsDeprecated.previousRegionVa lue[d]:(d=cvox.LiveRegionsDeprecated.trackedRegions.length,e=[],cvox.LiveRegions Deprecated.trackedRegions.push(a),cvox.LiveRegionsDeprecated.previousRegionValue .push([]));var f=cvox.LiveRegionsDeprecated.buildCurrentLiveRegionValue(a),g=new Date-cvox.LiveRegionsDeprecated.pageLoadTime; 1542 cvox.LiveRegionsDeprecated.updateLiveRegion=function(a,b,c){if(cvox.AriaUtil.get AriaBusy(a)||!cvox.DomUtil.isVisible(a))return!1;var d=cvox.LiveRegionsDeprecate d.trackedRegions.indexOf(a),e;0<=d?e=cvox.LiveRegionsDeprecated.previousRegionVa lue[d]:(d=cvox.LiveRegionsDeprecated.trackedRegions.length,e=[],cvox.LiveRegions Deprecated.trackedRegions.push(a),cvox.LiveRegionsDeprecated.previousRegionValue .push([]));var f=cvox.LiveRegionsDeprecated.buildCurrentLiveRegionValue(a),g=new Date-cvox.LiveRegionsDeprecated.pageLoadTime;
1536 if("alert"!=cvox.AriaUtil.getRoleAttribute(a)&&g<cvox.LiveRegionsDeprecated.INIT IAL_SILENCE_MS)return cvox.LiveRegionsDeprecated.previousRegionValue[d]=f,!1;if( "alert"==cvox.AriaUtil.getRoleAttribute(a)&&g<cvox.LiveRegionsDeprecated.INITIAL _SILENCE_MS){for(var h="",g=0;g<f.length;g++)h+=f[g].text,h+=f[g].userValue;if(" "==cvox.DomUtil.collapseWhitespace(h))return cvox.LiveRegionsDeprecated.previous RegionValue[d]=f,!1}for(var k={},g=0;g<e.length;g++)k[e[g].toString()]=!0;for(va r l={},g=0;g<f.length;g++)l[f[g].toString()]= 1543 if("alert"!=cvox.AriaUtil.getRoleAttribute(a)&&g<cvox.LiveRegionsDeprecated.INIT IAL_SILENCE_MS)return cvox.LiveRegionsDeprecated.previousRegionValue[d]=f,!1;if( "alert"==cvox.AriaUtil.getRoleAttribute(a)&&g<cvox.LiveRegionsDeprecated.INITIAL _SILENCE_MS){for(var h="",g=0;g<f.length;g++)h+=f[g].text,h+=f[g].userValue;if(" "==cvox.DomUtil.collapseWhitespace(h))return cvox.LiveRegionsDeprecated.previous RegionValue[d]=f,!1}for(var k={},g=0;g<e.length;g++)k[e[g].toString()]=!0;for(va r l={},g=0;g<f.length;g++)l[f[g].toString()]=
1537 !0;h=[];if(cvox.AriaUtil.getAriaRelevant(a,"additions"))for(g=0;g<f.length;g++)k [f[g].toString()]||h.push(f[g]);k=[];if(cvox.AriaUtil.getAriaRelevant(a,"removal s"))for(g=0;g<e.length;g++)l[e[g].toString()]||k.push(e[g]);e=[];e=0==h.length&& 0<k.length?[new cvox.NavDescription({context:cvox.ChromeVox.msgs.getMsg("live_re gions_removed"),text:""})].concat(k):h;cvox.LiveRegionsDeprecated.previousRegion Value[d]=f;if(c||0==e.length)return!1;a=cvox.AriaUtil.getAriaLive(a);"polite"==a &&(b=cvox.AbstractTts.QUEUE_MODE_QUEUE); 1544 !0;h=[];if(cvox.AriaUtil.getAriaRelevant(a,"additions"))for(g=0;g<f.length;g++)k [f[g].toString()]||h.push(f[g]);k=[];if(cvox.AriaUtil.getAriaRelevant(a,"removal s"))for(g=0;g<e.length;g++)l[e[g].toString()]||k.push(e[g]);e=[];e=0==h.length&& 0<k.length?[new cvox.NavDescription({context:cvox.ChromeVox.msgs.getMsg("live_re gions_removed"),text:""})].concat(k):h;cvox.LiveRegionsDeprecated.previousRegion Value[d]=f;if(c||0==e.length)return!1;a=cvox.AriaUtil.getAriaLive(a);"polite"==a &&(b=cvox.AbstractTts.QUEUE_MODE_QUEUE);
1538 for(g=0;g<e.length;g++)e[g].speak(b),b=cvox.AbstractTts.QUEUE_MODE_QUEUE;return! 0}; 1545 for(g=0;g<e.length;g++)e[g].speak(b),b=cvox.AbstractTts.QUEUE_MODE_QUEUE;return! 0};
1539 cvox.LiveRegionsDeprecated.buildCurrentLiveRegionValue=function(a){if(cvox.AriaU til.getAriaAtomic(a)||cvox.DomUtil.isLeafNode(a)){var b=cvox.DescriptionUtil.get DescriptionFromAncestors([a],!0,cvox.ChromeVox.verbosity);return b.isEmpty()?[]: [b]}var c=[],b=cvox.DescriptionUtil.getDescriptionFromAncestors([a],!1,cvox.Chro meVox.verbosity);b.isEmpty()||c.push(b);for(b=0;b<a.childNodes.length;b++){var d =a.childNodes[b];cvox.DomUtil.isVisible(d,{checkAncestors:!1})&&!cvox.AriaUtil.i sHidden(d)&&(d=cvox.LiveRegionsDeprecated.buildCurrentLiveRegionValue(d), 1546 cvox.LiveRegionsDeprecated.buildCurrentLiveRegionValue=function(a){if(cvox.AriaU til.getAriaAtomic(a)||cvox.DomUtil.isLeafNode(a)){var b=cvox.DescriptionUtil.get DescriptionFromAncestors([a],!0,cvox.ChromeVox.verbosity);return b.isEmpty()?[]: [b]}var c=[],b=cvox.DescriptionUtil.getDescriptionFromAncestors([a],!1,cvox.Chro meVox.verbosity);b.isEmpty()||c.push(b);for(b=0;b<a.childNodes.length;b++){var d =a.childNodes[b];cvox.DomUtil.isVisible(d,{checkAncestors:!1})&&!cvox.AriaUtil.i sHidden(d)&&(d=cvox.LiveRegionsDeprecated.buildCurrentLiveRegionValue(d),
1540 c=c.concat(d))}return c};cvox.ChromeVoxEventWatcherUtil={};cvox.ChromeVoxEventWa tcher=function(){};cvox.ChromeVoxEventWatcher.MAX_WAIT_TIME_MS_=50;cvox.ChromeVo xEventWatcher.WAIT_TIME_MS_=10;cvox.ChromeVoxEventWatcher.SUBTREE_MODIFIED_BURST _DURATION_=1E3;cvox.ChromeVoxEventWatcher.SUBTREE_MODIFIED_BURST_COUNT_LIMIT_=3; cvox.ChromeVoxEventWatcher.MAX_LIVE_REGIONS_=5;cvox.ChromeVoxEventWatcher.should EchoKeys=!0;cvox.ChromeVoxEventWatcher.processing_=!1; 1547 c=c.concat(d))}return c};cvox.ChromeVoxEventWatcherUtil={};cvox.ChromeVoxEventWa tcher=function(){};cvox.ChromeVoxEventWatcher.MAX_WAIT_TIME_MS_=50;cvox.ChromeVo xEventWatcher.WAIT_TIME_MS_=10;cvox.ChromeVoxEventWatcher.SUBTREE_MODIFIED_BURST _DURATION_=1E3;cvox.ChromeVoxEventWatcher.SUBTREE_MODIFIED_BURST_COUNT_LIMIT_=3; cvox.ChromeVoxEventWatcher.MAX_LIVE_REGIONS_=5;cvox.ChromeVoxEventWatcher.should EchoKeys=!0;cvox.ChromeVoxEventWatcher.processing_=!1;
1541 cvox.ChromeVoxEventWatcher.init=function(a){cvox.ChromeVoxEventWatcher.lastFocus edNode=null;cvox.ChromeVoxEventWatcher.announcedMouseOverNode=null;cvox.ChromeVo xEventWatcher.pendingMouseOverNode=null;cvox.ChromeVoxEventWatcher.mouseOverTime outId=null;cvox.ChromeVoxEventWatcher.lastFocusedNodeValue=null;cvox.ChromeVoxEv entWatcher.eventToEat=null;cvox.ChromeVoxEventWatcher.currentTextControl=null;cv ox.ChromeVoxEventWatcher.currentTextHandler=null;cvox.ChromeVoxEventWatcher.last KeypressTime=0;cvox.ChromeVoxEventWatcher.listeners_= 1548 cvox.ChromeVoxEventWatcher.init=function(a){cvox.ChromeVoxEventWatcher.lastFocus edNode=null;cvox.ChromeVoxEventWatcher.announcedMouseOverNode=null;cvox.ChromeVo xEventWatcher.pendingMouseOverNode=null;cvox.ChromeVoxEventWatcher.mouseOverTime outId=null;cvox.ChromeVoxEventWatcher.lastFocusedNodeValue=null;cvox.ChromeVoxEv entWatcher.eventToEat=null;cvox.ChromeVoxEventWatcher.currentTextControl=null;cv ox.ChromeVoxEventWatcher.currentTextHandler=null;cvox.ChromeVoxEventWatcher.list eners_=[];cvox.ChromeVoxEventWatcher.mutationObserver_=
1542 [];cvox.ChromeVoxEventWatcher.mutationObserver_=null;cvox.ChromeVoxEventWatcher. focusFollowsMouse=!1;cvox.ChromeVoxEventWatcher.mouseoverDelayMs=500;cvox.Chrome VoxEventWatcher.events_=[];cvox.ChromeVoxEventWatcher.lastEventTime=0;cvox.Chrom eVoxEventWatcher.firstUnprocessedEventTime=-1;cvox.ChromeVoxEventWatcher.queuePr ocessingScheduled_=!1;cvox.ChromeVoxEventWatcher.readyCallbacks_=[];cvox.ChromeV oxEventWatcher.secondPassThroughKeyUp_=!1;cvox.ChromeVox.searchKeyHeld=!1;cvox.C hromeVoxEventWatcher.textMutationObserver_= 1549 null;cvox.ChromeVoxEventWatcher.focusFollowsMouse=!1;cvox.ChromeVoxEventWatcher. mouseoverDelayMs=500;cvox.ChromeVoxEventWatcher.events_=[];cvox.ChromeVoxEventWa tcher.lastEventTime=0;cvox.ChromeVoxEventWatcher.firstUnprocessedEventTime=-1;cv ox.ChromeVoxEventWatcher.queueProcessingScheduled_=!1;cvox.ChromeVoxEventWatcher .readyCallbacks_=[];cvox.ChromeVoxEventWatcher.secondPassThroughKeyUp_=!1;cvox.C hromeVox.searchKeyHeld=!1;cvox.ChromeVoxEventWatcher.textMutationObserver_=null; cvox.ChromeVoxEventWatcher.addEventListeners_(a);
1543 null;cvox.ChromeVoxEventWatcher.addEventListeners_(a);cvox.ChromeVoxEventWatcher .lastSubtreeModifiedEventBurstTime_=0;cvox.ChromeVoxEventWatcher.subtreeModified EventsCount_=0};cvox.ChromeVoxEventWatcher.storeOn=function(a){a.searchKeyHeld=c vox.ChromeVox.searchKeyHeld};cvox.ChromeVoxEventWatcher.readFrom=function(a){cvo x.ChromeVox.searchKeyHeld=a.searchKeyHeld}; 1550 cvox.ChromeVoxEventWatcher.lastSubtreeModifiedEventBurstTime_=0;cvox.ChromeVoxEv entWatcher.subtreeModifiedEventsCount_=0};cvox.ChromeVoxEventWatcher.storeOn=fun ction(a){a.searchKeyHeld=cvox.ChromeVox.searchKeyHeld};cvox.ChromeVoxEventWatche r.readFrom=function(a){cvox.ChromeVox.searchKeyHeld=a.searchKeyHeld};
1544 cvox.ChromeVoxEventWatcher.addEvent=function(a){cvox.ChromeVox.isActive&&!docume nt.webkitHidden&&(cvox.ChromeVoxEventWatcher.events_.push(a),cvox.ChromeVoxEvent Watcher.lastEventTime=(new Date).getTime(),-1==cvox.ChromeVoxEventWatcher.firstU nprocessedEventTime&&(cvox.ChromeVoxEventWatcher.firstUnprocessedEventTime=(new Date).getTime()),cvox.ChromeVoxEventWatcher.queueProcessingScheduled_||(cvox.Chr omeVoxEventWatcher.queueProcessingScheduled_=!0,window.setTimeout(cvox.ChromeVox EventWatcher.processQueue_, 1551 cvox.ChromeVoxEventWatcher.addEvent=function(a,b){!cvox.ChromeVox.isActive||docu ment.webkitHidden&&!b||(cvox.ChromeVoxEventWatcher.events_.push(a),cvox.ChromeVo xEventWatcher.lastEventTime=(new Date).getTime(),-1==cvox.ChromeVoxEventWatcher. firstUnprocessedEventTime&&(cvox.ChromeVoxEventWatcher.firstUnprocessedEventTime =(new Date).getTime()),cvox.ChromeVoxEventWatcher.queueProcessingScheduled_||(cv ox.ChromeVoxEventWatcher.queueProcessingScheduled_=!0,window.setTimeout(cvox.Chr omeVoxEventWatcher.processQueue_,
1545 cvox.ChromeVoxEventWatcher.WAIT_TIME_MS_)))};cvox.ChromeVoxEventWatcher.addReady Callback=function(a){cvox.ChromeVoxEventWatcher.readyCallbacks_.push(a);cvox.Chr omeVoxEventWatcher.maybeCallReadyCallbacks_()};cvox.ChromeVoxEventWatcher.hasPen dingEvents_=function(){return-1!=cvox.ChromeVoxEventWatcher.firstUnprocessedEven tTime||cvox.ChromeVoxEventWatcher.queueProcessingScheduled_};cvox.ChromeVoxEvent Watcher.readyCallbackRunning_=!1; 1552 cvox.ChromeVoxEventWatcher.WAIT_TIME_MS_)))};cvox.ChromeVoxEventWatcher.addReady Callback=function(a){cvox.ChromeVoxEventWatcher.readyCallbacks_.push(a);cvox.Chr omeVoxEventWatcher.maybeCallReadyCallbacks_()};cvox.ChromeVoxEventWatcher.hasPen dingEvents_=function(){return-1!=cvox.ChromeVoxEventWatcher.firstUnprocessedEven tTime||cvox.ChromeVoxEventWatcher.queueProcessingScheduled_};cvox.ChromeVoxEvent Watcher.readyCallbackRunning_=!1;
1546 cvox.ChromeVoxEventWatcher.maybeCallReadyCallbacks_=function(){cvox.ChromeVoxEve ntWatcher.readyCallbackRunning_||(cvox.ChromeVoxEventWatcher.readyCallbackRunnin g_=!0,window.setTimeout(function(){cvox.ChromeVoxEventWatcher.readyCallbackRunni ng_=!1;!cvox.ChromeVoxEventWatcher.hasPendingEvents_()&&!cvox.ChromeVoxEventWatc her.queueProcessingScheduled_&&0<cvox.ChromeVoxEventWatcher.readyCallbacks_.leng th&&(cvox.ChromeVoxEventWatcher.readyCallbacks_.shift()(),cvox.ChromeVoxEventWat cher.maybeCallReadyCallbacks_())}, 1553 cvox.ChromeVoxEventWatcher.maybeCallReadyCallbacks_=function(){cvox.ChromeVoxEve ntWatcher.readyCallbackRunning_||(cvox.ChromeVoxEventWatcher.readyCallbackRunnin g_=!0,window.setTimeout(function(){cvox.ChromeVoxEventWatcher.readyCallbackRunni ng_=!1;!cvox.ChromeVoxEventWatcher.hasPendingEvents_()&&!cvox.ChromeVoxEventWatc her.queueProcessingScheduled_&&0<cvox.ChromeVoxEventWatcher.readyCallbacks_.leng th&&(cvox.ChromeVoxEventWatcher.readyCallbacks_.shift()(),cvox.ChromeVoxEventWat cher.maybeCallReadyCallbacks_())},
1547 5))}; 1554 5))};
1548 cvox.ChromeVoxEventWatcher.addEventListeners_=function(a){cvox.ChromeVoxEventWat cher.addEventListener_(a,"keydown",cvox.ChromeVoxEventWatcher.keyDownEventWatche r,!0);if(cvox.ChromeVox.isActive&&!cvox.ChromeVox.entireDocumentIsHidden)if(cvox .ChromeVoxEventWatcher.addEventListener_(a,"keypress",cvox.ChromeVoxEventWatcher .keyPressEventWatcher,!0),cvox.ChromeVoxEventWatcher.addEventListener_(a,"keyup" ,cvox.ChromeVoxEventWatcher.keyUpEventWatcher,!0),cvox.ChromeVoxEventWatcher.add EventListener_(a,cvox.UserEventDetail.Category.JUMP, 1555 cvox.ChromeVoxEventWatcher.addEventListeners_=function(a){cvox.ChromeVoxEventWat cher.addEventListener_(a,"keydown",cvox.ChromeVoxEventWatcher.keyDownEventWatche r,!0);if(cvox.ChromeVox.isActive&&!cvox.ChromeVox.entireDocumentIsHidden)if(cvox .ChromeVoxEventWatcher.addEventListener_(a,"keypress",cvox.ChromeVoxEventWatcher .keyPressEventWatcher,!0),cvox.ChromeVoxEventWatcher.addEventListener_(a,"keyup" ,cvox.ChromeVoxEventWatcher.keyUpEventWatcher,!0),cvox.ChromeVoxEventWatcher.add EventListener_(a,cvox.UserEventDetail.Category.JUMP,
1549 cvox.ChromeVoxUserCommands.handleChromeVoxUserEvent,!1),cvox.ChromeVoxEventWatch er.addEventListener_(a,"focus",cvox.ChromeVoxEventWatcher.focusEventWatcher,!0), cvox.ChromeVoxEventWatcher.addEventListener_(a,"blur",cvox.ChromeVoxEventWatcher .blurEventWatcher,!0),cvox.ChromeVoxEventWatcher.addEventListener_(a,"change",cv ox.ChromeVoxEventWatcher.changeEventWatcher,!0),cvox.ChromeVoxEventWatcher.addEv entListener_(a,"copy",cvox.ChromeVoxEventWatcher.clipboardEventWatcher,!0),cvox. ChromeVoxEventWatcher.addEventListener_(a, 1556 cvox.ChromeVoxUserCommands.handleChromeVoxUserEvent,!1),cvox.ChromeVoxEventWatch er.addEventListener_(a,"focus",cvox.ChromeVoxEventWatcher.focusEventWatcher,!0), cvox.ChromeVoxEventWatcher.addEventListener_(a,"blur",cvox.ChromeVoxEventWatcher .blurEventWatcher,!0),cvox.ChromeVoxEventWatcher.addEventListener_(a,"change",cv ox.ChromeVoxEventWatcher.changeEventWatcher,!0),cvox.ChromeVoxEventWatcher.addEv entListener_(a,"copy",cvox.ChromeVoxEventWatcher.clipboardEventWatcher,!0),cvox. ChromeVoxEventWatcher.addEventListener_(a,
1550 "cut",cvox.ChromeVoxEventWatcher.clipboardEventWatcher,!0),cvox.ChromeVoxEventWa tcher.addEventListener_(a,"paste",cvox.ChromeVoxEventWatcher.clipboardEventWatch er,!0),cvox.ChromeVoxEventWatcher.addEventListener_(a,"select",cvox.ChromeVoxEve ntWatcher.selectEventWatcher,!0),cvox.ChromeVoxEventWatcher.addEventListener_(a, "webkitvisibilitychange",cvox.ChromeVoxEventWatcher.visibilityChangeWatcher,!0), cvox.ChromeVoxEventWatcher.events_=[],cvox.ChromeVoxEventWatcher.queueProcessing Scheduled_=!1,cvox.ChromeVoxEventWatcher.addEventListener_(a, 1557 "cut",cvox.ChromeVoxEventWatcher.clipboardEventWatcher,!0),cvox.ChromeVoxEventWa tcher.addEventListener_(a,"paste",cvox.ChromeVoxEventWatcher.clipboardEventWatch er,!0),cvox.ChromeVoxEventWatcher.addEventListener_(a,"select",cvox.ChromeVoxEve ntWatcher.selectEventWatcher,!0),cvox.ChromeVoxEventWatcher.addEventListener_(a, "webkitvisibilitychange",cvox.ChromeVoxEventWatcher.visibilityChangeWatcher,!0), cvox.ChromeVoxEventWatcher.events_=[],cvox.ChromeVoxEventWatcher.queueProcessing Scheduled_=!1,cvox.ChromeVoxEventWatcher.addEventListener_(a,
1551 "mouseover",cvox.ChromeVoxEventWatcher.mouseOverEventWatcher,!0),cvox.ChromeVoxE ventWatcher.addEventListener_(a,"mouseout",cvox.ChromeVoxEventWatcher.mouseOutEv entWatcher,!0),cvox.ChromeVoxEventWatcher.addEventListener_(a,"click",cvox.Chrom eVoxEventWatcher.mouseClickEventWatcher,!0),"undefined"!=typeof WebKitMutationOb server){cvox.ChromeVoxEventWatcher.mutationObserver_=new WebKitMutationObserver( cvox.ChromeVoxEventWatcher.mutationHandler);var b=null;a.documentElement?b=a.doc umentElement:a.document&& 1558 "mouseover",cvox.ChromeVoxEventWatcher.mouseOverEventWatcher,!0),cvox.ChromeVoxE ventWatcher.addEventListener_(a,"mouseout",cvox.ChromeVoxEventWatcher.mouseOutEv entWatcher,!0),cvox.ChromeVoxEventWatcher.addEventListener_(a,"click",cvox.Chrom eVoxEventWatcher.mouseClickEventWatcher,!0),"undefined"!=typeof WebKitMutationOb server){cvox.ChromeVoxEventWatcher.mutationObserver_=new WebKitMutationObserver( cvox.ChromeVoxEventWatcher.mutationHandler);var b=null;a.documentElement?b=a.doc umentElement:a.document&&
1552 a.document.documentElement&&(b=a.document.documentElement);b&&cvox.ChromeVoxEven tWatcher.mutationObserver_.observe(b,{childList:!0,attributes:!0,characterData:! 0,subtree:!0,attributeOldValue:!0,characterDataOldValue:!0})}else cvox.ChromeVox EventWatcher.addEventListener_(a,"DOMSubtreeModified",cvox.ChromeVoxEventWatcher .subtreeModifiedEventWatcher,!0)}; 1559 a.document.documentElement&&(b=a.document.documentElement);b&&cvox.ChromeVoxEven tWatcher.mutationObserver_.observe(b,{childList:!0,attributes:!0,characterData:! 0,subtree:!0,attributeOldValue:!0,characterDataOldValue:!0})}else cvox.ChromeVox EventWatcher.addEventListener_(a,"DOMSubtreeModified",cvox.ChromeVoxEventWatcher .subtreeModifiedEventWatcher,!0)};
1553 cvox.ChromeVoxEventWatcher.cleanup=function(a){for(var b=0;b<cvox.ChromeVoxEvent Watcher.listeners_.length;b++){var c=cvox.ChromeVoxEventWatcher.listeners_[b];a. removeEventListener(c.type,c.listener,c.useCapture)}cvox.ChromeVoxEventWatcher.l isteners_=[];cvox.ChromeVoxEventWatcher.currentDateHandler&&cvox.ChromeVoxEventW atcher.currentDateHandler.shutdown();cvox.ChromeVoxEventWatcher.currentTimeHandl er&&cvox.ChromeVoxEventWatcher.currentTimeHandler.shutdown();cvox.ChromeVoxEvent Watcher.currentMediaHandler&& 1560 cvox.ChromeVoxEventWatcher.cleanup=function(a){for(var b=0;b<cvox.ChromeVoxEvent Watcher.listeners_.length;b++){var c=cvox.ChromeVoxEventWatcher.listeners_[b];a. removeEventListener(c.type,c.listener,c.useCapture)}cvox.ChromeVoxEventWatcher.l isteners_=[];cvox.ChromeVoxEventWatcher.currentDateHandler&&cvox.ChromeVoxEventW atcher.currentDateHandler.shutdown();cvox.ChromeVoxEventWatcher.currentTimeHandl er&&cvox.ChromeVoxEventWatcher.currentTimeHandler.shutdown();cvox.ChromeVoxEvent Watcher.currentMediaHandler&&
1554 cvox.ChromeVoxEventWatcher.currentMediaHandler.shutdown();cvox.ChromeVoxEventWat cher.mutationObserver_&&cvox.ChromeVoxEventWatcher.mutationObserver_.disconnect( );cvox.ChromeVoxEventWatcher.mutationObserver_=null};cvox.ChromeVoxEventWatcher. addEventListener_=function(a,b,c,d){cvox.ChromeVoxEventWatcher.listeners_.push({ type:b,listener:c,useCapture:d});a.addEventListener(b,c,d)};cvox.ChromeVoxEventW atcher.getLastFocusedNode=function(){return cvox.ChromeVoxEventWatcher.lastFocus edNode}; 1561 cvox.ChromeVoxEventWatcher.currentMediaHandler.shutdown();cvox.ChromeVoxEventWat cher.mutationObserver_&&cvox.ChromeVoxEventWatcher.mutationObserver_.disconnect( );cvox.ChromeVoxEventWatcher.mutationObserver_=null};cvox.ChromeVoxEventWatcher. addEventListener_=function(a,b,c,d){cvox.ChromeVoxEventWatcher.listeners_.push({ type:b,listener:c,useCapture:d});a.addEventListener(b,c,d)};cvox.ChromeVoxEventW atcher.getLastFocusedNode=function(){return cvox.ChromeVoxEventWatcher.lastFocus edNode};
1555 cvox.ChromeVoxEventWatcher.setLastFocusedNode_=function(a){cvox.ChromeVoxEventWa tcher.lastFocusedNode=a;cvox.ChromeVoxEventWatcher.lastFocusedNodeValue=a?cvox.D omUtil.getControlValueAndStateString(a):null}; 1562 cvox.ChromeVoxEventWatcher.setLastFocusedNode_=function(a){cvox.ChromeVoxEventWa tcher.lastFocusedNode=a;cvox.ChromeVoxEventWatcher.lastFocusedNodeValue=a?cvox.D omUtil.getControlValueAndStateString(a):null};
1556 cvox.ChromeVoxEventWatcher.mutationHandler=function(a){if(cvox.ChromeVoxEventSus pender.areEventsSuspended())return!0;cvox.ChromeVox.navigationManager.updateIndi catorIfChanged();cvox.LiveRegions.processMutations(a,function(a,c){var d=new win dow.Event("LiveRegion");d.navDescriptions=c;d.assertive=a;cvox.ChromeVoxEventWat cher.addEvent(d);return!0})}; 1563 cvox.ChromeVoxEventWatcher.mutationHandler=function(a){if(cvox.ChromeVoxEventSus pender.areEventsSuspended())return!0;cvox.ChromeVox.navigationManager.updateIndi catorIfChanged();cvox.LiveRegions.processMutations(a,function(a,c){var d=new win dow.Event("LiveRegion");d.navDescriptions=c;d.assertive=a;cvox.ChromeVoxEventWat cher.addEvent(d,!0);return!0})};
1557 cvox.ChromeVoxEventWatcher.mouseClickEventWatcher=function(a){if(a.fromCvox)retu rn!0;if(cvox.ChromeVox.host.mustRedispatchClickEvent())return cvox.ChromeVoxUser Commands.wasMouseClicked=!0,a.stopPropagation(),a.preventDefault(),cvox.Focuser. setFocus(cvox.ChromeVox.navigationManager.getCurrentNode()),cvox.ChromeVox.tts.s peak(cvox.ChromeVox.msgs.getMsg("element_clicked"),cvox.AbstractTts.QUEUE_MODE_F LUSH,cvox.AbstractTts.PERSONALITY_ANNOTATION),a=cvox.ChromeVox.navigationManager .getCurrentNode(),cvox.DomUtil.clickElem(a, 1564 cvox.ChromeVoxEventWatcher.mouseClickEventWatcher=function(a){if(a.fromCvox)retu rn!0;if(cvox.ChromeVox.host.mustRedispatchClickEvent())return cvox.ChromeVoxUser Commands.wasMouseClicked=!0,a.stopPropagation(),a.preventDefault(),cvox.Focuser. setFocus(cvox.ChromeVox.navigationManager.getCurrentNode()),cvox.ChromeVox.tts.s peak(cvox.ChromeVox.msgs.getMsg("element_clicked"),cvox.AbstractTts.QUEUE_MODE_F LUSH,cvox.AbstractTts.PERSONALITY_ANNOTATION),a=cvox.ChromeVox.navigationManager .getCurrentNode(),cvox.DomUtil.clickElem(a,
1558 !1,!0),!1;cvox.ChromeVoxEventWatcher.addEvent(a);return cvox.ChromeVoxUserComman ds.wasMouseClicked=!0}; 1565 !1,!0),!1;cvox.ChromeVoxEventWatcher.addEvent(a);return cvox.ChromeVoxUserComman ds.wasMouseClicked=!0};
1559 cvox.ChromeVoxEventWatcher.mouseOverEventWatcher=function(a){if(!cvox.ChromeVoxE ventWatcher.focusFollowsMouse||cvox.DomUtil.isDescendantOfNode(cvox.ChromeVoxEve ntWatcher.announcedMouseOverNode,a.target)||a.target==cvox.ChromeVoxEventWatcher .pendingMouseOverNode)return!0;cvox.ChromeVoxEventWatcher.pendingMouseOverNode=a .target;cvox.ChromeVoxEventWatcher.mouseOverTimeoutId&&(window.clearTimeout(cvox .ChromeVoxEventWatcher.mouseOverTimeoutId),cvox.ChromeVoxEventWatcher.mouseOverT imeoutId=null);if(a.target.tagName&& 1566 cvox.ChromeVoxEventWatcher.mouseOverEventWatcher=function(a){if(!cvox.ChromeVoxE ventWatcher.focusFollowsMouse||cvox.DomUtil.isDescendantOfNode(cvox.ChromeVoxEve ntWatcher.announcedMouseOverNode,a.target)||a.target==cvox.ChromeVoxEventWatcher .pendingMouseOverNode)return!0;cvox.ChromeVoxEventWatcher.pendingMouseOverNode=a .target;cvox.ChromeVoxEventWatcher.mouseOverTimeoutId&&(window.clearTimeout(cvox .ChromeVoxEventWatcher.mouseOverTimeoutId),cvox.ChromeVoxEventWatcher.mouseOverT imeoutId=null);if(a.target.tagName&&
1560 "BODY"==a.target.tagName)return cvox.ChromeVoxEventWatcher.pendingMouseOverNode= null,cvox.ChromeVoxEventWatcher.announcedMouseOverNode=null,!0;cvox.ChromeVoxEve ntWatcher.mouseOverTimeoutId=window.setTimeout(function(){cvox.ChromeVoxEventWat cher.mouseOverTimeoutId=null;if(a.target==cvox.ChromeVoxEventWatcher.pendingMous eOverNode){cvox.ChromeVox.navigationManager.stopReading(!0);var b=a.target;cvox. Focuser.setFocus(b);cvox.ApiImplementation.syncToNode(b,!0,cvox.AbstractTts.QUEU E_MODE_FLUSH);cvox.ChromeVoxEventWatcher.announcedMouseOverNode= 1567 "BODY"==a.target.tagName)return cvox.ChromeVoxEventWatcher.pendingMouseOverNode= null,cvox.ChromeVoxEventWatcher.announcedMouseOverNode=null,!0;cvox.ChromeVoxEve ntWatcher.mouseOverTimeoutId=window.setTimeout(function(){cvox.ChromeVoxEventWat cher.mouseOverTimeoutId=null;if(a.target==cvox.ChromeVoxEventWatcher.pendingMous eOverNode){cvox.ChromeVox.navigationManager.stopReading(!0);var b=a.target;cvox. Focuser.setFocus(b);cvox.ApiImplementation.syncToNode(b,!0,cvox.AbstractTts.QUEU E_MODE_FLUSH);cvox.ChromeVoxEventWatcher.announcedMouseOverNode=
1561 b}},cvox.ChromeVoxEventWatcher.mouseoverDelayMs);return!0};cvox.ChromeVoxEventWa tcher.mouseOutEventWatcher=function(a){a.target==cvox.ChromeVoxEventWatcher.pend ingMouseOverNode&&(cvox.ChromeVoxEventWatcher.pendingMouseOverNode=null,cvox.Chr omeVoxEventWatcher.mouseOverTimeoutId&&(window.clearTimeout(cvox.ChromeVoxEventW atcher.mouseOverTimeoutId),cvox.ChromeVoxEventWatcher.mouseOverTimeoutId=null)); return!0}; 1568 b}},cvox.ChromeVoxEventWatcher.mouseoverDelayMs);return!0};cvox.ChromeVoxEventWa tcher.mouseOutEventWatcher=function(a){a.target==cvox.ChromeVoxEventWatcher.pend ingMouseOverNode&&(cvox.ChromeVoxEventWatcher.pendingMouseOverNode=null,cvox.Chr omeVoxEventWatcher.mouseOverTimeoutId&&(window.clearTimeout(cvox.ChromeVoxEventW atcher.mouseOverTimeoutId),cvox.ChromeVoxEventWatcher.mouseOverTimeoutId=null)); return!0};
1562 cvox.ChromeVoxEventWatcher.focusEventWatcher=function(a){cvox.ChromeVoxUserComma nds.removeTabDummySpan();cvox.ChromeVoxEventSuspender.areEventsSuspended()?a.tar get&&a.target.nodeType==Node.ELEMENT_NODE&&cvox.ChromeVoxEventWatcher.setLastFoc usedNode_(a.target):cvox.ChromeVoxEventWatcher.addEvent(a);return!0}; 1569 cvox.ChromeVoxEventWatcher.focusEventWatcher=function(a){cvox.ChromeVoxUserComma nds.removeTabDummySpan();cvox.ChromeVoxEventSuspender.areEventsSuspended()?a.tar get&&a.target.nodeType==Node.ELEMENT_NODE&&cvox.ChromeVoxEventWatcher.setLastFoc usedNode_(a.target):cvox.ChromeVoxEventWatcher.addEvent(a);return!0};
1563 cvox.ChromeVoxEventWatcher.focusHandler=function(a){if(a.target&&a.target.hasAtt ribute&&"true"==a.target.getAttribute("aria-hidden")&&"true"!=a.target.getAttrib ute("chromevoxignoreariahidden"))cvox.ChromeVoxEventWatcher.setLastFocusedNode_( null),cvox.ChromeVoxEventWatcher.setUpTextHandler();else if(a.target&&a.target!= window){var b=a.target,c=cvox.DomUtil.getSurroundingControl(b);if(c&&c==cvox.Chr omeVoxEventWatcher.lastFocusedNode)cvox.ChromeVoxEventWatcher.handleControlChang ed(b);else{c?cvox.ChromeVoxEventWatcher.setLastFocusedNode_(c): 1570 cvox.ChromeVoxEventWatcher.focusHandler=function(a){if(a.target&&a.target.hasAtt ribute&&"true"==a.target.getAttribute("aria-hidden")&&"true"!=a.target.getAttrib ute("chromevoxignoreariahidden"))cvox.ChromeVoxEventWatcher.setLastFocusedNode_( null),cvox.ChromeVoxEventWatcher.setUpTextHandler();else if(a.target&&a.target!= window){var b=a.target,c=cvox.DomUtil.getSurroundingControl(b);if(c&&c==cvox.Chr omeVoxEventWatcher.lastFocusedNode)cvox.ChromeVoxEventWatcher.handleControlChang ed(b);else{c?cvox.ChromeVoxEventWatcher.setLastFocusedNode_(c):
1564 cvox.ChromeVoxEventWatcher.setLastFocusedNode_(b);c=cvox.ChromeVoxEventWatcher.q ueueMode_();if(cvox.ChromeVoxEventWatcher.getInitialVisibility()||cvox.ChromeVox EventWatcher.handleDialogFocus(b))c=cvox.AbstractTts.QUEUE_MODE_QUEUE;cvox.Chrom eVox.navigationManager.clearPageSel(!0)&&(c=cvox.AbstractTts.QUEUE_MODE_QUEUE);c vox.ApiImplementation.syncToNode(b,!document.webkitHidden,c);if(a.target.constru ctor==HTMLVideoElement||a.target.constructor==HTMLAudioElement)cvox.ChromeVoxEve ntWatcher.setUpMediaHandler_(); 1571 cvox.ChromeVoxEventWatcher.setLastFocusedNode_(b);c=cvox.ChromeVoxEventWatcher.q ueueMode_();if(cvox.ChromeVoxEventWatcher.getInitialVisibility()||cvox.ChromeVox EventWatcher.handleDialogFocus(b))c=cvox.AbstractTts.QUEUE_MODE_QUEUE;cvox.Chrom eVox.navigationManager.clearPageSel(!0)&&(c=cvox.AbstractTts.QUEUE_MODE_QUEUE);c vox.ApiImplementation.syncToNode(b,!document.webkitHidden,c);if(a.target.constru ctor==HTMLVideoElement||a.target.constructor==HTMLAudioElement)cvox.ChromeVoxEve ntWatcher.setUpMediaHandler_();
1565 else{if(a.target.hasAttribute)switch(a=a.target.getAttribute("type"),a){case "ti me":cvox.ChromeVoxEventWatcher.setUpTimeHandler_();return;case "date":case "mont h":case "week":cvox.ChromeVoxEventWatcher.setUpDateHandler_();return}cvox.Chrome VoxEventWatcher.setUpTextHandler()}}}else cvox.ChromeVoxEventWatcher.setLastFocu sedNode_(null)}; 1572 else{if(a.target.hasAttribute)switch(a=a.target.getAttribute("type"),a){case "ti me":cvox.ChromeVoxEventWatcher.setUpTimeHandler_();return;case "date":case "mont h":case "week":cvox.ChromeVoxEventWatcher.setUpDateHandler_();return}cvox.Chrome VoxEventWatcher.setUpTextHandler()}}}else cvox.ChromeVoxEventWatcher.setLastFocu sedNode_(null)};
1566 cvox.ChromeVoxEventWatcher.blurEventWatcher=function(a){window.setTimeout(functi on(){document.activeElement||(cvox.ChromeVoxEventWatcher.setLastFocusedNode_(nul l),cvox.ChromeVoxEventWatcher.addEvent(a))},0);return!0}; 1573 cvox.ChromeVoxEventWatcher.blurEventWatcher=function(a){window.setTimeout(functi on(){document.activeElement||(cvox.ChromeVoxEventWatcher.setLastFocusedNode_(nul l),cvox.ChromeVoxEventWatcher.addEvent(a))},0);return!0};
1567 cvox.ChromeVoxEventWatcher.keyDownEventWatcher=function(a){if(cvox.ChromeVox.pas sThroughMode)return!0;cvox.ChromeVox.isChromeOS&&91==a.keyCode&&(cvox.ChromeVox. searchKeyHeld=!0);a.searchKeyHeld=cvox.ChromeVox.searchKeyHeld&&cvox.ChromeVox.i sActive;a.stickyMode=cvox.ChromeVox.isStickyOn&&cvox.ChromeVox.isActive;a.keyPre fix=cvox.ChromeVox.keyPrefixOn&&cvox.ChromeVox.isActive;cvox.ChromeVox.keyPrefix On=!1;cvox.ChromeVoxEventWatcher.eventToEat=null;if(!cvox.ChromeVoxKbHandler.bas icKeyDownActionsListener(a)|| 1574 cvox.ChromeVoxEventWatcher.keyDownEventWatcher=function(a){if(cvox.ChromeVox.pas sThroughMode)return!0;cvox.ChromeVox.isChromeOS&&91==a.keyCode&&(cvox.ChromeVox. searchKeyHeld=!0);a.searchKeyHeld=cvox.ChromeVox.searchKeyHeld&&cvox.ChromeVox.i sActive;a.stickyMode=cvox.ChromeVox.isStickyOn&&cvox.ChromeVox.isActive;a.keyPre fix=cvox.ChromeVox.keyPrefixOn&&cvox.ChromeVox.isActive;cvox.ChromeVox.keyPrefix On=!1;cvox.ChromeVoxEventWatcher.eventToEat=null;if(!cvox.ChromeVoxKbHandler.bas icKeyDownActionsListener(a)||
1568 cvox.ChromeVoxEventWatcher.handleControlAction(a))return a.preventDefault(),a.st opPropagation(),cvox.ChromeVoxEventWatcher.eventToEat=a,!1;cvox.ChromeVoxEventWa tcher.addEvent(a);return!0}; 1575 cvox.ChromeVoxEventWatcher.handleControlAction(a))return a.preventDefault(),a.st opPropagation(),cvox.ChromeVoxEventWatcher.eventToEat=a,!1;cvox.ChromeVoxEventWa tcher.addEvent(a);return!0};
1569 cvox.ChromeVoxEventWatcher.keyUpEventWatcher=function(a){91==a.keyCode&&(cvox.Ch romeVox.searchKeyHeld=!1);return cvox.ChromeVox.passThroughMode?(a.ctrlKey||a.al tKey||a.metaKey||a.shiftKey||cvox.ChromeVox.searchKeyHeld||(this.secondPassThrou ghKeyUp_?(this.secondPassThroughKeyUp_=!1,cvox.ChromeVox.passThroughMode=!1):thi s.secondPassThroughKeyUp_=!0),!0):cvox.ChromeVoxEventWatcher.eventToEat&&a.keyCo de==cvox.ChromeVoxEventWatcher.eventToEat.keyCode?(a.stopPropagation(),a.prevent Default(),!1):!0}; 1576 cvox.ChromeVoxEventWatcher.keyUpEventWatcher=function(a){91==a.keyCode&&(cvox.Ch romeVox.searchKeyHeld=!1);if(cvox.ChromeVox.passThroughMode)return a.ctrlKey||a. altKey||a.metaKey||a.shiftKey||cvox.ChromeVox.searchKeyHeld||(this.secondPassThr oughKeyUp_?(this.secondPassThroughKeyUp_=!1,cvox.ChromeVox.passThroughMode=!1):t his.secondPassThroughKeyUp_=!0),!0;if(cvox.ChromeVoxEventWatcher.eventToEat&&a.k eyCode==cvox.ChromeVoxEventWatcher.eventToEat.keyCode)return a.stopPropagation() ,a.preventDefault(),!1;
1570 cvox.ChromeVoxEventWatcher.keyPressEventWatcher=function(a){var b=document.locat ion.href,c=cvox.TypingEcho.shouldSpeakChar(cvox.ChromeVox.typingEcho);"undefined "!==typeof cvox.ChromeVox.keyEcho[b]&&(c=cvox.ChromeVox.keyEcho[b]);cvox.ChromeV oxEditableTextBase.eventTypingEcho&&c&&cvox.DomPredicates.editTextPredicate([doc ument.activeElement])&&"password"!==document.activeElement.type&&(b=(new Date).g etTime(),150<b-cvox.ChromeVoxEventWatcher.lastKeypressTime&&cvox.ChromeVox.tts.s top(),cvox.ChromeVoxEventWatcher.lastKeypressTime= 1577 cvox.ChromeVoxEventWatcher.addEvent(a);return!0};
1571 b,cvox.ChromeVox.tts.speak(String.fromCharCode(a.charCode),1,{relativeRate:2})); cvox.ChromeVoxEventWatcher.addEvent(a);return cvox.ChromeVoxEventWatcher.eventTo Eat&&a.keyCode==cvox.ChromeVoxEventWatcher.eventToEat.keyCode?(a.preventDefault( ),a.stopPropagation(),!1):!0};cvox.ChromeVoxEventWatcher.changeEventWatcher=func tion(a){cvox.ChromeVoxEventWatcher.addEvent(a);return!0}; 1578 cvox.ChromeVoxEventWatcher.keyPressEventWatcher=function(a){var b=document.locat ion.href,c=cvox.TypingEcho.shouldSpeakChar(cvox.ChromeVox.typingEcho);"undefined "!==typeof cvox.ChromeVox.keyEcho[b]&&(c=cvox.ChromeVox.keyEcho[b]);cvox.ChromeV oxEditableTextBase.eventTypingEcho&&c&&cvox.DomPredicates.editTextPredicate([doc ument.activeElement])&&"password"!==document.activeElement.type&&cvox.ChromeVox. tts.speak(String.fromCharCode(a.charCode),0);cvox.ChromeVoxEventWatcher.addEvent (a);return cvox.ChromeVoxEventWatcher.eventToEat&&
1579 a.keyCode==cvox.ChromeVoxEventWatcher.eventToEat.keyCode?(a.preventDefault(),a.s topPropagation(),!1):!0};cvox.ChromeVoxEventWatcher.changeEventWatcher=function( a){cvox.ChromeVoxEventWatcher.addEvent(a);return!0};
1572 cvox.ChromeVoxEventWatcher.clipboardEventWatcher=function(a){cvox.ChromeVox.tts. speak(cvox.ChromeVox.msgs.getMsg(a.type).toLowerCase());var b="";switch(a.type){ case "paste":b=a.clipboardData.getData("text");break;case "copy":case "cut":b=wi ndow.getSelection().toString()}cvox.ChromeVox.tts.speak(b,cvox.AbstractTts.QUEUE _MODE_QUEUE);cvox.ChromeVox.navigationManager.clearPageSel();return!0}; 1580 cvox.ChromeVoxEventWatcher.clipboardEventWatcher=function(a){cvox.ChromeVox.tts. speak(cvox.ChromeVox.msgs.getMsg(a.type).toLowerCase());var b="";switch(a.type){ case "paste":b=a.clipboardData.getData("text");break;case "copy":case "cut":b=wi ndow.getSelection().toString()}cvox.ChromeVox.tts.speak(b,cvox.AbstractTts.QUEUE _MODE_QUEUE);cvox.ChromeVox.navigationManager.clearPageSel();return!0};
1573 cvox.ChromeVoxEventWatcher.changeHandler=function(a){cvox.ChromeVoxEventWatcher. setUpTextHandler()||document.activeElement==a.target&&cvox.ChromeVoxEventWatcher .handleControlChanged(document.activeElement)};cvox.ChromeVoxEventWatcher.select EventWatcher=function(a){cvox.ChromeVoxEventWatcher.addEvent(a);return!0};cvox.C hromeVoxEventWatcher.subtreeModifiedEventWatcher=function(a){if(!a||!a.target)re turn!0;cvox.ChromeVoxEventWatcher.addEvent(a);return!0}; 1581 cvox.ChromeVoxEventWatcher.changeHandler=function(a){cvox.ChromeVoxEventWatcher. setUpTextHandler()||document.activeElement==a.target&&cvox.ChromeVoxEventWatcher .handleControlChanged(document.activeElement)};cvox.ChromeVoxEventWatcher.select EventWatcher=function(a){cvox.ChromeVoxEventWatcher.addEvent(a);return!0};cvox.C hromeVoxEventWatcher.subtreeModifiedEventWatcher=function(a){if(!a||!a.target)re turn!0;cvox.ChromeVoxEventWatcher.addEvent(a);return!0};
1574 cvox.ChromeVoxEventWatcher.visibilityChangeWatcher=function(){cvox.ChromeVoxEven tWatcher.initialVisibility=!document.webkitHidden;document.webkitHidden&&cvox.Ch romeVox.navigationManager.stopReading(!0)};cvox.ChromeVoxEventWatcher.getInitial Visibility=function(){var a=cvox.ChromeVoxEventWatcher.initialVisibility;cvox.Ch romeVoxEventWatcher.initialVisibility=!1;return a}; 1582 cvox.ChromeVoxEventWatcher.visibilityChangeWatcher=function(){cvox.ChromeVoxEven tWatcher.initialVisibility=!document.webkitHidden;document.webkitHidden&&cvox.Ch romeVox.navigationManager.stopReading(!0)};cvox.ChromeVoxEventWatcher.getInitial Visibility=function(){var a=cvox.ChromeVoxEventWatcher.initialVisibility;cvox.Ch romeVoxEventWatcher.initialVisibility=!1;return a};
1575 cvox.ChromeVoxEventWatcher.speakLiveRegion_=function(a,b){var c=cvox.ChromeVoxEv entWatcher.queueMode_();a||c!=cvox.AbstractTts.QUEUE_MODE_FLUSH||(c=cvox.Abstrac tTts.QUEUE_MODE_QUEUE);var d=new cvox.NavigationSpeaker;d.speakDescriptionArray( b,c,null)}; 1583 cvox.ChromeVoxEventWatcher.speakLiveRegion_=function(a,b){var c=cvox.ChromeVoxEv entWatcher.queueMode_();a||c!=cvox.AbstractTts.QUEUE_MODE_FLUSH||(c=cvox.Abstrac tTts.QUEUE_MODE_QUEUE);var d=new cvox.NavigationSpeaker;d.speakDescriptionArray( b,c,null)};
1576 cvox.ChromeVoxEventWatcher.subtreeModifiedHandler=function(a){var b=(new Date).g etTime();if(cvox.ChromeVoxEventWatcher.lastSubtreeModifiedEventBurstTime_+cvox.C hromeVoxEventWatcher.SUBTREE_MODIFIED_BURST_DURATION_>b){if(cvox.ChromeVoxEventW atcher.subtreeModifiedEventsCount_++,cvox.ChromeVoxEventWatcher.subtreeModifiedE ventsCount_>cvox.ChromeVoxEventWatcher.SUBTREE_MODIFIED_BURST_COUNT_LIMIT_)retur n}else cvox.ChromeVoxEventWatcher.lastSubtreeModifiedEventBurstTime_=b,cvox.Chro meVoxEventWatcher.subtreeModifiedEventsCount_= 1584 cvox.ChromeVoxEventWatcher.subtreeModifiedHandler=function(a){var b=(new Date).g etTime();if(cvox.ChromeVoxEventWatcher.lastSubtreeModifiedEventBurstTime_+cvox.C hromeVoxEventWatcher.SUBTREE_MODIFIED_BURST_DURATION_>b){if(cvox.ChromeVoxEventW atcher.subtreeModifiedEventsCount_++,cvox.ChromeVoxEventWatcher.subtreeModifiedE ventsCount_>cvox.ChromeVoxEventWatcher.SUBTREE_MODIFIED_BURST_COUNT_LIMIT_)retur n}else cvox.ChromeVoxEventWatcher.lastSubtreeModifiedEventBurstTime_=b,cvox.Chro meVoxEventWatcher.subtreeModifiedEventsCount_=
1577 1;if(a&&a.target)for(a=a.target,a=cvox.AriaUtil.getLiveRegions(a),b=0;b<a.length &&b<cvox.ChromeVoxEventWatcher.MAX_LIVE_REGIONS_;b++)cvox.LiveRegionsDeprecated. updateLiveRegion(a[b],cvox.ChromeVoxEventWatcher.queueMode_(),!1)}; 1585 1;if(a&&a.target)for(a=a.target,a=cvox.AriaUtil.getLiveRegions(a),b=0;b<a.length &&b<cvox.ChromeVoxEventWatcher.MAX_LIVE_REGIONS_;b++)cvox.LiveRegionsDeprecated. updateLiveRegion(a[b],cvox.ChromeVoxEventWatcher.queueMode_(),!1)};
1578 cvox.ChromeVoxEventWatcher.setUpTextHandler=function(){var a=document.activeElem ent;a&&a.hasAttribute&&"true"==a.getAttribute("aria-hidden")&&"true"!=a.getAttri bute("chromevoxignoreariahidden")&&(a=null);if(a!=cvox.ChromeVoxEventWatcher.cur rentTextControl){cvox.ChromeVoxEventWatcher.currentTextControl&&(cvox.ChromeVoxE ventWatcher.currentTextControl.removeEventListener("input",cvox.ChromeVoxEventWa tcher.changeEventWatcher,!1),cvox.ChromeVoxEventWatcher.currentTextControl.remov eEventListener("click", 1586 cvox.ChromeVoxEventWatcher.setUpTextHandler=function(){var a=document.activeElem ent;a&&a.hasAttribute&&"true"==a.getAttribute("aria-hidden")&&"true"!=a.getAttri bute("chromevoxignoreariahidden")&&(a=null);if(a!=cvox.ChromeVoxEventWatcher.cur rentTextControl){cvox.ChromeVoxEventWatcher.currentTextControl&&(cvox.ChromeVoxE ventWatcher.currentTextControl.removeEventListener("input",cvox.ChromeVoxEventWa tcher.changeEventWatcher,!1),cvox.ChromeVoxEventWatcher.currentTextControl.remov eEventListener("click",
1579 cvox.ChromeVoxEventWatcher.changeEventWatcher,!1),cvox.ChromeVoxEventWatcher.tex tMutationObserver_&&(cvox.ChromeVoxEventWatcher.textMutationObserver_.disconnect (),cvox.ChromeVoxEventWatcher.textMutationObserver_=null));cvox.ChromeVoxEventWa tcher.currentTextControl=null;cvox.ChromeVoxEventWatcher.currentTextHandler&&(cv ox.ChromeVoxEventWatcher.currentTextHandler.teardown(),cvox.ChromeVoxEventWatche r.currentTextHandler=null);if(null==a)return!1;if(a.constructor==HTMLInputElemen t&&cvox.DomUtil.isInputTypeText(a)&& 1587 cvox.ChromeVoxEventWatcher.changeEventWatcher,!1),cvox.ChromeVoxEventWatcher.tex tMutationObserver_&&(cvox.ChromeVoxEventWatcher.textMutationObserver_.disconnect (),cvox.ChromeVoxEventWatcher.textMutationObserver_=null));cvox.ChromeVoxEventWa tcher.currentTextControl=null;cvox.ChromeVoxEventWatcher.currentTextHandler&&(cv ox.ChromeVoxEventWatcher.currentTextHandler.teardown(),cvox.ChromeVoxEventWatche r.currentTextHandler=null);if(null==a)return!1;if(a.constructor==HTMLInputElemen t&&cvox.DomUtil.isInputTypeText(a)&&
1580 cvox.ChromeVoxEventWatcher.shouldEchoKeys)cvox.ChromeVoxEventWatcher.currentText Control=a,cvox.ChromeVoxEventWatcher.currentTextHandler=new cvox.ChromeVoxEditab leHTMLInput(a,cvox.ChromeVox.tts);else if(a.constructor==HTMLTextAreaElement&&cv ox.ChromeVoxEventWatcher.shouldEchoKeys)cvox.ChromeVoxEventWatcher.currentTextCo ntrol=a,cvox.ChromeVoxEventWatcher.currentTextHandler=new cvox.ChromeVoxEditable TextArea(a,cvox.ChromeVox.tts);else if(a.isContentEditable||"textbox"==a.getAttr ibute("role"))cvox.ChromeVoxEventWatcher.currentTextControl= 1588 cvox.ChromeVoxEventWatcher.shouldEchoKeys)cvox.ChromeVoxEventWatcher.currentText Control=a,cvox.ChromeVoxEventWatcher.currentTextHandler=new cvox.ChromeVoxEditab leHTMLInput(a,cvox.ChromeVox.tts);else if(a.constructor==HTMLTextAreaElement&&cv ox.ChromeVoxEventWatcher.shouldEchoKeys)cvox.ChromeVoxEventWatcher.currentTextCo ntrol=a,cvox.ChromeVoxEventWatcher.currentTextHandler=new cvox.ChromeVoxEditable TextArea(a,cvox.ChromeVox.tts);else if(a.isContentEditable||"textbox"==a.getAttr ibute("role"))cvox.ChromeVoxEventWatcher.currentTextControl=
1581 a,cvox.ChromeVoxEventWatcher.currentTextHandler=new cvox.ChromeVoxEditableConten tEditable(a,cvox.ChromeVox.tts);cvox.ChromeVoxEventWatcher.currentTextControl&&( cvox.ChromeVoxEventWatcher.currentTextControl.addEventListener("input",cvox.Chro meVoxEventWatcher.changeEventWatcher,!1),cvox.ChromeVoxEventWatcher.currentTextC ontrol.addEventListener("click",cvox.ChromeVoxEventWatcher.changeEventWatcher,!1 ),window.WebKitMutationObserver&&(cvox.ChromeVoxEventWatcher.textMutationObserve r_=new WebKitMutationObserver(cvox.ChromeVoxEventWatcher.onTextMutation), 1589 a,cvox.ChromeVoxEventWatcher.currentTextHandler=new cvox.ChromeVoxEditableConten tEditable(a,cvox.ChromeVox.tts);cvox.ChromeVoxEventWatcher.currentTextControl&&( cvox.ChromeVoxEventWatcher.currentTextControl.addEventListener("input",cvox.Chro meVoxEventWatcher.changeEventWatcher,!1),cvox.ChromeVoxEventWatcher.currentTextC ontrol.addEventListener("click",cvox.ChromeVoxEventWatcher.changeEventWatcher,!1 ),window.WebKitMutationObserver&&(cvox.ChromeVoxEventWatcher.textMutationObserve r_=new WebKitMutationObserver(cvox.ChromeVoxEventWatcher.onTextMutation),
1582 cvox.ChromeVoxEventWatcher.textMutationObserver_.observe(cvox.ChromeVoxEventWatc her.currentTextControl,{childList:!0,attributes:!0,subtree:!0,attributeOldValue: !1,characterDataOldValue:!1})),cvox.ChromeVoxEventSuspender.areEventsSuspended() ||cvox.ChromeVox.navigationManager.updateSel(cvox.CursorSelection.fromNode(cvox. ChromeVoxEventWatcher.currentTextControl)));return null!=cvox.ChromeVoxEventWatc her.currentTextHandler}}; 1590 cvox.ChromeVoxEventWatcher.textMutationObserver_.observe(cvox.ChromeVoxEventWatc her.currentTextControl,{childList:!0,attributes:!0,subtree:!0,attributeOldValue: !1,characterDataOldValue:!1})),cvox.ChromeVoxEventSuspender.areEventsSuspended() ||cvox.ChromeVox.navigationManager.updateSel(cvox.CursorSelection.fromNode(cvox. ChromeVoxEventWatcher.currentTextControl)));return null!=cvox.ChromeVoxEventWatc her.currentTextHandler}};
1583 cvox.ChromeVoxEventWatcher.handleTextChanged=function(a){if(cvox.ChromeVoxEventW atcher.currentTextHandler){var b=cvox.ChromeVoxEventWatcher.currentTextHandler;b .update(a);return!0}return!1};cvox.ChromeVoxEventWatcher.onTextMutation=function (){cvox.ChromeVoxEventWatcher.currentTextHandler&&window.setTimeout(function(){c vox.ChromeVoxEventWatcher.handleTextChanged(!1)},cvox.ChromeVoxEventWatcher.MAX_ WAIT_TIME_MS_)}; 1591 cvox.ChromeVoxEventWatcher.handleTextChanged=function(a){if(cvox.ChromeVoxEventW atcher.currentTextHandler){var b=cvox.ChromeVoxEventWatcher.currentTextHandler;b .update(a);return!0}return!1};cvox.ChromeVoxEventWatcher.onTextMutation=function (){cvox.ChromeVoxEventWatcher.currentTextHandler&&window.setTimeout(function(){c vox.ChromeVoxEventWatcher.handleTextChanged(!1)},cvox.ChromeVoxEventWatcher.MAX_ WAIT_TIME_MS_)};
1584 cvox.ChromeVoxEventWatcher.handleControlChanged=function(a){var b=cvox.DomUtil.g etControlValueAndStateString(a),c=cvox.DomUtil.getSurroundingControl(a),d=!1;if( a!=cvox.ChromeVoxEventWatcher.lastFocusedNode&&(null==c||c!=cvox.ChromeVoxEventW atcher.lastFocusedNode))cvox.ChromeVoxEventWatcher.setLastFocusedNode_(a);else i f(b==cvox.ChromeVoxEventWatcher.lastFocusedNodeValue)return;cvox.ChromeVoxEventW atcher.lastFocusedNodeValue=b;if(cvox.DomPredicates.checkboxPredicate([a])||cvox .DomPredicates.radioPredicate([a]))d= 1592 cvox.ChromeVoxEventWatcher.handleControlChanged=function(a){var b=cvox.DomUtil.g etControlValueAndStateString(a),c=cvox.DomUtil.getSurroundingControl(a),d=!1;if( a!=cvox.ChromeVoxEventWatcher.lastFocusedNode&&(null==c||c!=cvox.ChromeVoxEventW atcher.lastFocusedNode))cvox.ChromeVoxEventWatcher.setLastFocusedNode_(a);else i f(b==cvox.ChromeVoxEventWatcher.lastFocusedNodeValue)return;cvox.ChromeVoxEventW atcher.lastFocusedNodeValue=b;if(cvox.DomPredicates.checkboxPredicate([a])||cvox .DomPredicates.radioPredicate([a]))d=
1585 !0,a.checked?cvox.ChromeVox.earcons.playEarcon(cvox.AbstractEarcons.CHECK_ON):cv ox.ChromeVox.earcons.playEarcon(cvox.AbstractEarcons.CHECK_OFF);"SELECT"==a.tagN ame&&(d=!0);if("INPUT"==a.tagName)switch(a.type){case "color":case "datetime":ca se "datetime-local":case "range":d=!0}a.hasAttribute&&a.hasAttribute("role")&&(d =!0);c&&c!=a&&document.activeElement==a?(cvox.ApiImplementation.syncToNode(a,!0, cvox.AbstractTts.QUEUE_MODE_FLUSH),d=!1):cvox.AriaUtil.getActiveDescendant(a)&&( cvox.ChromeVox.navigationManager.updateSelToArbitraryNode(cvox.AriaUtil.getActiv eDescendant(a), 1593 !0,a.checked?cvox.ChromeVox.earcons.playEarcon(cvox.AbstractEarcons.CHECK_ON):cv ox.ChromeVox.earcons.playEarcon(cvox.AbstractEarcons.CHECK_OFF);"SELECT"==a.tagN ame&&(d=!0);if("INPUT"==a.tagName)switch(a.type){case "color":case "datetime":ca se "datetime-local":case "range":d=!0}a.hasAttribute&&a.hasAttribute("role")&&(d =!0);c&&c!=a&&document.activeElement==a?(cvox.ApiImplementation.syncToNode(a,!0, cvox.AbstractTts.QUEUE_MODE_FLUSH),d=!1):cvox.AriaUtil.getActiveDescendant(a)&&( cvox.ChromeVox.navigationManager.updateSelToArbitraryNode(cvox.AriaUtil.getActiv eDescendant(a),
1586 !0),d=!0);d&&!cvox.ChromeVoxEventSuspender.areEventsSuspended()&&(cvox.ChromeVox .tts.speak(b,cvox.ChromeVoxEventWatcher.queueMode_(),null),cvox.NavBraille.fromT ext(b).write())}; 1594 !0),d=!0);d&&!cvox.ChromeVoxEventSuspender.areEventsSuspended()&&(cvox.ChromeVox .tts.speak(b,cvox.ChromeVoxEventWatcher.queueMode_(),null),cvox.NavBraille.fromT ext(b).write())};
1587 cvox.ChromeVoxEventWatcher.handleControlAction=function(a){if(!cvox.ChromeVox.is Active)return!1;var b=a.target;if("SELECT"==b.tagName&&1>=b.size&&(13==a.keyCode ||32==a.keyCode))return a.preventDefault(),a.stopPropagation(),!0;if("INPUT"==b. tagName&&"range"==b.type){var c=parseFloat(b.value),d;b.step&&0<b.step?d=b.step: b.min&&b.max?(d=b.max-b.min,d=2<d&&31>d?1:(b.max-b.min)/10):d=1;if(37==a.keyCode ||38==a.keyCode)c-=d;else if(39==a.keyCode||40==a.keyCode)c+=d;b.max&&c>b.max&&( c=b.max);b.min&&c<b.min&& 1595 cvox.ChromeVoxEventWatcher.handleControlAction=function(a){if(!cvox.ChromeVox.is Active)return!1;var b=a.target;if("SELECT"==b.tagName&&1>=b.size&&(13==a.keyCode ||32==a.keyCode))return a.preventDefault(),a.stopPropagation(),!0;if("INPUT"==b. tagName&&"range"==b.type){var c=parseFloat(b.value),d;b.step&&0<b.step?d=b.step: b.min&&b.max?(d=b.max-b.min,d=2<d&&31>d?1:(b.max-b.min)/10):d=1;if(37==a.keyCode ||38==a.keyCode)c-=d;else if(39==a.keyCode||40==a.keyCode)c+=d;b.max&&c>b.max&&( c=b.max);b.min&&c<b.min&&
1588 (c=b.min);b.value=c}return!1}; 1596 (c=b.min);b.value=c}return!1};
1589 cvox.ChromeVoxEventWatcher.handleDialogFocus=function(a){for(;a;){if(a.hasAttrib ute){var b=a.getAttribute("role");if("dialog"==b||"alertdialog"==b)break}a=a.par entElement}if(a==cvox.ChromeVox.navigationManager.currentDialog)return!1;if(cvox .ChromeVox.navigationManager.currentDialog&&!a){if(!cvox.DomUtil.isDescendantOfN ode(document.activeElement,cvox.ChromeVox.navigationManager.currentDialog))retur n cvox.ChromeVox.navigationManager.currentDialog=null,cvox.ChromeVox.tts.speak(c vox.ChromeVox.msgs.getMsg("exiting_dialog"),cvox.AbstractTts.QUEUE_MODE_FLUSH, 1597 cvox.ChromeVoxEventWatcher.handleDialogFocus=function(a){for(var b="";a&&(!a.has Attribute||(b=a.getAttribute("role"),"dialog"!=b&&"alertdialog"!=b));)a=a.parent Element;if(a==cvox.ChromeVox.navigationManager.currentDialog)return!1;if(cvox.Ch romeVox.navigationManager.currentDialog&&!a){if(!cvox.DomUtil.isDescendantOfNode (document.activeElement,cvox.ChromeVox.navigationManager.currentDialog))return c vox.ChromeVox.navigationManager.currentDialog=null,cvox.ChromeVox.tts.speak(cvox .ChromeVox.msgs.getMsg("exiting_dialog"),cvox.AbstractTts.QUEUE_MODE_FLUSH,
1590 cvox.AbstractTts.PERSONALITY_ANNOTATION),!0}else if(a)return cvox.ChromeVox.navi gationManager.currentDialog=a,cvox.ChromeVox.tts.speak(cvox.ChromeVox.msgs.getMs g("entering_dialog"),cvox.AbstractTts.QUEUE_MODE_FLUSH,cvox.AbstractTts.PERSONAL ITY_ANNOTATION),a=cvox.DescriptionUtil.getFullDescriptionsFromChildren(null,a),b =new cvox.NavigationSpeaker,b.speakDescriptionArray(a,cvox.AbstractTts.QUEUE_MOD E_QUEUE,null),!0;return!1}; 1598 cvox.AbstractTts.PERSONALITY_ANNOTATION),!0}else if(a)return cvox.ChromeVox.navi gationManager.currentDialog=a,cvox.ChromeVox.tts.speak(cvox.ChromeVox.msgs.getMs g("entering_dialog"),cvox.AbstractTts.QUEUE_MODE_FLUSH,cvox.AbstractTts.PERSONAL ITY_ANNOTATION),"alertdialog"==b&&(a=cvox.DescriptionUtil.getFullDescriptionsFro mChildren(null,a),b=new cvox.NavigationSpeaker,b.speakDescriptionArray(a,cvox.Ab stractTts.QUEUE_MODE_QUEUE,null)),!0;return!1};
1591 cvox.ChromeVoxEventWatcherUtil.shouldWaitToProcess=function(a,b,c){a=c-a;b=c-b;r eturn a<cvox.ChromeVoxEventWatcher.WAIT_TIME_MS_&&b<cvox.ChromeVoxEventWatcher.M AX_WAIT_TIME_MS_};cvox.ChromeVoxEventWatcher.queueMode_=function(){return cvox.C hromeVoxEventWatcher.processing_?cvox.AbstractTts.QUEUE_MODE_QUEUE:cvox.Abstract Tts.QUEUE_MODE_FLUSH}; 1599 cvox.ChromeVoxEventWatcherUtil.shouldWaitToProcess=function(a,b,c){a=c-a;b=c-b;r eturn a<cvox.ChromeVoxEventWatcher.WAIT_TIME_MS_&&b<cvox.ChromeVoxEventWatcher.M AX_WAIT_TIME_MS_};cvox.ChromeVoxEventWatcher.queueMode_=function(){return cvox.C hromeVoxEventWatcher.processing_?cvox.AbstractTts.QUEUE_MODE_QUEUE:cvox.Abstract Tts.QUEUE_MODE_FLUSH};
1592 cvox.ChromeVoxEventWatcher.processQueue_=function(){if(0!=cvox.ChromeVoxEventWat cher.events_.length){var a=cvox.ChromeVoxEventWatcher.events_,b=-1,c=0,d,e;for(e =0;d=a[e];e++)"focus"==d.type&&(b=e,c=d.timeStamp);cvox.ChromeVoxEventWatcher.ev ents_=[];for(e=0;d=a[e];e++){var f=a[e-1]||{};!(e>=b||"LiveRegion"==d.type||"DOM SubtreeModified"==d.type)||"focus"==f.type&&"change"==d.type||cvox.ChromeVoxEven tWatcher.events_.push(d)}cvox.ChromeVoxEventWatcher.events_.sort(function(a,b){r eturn"LiveRegion"!=b.type&& 1600 cvox.ChromeVoxEventWatcher.processQueue_=function(){if(0!=cvox.ChromeVoxEventWat cher.events_.length){var a=cvox.ChromeVoxEventWatcher.events_,b=-1,c=0,d,e;for(e =0;d=a[e];e++)"focus"==d.type&&(b=e,c=d.timeStamp);cvox.ChromeVoxEventWatcher.ev ents_=[];for(e=0;d=a[e];e++){var f=a[e-1]||{};!(e>=b||"LiveRegion"==d.type||"DOM SubtreeModified"==d.type)||"focus"==f.type&&"change"==d.type||cvox.ChromeVoxEven tWatcher.events_.push(d)}cvox.ChromeVoxEventWatcher.events_.sort(function(a,b){r eturn"LiveRegion"!=b.type&&
1593 "LiveRegion"==a.type||"DOMSubtreeModified"!=b.type&&"DOMSubtreeModified"==a.type ?1:-1});a=(new Date).getTime();if(0<=b&&cvox.ChromeVoxEventWatcherUtil.shouldWai tToProcess(c,cvox.ChromeVoxEventWatcher.firstUnprocessedEventTime,a))window.setT imeout(cvox.ChromeVoxEventWatcher.processQueue_,cvox.ChromeVoxEventWatcher.WAIT_ TIME_MS_);else{for(e=0;d=cvox.ChromeVoxEventWatcher.events_[e];e++)cvox.ChromeVo xEventWatcher.handleEvent_(d),cvox.ChromeVoxEventWatcher.processing_=!0;cvox.Chr omeVoxEventWatcher.processing_= 1601 "LiveRegion"==a.type||"DOMSubtreeModified"!=b.type&&"DOMSubtreeModified"==a.type ?1:-1});a=(new Date).getTime();if(0<=b&&cvox.ChromeVoxEventWatcherUtil.shouldWai tToProcess(c,cvox.ChromeVoxEventWatcher.firstUnprocessedEventTime,a))window.setT imeout(cvox.ChromeVoxEventWatcher.processQueue_,cvox.ChromeVoxEventWatcher.WAIT_ TIME_MS_);else{for(e=0;d=cvox.ChromeVoxEventWatcher.events_[e];e++)cvox.ChromeVo xEventWatcher.handleEvent_(d),cvox.ChromeVoxEventWatcher.processing_=!0;cvox.Chr omeVoxEventWatcher.processing_=
1594 !1;cvox.ChromeVoxEventWatcher.events_=[];cvox.ChromeVoxEventWatcher.firstUnproce ssedEventTime=-1;cvox.ChromeVoxEventWatcher.queueProcessingScheduled_=!1;cvox.Ch romeVoxEventWatcher.maybeCallReadyCallbacks_()}}}; 1602 !1;cvox.ChromeVoxEventWatcher.events_=[];cvox.ChromeVoxEventWatcher.firstUnproce ssedEventTime=-1;cvox.ChromeVoxEventWatcher.queueProcessingScheduled_=!1;cvox.Ch romeVoxEventWatcher.maybeCallReadyCallbacks_()}}};
1595 cvox.ChromeVoxEventWatcher.handleEvent_=function(a){switch(a.type){case "keydown ":cvox.ChromeVoxEventWatcher.setUpTextHandler();if(cvox.ChromeVoxEventWatcher.cu rrentTextControl&&(cvox.ChromeVoxEventWatcher.handleTextChanged(!0),(a=cvox.Chro meVoxEventWatcher.currentTextHandler)&&a.lastChangeDescribed))break;cvox.ChromeV oxEventWatcher.handleControlChanged(document.activeElement);break;case "keypress ":cvox.ChromeVoxEventWatcher.setUpTextHandler();break;case "click":cvox.ApiImple mentation.syncToNode(a.target, 1603 cvox.ChromeVoxEventWatcher.handleEvent_=function(a){switch(a.type){case "keydown ":cvox.ChromeVoxEventWatcher.setUpTextHandler();if(cvox.ChromeVoxEventWatcher.cu rrentTextControl&&(cvox.ChromeVoxEventWatcher.handleTextChanged(!0),(a=cvox.Chro meVoxEventWatcher.currentTextHandler)&&a.lastChangeDescribed))break;cvox.ChromeV oxEventWatcher.handleControlChanged(document.activeElement);break;case "keyup":c vox.ChromeVoxEventWatcher.handleControlChanged(document.activeElement);break;cas e "keypress":cvox.ChromeVoxEventWatcher.setUpTextHandler();
1596 !0);break;case "focus":cvox.ChromeVoxEventWatcher.focusHandler(a);break;case "bl ur":cvox.ChromeVoxEventWatcher.setUpTextHandler();break;case "change":cvox.Chrom eVoxEventWatcher.changeHandler(a);break;case "select":cvox.ChromeVoxEventWatcher .setUpTextHandler();break;case "LiveRegion":cvox.ChromeVoxEventWatcher.speakLive Region_(a.assertive,a.navDescriptions);break;case "DOMSubtreeModified":cvox.Chro meVoxEventWatcher.subtreeModifiedHandler(a)}}; 1604 break;case "click":cvox.ApiImplementation.syncToNode(a.target,!0);break;case "fo cus":cvox.ChromeVoxEventWatcher.focusHandler(a);break;case "blur":cvox.ChromeVox EventWatcher.setUpTextHandler();break;case "change":cvox.ChromeVoxEventWatcher.c hangeHandler(a);break;case "select":cvox.ChromeVoxEventWatcher.setUpTextHandler( );break;case "LiveRegion":cvox.ChromeVoxEventWatcher.speakLiveRegion_(a.assertiv e,a.navDescriptions);break;case "DOMSubtreeModified":cvox.ChromeVoxEventWatcher. subtreeModifiedHandler(a)}};
1597 cvox.ChromeVoxEventWatcher.setUpTimeHandler_=function(){var a=document.activeEle ment;a&&a.hasAttribute&&"true"==a.getAttribute("aria-hidden")&&"true"!=a.getAttr ibute("chromevoxignoreariahidden")&&(a=null);cvox.ChromeVoxEventWatcher.currentT imeHandler=a.constructor==HTMLInputElement&&a.type&&"time"==a.type?new cvox.Chro meVoxHTMLTimeWidget(a,cvox.ChromeVox.tts):null;return null!=cvox.ChromeVoxEventW atcher.currentTimeHandler}; 1605 cvox.ChromeVoxEventWatcher.setUpTimeHandler_=function(){var a=document.activeEle ment;a&&a.hasAttribute&&"true"==a.getAttribute("aria-hidden")&&"true"!=a.getAttr ibute("chromevoxignoreariahidden")&&(a=null);cvox.ChromeVoxEventWatcher.currentT imeHandler=a.constructor==HTMLInputElement&&a.type&&"time"==a.type?new cvox.Chro meVoxHTMLTimeWidget(a,cvox.ChromeVox.tts):null;return null!=cvox.ChromeVoxEventW atcher.currentTimeHandler};
1598 cvox.ChromeVoxEventWatcher.setUpMediaHandler_=function(){var a=document.activeEl ement;a&&a.hasAttribute&&"true"==a.getAttribute("aria-hidden")&&"true"!=a.getAtt ribute("chromevoxignoreariahidden")&&(a=null);cvox.ChromeVoxEventWatcher.current MediaHandler=a.constructor==HTMLVideoElement||a.constructor==HTMLAudioElement?ne w cvox.ChromeVoxHTMLMediaWidget(a,cvox.ChromeVox.tts):null;return null!=cvox.Chr omeVoxEventWatcher.currentMediaHandler}; 1606 cvox.ChromeVoxEventWatcher.setUpMediaHandler_=function(){var a=document.activeEl ement;a&&a.hasAttribute&&"true"==a.getAttribute("aria-hidden")&&"true"!=a.getAtt ribute("chromevoxignoreariahidden")&&(a=null);cvox.ChromeVoxEventWatcher.current MediaHandler=a.constructor==HTMLVideoElement||a.constructor==HTMLAudioElement?ne w cvox.ChromeVoxHTMLMediaWidget(a,cvox.ChromeVox.tts):null;return null!=cvox.Chr omeVoxEventWatcher.currentMediaHandler};
1599 cvox.ChromeVoxEventWatcher.setUpDateHandler_=function(){var a=document.activeEle ment;a&&a.hasAttribute&&"true"==a.getAttribute("aria-hidden")&&"true"!=a.getAttr ibute("chromevoxignoreariahidden")&&(a=null);cvox.ChromeVoxEventWatcher.currentD ateHandler=a.constructor!=HTMLInputElement||!a.type||"date"!=a.type&&"month"!=a. type&&"week"!=a.type?null:new cvox.ChromeVoxHTMLDateWidget(a,cvox.ChromeVox.tts) ;return null!=cvox.ChromeVoxEventWatcher.currentDateHandler};cvox.InitialSpeech= {};window.INJECTED_AFTER_LOAD||(window.INJECTED_AFTER_LOAD=!1); 1607 cvox.ChromeVoxEventWatcher.setUpDateHandler_=function(){var a=document.activeEle ment;a&&a.hasAttribute&&"true"==a.getAttribute("aria-hidden")&&"true"!=a.getAttr ibute("chromevoxignoreariahidden")&&(a=null);cvox.ChromeVoxEventWatcher.currentD ateHandler=a.constructor!=HTMLInputElement||!a.type||"date"!=a.type&&"month"!=a. type&&"week"!=a.type?null:new cvox.ChromeVoxHTMLDateWidget(a,cvox.ChromeVox.tts) ;return null!=cvox.ChromeVoxEventWatcher.currentDateHandler};cvox.InitialSpeech= {};window.INJECTED_AFTER_LOAD||(window.INJECTED_AFTER_LOAD=!1);
1600 cvox.InitialSpeech.speak=function(){var a=window.INJECTED_AFTER_LOAD;if(!cvox.Ch romeVox.isActive||document.webkitHidden)a=!0;if(window.top==window){var b=docume nt.title,c=document.querySelector("head > title");c&&"true"==c.getAttribute("ari a-hidden")&&(b=null);b&&!a&&cvox.ChromeVox.tts.speak(b,cvox.AbstractTts.QUEUE_MO DE_FLUSH);cvox.BrailleOverlayWidget.getInstance().init()}cvox.LiveRegions.init(n ew Date,cvox.AbstractTts.QUEUE_MODE_QUEUE,a);document.hasFocus()&&document.activ eElement==document.body&& 1608 cvox.InitialSpeech.speak=function(){var a=window.INJECTED_AFTER_LOAD;if(!cvox.Ch romeVox.isActive||document.webkitHidden)a=!0;if(window.top==window){var b=docume nt.title,c=document.querySelector("head > title");c&&"true"==c.getAttribute("ari a-hidden")&&(b=null);b&&!a&&cvox.ChromeVox.tts.speak(b,cvox.AbstractTts.QUEUE_MO DE_FLUSH);cvox.BrailleOverlayWidget.getInstance().init()}cvox.LiveRegions.init(n ew Date,cvox.AbstractTts.QUEUE_MODE_QUEUE,a);document.hasFocus()&&document.activ eElement==document.body&&
1601 cvox.ChromeVox.navigationManager.syncToBeginning();cvox.ChromeVox.position[docum ent.location.href]&&(b=cvox.ChromeVox.position[document.location.href],cvox.Chro meVox.navigationManager.updateSelToArbitraryNode(document.elementFromPoint(b.x,b .y)));document.hasFocus()&&(a||cvox.ChromeVoxEventSuspender.withSuspendedEvents( function(){cvox.ChromeVox.navigationManager.finishNavCommand("",!0,cvox.Abstract Tts.QUEUE_MODE_QUEUE)})())};cvox.PdfProcessor={}; 1609 cvox.ChromeVox.navigationManager.syncToBeginning();cvox.ChromeVox.position[docum ent.location.href]&&(b=cvox.ChromeVox.position[document.location.href],cvox.Chro meVox.navigationManager.updateSelToArbitraryNode(document.elementFromPoint(b.x,b .y)));document.hasFocus()&&(a||cvox.ChromeVoxEventSuspender.withSuspendedEvents( function(){cvox.ChromeVox.navigationManager.finishNavCommand("",!0,cvox.Abstract Tts.QUEUE_MODE_QUEUE)})())};cvox.PdfProcessor={};
1602 cvox.PdfProcessor.processEmbeddedPdfs=function(){if("#original"!=window.location .hash)for(var a=document.querySelectorAll('embed[type="application/pdf"]'),b=0;b <a.length;b++){var c=a[b];if("function"===typeof c.accessibility){var d=c.access ibility(),e=cvox.ChromeVoxJSON.parse(d);if(e.loaded)if(e.copyable){var f=documen t.createElement("DIV"),d=document.createElement("DIV");d.style.position="relativ e";d.style.background="white";d.style.margin="20pt";d.style.padding="20pt";d.sty le.border="1px solid #000"; 1610 cvox.PdfProcessor.processEmbeddedPdfs=function(){if("#original"!=window.location .hash)for(var a=document.querySelectorAll('embed[type="application/pdf"]'),b=0;b <a.length;b++){var c=a[b];if("function"===typeof c.accessibility){var d=c.access ibility(),e=cvox.ChromeVoxJSON.parse(d);if(e.loaded)if(e.copyable){var f=documen t.createElement("DIV"),d=document.createElement("DIV");d.style.position="relativ e";d.style.background="white";d.style.margin="20pt";d.style.padding="20pt";d.sty le.border="1px solid #000";
1603 var g=c.src.substr(c.src.lastIndexOf("/")+1);document.title=g;g=cvox.ChromeVox.m sgs.getMsg("pdf_header",[g,c.src+"#original"]);d.innerHTML=g;g=d.getElementsByTa gName("a")[0];g.addEventListener("click",function(){window.location.href=c.src+" #original";window.location.reload()},!0);f.appendChild(d);f.style.position="rela tive";f.style.background="#CCC";f.style.paddingTop="1pt";f.style.paddingBottom=" 1pt";f.style.width="100%";f.style.minHeight="100%";var h=function(a){var b=c.acc essibility(a),d=cvox.ChromeVoxJSON.parse(b), 1611 var g=c.src.substr(c.src.lastIndexOf("/")+1);document.title=g;g=cvox.ChromeVox.m sgs.getMsg("pdf_header",[g,c.src+"#original"]);d.innerHTML=g;g=d.getElementsByTa gName("a")[0];g.addEventListener("click",function(){window.location.href=c.src+" #original";window.location.reload()},!0);f.appendChild(d);f.style.position="rela tive";f.style.background="#CCC";f.style.paddingTop="1pt";f.style.paddingBottom=" 1pt";f.style.width="100%";f.style.minHeight="100%";var h=function(a){var b=c.acc essibility(a),d=cvox.ChromeVoxJSON.parse(b),
1604 b=document.createElement("DIV"),g=document.createElement("A");g.name="page"+a;b. style.position="relative";b.style.background="white";b.style.margin="auto";b.sty le.marginTop="20pt";b.style.marginBottom="20pt";b.style.height=d.height+"pt";b.s tyle.width=d.width+"pt";b.style.boxShadow="0pt 0pt 10pt #333";for(var d=d.textBo x,q=0;q<d.length;q++){var m=d[q],s=document.createElement("Span");s.style.positi on="absolute";s.style.left=m.left+"pt";s.style.top=m.top+"pt";s.style.fontSize=0 .8*m.height+"pt";for(var u= 1612 b=document.createElement("DIV"),g=document.createElement("A");g.name="page"+a;b. style.position="relative";b.style.background="white";b.style.margin="auto";b.sty le.marginTop="20pt";b.style.marginBottom="20pt";b.style.height=d.height+"pt";b.s tyle.width=d.width+"pt";b.style.boxShadow="0pt 0pt 10pt #333";for(var d=d.textBo x,q=0;q<d.length;q++){var m=d[q],s=document.createElement("Span");s.style.positi on="absolute";s.style.left=m.left+"pt";s.style.top=m.top+"pt";s.style.fontSize=. 8*m.height+"pt";for(var u=
1605 0;u<m.textNodes.length;u++){var t=m.textNodes[u];if("text"==t.type)s.appendChild (document.createTextNode(t.text));else if("url"==t.type){var r=document.createEl ement("A");r.href=t.url;r.appendChild(document.createTextNode(t.text));s.appendC hild(r)}}b.appendChild(s)}f.appendChild(g);f.appendChild(b);a<e.numberOfPages-1? window.setTimeout(function(){h(a+1)},0):(c.style.display="none",c.parentNode.app endChild(f),cvox.ChromeVox.navigationManager.reset())};window.setTimeout(functio n(){h(0)},0)}else cvox.ChromeVox.tts.speak("Unable to access copy-protected PDF. Skipping."); 1613 0;u<m.textNodes.length;u++){var t=m.textNodes[u];if("text"==t.type)s.appendChild (document.createTextNode(t.text));else if("url"==t.type){var r=document.createEl ement("A");r.href=t.url;r.appendChild(document.createTextNode(t.text));s.appendC hild(r)}}b.appendChild(s)}f.appendChild(g);f.appendChild(b);a<e.numberOfPages-1? window.setTimeout(function(){h(a+1)},0):(c.style.display="none",c.parentNode.app endChild(f),cvox.ChromeVox.navigationManager.reset())};window.setTimeout(functio n(){h(0)},0)}else cvox.ChromeVox.tts.speak("Unable to access copy-protected PDF. Skipping.");
1606 else window.setTimeout(cvox.PdfProcessor.processEmbeddedPdfs,100)}}};cvox.Search Constants=function(){};cvox.SearchConstants.KeyCode={UP:38,DOWN:40,PAGE_UP:33,PA GE_DOWN:34,LEFT:37,RIGHT:39,ENTER:13,ESC:27};cvox.SearchUtil=function(){};cvox.S earchUtil.extractURL=function(a){return a&&("A"===a.tagName||(a=a.querySelector( "a")))?a.href:null};cvox.SearchUtil.isSearchWidgetActive=function(){return null! ==document.querySelector("#cvox-search")};cvox.SearchUtil.addOneWrap=function(a, b){return(a+1)%b};cvox.SearchUtil.subOneWrap=function(a,b){return(a-1+b)%b}; 1614 else window.setTimeout(cvox.PdfProcessor.processEmbeddedPdfs,100)}}};cvox.Search Constants=function(){};cvox.SearchConstants.KeyCode={UP:38,DOWN:40,PAGE_UP:33,PA GE_DOWN:34,LEFT:37,RIGHT:39,ENTER:13,ESC:27};cvox.SearchUtil=function(){};cvox.S earchUtil.extractURL=function(a){return a&&("A"===a.tagName||(a=a.querySelector( "a")))?a.href:null};cvox.SearchUtil.isSearchWidgetActive=function(){return null! ==document.querySelector("#cvox-search")};cvox.SearchUtil.addOneWrap=function(a, b){return(a+1)%b};cvox.SearchUtil.subOneWrap=function(a,b){return(a-1+b)%b};
1607 cvox.SearchUtil.clickElem=function(a,b,c,d){var e;o:{e=a;for(var f={},g=e;g;){va r h;h=g.getAttribute?(h=g.getAttribute("aria-activedescendant"))?h:null:null;if( !h)break;if(h in f){e=null;break o}f[h]=!0;g=document.getElementById(h)}e=g==e?n ull:g}e&&(a=e);if(c){c=null;a.onclick&&(c=a.onclick);!c&&1!=a.nodeType&&a.parent Node&&a.parentNode.onclick&&(c=a.parentNode.onclick);e=!0;if(c)try{e=c()}catch(k ){}if(!e)return}c=document.createEvent("MouseEvents");d=d?"dblclick":"mousedown" ;c.initMouseEvent(d,!0, 1615 cvox.SearchUtil.clickElem=function(a,b,c,d){var e;o:{e=a;for(var f={},g=e;g;){va r h;h=g.getAttribute?(h=g.getAttribute("aria-activedescendant"))?h:null:null;if( !h)break;if(h in f){e=null;break o}f[h]=!0;g=document.getElementById(h)}e=g==e?n ull:g}e&&(a=e);if(c){c=null;a.onclick&&(c=a.onclick);!c&&1!=a.nodeType&&a.parent Node&&a.parentNode.onclick&&(c=a.parentNode.onclick);e=!0;if(c)try{e=c()}catch(k ){}if(!e)return}c=document.createEvent("MouseEvents");d=d?"dblclick":"mousedown" ;c.initMouseEvent(d,!0,
1608 !0,document.defaultView,1,0,0,0,0,!1,!1,b,!1,0,null);c.fromCvox=!0;try{a.dispatc hEvent(c)}catch(l){}c=document.createEvent("MouseEvents");c.initMouseEvent("mous eup",!0,!0,document.defaultView,1,0,0,0,0,!1,!1,b,!1,0,null);c.fromCvox=!0;try{a .dispatchEvent(c)}catch(n){}c=document.createEvent("MouseEvents");c.initMouseEve nt("click",!0,!0,document.defaultView,1,0,0,0,0,!1,!1,b,!1,0,null);c.fromCvox=!0 ;try{a.dispatchEvent(c)}catch(p){}};cvox.AbstractResult=function(){};cvox.Abstra ctResult.prototype.isType=function(){return!1};cvox.AbstractResult.prototype.spe ak=function(){return!1};cvox.AbstractResult.prototype.getURL=cvox.SearchUtil.ext ractURL;cvox.AbstractResult.prototype.getSyncNode=function(a){return a};cvox.Sea rchResults=function(){};cvox.SearchResults.speakResultBySelectTexts=function(a,b ){for(var c=0;c<b.length;c++){var d=b[c];if(d.select)for(var e=a.querySelectorAl l(d.select),f=0;f<e.length;f++)cvox.ChromeVox.speakNode(e.item(f),1);d.text&&cvo x.ChromeVox.tts.speak(d.text,1)}};cvox.UnknownResult=function(){};goog.inherits( cvox.UnknownResult,cvox.AbstractResult);cvox.NormalResult=function(){};goog.inhe rits(cvox.NormalResult,cvox.AbstractResult); 1616 !0,document.defaultView,1,0,0,0,0,!1,!1,b,!1,0,null);c.fromCvox=!0;try{a.dispatc hEvent(c)}catch(l){}c=document.createEvent("MouseEvents");c.initMouseEvent("mous eup",!0,!0,document.defaultView,1,0,0,0,0,!1,!1,b,!1,0,null);c.fromCvox=!0;try{a .dispatchEvent(c)}catch(n){}c=document.createEvent("MouseEvents");c.initMouseEve nt("click",!0,!0,document.defaultView,1,0,0,0,0,!1,!1,b,!1,0,null);c.fromCvox=!0 ;try{a.dispatchEvent(c)}catch(p){}};cvox.AbstractResult=function(){};cvox.Abstra ctResult.prototype.isType=function(){return!1};cvox.AbstractResult.prototype.spe ak=function(){return!1};cvox.AbstractResult.prototype.getURL=cvox.SearchUtil.ext ractURL;cvox.AbstractResult.prototype.getSyncNode=function(a){return a};cvox.Sea rchResults=function(){};cvox.SearchResults.speakResultBySelectTexts=function(a,b ){for(var c=0;c<b.length;c++){var d=b[c];if(d.select)for(var e=a.querySelectorAl l(d.select),f=0;f<e.length;f++)cvox.ChromeVox.speakNode(e.item(f),1);d.text&&cvo x.ChromeVox.tts.speak(d.text,1)}};cvox.UnknownResult=function(){};goog.inherits( cvox.UnknownResult,cvox.AbstractResult);cvox.NormalResult=function(){};goog.inhe rits(cvox.NormalResult,cvox.AbstractResult);
1609 cvox.NormalResult.prototype.isType=function(a){return null!==a.querySelector(".r c")};cvox.NormalResult.prototype.speak=function(a){if(!a)return!1;var b=[{select :".rc .r"},{select:".rc .st"},{select:".kv"},{select:".osl"},{select:".sld"},{se lect:".mrf"}];cvox.SearchResults.speakResultBySelectTexts(a,b);b=a.querySelector All(".mas-1st-col div");a=a.querySelectorAll(".mas-col div");for(var c=0;c<b.len gth;c++)cvox.ChromeVox.speakNode(b.item(c),1),cvox.ChromeVox.speakNode(a.item(c) ,1);return!0}; 1617 cvox.NormalResult.prototype.isType=function(a){return null!==a.querySelector(".r c")};cvox.NormalResult.prototype.speak=function(a){if(!a)return!1;var b=[{select :".rc .r"},{select:".rc .st"},{select:".kv"},{select:".osl"},{select:".sld"},{se lect:".mrf"}];cvox.SearchResults.speakResultBySelectTexts(a,b);b=a.querySelector All(".mas-1st-col div");a=a.querySelectorAll(".mas-col div");for(var c=0;c<b.len gth;c++)cvox.ChromeVox.speakNode(b.item(c),1),cvox.ChromeVox.speakNode(a.item(c) ,1);return!0};
1610 cvox.WeatherResult=function(){};goog.inherits(cvox.WeatherResult,cvox.AbstractRe sult);cvox.WeatherResult.prototype.isType=function(a){return null!==a.querySelec tor("#wob_wc")};cvox.WeatherResult.speakForecast=function(a){if(a){var b=[{selec t:".vk_lgy"},{select:"img"},{select:".vk_gy"},{select:".vk_lgy"}];cvox.SearchRes ults.speakResultBySelectTexts(a,b)}}; 1618 cvox.WeatherResult=function(){};goog.inherits(cvox.WeatherResult,cvox.AbstractRe sult);cvox.WeatherResult.prototype.isType=function(a){return null!==a.querySelec tor("#wob_wc")};cvox.WeatherResult.speakForecast=function(a){if(a){var b=[{selec t:".vk_lgy"},{select:"img"},{select:".vk_gy"},{select:".vk_lgy"}];cvox.SearchRes ults.speakResultBySelectTexts(a,b)}};
1611 cvox.WeatherResult.prototype.speak=function(a){if(!a)return!1;var b=[{text:"The weather forcast for"},{select:".vk_h"},{select:"#wob_dts"},{select:"#wob_dc"},{s elect:"#wob_tm"},{text:"degrees fahrenheit"},{text:"precipitation is"},{select:" #wob_pp"},{text:"humidity is"},{select:"#wob_hm"},{text:"wind is"},{select:"#wob _ws"}];cvox.SearchResults.speakResultBySelectTexts(a,b);a=a.getElementsByClassNa me("wob_df");cvox.ChromeVox.tts.speak("Forecasts for this week",1);for(b=0;b<a.l ength;b++){var c=a.item(b); 1619 cvox.WeatherResult.prototype.speak=function(a){if(!a)return!1;var b=[{text:"The weather forcast for"},{select:".vk_h"},{select:"#wob_dts"},{select:"#wob_dc"},{s elect:"#wob_tm"},{text:"degrees fahrenheit"},{text:"precipitation is"},{select:" #wob_pp"},{text:"humidity is"},{select:"#wob_hm"},{text:"wind is"},{select:"#wob _ws"}];cvox.SearchResults.speakResultBySelectTexts(a,b);a=a.getElementsByClassNa me("wob_df");cvox.ChromeVox.tts.speak("Forecasts for this week",1);for(b=0;b<a.l ength;b++){var c=a.item(b);
1612 cvox.WeatherResult.speakForecast(c)}return!0};cvox.KnowResult=function(){};goog. inherits(cvox.KnowResult,cvox.AbstractResult);cvox.KnowResult.prototype.isType=f unction(a){return null!==a.querySelector(".kno-ec")};cvox.KnowResult.prototype.s peak=function(a){cvox.ChromeVox.speakNode(a,1);return!0};cvox.KnowResult.prototy pe.getURL=function(a){return cvox.SearchUtil.extractURL(a.querySelector(".q"))}; cvox.KnowResult.prototype.getSyncNode=function(a){return a.querySelector(".kno-e cr-pt")}; 1620 cvox.WeatherResult.speakForecast(c)}return!0};cvox.KnowResult=function(){};goog. inherits(cvox.KnowResult,cvox.AbstractResult);cvox.KnowResult.prototype.isType=f unction(a){return null!==a.querySelector(".kno-ec")};cvox.KnowResult.prototype.s peak=function(a){cvox.ChromeVox.speakNode(a,1);return!0};cvox.KnowResult.prototy pe.getURL=function(a){return cvox.SearchUtil.extractURL(a.querySelector(".q"))}; cvox.KnowResult.prototype.getSyncNode=function(a){return a.querySelector(".kno-e cr-pt")};
1613 cvox.CalcResult=function(){};goog.inherits(cvox.CalcResult,cvox.AbstractResult); cvox.CalcResult.prototype.isType=function(a){return null!==a.querySelector("#cwm cwd")};cvox.CalcResult.prototype.speak=function(a){if(!a)return!1;var b=[{select :"#cwles"},{select:"#cwos"}];cvox.SearchResults.speakResultBySelectTexts(a,b);re turn!0};cvox.GameResult=function(){};goog.inherits(cvox.GameResult,cvox.Abstract Result);cvox.GameResult.prototype.isType=function(a){return null!==a.querySelect or(".xpdbox")}; 1621 cvox.CalcResult=function(){};goog.inherits(cvox.CalcResult,cvox.AbstractResult); cvox.CalcResult.prototype.isType=function(a){return null!==a.querySelector("#cwm cwd")};cvox.CalcResult.prototype.speak=function(a){if(!a)return!1;var b=[{select :"#cwles"},{select:"#cwos"}];cvox.SearchResults.speakResultBySelectTexts(a,b);re turn!0};cvox.GameResult=function(){};goog.inherits(cvox.GameResult,cvox.Abstract Result);cvox.GameResult.prototype.isType=function(a){return null!==a.querySelect or(".xpdbox")};
1614 cvox.ImageResult=function(){};goog.inherits(cvox.ImageResult,cvox.AbstractResult );cvox.ImageResult.prototype.isType=function(a){return"rg_di"===a.className};cvo x.ImageResult.prototype.speak=function(a){if(!a)return!1;var b=a.querySelector(" .rg_meta"),b=b.innerHTML,c=JSON.parse(b),b=[],d=c.fn;d&&b.push({text:d});if(d=c. is){var e=document.createElement("div");e.innerHTML=d;d=e.textContent||e.innerTe xt;b.push({text:d})}(c=c.isu)&&b.push({text:c});cvox.SearchResults.speakResultBy SelectTexts(a,b);return!0}; 1622 cvox.ImageResult=function(){};goog.inherits(cvox.ImageResult,cvox.AbstractResult );cvox.ImageResult.prototype.isType=function(a){return"rg_di"===a.className};cvo x.ImageResult.prototype.speak=function(a){if(!a)return!1;var b=a.querySelector(" .rg_meta"),b=b.innerHTML,c=JSON.parse(b),b=[],d=c.fn;d&&b.push({text:d});if(d=c. is){var e=document.createElement("div");e.innerHTML=d;d=e.textContent||e.innerTe xt;b.push({text:d})}(c=c.isu)&&b.push({text:c});cvox.SearchResults.speakResultBy SelectTexts(a,b);return!0};
(...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after
1678 cvox.ChromeVox.msgs.getMsg("announce_pitch",[b]);break;case cvox.AbstractTts.VOL UME:c=cvox.ChromeVox.msgs.getMsg("announce_volume",[b])}c&&this.tts.speak(c,cvox .AbstractTts.QUEUE_MODE_FLUSH,cvox.AbstractTts.PERSONALITY_ANNOTATION)}else"cycl ePunctuationEcho"==a.action&&this.tts.speak(cvox.ChromeVox.msgs.getMsg(this.back groundTts_.cyclePunctuationEcho()),cvox.AbstractTts.QUEUE_MODE_FLUSH)};cvox.Chro meVoxBackground.prototype.onEarconMessage=function(a){"play"==a.action&&this.ear cons.playEarcon(a.earcon)}; 1686 cvox.ChromeVox.msgs.getMsg("announce_pitch",[b]);break;case cvox.AbstractTts.VOL UME:c=cvox.ChromeVox.msgs.getMsg("announce_volume",[b])}c&&this.tts.speak(c,cvox .AbstractTts.QUEUE_MODE_FLUSH,cvox.AbstractTts.PERSONALITY_ANNOTATION)}else"cycl ePunctuationEcho"==a.action&&this.tts.speak(cvox.ChromeVox.msgs.getMsg(this.back groundTts_.cyclePunctuationEcho()),cvox.AbstractTts.QUEUE_MODE_FLUSH)};cvox.Chro meVoxBackground.prototype.onEarconMessage=function(a){"play"==a.action&&this.ear cons.playEarcon(a.earcon)};
1679 cvox.ChromeVoxBackground.prototype.addBridgeListener=function(){cvox.ExtensionBr idge.addMessageListener(goog.bind(function(a,b){var c=a.target,d=a.action;switch (c){case "OpenTab":c={};c.url=a.url;chrome.tabs.create(c);break;case "KbExplorer ":c={url:"chromevox/background/kbexplorer.html"};chrome.tabs.create(c);break;cas e "HelpDocs":c={url:"http://chromevox.com/tutorial/index.html"};chrome.tabs.crea te(c);break;case "Options":"open"==d&&(c={url:"chromevox/background/options.html "},chrome.tabs.create(c)); 1687 cvox.ChromeVoxBackground.prototype.addBridgeListener=function(){cvox.ExtensionBr idge.addMessageListener(goog.bind(function(a,b){var c=a.target,d=a.action;switch (c){case "OpenTab":c={};c.url=a.url;chrome.tabs.create(c);break;case "KbExplorer ":c={url:"chromevox/background/kbexplorer.html"};chrome.tabs.create(c);break;cas e "HelpDocs":c={url:"http://chromevox.com/tutorial/index.html"};chrome.tabs.crea te(c);break;case "Options":"open"==d&&(c={url:"chromevox/background/options.html "},chrome.tabs.create(c));
1680 break;case "Data":if("getHistory"==d){var e={};chrome.history.search({text:"",ma xResults:25},function(a){a.forEach(function(a){a.url&&(e[a.url]=!0)});b.postMess age({history:e})})}break;case "Prefs":if("getPrefs"==d)this.prefs.sendPrefsToPor t(b);else if("setPref"==d){if("active"==a.pref&&a.value!=cvox.ChromeVox.isActive )cvox.ChromeVox.isActive?(this.tts.speak(cvox.ChromeVox.msgs.getMsg("chromevox_i nactive")),chrome.accessibilityPrivate.setNativeAccessibilityEnabled(!0)):chrome .accessibilityPrivate.setNativeAccessibilityEnabled(!1); 1688 break;case "Data":if("getHistory"==d){var e={};chrome.history.search({text:"",ma xResults:25},function(a){a.forEach(function(a){a.url&&(e[a.url]=!0)});b.postMess age({history:e})})}break;case "Prefs":if("getPrefs"==d)this.prefs.sendPrefsToPor t(b);else if("setPref"==d){if("active"==a.pref&&a.value!=cvox.ChromeVox.isActive )cvox.ChromeVox.isActive?(this.tts.speak(cvox.ChromeVox.msgs.getMsg("chromevox_i nactive")),chrome.accessibilityPrivate.setNativeAccessibilityEnabled(!0)):chrome .accessibilityPrivate.setNativeAccessibilityEnabled(!1);
1681 else if("earcons"==a.pref)this.earcons.enabled=a.value;else if("sticky"==a.pref& &a.announce)a.value?this.tts.speak(cvox.ChromeVox.msgs.getMsg("sticky_mode_enabl ed")):this.tts.speak(cvox.ChromeVox.msgs.getMsg("sticky_mode_disabled"));else if ("typingEcho"==a.pref&&a.announce){c="";switch(a.value){case cvox.TypingEcho.CHA RACTER:c=cvox.ChromeVox.msgs.getMsg("character_echo");break;case cvox.TypingEcho .WORD:c=cvox.ChromeVox.msgs.getMsg("word_echo");break;case cvox.TypingEcho.CHARA CTER_AND_WORD:c=cvox.ChromeVox.msgs.getMsg("character_and_word_echo"); 1689 else if("earcons"==a.pref)this.earcons.enabled=a.value;else if("sticky"==a.pref& &a.announce)a.value?this.tts.speak(cvox.ChromeVox.msgs.getMsg("sticky_mode_enabl ed")):this.tts.speak(cvox.ChromeVox.msgs.getMsg("sticky_mode_disabled"));else if ("typingEcho"==a.pref&&a.announce){c="";switch(a.value){case cvox.TypingEcho.CHA RACTER:c=cvox.ChromeVox.msgs.getMsg("character_echo");break;case cvox.TypingEcho .WORD:c=cvox.ChromeVox.msgs.getMsg("word_echo");break;case cvox.TypingEcho.CHARA CTER_AND_WORD:c=cvox.ChromeVox.msgs.getMsg("character_and_word_echo");
1682 break;case cvox.TypingEcho.NONE:c=cvox.ChromeVox.msgs.getMsg("none_echo")}c&&thi s.tts.speak(c)}else"brailleCaptions"==a.pref&&cvox.BrailleCaptionsBackground.set Active(a.value);this.prefs.setPref(a.pref,a.value);this.readPrefs()}break;case " Math":"getDomains"==a.action&&b.postMessage({message:"DOMAINS_STYLES",domains:th is.backgroundTts_.mathmap.allDomains,styles:this.backgroundTts_.mathmap.allStyle s});break;case "TTS":void 0!=a.startCallbackId&&(a.properties.startCallback=func tion(){b.postMessage({message:"TTS_CALLBACK", 1690 break;case cvox.TypingEcho.NONE:c=cvox.ChromeVox.msgs.getMsg("none_echo")}c&&thi s.tts.speak(c)}else"brailleCaptions"==a.pref&&cvox.BrailleCaptionsBackground.set Active(a.value);this.prefs.setPref(a.pref,a.value);this.readPrefs()}break;case " Math":"getDomains"==a.action&&b.postMessage({message:"DOMAINS_STYLES",domains:th is.backgroundTts_.mathmap.allDomains,styles:this.backgroundTts_.mathmap.allStyle s});break;case "TTS":void 0!=a.startCallbackId&&(a.properties.startCallback=func tion(){b.postMessage({message:"TTS_CALLBACK",
1683 id:a.startCallbackId})});void 0!=a.endCallbackId&&(a.properties.endCallback=func tion(){b.postMessage({message:"TTS_CALLBACK",id:a.endCallbackId})});try{this.onT tsMessage(a)}catch(f){console.log(f)}break;case "EARCON":this.onEarconMessage(a) ;break;case "BRAILLE":try{this.backgroundBraille_.onBrailleMessage(a)}catch(g){c onsole.log(g)}}},this))};cvox.ChromeVoxBackground.prototype.checkVersionNumber=f unction(){this.isIncognito_()||(this.localStorageVersion=localStorage.versionStr ing,this.showNotesIfNewVersion())}; 1691 id:a.startCallbackId})});void 0!=a.endCallbackId&&(a.properties.endCallback=func tion(){b.postMessage({message:"TTS_CALLBACK",id:a.endCallbackId})});try{this.onT tsMessage(a)}catch(f){console.log(f)}break;case "EARCON":this.onEarconMessage(a) ;break;case "BRAILLE":try{this.backgroundBraille_.onBrailleMessage(a)}catch(g){c onsole.log(g)}}},this))};cvox.ChromeVoxBackground.prototype.checkVersionNumber=f unction(){this.isIncognito_()||(this.localStorageVersion=localStorage.versionStr ing,this.showNotesIfNewVersion())};
1684 cvox.ChromeVoxBackground.prototype.displayReleaseNotes=function(){chrome.tabs.cr eate({url:"http://chromevox.com/release_notes.html"})}; 1692 cvox.ChromeVoxBackground.prototype.displayReleaseNotes=function(){chrome.tabs.cr eate({url:"http://chromevox.com/release_notes.html"})};
1685 cvox.ChromeVoxBackground.prototype.showNotesIfNewVersion=function(){var a=chrome .extension.getURL("manifest.json"),b=new XMLHttpRequest,c=this;b.onreadystatecha nge=function(){if(4==b.readyState){var a=JSON.parse(b.responseText);console.log( "Version: "+a.version);var e=c.localStorageVersion!=a.version;-1!=navigator.user Agent.indexOf("CrOS")&&void 0==c.localStorageVersion&&(e=!1);e&&c.displayRelease Notes();this.localStorageVersion=localStorage.versionString=a.version}};b.open(" GET",a);b.send()}; 1693 cvox.ChromeVoxBackground.prototype.showNotesIfNewVersion=function(){var a=chrome .extension.getURL("manifest.json"),b=new XMLHttpRequest,c=this;b.onreadystatecha nge=function(){if(4==b.readyState){var a=JSON.parse(b.responseText);console.log( "Version: "+a.version);var e=c.localStorageVersion!=a.version;-1!=navigator.user Agent.indexOf("CrOS")&&void 0==c.localStorageVersion&&(e=!1);e&&c.displayRelease Notes();this.localStorageVersion=localStorage.versionString=a.version}};b.open(" GET",a);b.send()};
1686 cvox.ChromeVoxBackground.prototype.readPrefs=function(){var a=this.prefs.getPref s();cvox.ChromeVoxEditableTextBase.useIBeamCursor="true"==a.useIBeamCursor;cvox. ChromeVox.isActive="true"==a.active||cvox.ChromeVox.isChromeOS;cvox.ChromeVox.is StickyOn="true"==a.sticky};cvox.ChromeVoxBackground.prototype.isIncognito_=funct ion(){var a=!1;chrome.tabs.getCurrent(function(b){a=b?b.incognito:!0});return a} ; 1694 cvox.ChromeVoxBackground.prototype.readPrefs=function(){var a=this.prefs.getPref s();cvox.ChromeVoxEditableTextBase.useIBeamCursor="true"==a.useIBeamCursor;cvox. ChromeVox.isActive="true"==a.active||cvox.ChromeVox.isChromeOS;cvox.ChromeVox.is StickyOn="true"==a.sticky};cvox.ChromeVoxBackground.prototype.isIncognito_=funct ion(){var a=!1;chrome.tabs.getCurrent(function(b){a=b?b.incognito:!0});return a} ;
1687 cvox.ChromeVoxBackground.prototype.onLoadStateChanged=function(a,b){a&&b&&(cvox. ChromeVox.tts.speak(cvox.ChromeVox.msgs.getMsg("chromevox_intro"),1,{doNotInterr upt:!0}),cvox.ChromeVox.braille.write(cvox.NavBraille.fromText(cvox.ChromeVox.ms gs.getMsg("intro_brl"))))};var background$$inline_14=new cvox.ChromeVoxBackgroun d;background$$inline_14.init();window.speak=goog.bind(background$$inline_14.tts. speak,background$$inline_14.tts);window.prefs=background$$inline_14.prefs;window .braille=cvox.ChromeVox.braille; 1695 cvox.ChromeVoxBackground.prototype.onLoadStateChanged=function(a,b){a&&b&&(cvox. ChromeVox.tts.speak(cvox.ChromeVox.msgs.getMsg("chromevox_intro"),1,{doNotInterr upt:!0}),cvox.ChromeVox.braille.write(cvox.NavBraille.fromText(cvox.ChromeVox.ms gs.getMsg("intro_brl"))))};var background$$inline_14=new cvox.ChromeVoxBackgroun d;background$$inline_14.init();window.speak=goog.bind(background$$inline_14.tts. speak,background$$inline_14.tts);window.prefs=background$$inline_14.prefs;window .braille=cvox.ChromeVox.braille;
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698