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

Side by Side Diff: chrome/third_party/chromevox/chromeVoxChromeOptionsScript.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};
(...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after
75 goToRowFirstCell:{announce:!0,msgId:"skip_to_row_beginning",category:"tables"},g oToRowLastCell:{announce:!0,msgId:"skip_to_row_end",category:"tables"},goToColFi rstCell:{announce:!0,msgId:"skip_to_col_beginning",category:"tables"},goToColLas tCell:{announce:!0,msgId:"skip_to_col_end",category:"tables"},previousRow:{backw ard:!0,announce:!0,skipInput:!0},previousCol:{backward:!0,announce:!0,skipInput: !0},nextRow:{forward:!0,announce:!0,skipInput:!0},nextCol:{forward:!0,announce:! 0,skipInput:!0},enterShifter:{announce:!0, 75 goToRowFirstCell:{announce:!0,msgId:"skip_to_row_beginning",category:"tables"},g oToRowLastCell:{announce:!0,msgId:"skip_to_row_end",category:"tables"},goToColFi rstCell:{announce:!0,msgId:"skip_to_col_beginning",category:"tables"},goToColLas tCell:{announce:!0,msgId:"skip_to_col_end",category:"tables"},previousRow:{backw ard:!0,announce:!0,skipInput:!0},previousCol:{backward:!0,announce:!0,skipInput: !0},nextRow:{forward:!0,announce:!0,skipInput:!0},nextCol:{forward:!0,announce:! 0,skipInput:!0},enterShifter:{announce:!0,
76 msgId:"enter_content",category:"navigation"},exitShifter:{announce:!0,msgId:"exi t_content",category:"navigation"},exitShifterContent:{announce:!0},openLongDesc: {announce:!1,msgId:"open_long_desc",category:"information"},pauseAllMedia:{annou nce:!1,msgId:"pause_all_media",category:"information"},toggleSemantics:{announce :!1,msgId:"toggle_semantics",category:"information"},routing:{announce:!1,allowE vents:!0,msgId:"braille_routing",category:"braille"},pan_left:{backward:!0,annou nce:!0,msgId:"braille_pan_left", 76 msgId:"enter_content",category:"navigation"},exitShifter:{announce:!0,msgId:"exi t_content",category:"navigation"},exitShifterContent:{announce:!0},openLongDesc: {announce:!1,msgId:"open_long_desc",category:"information"},pauseAllMedia:{annou nce:!1,msgId:"pause_all_media",category:"information"},toggleSemantics:{announce :!1,msgId:"toggle_semantics",category:"information"},routing:{announce:!1,allowE vents:!0,msgId:"braille_routing",category:"braille"},pan_left:{backward:!0,annou nce:!0,msgId:"braille_pan_left",
77 category:"braille"},pan_right:{forward:!0,announce:!0,msgId:"braille_pan_right", category:"braille"},line_up:{backward:!0,announce:!0,msgId:"braille_line_up",cat egory:"braille"},line_down:{forward:!0,announce:!0,msgId:"braille_line_down",cat egory:"braille"},top:{forward:!0,announce:!0,msgId:"braille_top",category:"brail le"},bottom:{backward:!0,announce:!0,msgId:"braille_bottom",category:"braille"}, enableConsoleTts:{announce:!1,msgId:"enable_tts_log",category:"developer"},toggl eBrailleCaptions:{announce:!1, 77 category:"braille"},pan_right:{forward:!0,announce:!0,msgId:"braille_pan_right", category:"braille"},line_up:{backward:!0,announce:!0,msgId:"braille_line_up",cat egory:"braille"},line_down:{forward:!0,announce:!0,msgId:"braille_line_down",cat egory:"braille"},top:{forward:!0,announce:!0,msgId:"braille_top",category:"brail le"},bottom:{backward:!0,announce:!0,msgId:"braille_bottom",category:"braille"}, enableConsoleTts:{announce:!1,msgId:"enable_tts_log",category:"developer"},toggl eBrailleCaptions:{announce:!1,
78 msgId:"braille_captions",category:"developer"},startHistoryRecording:{announce:! 1},stopHistoryRecording:{announce:!1},autorunner:{announce:!1},debug:{announce:! 1},nop:{announce:!1}}; 78 msgId:"braille_captions",category:"developer"},startHistoryRecording:{announce:! 1},stopHistoryRecording:{announce:!1},autorunner:{announce:!1},debug:{announce:! 1},nop:{announce:!1}};
79 cvox.CommandStore.NODE_INFO_MAP={checkbox:{predicate:"checkboxPredicate",forward Error:"no_next_checkbox",backwardError:"no_previous_checkbox",typeMsg:"aria_role _checkbox"},radio:{predicate:"radioPredicate",forwardError:"no_next_radio_button ",backwardError:"no_previous_radio_button",typeMsg:"aria_role_radio"},slider:{pr edicate:"sliderPredicate",forwardError:"no_next_slider",backwardError:"no_previo us_slider",typeMsg:"aria_role_slider"},graphic:{predicate:"graphicPredicate",for wardError:"no_next_graphic", 79 cvox.CommandStore.NODE_INFO_MAP={checkbox:{predicate:"checkboxPredicate",forward Error:"no_next_checkbox",backwardError:"no_previous_checkbox",typeMsg:"aria_role _checkbox"},radio:{predicate:"radioPredicate",forwardError:"no_next_radio_button ",backwardError:"no_previous_radio_button",typeMsg:"aria_role_radio"},slider:{pr edicate:"sliderPredicate",forwardError:"no_next_slider",backwardError:"no_previo us_slider",typeMsg:"aria_role_slider"},graphic:{predicate:"graphicPredicate",for wardError:"no_next_graphic",
80 backwardError:"no_previous_graphic",typeMsg:"UNUSED"},article:{predicate:"articl ePredicate",forwardError:"no_next_ARTICLE",backwardError:"no_previous_ARTICLE",t ypeMsg:"TAG_ARTICLE"},button:{predicate:"buttonPredicate",forwardError:"no_next_ button",backwardError:"no_previous_button",typeMsg:"aria_role_button"},combobox: {predicate:"comboBoxPredicate",forwardError:"no_next_combo_box",backwardError:"n o_previous_combo_box",typeMsg:"aria_role_combobox"},editText:{predicate:"editTex tPredicate",forwardError:"no_next_edit_text", 80 backwardError:"no_previous_graphic",typeMsg:"UNUSED"},article:{predicate:"articl ePredicate",forwardError:"no_next_ARTICLE",backwardError:"no_previous_ARTICLE",t ypeMsg:"TAG_ARTICLE"},button:{predicate:"buttonPredicate",forwardError:"no_next_ button",backwardError:"no_previous_button",typeMsg:"aria_role_button"},combobox: {predicate:"comboBoxPredicate",forwardError:"no_next_combo_box",backwardError:"n o_previous_combo_box",typeMsg:"aria_role_combobox"},editText:{predicate:"editTex tPredicate",forwardError:"no_next_edit_text",
81 backwardError:"no_previous_edit_text",typeMsg:"input_type_text"},heading:{predic ate:"headingPredicate",forwardError:"no_next_heading",backwardError:"no_previous _heading",typeMsg:"aria_role_heading"},heading1:{predicate:"heading1Predicate",f orwardError:"no_next_heading_1",backwardError:"no_previous_heading_1"},heading2: {predicate:"heading2Predicate",forwardError:"no_next_heading_2",backwardError:"n o_previous_heading_2"},heading3:{predicate:"heading3Predicate",forwardError:"no_ next_heading_3",backwardError:"no_previous_heading_3"}, 81 backwardError:"no_previous_edit_text",typeMsg:"input_type_text"},heading:{predic ate:"headingPredicate",forwardError:"no_next_heading",backwardError:"no_previous _heading",typeMsg:"aria_role_heading"},heading1:{predicate:"heading1Predicate",f orwardError:"no_next_heading_1",backwardError:"no_previous_heading_1"},heading2: {predicate:"heading2Predicate",forwardError:"no_next_heading_2",backwardError:"n o_previous_heading_2"},heading3:{predicate:"heading3Predicate",forwardError:"no_ next_heading_3",backwardError:"no_previous_heading_3"},
82 heading4:{predicate:"heading4Predicate",forwardError:"no_next_heading_4",backwar dError:"no_previous_heading_4"},heading5:{predicate:"heading5Predicate",forwardE rror:"no_next_heading_5",backwardError:"no_previous_heading_5"},heading6:{predic ate:"heading6Predicate",forwardError:"no_next_heading_6",backwardError:"no_previ ous_heading_6"},link:{predicate:"linkPredicate",forwardError:"no_next_link",back wardError:"no_previous_link",typeMsg:"aria_role_link"},table:{predicate:"tablePr edicate",forwardError:"no_next_table", 82 heading4:{predicate:"heading4Predicate",forwardError:"no_next_heading_4",backwar dError:"no_previous_heading_4"},heading5:{predicate:"heading5Predicate",forwardE rror:"no_next_heading_5",backwardError:"no_previous_heading_5"},heading6:{predic ate:"heading6Predicate",forwardError:"no_next_heading_6",backwardError:"no_previ ous_heading_6"},link:{predicate:"linkPredicate",forwardError:"no_next_link",back wardError:"no_previous_link",typeMsg:"aria_role_link"},table:{predicate:"tablePr edicate",forwardError:"no_next_table",
83 backwardError:"no_previous_table",typeMsg:"table_strategy"},visitedLink:{predica te:"visitedLinkPredicate",forwardError:"no_next_visited_link",backwardError:"no_ previous_visited_link",typeMsg:"tag_link"},list:{predicate:"listPredicate",forwa rdError:"no_next_list",backwardError:"no_previous_list",typeMsg:"aria_role_list" },listItem:{predicate:"listItemPredicate",forwardError:"no_next_list_item",backw ardError:"no_previous_list_item",typeMsg:"aria_role_listitem"},formField:{predic ate:"formFieldPredicate", 83 backwardError:"no_previous_table",typeMsg:"table_strategy"},visitedLink:{predica te:"visitedLinkPredicate",forwardError:"no_next_visited_link",backwardError:"no_ previous_visited_link",typeMsg:"tag_link"},list:{predicate:"listPredicate",forwa rdError:"no_next_list",backwardError:"no_previous_list",typeMsg:"aria_role_list" },listItem:{predicate:"listItemPredicate",forwardError:"no_next_list_item",backw ardError:"no_previous_list_item",typeMsg:"aria_role_listitem"},formField:{predic ate:"formFieldPredicate",
84 forwardError:"no_next_form_field",backwardError:"no_previous_form_field",typeMsg :"aria_role_form"},landmark:{predicate:"landmarkPredicate",forwardError:"no_next _landmark",backwardError:"no_previous_landmark",typeMsg:"role_landmark"},math:{p redicate:"mathPredicate",forwardError:"no_next_math",backwardError:"no_previous_ math",typeMsg:"math_expr"},media:{predicate:"mediaPredicate",forwardError:"no_ne xt_media_widget",backwardError:"no_previous_media_widget"},section:{predicate:"s ectionPredicate",forwardError:"no_next_section", 84 forwardError:"no_next_form_field",backwardError:"no_previous_form_field",typeMsg :"aria_role_form"},landmark:{predicate:"landmarkPredicate",forwardError:"no_next _landmark",backwardError:"no_previous_landmark",typeMsg:"role_landmark"},math:{p redicate:"mathPredicate",forwardError:"no_next_math",backwardError:"no_previous_ math",typeMsg:"math_expr"},media:{predicate:"mediaPredicate",forwardError:"no_ne xt_media_widget",backwardError:"no_previous_media_widget"},section:{predicate:"s ectionPredicate",forwardError:"no_next_section",
85 backwardError:"no_previous_section"},control:{predicate:"controlPredicate",forwa rdError:"no_next_control",backwardError:"no_previous_control"}};cvox.Cursor=func tion(a,b,c){this.node=a;this.index=b;this.text=c};cvox.Cursor.prototype.clone=fu nction(){return new cvox.Cursor(this.node,this.index,this.text)};cvox.Cursor.pro totype.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.node&&this.index= =a.index&&this.text==a.text};goog.debug={};goog.debug.Error=function(a){if(Error .captureStackTrace)Error.captureStackTrace(this,goog.debug.Error);else{var b=Err or().stack;b&&(this.stack=b)}a&&(this.message=String(a))};goog.inherits(goog.deb ug.Error,Error);goog.debug.Error.prototype.name="CustomError";goog.dom={};goog.d om.NodeType={ELEMENT:1,ATTRIBUTE:2,TEXT:3,CDATA_SECTION:4,ENTITY_REFERENCE:5,ENT ITY:6,PROCESSING_INSTRUCTION:7,COMMENT:8,DOCUMENT:9,DOCUMENT_TYPE:10,DOCUMENT_FR AGMENT:11,NOTATION:12};goog.string={};goog.string.Unicode={NBSP:"\u00a0"};goog.s tring.startsWith=function(a,b){return 0==a.lastIndexOf(b,0)};goog.string.endsWit h=function(a,b){var c=a.length-b.length;return 0<=c&&a.indexOf(b,c)==c};goog.str ing.caseInsensitiveStartsWith=function(a,b){return 0==goog.string.caseInsensitiv eCompare(b,a.substr(0,b.length))};goog.string.caseInsensitiveEndsWith=function(a ,b){return 0==goog.string.caseInsensitiveCompare(b,a.substr(a.length-b.length,b. length))}; 85 backwardError:"no_previous_section"},control:{predicate:"controlPredicate",forwa rdError:"no_next_control",backwardError:"no_previous_control"}};cvox.Cursor=func tion(a,b,c){this.node=a;this.index=b;this.text=c};cvox.Cursor.prototype.clone=fu nction(){return new cvox.Cursor(this.node,this.index,this.text)};cvox.Cursor.pro totype.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.node&&this.index= =a.index&&this.text==a.text};goog.debug={};goog.debug.Error=function(a){if(Error .captureStackTrace)Error.captureStackTrace(this,goog.debug.Error);else{var b=Err or().stack;b&&(this.stack=b)}a&&(this.message=String(a))};goog.inherits(goog.deb ug.Error,Error);goog.debug.Error.prototype.name="CustomError";goog.dom={};goog.d om.NodeType={ELEMENT:1,ATTRIBUTE:2,TEXT:3,CDATA_SECTION:4,ENTITY_REFERENCE:5,ENT ITY:6,PROCESSING_INSTRUCTION:7,COMMENT:8,DOCUMENT:9,DOCUMENT_TYPE:10,DOCUMENT_FR AGMENT: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.length-b.length;re turn 0<=c&&a.indexOf(b,c)==c};goog.string.caseInsensitiveStartsWith=function(a,b ){return 0==goog.string.caseInsensitiveCompare(b,a.substr(0,b.length))};goog.str ing.caseInsensitiveEndsWith=function(a,b){return 0==goog.string.caseInsensitiveC ompare(b,a.substr(a.length-b.length,b.length))};
86 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))}; 86 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))};
87 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 ," ")}; 87 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 ," ")};
88 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,"")}; 88 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,"")};
89 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; 89 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;
90 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))}; 90 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))};
91 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>")}; 91 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>")};
92 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_, 92 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_,
93 "&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}; 93 "&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;
94 goog.string.unescapeEntitiesWithDocument=function(a,b){return goog.string.contai ns(a,"&")?goog.string.unescapeEntitiesUsingDom_(a,b):a}; 94 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};
95 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})}; 95 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})};
96 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)}; 96 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)};
97 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}; 97 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};
98 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_ ={"'":"\\'"}; 98 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_ ={"'":"\\'"};
99 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("")}; 99 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("")};
100 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}; 100 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};
101 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,"")}; 101 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,"")};
102 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}; 102 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};
103 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)}; 103 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)};
104 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)|| 104 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)||
105 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_++}; 105 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_++};
106 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()}; 106 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()};
107 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| |[]);}; 107 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| |[]);};
108 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));}; 108 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));};
109 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}; 109 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};
110 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}; 110 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};
111 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}; 111 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};
112 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}; 112 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};
113 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; 113 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;
114 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}; 114 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};
115 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}; 115 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};
116 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)}; 116 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)};
117 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}; 117 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};
118 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}; 118 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};
119 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}; 119 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};
120 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}; 120 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};
121 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}; 121 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};
122 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}; 122 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};
123 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]}; 123 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
149 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; 149 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;
150 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"}, 150 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"},
151 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; 151 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;
152 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."}, 152 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."},
153 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"}, 153 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"},
154 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; 154 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;
155 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"}, 155 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"},
156 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"}}}; 156 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"}}};
157 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; 157 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;
158 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"}, 158 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"},
159 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; 159 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;
160 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; 160 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;
161 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"}, 161 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"},
162 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; 162 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;
163 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"}, 163 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"},
164 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; 164 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;
165 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"}, 165 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"},
166 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; 166 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;
167 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"}, 167 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"},
168 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"}}}; 168 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"}}};
169 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"}, 169 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"},
170 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; 170 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;
171 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"}, 171 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"},
172 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; 172 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;
173 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."}, 173 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."},
174 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"}, 174 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"},
175 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"}, 175 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"},
176 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; 176 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;
177 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"}, 177 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"},
178 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; 178 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;
179 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"}, 179 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"},
180 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; 180 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;
181 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"}, 181 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"},
182 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; 182 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;
183 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"}, 183 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"},
184 1E10:{other:"00 billion"},1E11:{other:"000 billion"},1E12:{other:"0 trillion"},1 E13:{other:"00 trillion"},1E14:{other:"000 trillion"}}}; 184 1E10:{other:"00 billion"},1E11:{other:"000 billion"},1E12:{other:"0 trillion"},1 E13:{other:"00 trillion"},1E14:{other:"000 trillion"}}};
185 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"}, 185 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"},
186 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; 186 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;
187 goog.i18n.CompactNumberFormatSymbols_en_PW=goog.i18n.CompactNumberFormatSymbols_ en; 187 goog.i18n.CompactNumberFormatSymbols_en_PW=goog.i18n.CompactNumberFormatSymbols_ en;
188 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"}, 188 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"},
189 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; 189 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;
190 goog.i18n.CompactNumberFormatSymbols_en_VI=goog.i18n.CompactNumberFormatSymbols_ en; 190 goog.i18n.CompactNumberFormatSymbols_en_VI=goog.i18n.CompactNumberFormatSymbols_ en;
(...skipping 160 matching lines...) Expand 10 before | Expand all | Expand 10 after
351 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"}, 351 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"},
352 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; 352 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;
353 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"}, 353 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"},
354 1E11:{other:"0000\u5104"},1E12:{other:"0\u5146"},1E13:{other:"00\u5146"},1E14:{o ther:"000\u5146"}}}; 354 1E11:{other:"0000\u5104"},1E12:{other:"0\u5146"},1E13:{other:"00\u5146"},1E14:{o ther:"000\u5146"}}};
355 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"}, 355 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"},
356 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); 356 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);
357 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); 357 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);
358 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; 358 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;
359 "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); 359 "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);
360 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; 360 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;
361 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; 361 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);
362 "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); 362 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);
363 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; 363 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;
364 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; 364 "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;
365 "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; 365 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;
366 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; 366 "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;
367 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; 367 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;
368 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; 368 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;
369 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; 369 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;
370 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; 370 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;
371 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; 371 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);
372 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); 372 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;
373 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); 373 "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);
374 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); 374 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);
375 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; 375 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;
376 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; 376 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;
377 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; 377 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;
378 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); 378 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);
379 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; 379 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;
380 "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; 380 "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;
381 "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); 381 "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);
382 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); 382 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);
383 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); 383 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
413 "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"], 413 "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"],
414 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"]}; 414 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"]};
415 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"], 415 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"],
416 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, 416 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,
417 "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", 417 "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",
418 "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; 418 "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;
419 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; 419 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;
420 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; 420 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;
421 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; 421 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;
422 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; 422 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;
423 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; 423 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;
424 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; 424 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;
425 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; 425 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;
426 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; 426 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;
427 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;
427 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; 428 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;
428 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; 429 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;
429 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; 430 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;
430 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"}; 431 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"};
431 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 ; 432 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 ;
432 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; 433 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;
433 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; 434 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;
434 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; 435 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;
435 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; 436 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;
436 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; 437 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;
437 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"}; 438 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"};
438 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; 439 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;
439 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; 440 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;
440 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; 441 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;
441 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; 442 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;
442 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 "}; 443 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 "};
443 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; 444 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;
444 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; 445 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;
445 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; 446 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
461 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; 462 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;
462 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"}; 463 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"};
463 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; 464 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;
464 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; 465 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;
465 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"}; 466 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"};
466 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; 467 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;
467 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; 468 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;
468 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; 469 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;
469 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; 470 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;
470 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; 471 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;
471 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; 472 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;
472 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; 473 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;
473 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; 474 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;
474 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; 475 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;
475 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; 476 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;
476 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; 477 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;
477 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; 478 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;
478 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; 479 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;
479 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; 480 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;
480 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; 481 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;
481 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; 482 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;
482 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; 483 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;
483 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; 484 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;
484 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; 485 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;
485 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; 486 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;
486 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; 487 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;
487 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; 488 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;
488 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 ; 489 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 ;
489 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; 490 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;
490 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; 491 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;
491 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; 492 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;
492 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"}; 493 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"};
493 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; 494 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;
494 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; 495 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;
495 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; 496 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;
496 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; 497 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;
497 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; 498 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;
498 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; 499 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;
499 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; 500 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;
500 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; 501 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;
501 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; 502 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;
502 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 ; 503 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 ;
503 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; 504 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;
504 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; 505 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;
505 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"}; 506 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"};
506 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; 507 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;
507 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; 508 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;
508 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; 509 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;
509 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; 510 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;
510 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; 511 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;
511 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; 512 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;
512 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; 513 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;
513 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"}; 514 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"};
514 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; 515 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;
515 "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); 516 "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);
516 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); 517 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);
517 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; 518 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;
518 "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; 519 "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;
519 "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); 520 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);
520 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); 521 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;
521 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; 522 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;
522 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; 523 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);
523 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; 524 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;
524 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; 525 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;
525 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; 526 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;
526 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; 527 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;
527 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; 528 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;
528 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; 529 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;
529 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); 530 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);
530 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; 531 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;
531 "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; 532 "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;
532 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; 533 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;
533 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; 534 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
582 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}; 583 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};
583 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 "'+ 584 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 "'+
584 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 "'+ 585 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 "'+
585 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_&& 586 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_&&
586 (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}; 587 (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};
587 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)}: 588 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)}:
588 goog.i18n.NumberFormat.NULL_UNIT_:goog.i18n.NumberFormat.NULL_UNIT_}; 589 goog.i18n.NumberFormat.NULL_UNIT_:goog.i18n.NumberFormat.NULL_UNIT_};
589 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)}; 590 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)};
590 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}}; 591 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}};
591 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}; 592 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};
592 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}; 593 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};
593 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}; 594 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};
594 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}; 595 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};
595 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_); 596 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};
596 "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_); 597 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 };
597 "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_); 598 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};
599 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};
600 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_);
601 "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_);
602 "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_);
598 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_; 603 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_;
599 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_; 604 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_;
600 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_; 605 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_;
601 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_); 606 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_);
602 "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_); 607 "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_);
603 "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_); 608 "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_);
604 "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_); 609 "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_);
605 "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_); 610 "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_);
606 "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_); 611 "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_);
607 "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_); 612 "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_);
608 "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_); 613 "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_);
609 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_); 614 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_);
610 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_); 615 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_);
611 "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_); 616 "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_);
612 "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_); 617 "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_);
613 "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_); 618 "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_);
614 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}}; 619 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}};
615 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}; 620 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};
616 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}; 621 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};
617 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}; 622 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 };
618 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}; 623 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 };
624 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};
625 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};
619 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}; 626 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};
620 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}; 627 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};
621 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}; 628 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};
622 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}; 629 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};
623 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}; 630 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};
624 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}; 631 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};
625 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}; 632 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};
626 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}; 633 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};
627 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}; 634 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};
628 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}; 635 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};
629 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}; 636 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};
630 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}; 637 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};
631 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}; 638 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};
632 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}; 639 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};
633 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}; 640 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};
634 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}; 641 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};
635 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_); 642 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_);
636 "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_); 643 "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_);
637 "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_); 644 "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_);
638 "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_; 645 "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_;
639 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_); 646 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_);
640 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_); 647 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_);
641 "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_); 648 "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_);
642 "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_); 649 "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_);
643 "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_); 650 "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 18 matching lines...) Expand all
662 b=a.substring(b);""!=b&&d.push({type:goog.i18n.MessageFormat.Element_.STRING,val ue:b});return d};goog.i18n.MessageFormat.PLURAL_BLOCK_RE_=/^\s*(\w+)\s*,\s*plura l\s*,(?:\s*offset:(\d+))?/;goog.i18n.MessageFormat.ORDINAL_BLOCK_RE_=/^\s*(\w+)\ s*,\s*selectordinal\s*,/;goog.i18n.MessageFormat.SELECT_BLOCK_RE_=/^\s*(\w+)\s*, \s*select\s*,/; 669 b=a.substring(b);""!=b&&d.push({type:goog.i18n.MessageFormat.Element_.STRING,val ue:b});return d};goog.i18n.MessageFormat.PLURAL_BLOCK_RE_=/^\s*(\w+)\s*,\s*plura l\s*,(?:\s*offset:(\d+))?/;goog.i18n.MessageFormat.ORDINAL_BLOCK_RE_=/^\s*(\w+)\ s*,\s*selectordinal\s*,/;goog.i18n.MessageFormat.SELECT_BLOCK_RE_=/^\s*(\w+)\s*, \s*select\s*,/;
663 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}; 670 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};
664 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; 671 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;
665 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."); 672 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.");
666 b.push(d)}return b}; 673 b.push(d)}return b};
667 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, 674 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,
668 "")]=f;d++}goog.asserts.assertArray(c[goog.i18n.MessageFormat.OTHER_],"Missing o ther key in select statement.");return c}; 675 "")]=f;d++}goog.asserts.assertArray(c[goog.i18n.MessageFormat.OTHER_],"Missing o ther key in select statement.");return c};
669 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); 676 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);
670 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}; 677 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};
671 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."); 678 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.");
672 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.TtsInterface=function(){};cvox.TtsInterface.prototype.speak =function(){};cvox.TtsInterface.prototype.isSpeaking=function(){};cvox.TtsInterf ace.prototype.stop=function(){};cvox.TtsInterface.prototype.increaseOrDecreasePr operty=function(){};cvox.TtsInterface.prototype.getDefaultProperty=function(){}; cvox.AbstractTts=function(){this.ttsProperties={};this.propertyDefault={rate:0.5 ,pitch:0.5,volume:0.5};this.propertyMin={rate:0,pitch:0,volume:0};this.propertyM ax={rate:1,pitch:1,volume:1};this.propertyStep={rate:0.1,pitch:0.1,volume:0.1};i f(void 0==cvox.AbstractTts.pronunciationDictionaryRegexp_){var a=[],b;for(b in c vox.AbstractTts.PRONUNCIATION_DICTIONARY)a.push(b);a="\\b("+a.join("|")+")\\b";c vox.AbstractTts.pronunciationDictionaryRegexp_=new RegExp(a,"ig")}if(void 0==cvo x.AbstractTts.substitutionDictionaryRegexp_){var a= 679 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.TtsInterface=function(){};cvox.TtsInterface.prototype.speak =function(){};cvox.TtsInterface.prototype.isSpeaking=function(){};cvox.TtsInterf ace.prototype.stop=function(){};cvox.TtsInterface.prototype.increaseOrDecreasePr operty=function(){};cvox.TtsInterface.prototype.getDefaultProperty=function(){}; cvox.AbstractTts=function(){this.ttsProperties={};this.propertyDefault={rate:.5, pitch:.5,volume:.5};this.propertyMin={rate:0,pitch:0,volume:0};this.propertyMax= {rate:1,pitch:1,volume:1};this.propertyStep={rate:.1,pitch:.1,volume:.1};if(void 0==cvox.AbstractTts.pronunciationDictionaryRegexp_){var a=[],b;for(b in cvox.Ab stractTts.PRONUNCIATION_DICTIONARY)a.push(b);a="\\b("+a.join("|")+")\\b";cvox.Ab stractTts.pronunciationDictionaryRegexp_=new RegExp(a,"ig")}if(void 0==cvox.Abst ractTts.substitutionDictionaryRegexp_){var a=
673 [],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(){}; 680 [],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(){};
674 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)};cvox.AbstractTts .RATE="rate";cvox.AbstractTts.PITCH="pitch";cvox.AbstractTts.VOLUME="volume";cvo x.AbstractTts.LANG="lang";cvox.AbstractTts.RELATIVE_RATE="relativeRate";cvox.Abs tractTts.RELATIVE_PITCH="relativePitch";cvox.AbstractTts.RELATIVE_VOLUME="relati veVolume"; 681 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)};cvox.AbstractTts .RATE="rate";cvox.AbstractTts.PITCH="pitch";cvox.AbstractTts.VOLUME="volume";cvo x.AbstractTts.LANG="lang";cvox.AbstractTts.RELATIVE_RATE="relativeRate";cvox.Abs tractTts.RELATIVE_PITCH="relativePitch";cvox.AbstractTts.RELATIVE_VOLUME="relati veVolume";
675 cvox.AbstractTts.COLOR="color";cvox.AbstractTts.FONT_WEIGHT="fontWeight";cvox.Ab stractTts.PUNCTUATION_ECHO="punctuationEcho";cvox.AbstractTts.PAUSE="pause";cvox .AbstractTts.PERSONALITY_ANNOTATION={relativePitch:-0.25,color:"yellow",punctuat ionEcho:"none"};cvox.AbstractTts.PERSONALITY_ANNOUNCEMENT={punctuationEcho:"none "};cvox.AbstractTts.PERSONALITY_SYSTEM_ALERT={punctuationEcho:"none",doNotInterr upt:!0};cvox.AbstractTts.PERSONALITY_ASIDE={relativePitch:-0.1,color:"#669"}; 682 cvox.AbstractTts.COLOR="color";cvox.AbstractTts.FONT_WEIGHT="fontWeight";cvox.Ab stractTts.PUNCTUATION_ECHO="punctuationEcho";cvox.AbstractTts.PAUSE="pause";cvox .AbstractTts.PERSONALITY_ANNOTATION={relativePitch:-.25,color:"yellow",punctuati onEcho:"none"};cvox.AbstractTts.PERSONALITY_ANNOUNCEMENT={punctuationEcho:"none" };cvox.AbstractTts.PERSONALITY_SYSTEM_ALERT={punctuationEcho:"none",doNotInterru pt:!0};cvox.AbstractTts.PERSONALITY_ASIDE={relativePitch:-.1,color:"#669"};
676 cvox.AbstractTts.PERSONALITY_CAPITAL={relativePitch:0.6};cvox.AbstractTts.PERSON ALITY_DELETED={punctuationEcho:"none",relativePitch:-0.6};cvox.AbstractTts.PERSO NALITY_QUOTE={relativePitch:0.1,color:"#b6b",fontWeight:"bold"};cvox.AbstractTts .PERSONALITY_STRONG={relativePitch:0.1,color:"#b66",fontWeight:"bold"};cvox.Abst ractTts.PERSONALITY_EMPHASIS={relativeVolume:0.1,relativeRate:-0.1,color:"#6bb", fontWeight:"bold"};cvox.AbstractTts.DEBUG=!0;cvox.AbstractTts.QUEUE_MODE_FLUSH=0 ; 683 cvox.AbstractTts.PERSONALITY_CAPITAL={relativePitch:.6};cvox.AbstractTts.PERSONA LITY_DELETED={punctuationEcho:"none",relativePitch:-.6};cvox.AbstractTts.PERSONA LITY_QUOTE={relativePitch:.1,color:"#b6b",fontWeight:"bold"};cvox.AbstractTts.PE RSONALITY_STRONG={relativePitch:.1,color:"#b66",fontWeight:"bold"};cvox.Abstract Tts.PERSONALITY_EMPHASIS={relativeVolume:.1,relativeRate:-.1,color:"#6bb",fontWe ight:"bold"};cvox.AbstractTts.DEBUG=!0;cvox.AbstractTts.QUEUE_MODE_FLUSH=0;
677 cvox.AbstractTts.QUEUE_MODE_QUEUE=1; 684 cvox.AbstractTts.QUEUE_MODE_QUEUE=1;
678 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", 685 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",
679 "\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"}; 686 "\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"};
680 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", 687 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",
681 "\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"}; 688 "\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"};
682 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))}; 689 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))};
683 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, 690 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,
684 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, 691 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,
685 this.earconNamesToIds.LINK=cvox.AbstractEarcons.LINK,this.earconNamesToIds.LISTB OX=cvox.AbstractEarcons.LISTBOX,this.earconNamesToIds.LIST_ITEM=cvox.AbstractEar cons.LIST_ITEM,this.earconNamesToIds.LONG_DESC=cvox.AbstractEarcons.LONG_DESC,th is.earconNamesToIds.NEW_MAIL=cvox.AbstractEarcons.NEW_MAIL,this.earconNamesToIds .OBJECT_CLOSE=cvox.AbstractEarcons.OBJECT_CLOSE,this.earconNamesToIds.OBJECT_DEL ETE=cvox.AbstractEarcons.OBJECT_DELETE,this.earconNamesToIds.OBJECT_DESELECT=cvo x.AbstractEarcons.OBJECT_DESELECT, 692 this.earconNamesToIds.LINK=cvox.AbstractEarcons.LINK,this.earconNamesToIds.LISTB OX=cvox.AbstractEarcons.LISTBOX,this.earconNamesToIds.LIST_ITEM=cvox.AbstractEar cons.LIST_ITEM,this.earconNamesToIds.LONG_DESC=cvox.AbstractEarcons.LONG_DESC,th is.earconNamesToIds.NEW_MAIL=cvox.AbstractEarcons.NEW_MAIL,this.earconNamesToIds .OBJECT_CLOSE=cvox.AbstractEarcons.OBJECT_CLOSE,this.earconNamesToIds.OBJECT_DEL ETE=cvox.AbstractEarcons.OBJECT_DELETE,this.earconNamesToIds.OBJECT_DESELECT=cvo x.AbstractEarcons.OBJECT_DESELECT,
686 this.earconNamesToIds.OBJECT_ENTER=cvox.AbstractEarcons.OBJECT_ENTER,this.earcon NamesToIds.OBJECT_EXIT=cvox.AbstractEarcons.OBJECT_EXIT,this.earconNamesToIds.OB JECT_OPEN=cvox.AbstractEarcons.OBJECT_OPEN,this.earconNamesToIds.OBJECT_SELECT=c vox.AbstractEarcons.OBJECT_SELECT,this.earconNamesToIds.PARAGRAPH_BREAK=cvox.Abs tractEarcons.PARAGRAPH_BREAK,this.earconNamesToIds.SEARCH_HIT=cvox.AbstractEarco ns.SEARCH_HIT,this.earconNamesToIds.SEARCH_MISS=cvox.AbstractEarcons.SEARCH_MISS ,this.earconNamesToIds.SECTION= 693 this.earconNamesToIds.OBJECT_ENTER=cvox.AbstractEarcons.OBJECT_ENTER,this.earcon NamesToIds.OBJECT_EXIT=cvox.AbstractEarcons.OBJECT_EXIT,this.earconNamesToIds.OB JECT_OPEN=cvox.AbstractEarcons.OBJECT_OPEN,this.earconNamesToIds.OBJECT_SELECT=c vox.AbstractEarcons.OBJECT_SELECT,this.earconNamesToIds.PARAGRAPH_BREAK=cvox.Abs tractEarcons.PARAGRAPH_BREAK,this.earconNamesToIds.SEARCH_HIT=cvox.AbstractEarco ns.SEARCH_HIT,this.earconNamesToIds.SEARCH_MISS=cvox.AbstractEarcons.SEARCH_MISS ,this.earconNamesToIds.SECTION=
(...skipping 268 matching lines...) Expand 10 before | Expand all | Expand 10 after
955 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}; 962 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};
956 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||{})}}; 963 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||{})}};
957 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= 964 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=
958 !1}; 965 !1};
959 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= 966 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=
960 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"), 967 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"),
961 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), 968 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),
962 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), 969 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),
963 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")))}; 970 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")))};
964 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)== 971 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)==
965 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== 972 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==
966 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--; 973 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--;
967 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)}}}}; 974 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)}}}};
968 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, 975 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,
969 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); 976 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);
970 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); 977 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);
971 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)}; 978 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)};
972 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)}; 979 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)};
973 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)}; 980 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)};
974 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}; 981 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};
975 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); 982 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);
976 cvox.ChromeVoxEditableContentEditable.prototype.update=function(a){this.extracto rIsCurrent_=!1;a=new cvox.TextChangeEvent(this.getExtractor().getText(),this.get Extractor().getStartIndex(),this.getExtractor().getEndIndex(),a);this.changed(a) };cvox.ChromeVoxEditableContentEditable.prototype.getLineIndex=function(a){retur n this.getExtractor().getLineIndex(a)};cvox.ChromeVoxEditableContentEditable.pro totype.getLineStart=function(a){return this.getExtractor().getLineStart(a)}; 983 cvox.ChromeVoxEditableContentEditable.prototype.update=function(a){this.extracto rIsCurrent_=!1;a=new cvox.TextChangeEvent(this.getExtractor().getText(),this.get Extractor().getStartIndex(),this.getExtractor().getEndIndex(),a);this.changed(a) };cvox.ChromeVoxEditableContentEditable.prototype.getLineIndex=function(a){retur n this.getExtractor().getLineIndex(a)};cvox.ChromeVoxEditableContentEditable.pro totype.getLineStart=function(a){return this.getExtractor().getLineStart(a)};
977 cvox.ChromeVoxEditableContentEditable.prototype.getLineEnd=function(a){return th is.getExtractor().getLineEnd(a)};cvox.ChromeVoxEditableContentEditable.prototype .getExtractor=function(){var a=cvox.ChromeVoxEditableContentEditable.extractor_; a||(a=cvox.ChromeVoxEditableContentEditable.extractor_=new cvox.ContentEditableE xtractor);this.extractorIsCurrent_||(a.update(this.node),this.extractorIsCurrent _=!0);return a}; 984 cvox.ChromeVoxEditableContentEditable.prototype.getLineEnd=function(a){return th is.getExtractor().getLineEnd(a)};cvox.ChromeVoxEditableContentEditable.prototype .getExtractor=function(){var a=cvox.ChromeVoxEditableContentEditable.extractor_; a||(a=cvox.ChromeVoxEditableContentEditable.extractor_=new cvox.ContentEditableE xtractor);this.extractorIsCurrent_||(a.update(this.node),this.extractorIsCurrent _=!0);return a};
978 cvox.ChromeVoxEditableContentEditable.prototype.changed=function(a){a.triggeredB yUser&&(this.shouldDescribeChange(a)?cvox.ChromeVoxEditableContentEditable.super Class_.changed.call(this,a):this.speak(cvox.ChromeVox.msgs.getMsg("text_box_blan k"),!0))}; 985 cvox.ChromeVoxEditableContentEditable.prototype.changed=function(a){a.triggeredB yUser&&(this.shouldDescribeChange(a)?cvox.ChromeVoxEditableContentEditable.super Class_.changed.call(this,a):this.speak(cvox.ChromeVox.msgs.getMsg("text_box_blan k"),!0))};
979 cvox.ChromeVoxEditableContentEditable.prototype.shouldDescribeChange=function(a) {var b=window.getSelection(),c=new cvox.Cursor(b.baseNode,b.baseOffset,"");retur n 1!=Math.abs(this.start-a.start)&&this.start==this.end&&a.start==a.end&&b.baseN ode==b.extentNode&&b.baseOffset==b.extentOffset&&b.baseNode.nodeType==Node.ELEME NT_NODE&&b.baseNode.querySelector("BR")&&cvox.TraverseUtil.forwardsChar(c,[],[]) ?!1:!0};cvox.ChromeVoxHTMLMediaWidget=function(a){var b=this;this.mediaElem_=a;t his.keyListener_=function(a){b.eventHandler_(a)};this.blurListener_=function(){b .shutdown()};this.mediaElem_.addEventListener("keydown",this.keyListener_,!1);th is.mediaElem_.addEventListener("keyup",this.keyListener_,!1);this.mediaElem_.add EventListener("blur",this.blurListener_,!1)}; 986 cvox.ChromeVoxEditableContentEditable.prototype.shouldDescribeChange=function(a) {var b=window.getSelection(),c=new cvox.Cursor(b.baseNode,b.baseOffset,"");retur n 1!=Math.abs(this.start-a.start)&&this.start==this.end&&a.start==a.end&&b.baseN ode==b.extentNode&&b.baseOffset==b.extentOffset&&b.baseNode.nodeType==Node.ELEME NT_NODE&&b.baseNode.querySelector("BR")&&cvox.TraverseUtil.forwardsChar(c,[],[]) ?!1:!0};cvox.ChromeVoxHTMLMediaWidget=function(a){var b=this;this.mediaElem_=a;t his.keyListener_=function(a){b.eventHandler_(a)};this.blurListener_=function(){b .shutdown()};this.mediaElem_.addEventListener("keydown",this.keyListener_,!1);th is.mediaElem_.addEventListener("keyup",this.keyListener_,!1);this.mediaElem_.add EventListener("blur",this.blurListener_,!1)};
980 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}; 987 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};
981 cvox.ChromeVoxHTMLMediaWidget.prototype.setVolume_=function(a){0>a&&(a=0);1<a&&( a=1);this.mediaElem_.volume=a}; 988 cvox.ChromeVoxHTMLMediaWidget.prototype.setVolume_=function(a){0>a&&(a=0);1<a&&( a=1);this.mediaElem_.volume=a};
982 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"); 989 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");
983 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)}; 990 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)};
984 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")}; 991 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")};
985 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}}; 992 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}};
986 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_, 993 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_,
987 !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, 994 !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,
988 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), 995 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),
989 !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}}"; 996 !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}}";
990 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 ]))}; 997 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 ]))};
991 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)}; 998 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)};
992 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)}; 999 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)};
993 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))}; 1000 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))};
994 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= 1001 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=
995 !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}; 1002 !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};
996 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= 1003 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=
997 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, 1004 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,
998 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")}, 1005 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")},
999 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< 1006 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<
1000 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)}}}; 1007 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)}}};
1001 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= 1008 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=
1002 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, 1009 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,
1003 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)/ 1010 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)/
1004 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, 1011 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,
1005 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}; 1012 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};
1006 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}; 1013 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};
1007 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_}; 1014 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_};
1008 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)"}; 1015 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)"};
1009 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)}; 1016 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)};
1010 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); 1017 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);
1011 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"; 1018 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";
1012 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}; 1019 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};
1013 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))}; 1020 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))};
1014 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}; 1021 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};
1015 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}; 1022 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};
1016 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_}}; 1023 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_}};
1017 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}; 1024 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};
1018 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); 1025 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);
1019 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); 1026 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);
1020 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_)}; 1027 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_)};
1021 cvox.History.prototype.removeListDiv_=function(){document.body.removeChild(this. mainDiv_);document.body.removeChild(this.styleDiv_);this.styleDiv_=this.listDiv_ =this.mainDiv_=null}; 1028 cvox.History.prototype.removeListDiv_=function(){document.body.removeChild(this. mainDiv_);document.body.removeChild(this.styleDiv_);this.styleDiv_=this.listDiv_ =this.mainDiv_=null};
(...skipping 172 matching lines...) Expand 10 before | Expand all | Expand 10 after
1194 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))})}}; 1201 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))})}};
1195 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)}; 1202 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)};
1196 cvox.AbstractNodeWalker.prototype.sync=function(a){a=this.privateSync_(a);this.w asBegin_=!1;return a}; 1203 cvox.AbstractNodeWalker.prototype.sync=function(a){a=this.privateSync_(a);this.w asBegin_=!1;return a};
1197 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))); 1204 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)));
1198 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={}; 1205 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={};
1199 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"} ; 1206 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"} ;
1200 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"}; 1207 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"};
1201 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, 1208 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,
1202 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}; 1209 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};
1203 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}; 1210 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};
1204 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={}; 1211 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={};
1205 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? 1212 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?
1206 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}; 1213 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};
1207 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))), 1214 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))),
1208 d=cvox.DomUtil.getValue(a),0<d.length&&(c.userValue=cvox.DomUtil.collapseWhitesp ace(d));return c}; 1215 d=cvox.DomUtil.getValue(a),0<d.length&&(c.userValue=cvox.DomUtil.collapseWhitesp ace(d));return c};
1209 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= 1216 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<
1210 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)})}; 1217 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)})};
1211 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, 1218 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,
1212 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; 1219 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;
1213 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)); 1220 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));
1214 f=cvox.DescriptionUtil.subWalker_.next(f);if(!f)break;e=d;d=f.start.node}return c}; 1221 f=cvox.DescriptionUtil.subWalker_.next(f);if(!f)break;e=d;d=f.start.node}return c};
1215 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, 1222 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,
1216 b));e=cvox.DescriptionUtil.subWalker_.next(e);if(!e)break;a=b;b=e.start.node}ret urn c}; 1223 b));e=cvox.DescriptionUtil.subWalker_.next(e);if(!e)break;a=b;b=e.start.node}ret urn c};
1217 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)])}))}}; 1224 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)])}))}};
1218 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)}) }; 1225 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)}) };
1219 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; 1226 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;
1220 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)}; 1227 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 236 matching lines...) Expand 10 before | Expand all | Expand 10 after
1457 ", "+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", 1464 ", "+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",
1458 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); 1465 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);
1459 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, 1466 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,
1460 !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= 1467 !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=
1461 !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, 1468 !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,
1462 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"); 1469 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");
1463 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, 1470 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,
1464 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); 1471 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);
1465 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}; 1472 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};
1466 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&& 1473 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&&
1467 (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=[]; 1474 (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=[];
1468 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"== 1475 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"==
1469 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}; 1476 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};
1470 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")|| 1477 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")||
1471 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")); 1478 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"));
1472 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}; 1479 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};
1473 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, 1480 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,
1474 "additions"))return;cvox.LiveRegions.announceChange(a,f,c,e)}}; 1481 "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)};
1475 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"), 1482 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)&&
1476 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]= 1483 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]=
1477 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)) }}}; 1484 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)) }};
1478 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; 1485 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;
1479 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}; 1486 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};
1480 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; 1487 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;
1481 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()]= 1488 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()]=
1482 !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); 1489 !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);
1483 for(g=0;g<e.length;g++)e[g].speak(b),b=cvox.AbstractTts.QUEUE_MODE_QUEUE;return! 0}; 1490 for(g=0;g<e.length;g++)e[g].speak(b),b=cvox.AbstractTts.QUEUE_MODE_QUEUE;return! 0};
1484 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), 1491 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),
1485 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; 1492 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;
1486 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_= 1493 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_=
1487 [];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_= 1494 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);
1488 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}; 1495 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};
1489 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_, 1496 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_,
1490 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; 1497 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;
1491 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_())}, 1498 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_())},
1492 5))}; 1499 5))};
1493 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, 1500 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,
1494 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, 1501 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,
1495 "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, 1502 "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,
1496 "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&& 1503 "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&&
1497 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)}; 1504 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)};
1498 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&& 1505 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&&
1499 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}; 1506 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};
1500 cvox.ChromeVoxEventWatcher.setLastFocusedNode_=function(a){cvox.ChromeVoxEventWa tcher.lastFocusedNode=a;cvox.ChromeVoxEventWatcher.lastFocusedNodeValue=a?cvox.D omUtil.getControlValueAndStateString(a):null}; 1507 cvox.ChromeVoxEventWatcher.setLastFocusedNode_=function(a){cvox.ChromeVoxEventWa tcher.lastFocusedNode=a;cvox.ChromeVoxEventWatcher.lastFocusedNodeValue=a?cvox.D omUtil.getControlValueAndStateString(a):null};
1501 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})}; 1508 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})};
1502 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, 1509 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,
1503 !1,!0),!1;cvox.ChromeVoxEventWatcher.addEvent(a);return cvox.ChromeVoxUserComman ds.wasMouseClicked=!0}; 1510 !1,!0),!1;cvox.ChromeVoxEventWatcher.addEvent(a);return cvox.ChromeVoxUserComman ds.wasMouseClicked=!0};
1504 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&& 1511 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&&
1505 "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= 1512 "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=
1506 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}; 1513 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};
1507 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}; 1514 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};
1508 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): 1515 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):
1509 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_(); 1516 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_();
1510 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)}; 1517 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)};
1511 cvox.ChromeVoxEventWatcher.blurEventWatcher=function(a){window.setTimeout(functi on(){document.activeElement||(cvox.ChromeVoxEventWatcher.setLastFocusedNode_(nul l),cvox.ChromeVoxEventWatcher.addEvent(a))},0);return!0}; 1518 cvox.ChromeVoxEventWatcher.blurEventWatcher=function(a){window.setTimeout(functi on(){document.activeElement||(cvox.ChromeVoxEventWatcher.setLastFocusedNode_(nul l),cvox.ChromeVoxEventWatcher.addEvent(a))},0);return!0};
1512 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)|| 1519 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)||
1513 cvox.ChromeVoxEventWatcher.handleControlAction(a))return a.preventDefault(),a.st opPropagation(),cvox.ChromeVoxEventWatcher.eventToEat=a,!1;cvox.ChromeVoxEventWa tcher.addEvent(a);return!0}; 1520 cvox.ChromeVoxEventWatcher.handleControlAction(a))return a.preventDefault(),a.st opPropagation(),cvox.ChromeVoxEventWatcher.eventToEat=a,!1;cvox.ChromeVoxEventWa tcher.addEvent(a);return!0};
1514 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}; 1521 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;
1515 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= 1522 cvox.ChromeVoxEventWatcher.addEvent(a);return!0};
1516 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}; 1523 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&&
1524 a.keyCode==cvox.ChromeVoxEventWatcher.eventToEat.keyCode?(a.preventDefault(),a.s topPropagation(),!1):!0};cvox.ChromeVoxEventWatcher.changeEventWatcher=function( a){cvox.ChromeVoxEventWatcher.addEvent(a);return!0};
1517 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}; 1525 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};
1518 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}; 1526 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};
1519 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}; 1527 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};
1520 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)}; 1528 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)};
1521 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_= 1529 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_=
1522 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)}; 1530 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)};
1523 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", 1531 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",
1524 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)&& 1532 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)&&
1525 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= 1533 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=
1526 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), 1534 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),
1527 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}}; 1535 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}};
1528 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_)}; 1536 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_)};
1529 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= 1537 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=
1530 !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), 1538 !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),
1531 !0),d=!0);d&&!cvox.ChromeVoxEventSuspender.areEventsSuspended()&&(cvox.ChromeVox .tts.speak(b,cvox.ChromeVoxEventWatcher.queueMode_(),null),cvox.NavBraille.fromT ext(b).write())}; 1539 !0),d=!0);d&&!cvox.ChromeVoxEventSuspender.areEventsSuspended()&&(cvox.ChromeVox .tts.speak(b,cvox.ChromeVoxEventWatcher.queueMode_(),null),cvox.NavBraille.fromT ext(b).write())};
1532 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&& 1540 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&&
1533 (c=b.min);b.value=c}return!1}; 1541 (c=b.min);b.value=c}return!1};
1534 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, 1542 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,
1535 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}; 1543 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};
1536 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}; 1544 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};
1537 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&& 1545 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&&
1538 "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_= 1546 "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_=
1539 !1;cvox.ChromeVoxEventWatcher.events_=[];cvox.ChromeVoxEventWatcher.firstUnproce ssedEventTime=-1;cvox.ChromeVoxEventWatcher.queueProcessingScheduled_=!1;cvox.Ch romeVoxEventWatcher.maybeCallReadyCallbacks_()}}}; 1547 !1;cvox.ChromeVoxEventWatcher.events_=[];cvox.ChromeVoxEventWatcher.firstUnproce ssedEventTime=-1;cvox.ChromeVoxEventWatcher.queueProcessingScheduled_=!1;cvox.Ch romeVoxEventWatcher.maybeCallReadyCallbacks_()}}};
1540 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, 1548 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();
1541 !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)}}; 1549 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)}};
1542 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}; 1550 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};
1543 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}; 1551 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};
1544 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); 1552 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);
1545 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&& 1553 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&&
1546 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={}; 1554 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={};
1547 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"; 1555 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";
1548 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), 1556 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),
1549 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= 1557 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=
1550 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."); 1558 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.");
1551 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}; 1559 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};
1552 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, 1560 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,
1553 !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); 1561 !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);
1554 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}; 1562 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};
1555 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)}}; 1563 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)}};
1556 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); 1564 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);
1557 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")}; 1565 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")};
1558 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")}; 1566 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")};
1559 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}; 1567 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 18 matching lines...) Expand all
1578 default:return!1}a.preventDefault();a.stopPropagation();return!0};cvox.SearchCon textMenu=function(){};var Command={TOOLS:"tools",ADS:"ads",MAIN:"main"};cvox.Sea rchContextMenu.currState=Command.MAIN;cvox.SearchContextMenu.contextMenuHandler= function(a){a=a.detail.customCommand;switch(a){case Command.TOOLS:cvox.SearchCon textMenu.focusTools();break;case Command.ADS:cvox.SearchContextMenu.focusAds();b reak;case Command.MAIN:cvox.SearchContextMenu.focusMain()}}; 1586 default:return!1}a.preventDefault();a.stopPropagation();return!0};cvox.SearchCon textMenu=function(){};var Command={TOOLS:"tools",ADS:"ads",MAIN:"main"};cvox.Sea rchContextMenu.currState=Command.MAIN;cvox.SearchContextMenu.contextMenuHandler= function(a){a=a.detail.customCommand;switch(a){case Command.TOOLS:cvox.SearchCon textMenu.focusTools();break;case Command.ADS:cvox.SearchContextMenu.focusAds();b reak;case Command.MAIN:cvox.SearchContextMenu.focusMain()}};
1579 cvox.SearchContextMenu.keyhandler=function(a){var b=!1,c=new cvox.KeySequence(a) ,c=cvox.ChromeVoxKbHandler.handlerKeyMap.commandForKey(c);if(!c||"performDefault Action"===c)switch(cvox.SearchContextMenu.currState){case Command.TOOLS:b=cvox.S earchTool.keyhandler(a);break;case Command.ADS:case Command.MAIN:b=cvox.Search.k eyhandler(a)}return b}; 1587 cvox.SearchContextMenu.keyhandler=function(a){var b=!1,c=new cvox.KeySequence(a) ,c=cvox.ChromeVoxKbHandler.handlerKeyMap.commandForKey(c);if(!c||"performDefault Action"===c)switch(cvox.SearchContextMenu.currState){case Command.TOOLS:b=cvox.S earchTool.keyhandler(a);break;case Command.ADS:case Command.MAIN:b=cvox.Search.k eyhandler(a)}return b};
1580 cvox.SearchContextMenu.focusMain=function(){cvox.SearchContextMenu.currState===C ommand.TOOLS&&cvox.SearchTool.toggleMenu();cvox.Search.populateResults();cvox.Se arch.index=0;cvox.Search.syncToIndex();cvox.SearchContextMenu.currState=Command. MAIN}; 1588 cvox.SearchContextMenu.focusMain=function(){cvox.SearchContextMenu.currState===C ommand.TOOLS&&cvox.SearchTool.toggleMenu();cvox.Search.populateResults();cvox.Se arch.index=0;cvox.Search.syncToIndex();cvox.SearchContextMenu.currState=Command. MAIN};
1581 cvox.SearchContextMenu.focusAds=function(){cvox.Search.populateAdResults();0===c vox.Search.results.length?cvox.SearchContextMenu.focusMain():(cvox.Search.index= 0,cvox.Search.syncToIndex(),cvox.SearchContextMenu.currState===Command.TOOLS&&cv ox.SearchTool.toggleMenu(),cvox.SearchContextMenu.currState=Command.ADS)};cvox.S earchContextMenu.focusTools=function(){cvox.SearchContextMenu.currState!==Comman d.TOOLS&&(cvox.SearchTool.activateTools(),cvox.SearchContextMenu.currState=Comma nd.TOOLS)}; 1589 cvox.SearchContextMenu.focusAds=function(){cvox.Search.populateAdResults();0===c vox.Search.results.length?cvox.SearchContextMenu.focusMain():(cvox.Search.index= 0,cvox.Search.syncToIndex(),cvox.SearchContextMenu.currState===Command.TOOLS&&cv ox.SearchTool.toggleMenu(),cvox.SearchContextMenu.currState=Command.ADS)};cvox.S earchContextMenu.focusTools=function(){cvox.SearchContextMenu.currState!==Comman d.TOOLS&&(cvox.SearchTool.activateTools(),cvox.SearchContextMenu.currState=Comma nd.TOOLS)};
1582 cvox.SearchContextMenu.init=function(){var a=[{desc:"Main Results",cmd:Command.M AIN},{desc:"Search Tools",cmd:Command.TOOLS},{desc:"Ads",cmd:Command.ADS}],b=doc ument.querySelector("body");b.setAttribute("contextMenuActions",JSON.stringify(a ));b.addEventListener("ATCustomEvent",cvox.SearchContextMenu.contextMenuHandler, !0);window.addEventListener("keydown",cvox.SearchContextMenu.keyhandler,!0);cvox .Search.init()};cvox.SearchLoader=function(){};cvox.SearchLoader.onReadyStateCha nge=function(){"complete"===document.readyState&&"www.google.com"===window.locat ion.host&&"/search"===window.location.pathname&&cvox.SearchContextMenu.init()};c vox.SearchLoader.init=function(){if("complete"!==document.readyState)document.on readystatechange=cvox.SearchLoader.onReadyStateChange;else cvox.SearchLoader.onR eadyStateChange()};cvox.ChromeHost=function(){this.gotPrefsAtLeastOnce_=!1};goog .inherits(cvox.ChromeHost,cvox.AbstractHost); 1590 cvox.SearchContextMenu.init=function(){var a=[{desc:"Main Results",cmd:Command.M AIN},{desc:"Search Tools",cmd:Command.TOOLS},{desc:"Ads",cmd:Command.ADS}],b=doc ument.querySelector("body");b.setAttribute("contextMenuActions",JSON.stringify(a ));b.addEventListener("ATCustomEvent",cvox.SearchContextMenu.contextMenuHandler, !0);window.addEventListener("keydown",cvox.SearchContextMenu.keyhandler,!0);cvox .Search.init()};cvox.SearchLoader=function(){};cvox.SearchLoader.onReadyStateCha nge=function(){"complete"===document.readyState&&"www.google.com"===window.locat ion.host&&"/search"===window.location.pathname&&cvox.SearchContextMenu.init()};c vox.SearchLoader.init=function(){if("complete"!==document.readyState)document.on readystatechange=cvox.SearchLoader.onReadyStateChange;else cvox.SearchLoader.onR eadyStateChange()};cvox.ChromeHost=function(){this.gotPrefsAtLeastOnce_=!1};goog .inherits(cvox.ChromeHost,cvox.AbstractHost);
1583 cvox.ChromeHost.prototype.init=function(){var a=this,b=function(b){b.history&&(c vox.ChromeVox.visitedUrls=b.history);b.keyBindings&&cvox.ChromeVoxKbHandler.load KeyToFunctionsTable(b.keyBindings);if(b.prefs){b=b.prefs;cvox.ChromeVoxEditableT extBase.useIBeamCursor="true"==b.useIBeamCursor;cvox.ChromeVoxEditableTextBase.e ventTypingEcho=!0;cvox.ChromeVoxEventWatcher.focusFollowsMouse="true"==b.focusFo llowsMouse;cvox.ChromeVox.version=b.version;cvox.ChromeVox.earcons.enabled=JSON. parse(b.earcons);cvox.ChromeVox.typingEcho= 1591 cvox.ChromeHost.prototype.init=function(){var a=this,b=function(b){b.history&&(c vox.ChromeVox.visitedUrls=b.history);b.keyBindings&&cvox.ChromeVoxKbHandler.load KeyToFunctionsTable(b.keyBindings);if(b.prefs){b=b.prefs;cvox.ChromeVoxEditableT extBase.useIBeamCursor="true"==b.useIBeamCursor;cvox.ChromeVoxEditableTextBase.e ventTypingEcho=!0;cvox.ChromeVoxEventWatcher.focusFollowsMouse="true"==b.focusFo llowsMouse;cvox.ChromeVox.version=b.version;cvox.ChromeVox.earcons.enabled=JSON. parse(b.earcons);cvox.ChromeVox.typingEcho=
1584 JSON.parse(b.typingEcho);b.position&&(cvox.ChromeVox.position=JSON.parse(b.posit ion));"undefined"!=b.granularity&&cvox.ChromeVox.navigationManager.setGranularit y(JSON.parse(b.granularity));a.activateOrDeactivateChromeVox("true"==b.active);a .activateOrDeactivateStickyMode("true"==b.sticky);a.gotPrefsAtLeastOnce_||cvox.I nitialSpeech.speak();a.gotPrefsAtLeastOnce_=!0;cvox.ChromeVox.verbosity="false"= =b.useVerboseMode?cvox.VERBOSITY_BRIEF:cvox.VERBOSITY_VERBOSE;b.cvoxKey&&(cvox.C hromeVox.modKeyStr=b.cvoxKey); 1592 JSON.parse(b.typingEcho);b.position&&(cvox.ChromeVox.position=JSON.parse(b.posit ion));"undefined"!=b.granularity&&cvox.ChromeVox.navigationManager.setGranularit y(JSON.parse(b.granularity));a.activateOrDeactivateChromeVox("true"==b.active);a .activateOrDeactivateStickyMode("true"==b.sticky);a.gotPrefsAtLeastOnce_||cvox.I nitialSpeech.speak();a.gotPrefsAtLeastOnce_=!0;cvox.ChromeVox.verbosity="false"= =b.useVerboseMode?cvox.VERBOSITY_BRIEF:cvox.VERBOSITY_VERBOSE;b.cvoxKey&&(cvox.C hromeVox.modKeyStr=b.cvoxKey);
1585 var d=b.siteSpecificScriptLoader!=cvox.ApiImplementation.siteSpecificScriptLoade r||b.siteSpecificScriptBase!=cvox.ApiImplementation.siteSpecificScriptBase;cvox. ApiImplementation.siteSpecificScriptLoader=b.siteSpecificScriptLoader;cvox.ApiIm plementation.siteSpecificScriptBase=b.siteSpecificScriptBase;d&&(d="true"===b.si teSpecificEnhancements?cvox.SearchLoader.init:null,cvox.ApiImplementation.init(d ));cvox.BrailleOverlayWidget.getInstance().setActive("true"==b.brailleCaptions)} };cvox.ExtensionBridge.addMessageListener(b); 1593 var d=b.siteSpecificScriptLoader!=cvox.ApiImplementation.siteSpecificScriptLoade r||b.siteSpecificScriptBase!=cvox.ApiImplementation.siteSpecificScriptBase;cvox. ApiImplementation.siteSpecificScriptLoader=b.siteSpecificScriptLoader;cvox.ApiIm plementation.siteSpecificScriptBase=b.siteSpecificScriptBase;d&&(d="true"===b.si teSpecificEnhancements?cvox.SearchLoader.init:null,cvox.ApiImplementation.init(d ));cvox.BrailleOverlayWidget.getInstance().setActive("true"==b.brailleCaptions)} };cvox.ExtensionBridge.addMessageListener(b);
1586 cvox.ExtensionBridge.addMessageListener(function(a){"DOMAINS_STYLES"==a.message& &cvox.TraverseMath.getInstance().addDomainsAndStyles(a.domains,a.styles)});cvox. ExtensionBridge.addMessageListener(function(a){var b=a.message;"USER_COMMAND"==b &&(b=a.command,cvox.ChromeVoxUserCommands.commands[b](a))});cvox.ExtensionBridge .send({target:"Prefs",action:"getPrefs"});cvox.ExtensionBridge.send({target:"Dat a",action:"getHistory"})};cvox.ChromeHost.prototype.sendToBackgroundPage=functio n(a){cvox.ExtensionBridge.send(a)}; 1594 cvox.ExtensionBridge.addMessageListener(function(a){"DOMAINS_STYLES"==a.message& &cvox.TraverseMath.getInstance().addDomainsAndStyles(a.domains,a.styles)});cvox. ExtensionBridge.addMessageListener(function(a){var b=a.message;"USER_COMMAND"==b &&(b=a.command,cvox.ChromeVoxUserCommands.commands[b](a))});cvox.ExtensionBridge .send({target:"Prefs",action:"getPrefs"});cvox.ExtensionBridge.send({target:"Dat a",action:"getHistory"})};cvox.ChromeHost.prototype.sendToBackgroundPage=functio n(a){cvox.ExtensionBridge.send(a)};
1587 cvox.ChromeHost.prototype.getApiSrc=function(){return this.getFileSrc("chromevox /injected/api.js")};cvox.ChromeHost.prototype.getFileSrc=function(a){return wind ow.chrome.extension.getURL(a)};cvox.ChromeHost.prototype.activateOrDeactivateSti ckyMode=function(a){cvox.ChromeVox.isStickyOn=a};cvox.HostFactory.hostConstructo r=cvox.ChromeHost;cvox.ChromeMsgs=function(){};goog.inherits(cvox.ChromeMsgs,cvo x.AbstractMsgs);cvox.ChromeMsgs.NAMESPACE_="chromevox_";cvox.ChromeMsgs.prototyp e.getMsg=function(a,b){var c=chrome.i18n.getMessage(cvox.ChromeMsgs.NAMESPACE_+a ,b);if(void 0==c||""==c)throw Error("Invalid ChromeVox message id: "+a);return c }; 1595 cvox.ChromeHost.prototype.getApiSrc=function(){return this.getFileSrc("chromevox /injected/api.js")};cvox.ChromeHost.prototype.getFileSrc=function(a){return wind ow.chrome.extension.getURL(a)};cvox.ChromeHost.prototype.activateOrDeactivateSti ckyMode=function(a){cvox.ChromeVox.isStickyOn=a};cvox.HostFactory.hostConstructo r=cvox.ChromeHost;cvox.ChromeMsgs=function(){};goog.inherits(cvox.ChromeMsgs,cvo x.AbstractMsgs);cvox.ChromeMsgs.NAMESPACE_="chromevox_";cvox.ChromeMsgs.prototyp e.getMsg=function(a,b){var c=chrome.i18n.getMessage(cvox.ChromeMsgs.NAMESPACE_+a ,b);if(void 0==c||""==c)throw Error("Invalid ChromeVox message id: "+a);return c };
1588 cvox.ChromeMsgs.prototype.addTranslatedMessagesToDom=function(a){a=a.querySelect orAll(".i18n");for(var b=0;b<a.length;b++){var c=a[b].getAttribute("msgid");if(! c)throw Error("Element has no msgid attribute: "+a[b]);a[b].textContent=this.get Msg(c);a[b].classList.add("i18n-processed")}};cvox.ChromeMsgs.prototype.getNumbe r=function(a){return""+a};cvox.HostFactory.msgsConstructor=cvox.ChromeMsgs;cvox. ChromeTtsBase=function(){cvox.AbstractTts.call(this);this.propertyDefault.pitch= 1;this.propertyMin.pitch=0.2;this.propertyMax.pitch=2;this.propertyDefault.rate= 1;this.propertyMin.rate=0.2;this.propertyMax.rate=5;this.propertyDefault.volume= 1;this.propertyMin.volume=0.2;this.propertyMax.volume=1};goog.inherits(cvox.Chro meTtsBase,cvox.AbstractTts);cvox.ChromeTts=function(){cvox.ChromeTtsBase.call(th is);this.addBridgeListener()};goog.inherits(cvox.ChromeTts,cvox.ChromeTtsBase);c vox.ChromeTts.callId=1;cvox.ChromeTts.functionMap={};cvox.ChromeTts.prototype.sp eak=function(a,b,c){c||(c={});cvox.ChromeTts.superClass_.speak.call(this,a,b,c); cvox.ExtensionBridge.send(this.createMessageForProperties_(a,b,c))};cvox.ChromeT ts.prototype.isSpeaking=function(){cvox.ChromeTts.superClass_.isSpeaking.call(th is);return!1}; 1596 cvox.ChromeMsgs.prototype.addTranslatedMessagesToDom=function(a){a=a.querySelect orAll(".i18n");for(var b=0;b<a.length;b++){var c=a[b].getAttribute("msgid");if(! c)throw Error("Element has no msgid attribute: "+a[b]);a[b].textContent=this.get Msg(c);a[b].classList.add("i18n-processed")}};cvox.ChromeMsgs.prototype.getNumbe r=function(a){return""+a};cvox.HostFactory.msgsConstructor=cvox.ChromeMsgs;cvox. ChromeTtsBase=function(){cvox.AbstractTts.call(this);this.propertyDefault.pitch= 1;this.propertyMin.pitch=.2;this.propertyMax.pitch=2;this.propertyDefault.rate=1 ;this.propertyMin.rate=.2;this.propertyMax.rate=5;this.propertyDefault.volume=1; this.propertyMin.volume=.2;this.propertyMax.volume=1};goog.inherits(cvox.ChromeT tsBase,cvox.AbstractTts);cvox.ChromeTts=function(){cvox.ChromeTtsBase.call(this) ;this.addBridgeListener()};goog.inherits(cvox.ChromeTts,cvox.ChromeTtsBase);cvox .ChromeTts.callId=1;cvox.ChromeTts.functionMap={};cvox.ChromeTts.prototype.speak =function(a,b,c){c||(c={});cvox.ChromeTts.superClass_.speak.call(this,a,b,c);cvo x.ExtensionBridge.send(this.createMessageForProperties_(a,b,c))};cvox.ChromeTts. prototype.isSpeaking=function(){cvox.ChromeTts.superClass_.isSpeaking.call(this) ;return!1};
1589 cvox.ChromeTts.prototype.stop=function(){cvox.ChromeTts.superClass_.stop.call(th is);cvox.ExtensionBridge.send({target:"TTS",action:"stop"})};cvox.ChromeTts.prot otype.increaseOrDecreaseProperty=function(a,b){cvox.ExtensionBridge.send({target :"TTS",action:"increaseOrDecrease",property:a,increase:b})};cvox.ChromeTts.proto type.addBridgeListener=function(){cvox.ExtensionBridge.addMessageListener(functi on(a){var b=a.message;"TTS_CALLBACK"==b&&(a=a.id,b=cvox.ChromeTts.functionMap[a] ,void 0!=b&&(b(),delete cvox.ChromeTts.functionMap[a]))})}; 1597 cvox.ChromeTts.prototype.stop=function(){cvox.ChromeTts.superClass_.stop.call(th is);cvox.ExtensionBridge.send({target:"TTS",action:"stop"})};cvox.ChromeTts.prot otype.increaseOrDecreaseProperty=function(a,b){cvox.ExtensionBridge.send({target :"TTS",action:"increaseOrDecrease",property:a,increase:b})};cvox.ChromeTts.proto type.addBridgeListener=function(){cvox.ExtensionBridge.addMessageListener(functi on(a){var b=a.message;"TTS_CALLBACK"==b&&(a=a.id,b=cvox.ChromeTts.functionMap[a] ,void 0!=b&&(b(),delete cvox.ChromeTts.functionMap[a]))})};
1590 cvox.ChromeTts.prototype.createMessageForProperties_=function(a,b,c){a={target:" TTS",action:"speak",text:a,queueMode:b,properties:c};void 0!=c.startCallback&&(c vox.ChromeTts.functionMap[cvox.ChromeTts.callId]=c.startCallback,a.startCallback Id=cvox.ChromeTts.callId++);void 0!=c.endCallback&&(cvox.ChromeTts.functionMap[c vox.ChromeTts.callId]=c.endCallback,a.endCallbackId=cvox.ChromeTts.callId++);ret urn a};cvox.HostFactory.ttsConstructor=cvox.ChromeTts;cvox.ChromeVoxPrefs=functi on(){var a=localStorage.lastRunVersion;a||(a="1.16.0");var b=!0;"1.16.0"==a&&(b= !1);localStorage.lastRunVersion=chrome.app.getDetails().version;this.keyMap_=cvo x.KeyMap.fromLocalStorage()||cvox.KeyMap.fromDefaults();this.keyMap_.merge(cvox. KeyMap.fromDefaults());localStorage.position="{}";localStorage.sticky=!1;this.in it(b)}; 1598 cvox.ChromeTts.prototype.createMessageForProperties_=function(a,b,c){a={target:" TTS",action:"speak",text:a,queueMode:b,properties:c};void 0!=c.startCallback&&(c vox.ChromeTts.functionMap[cvox.ChromeTts.callId]=c.startCallback,a.startCallback Id=cvox.ChromeTts.callId++);void 0!=c.endCallback&&(cvox.ChromeTts.functionMap[c vox.ChromeTts.callId]=c.endCallback,a.endCallbackId=cvox.ChromeTts.callId++);ret urn a};cvox.HostFactory.ttsConstructor=cvox.ChromeTts;cvox.ChromeVoxPrefs=functi on(){var a=localStorage.lastRunVersion;a||(a="1.16.0");var b=!0;"1.16.0"==a&&(b= !1);localStorage.lastRunVersion=chrome.app.getDetails().version;this.keyMap_=cvo x.KeyMap.fromLocalStorage()||cvox.KeyMap.fromDefaults();this.keyMap_.merge(cvox. KeyMap.fromDefaults());localStorage.position="{}";localStorage.sticky=!1;this.in it(b)};
1591 cvox.ChromeVoxPrefs.DEFAULT_PREFS={active:!0,brailleCaptions:!1,currentKeyMap:cv ox.KeyMap.DEFAULT_KEYMAP,cvoxKey:"",earcons:!0,focusFollowsMouse:!1,granularity: void 0,position:"{}",siteSpecificScriptBase:"https://ssl.gstatic.com/accessibili ty/javascript/ext/",siteSpecificScriptLoader:"https://ssl.gstatic.com/accessibil ity/javascript/ext/loader.js",sticky:!1,typingEcho:0,useIBeamCursor:cvox.ChromeV ox.isMac,useVerboseMode:!0,siteSpecificEnhancements:!0}; 1599 cvox.ChromeVoxPrefs.DEFAULT_PREFS={active:!0,brailleCaptions:!1,currentKeyMap:cv ox.KeyMap.DEFAULT_KEYMAP,cvoxKey:"",earcons:!0,focusFollowsMouse:!1,granularity: void 0,position:"{}",siteSpecificScriptBase:"https://ssl.gstatic.com/accessibili ty/javascript/ext/",siteSpecificScriptLoader:"https://ssl.gstatic.com/accessibil ity/javascript/ext/loader.js",sticky:!1,typingEcho:0,useIBeamCursor:cvox.ChromeV ox.isMac,useVerboseMode:!0,siteSpecificEnhancements:!0};
1592 cvox.ChromeVoxPrefs.prototype.init=function(){for(var a in cvox.ChromeVoxPrefs.D EFAULT_PREFS)void 0===localStorage[a]&&(localStorage[a]=cvox.ChromeVoxPrefs.DEFA ULT_PREFS[a])};cvox.ChromeVoxPrefs.prototype.switchToKeyMap=function(a){localSto rage.currentKeyMap=a;this.keyMap_=cvox.KeyMap.fromCurrentKeyMap();this.keyMap_.t oLocalStorage();this.keyMap_.resetModifier();this.sendPrefsToAllTabs(!1,!0)}; 1600 cvox.ChromeVoxPrefs.prototype.init=function(){for(var a in cvox.ChromeVoxPrefs.D EFAULT_PREFS)void 0===localStorage[a]&&(localStorage[a]=cvox.ChromeVoxPrefs.DEFA ULT_PREFS[a])};cvox.ChromeVoxPrefs.prototype.switchToKeyMap=function(a){localSto rage.currentKeyMap=a;this.keyMap_=cvox.KeyMap.fromCurrentKeyMap();this.keyMap_.t oLocalStorage();this.keyMap_.resetModifier();this.sendPrefsToAllTabs(!1,!0)};
1593 cvox.ChromeVoxPrefs.prototype.getPrefs=function(){var a={},b;for(b in cvox.Chrom eVoxPrefs.DEFAULT_PREFS)a[b]=localStorage[b];a.version=chrome.app.getDetails().v ersion;return a};cvox.ChromeVoxPrefs.prototype.getKeyMap=function(){return this. keyMap_}; 1601 cvox.ChromeVoxPrefs.prototype.getPrefs=function(){var a={},b;for(b in cvox.Chrom eVoxPrefs.DEFAULT_PREFS)a[b]=localStorage[b];a.version=chrome.app.getDetails().v ersion;return a};cvox.ChromeVoxPrefs.prototype.getKeyMap=function(){return this. keyMap_};
1594 cvox.ChromeVoxPrefs.prototype.sendPrefsToAllTabs=function(a,b){var c=this,d={};a &&(d.prefs=c.getPrefs());b&&(d.keyBindings=this.keyMap_.toJSON());chrome.windows .getAll({populate:!0},function(a){for(var b=0;b<a.length;b++)for(var c=a[b].tabs ,h=0;h<c.length;h++)chrome.tabs.sendMessage(c[h].id,d)})};cvox.ChromeVoxPrefs.pr ototype.setPref=function(a,b){localStorage[a]!=b&&(localStorage[a]=b,this.sendPr efsToAllTabs(!0,!1))}; 1602 cvox.ChromeVoxPrefs.prototype.sendPrefsToAllTabs=function(a,b){var c=this,d={};a &&(d.prefs=c.getPrefs());b&&(d.keyBindings=this.keyMap_.toJSON());chrome.windows .getAll({populate:!0},function(a){for(var b=0;b<a.length;b++)for(var c=a[b].tabs ,h=0;h<c.length;h++)chrome.tabs.sendMessage(c[h].id,d)})};cvox.ChromeVoxPrefs.pr ototype.setPref=function(a,b){localStorage[a]!=b&&(localStorage[a]=b,this.sendPr efsToAllTabs(!0,!1))};
1595 cvox.ChromeVoxPrefs.prototype.setKey=function(a,b){return this.keyMap_.rebind(a, b)?(this.keyMap_.toLocalStorage(),this.sendPrefsToAllTabs(!1,!0),!0):!1};cvox.Op tionsPage=function(){};cvox.OptionsPage.KEYCODE_TO_TEXT={};cvox.OptionsPage.TEXT _TO_KEYCODE={}; 1603 cvox.ChromeVoxPrefs.prototype.setKey=function(a,b){return this.keyMap_.rebind(a, b)?(this.keyMap_.toLocalStorage(),this.sendPrefsToAllTabs(!1,!0),!0):!1};cvox.Op tionsPage=function(){};cvox.OptionsPage.KEYCODE_TO_TEXT={};cvox.OptionsPage.TEXT _TO_KEYCODE={};
1596 cvox.OptionsPage.init=function(){cvox.ChromeVox.msgs=cvox.HostFactory.getMsgs(); cvox.OptionsPage.prefs=chrome.extension.getBackgroundPage().prefs;cvox.OptionsPa ge.populateKeyMapSelect();cvox.OptionsPage.addKeys();cvox.OptionsPage.populateVo icesSelect();cvox.BrailleTable.getAll(function(a){cvox.OptionsPage.brailleTables =a;cvox.OptionsPage.populateBrailleTablesSelect()});cvox.ChromeVox.msgs.addTrans latedMessagesToDom(document);cvox.OptionsPage.hidePlatformSpecifics();cvox.Optio nsPage.update();document.addEventListener("change", 1604 cvox.OptionsPage.init=function(){cvox.ChromeVox.msgs=cvox.HostFactory.getMsgs(); cvox.OptionsPage.prefs=chrome.extension.getBackgroundPage().prefs;cvox.OptionsPa ge.populateKeyMapSelect();cvox.OptionsPage.addKeys();cvox.OptionsPage.populateVo icesSelect();cvox.BrailleTable.getAll(function(a){cvox.OptionsPage.brailleTables =a;cvox.OptionsPage.populateBrailleTablesSelect()});cvox.ChromeVox.msgs.addTrans latedMessagesToDom(document);cvox.OptionsPage.hidePlatformSpecifics();cvox.Optio nsPage.update();document.addEventListener("change",
1597 cvox.OptionsPage.eventListener,!1);document.addEventListener("click",cvox.Option sPage.eventListener,!1);document.addEventListener("keydown",cvox.OptionsPage.eve ntListener,!1);cvox.ExtensionBridge.addMessageListener(function(a){(a.keyBinding s||a.prefs)&&cvox.OptionsPage.update()});document.getElementById("selectKeys").a ddEventListener("click",cvox.OptionsPage.reset,!1);cvox.PlatformUtil.matchesPlat form(cvox.PlatformFilter.WML)&&(document.getElementById("version").textContent=c hrome.app.getDetails().version)}; 1605 cvox.OptionsPage.eventListener,!1);document.addEventListener("click",cvox.Option sPage.eventListener,!1);document.addEventListener("keydown",cvox.OptionsPage.eve ntListener,!1);cvox.ExtensionBridge.addMessageListener(function(a){(a.keyBinding s||a.prefs)&&cvox.OptionsPage.update()});document.getElementById("selectKeys").a ddEventListener("click",cvox.OptionsPage.reset,!1);cvox.PlatformUtil.matchesPlat form(cvox.PlatformFilter.WML)&&(document.getElementById("version").textContent=c hrome.app.getDetails().version)};
1598 cvox.OptionsPage.update=function(){var a=cvox.OptionsPage.prefs.getPrefs(),b;for (b in a)for(var c=document.querySelectorAll('*[name="'+b+'"]'),d=0;d<c.length;d+ +)cvox.OptionsPage.setValue(c[d],a[b])}; 1606 cvox.OptionsPage.update=function(){var a=cvox.OptionsPage.prefs.getPrefs(),b;for (b in a)for(var c=document.querySelectorAll('*[name="'+b+'"]'),d=0;d<c.length;d+ +)cvox.OptionsPage.setValue(c[d],a[b])};
1599 cvox.OptionsPage.populateKeyMapSelect=function(){var a=document.getElementById(" cvox_keymaps"),b;for(b in cvox.KeyMap.AVAILABLE_MAP_INFO){var c=document.createE lement("option");c.id=b;c.className="i18n";c.setAttribute("msgid",b);cvox.Option sPage.prefs.getPrefs().currentKeyMap==b&&c.setAttribute("selected","");a.appendC hild(c)}a.addEventListener("change",cvox.OptionsPage.reset,!0)}; 1607 cvox.OptionsPage.populateKeyMapSelect=function(){var a=document.getElementById(" cvox_keymaps"),b;for(b in cvox.KeyMap.AVAILABLE_MAP_INFO){var c=document.createE lement("option");c.id=b;c.className="i18n";c.setAttribute("msgid",b);cvox.Option sPage.prefs.getPrefs().currentKeyMap==b&&c.setAttribute("selected","");a.appendC hild(c)}a.addEventListener("change",cvox.OptionsPage.reset,!0)};
1600 cvox.OptionsPage.addKeys=function(){var a=document.getElementById("keysContainer "),b=cvox.OptionsPage.prefs.getKeyMap();this.prevTime=(new Date).getTime();this. keyCount=0;a.addEventListener("keypress",goog.bind(function(a){if("cvoxKey"!=a.t arget.id){this.keyCount++;var b=(new Date).getTime();1E3<b-this.prevTime||2<this .keyCount?("toggleKeyPrefix"==document.activeElement.id?(this.keySequence=new cv ox.KeySequence(a,!1),this.keySequence.keys.ctrlKey[0]=!0):this.keySequence=new c vox.KeySequence(a,!0), 1608 cvox.OptionsPage.addKeys=function(){var a=document.getElementById("keysContainer "),b=cvox.OptionsPage.prefs.getKeyMap();this.prevTime=(new Date).getTime();this. keyCount=0;a.addEventListener("keypress",goog.bind(function(a){if("cvoxKey"!=a.t arget.id){this.keyCount++;var b=(new Date).getTime();1E3<b-this.prevTime||2<this .keyCount?("toggleKeyPrefix"==document.activeElement.id?(this.keySequence=new cv ox.KeySequence(a,!1),this.keySequence.keys.ctrlKey[0]=!0):this.keySequence=new c vox.KeySequence(a,!0),
1601 this.keyCount=1):this.keySequence.addKeyEvent(a);var c=cvox.KeyUtil.keySequenceT oString(this.keySequence,!0),d=c.replace(/\+/g," "+cvox.ChromeVox.msgs.getMsg("t hen")+" "),d=d.replace(/>/g," "+cvox.ChromeVox.msgs.getMsg("followed_by")+" "),d =d.replace("Cvox"," "+cvox.ChromeVox.msgs.getMsg("modifier_key")+" ");cvox.Optio nsPage.prefs.setKey(document.activeElement.id,this.keySequence)?document.activeE lement.value=c:d=cvox.ChromeVox.msgs.getMsg("key_conflict",[d]);chrome.extension .getBackgroundPage().speak(d); 1609 this.keyCount=1):this.keySequence.addKeyEvent(a);var c=cvox.KeyUtil.keySequenceT oString(this.keySequence,!0),d=c.replace(/\+/g," "+cvox.ChromeVox.msgs.getMsg("t hen")+" "),d=d.replace(/>/g," "+cvox.ChromeVox.msgs.getMsg("followed_by")+" "),d =d.replace("Cvox"," "+cvox.ChromeVox.msgs.getMsg("modifier_key")+" ");cvox.Optio nsPage.prefs.setKey(document.activeElement.id,this.keySequence)?document.activeE lement.value=c:d=cvox.ChromeVox.msgs.getMsg("key_conflict",[d]);chrome.extension .getBackgroundPage().speak(d);
1602 this.prevTime=b;a.preventDefault();a.stopPropagation()}},cvox.OptionsPage),!0);f or(var c=cvox.CommandStore.categories(),d=0;d<c.length;d++)if("braille"!=c[d]){v ar e=document.createElement("h3");e.className="i18n";e.setAttribute("msgid",c[d] );e.id=c[d];a.appendChild(e);for(var f=cvox.CommandStore.commandsForCategory(c[d ]),g=0;g<f.length;g++){var h=f[g],k=b.keyForCommand(h)[0];if("toggleChromeVox"!= h||!cvox.PlatformUtil.matchesPlatform(cvox.PlatformFilter.CHROMEOS)){e=document. createElement("input"); 1610 this.prevTime=b;a.preventDefault();a.stopPropagation()}},cvox.OptionsPage),!0);f or(var c=cvox.CommandStore.categories(),d=0;d<c.length;d++)if("braille"!=c[d]){v ar e=document.createElement("h3");e.className="i18n";e.setAttribute("msgid",c[d] );e.id=c[d];a.appendChild(e);for(var f=cvox.CommandStore.commandsForCategory(c[d ]),g=0;g<f.length;g++){var h=f[g],k=b.keyForCommand(h)[0];if("toggleChromeVox"!= h||!cvox.PlatformUtil.matchesPlatform(cvox.PlatformFilter.CHROMEOS)){e=document. createElement("input");
1603 e.type="text";e.className="key active-key";e.id=h;k=null!=k?cvox.KeyUtil.keySequ enceToString(k,!0):"";e.value=k;if("toggleStickyMode"==h||"stopSpeech"==h)e.disa bled=!0;(k=cvox.CommandStore.messageForCommand(h))||(k=h);h=document.createEleme nt("label");h.className="i18n";h.setAttribute("msgid",k);h.setAttribute("for",e. id);k=document.createElement("div");k.className="key-container";a.appendChild(k) ;k.appendChild(e);k.appendChild(h)}}e=document.createElement("br");a.appendChild (e)}null==document.getElementById("cvoxKey")&& 1611 e.type="text";e.className="key active-key";e.id=h;k=null!=k?cvox.KeyUtil.keySequ enceToString(k,!0):"";e.value=k;if("toggleStickyMode"==h||"stopSpeech"==h)e.disa bled=!0;(k=cvox.CommandStore.messageForCommand(h))||(k=h);h=document.createEleme nt("label");h.className="i18n";h.setAttribute("msgid",k);h.setAttribute("for",e. id);k=document.createElement("div");k.className="key-container";a.appendChild(k) ;k.appendChild(e);k.appendChild(h)}}e=document.createElement("br");a.appendChild (e)}null==document.getElementById("cvoxKey")&&
1604 (e=document.createElement("input"),e.type="text",e.className="key",e.id="cvoxKey ",h=document.createElement("label"),h.className="i18n",h.setAttribute("msgid","o ptions_cvox_modifier_key"),h.setAttribute("for","cvoxKey"),a=document.getElement ById("modifier_keys").nextSibling,b=a.parentNode,b.insertBefore(h,a),b.insertBef ore(e,h),a=document.getElementById("cvoxKey"),a.value=localStorage.cvoxKey,a.add EventListener("keydown",function(a){this.modifierSeq_?this.modifierSeq_.addKeyEv ent(a):(this.modifierCount_= 1612 (e=document.createElement("input"),e.type="text",e.className="key",e.id="cvoxKey ",h=document.createElement("label"),h.className="i18n",h.setAttribute("msgid","o ptions_cvox_modifier_key"),h.setAttribute("for","cvoxKey"),a=document.getElement ById("modifier_keys").nextSibling,b=a.parentNode,b.insertBefore(h,a),b.insertBef ore(e,h),a=document.getElementById("cvoxKey"),a.value=localStorage.cvoxKey,a.add EventListener("keydown",function(a){this.modifierSeq_?this.modifierSeq_.addKeyEv ent(a):(this.modifierCount_=
1605 0,this.modifierSeq_=new cvox.KeySequence(a,!1));this.modifierSeq_.isAnyModifierA ctive()?this.modifierCount_++:(9!=a.keyCode&&chrome.extension.getBackgroundPage( ).speak(cvox.ChromeVox.msgs.getMsg("modifier_entry_error"),0,{}),this.modifierSe q_=null);a.shiftKey||9==a.keyCode||(a.preventDefault(),a.stopPropagation())},!0) ,a.addEventListener("keyup",function(a){if(this.modifierSeq_){this.modifierCount _--;if(0==this.modifierCount_){var b=cvox.KeyUtil.keySequenceToString(this.modif ierSeq_,!0,!0);a.target.value= 1613 0,this.modifierSeq_=new cvox.KeySequence(a,!1));this.modifierSeq_.isAnyModifierA ctive()?this.modifierCount_++:(9!=a.keyCode&&chrome.extension.getBackgroundPage( ).speak(cvox.ChromeVox.msgs.getMsg("modifier_entry_error"),0,{}),this.modifierSe q_=null);a.shiftKey||9==a.keyCode||(a.preventDefault(),a.stopPropagation())},!0) ,a.addEventListener("keyup",function(a){if(this.modifierSeq_){this.modifierCount _--;if(0==this.modifierCount_){var b=cvox.KeyUtil.keySequenceToString(this.modif ierSeq_,!0,!0);a.target.value=
1606 b;chrome.extension.getBackgroundPage().speak(cvox.ChromeVox.msgs.getMsg("modifie r_entry_set",[b]));localStorage.cvoxKey=b;this.modifierSeq_=null}a.preventDefaul t();a.stopPropagation()}},!0))}; 1614 b;chrome.extension.getBackgroundPage().speak(cvox.ChromeVox.msgs.getMsg("modifie r_entry_set",[b]));localStorage.cvoxKey=b;this.modifierSeq_=null}a.preventDefaul t();a.stopPropagation()}},!0))};
1607 cvox.OptionsPage.populateVoicesSelect=function(){var a=document.getElementById(" voices");chrome.tts.getVoices(function(b){b.forEach(function(b){var d=document.c reateElement("option");d.voiceName=b.voiceName||"";d.innerText=d.voiceName;local Storage.voiceName==b.voiceName&&d.setAttribute("selected","");a.add(d)})});a.add EventListener("change",function(){var b=a.selectedIndex,b=a.options[b];localStor age.voiceName=b.voiceName},!0)}; 1615 cvox.OptionsPage.populateVoicesSelect=function(){var a=document.getElementById(" voices");chrome.tts.getVoices(function(b){b.forEach(function(b){var d=document.c reateElement("option");d.voiceName=b.voiceName||"";d.innerText=d.voiceName;local Storage.voiceName==b.voiceName&&d.setAttribute("selected","");a.add(d)})});a.add EventListener("change",function(){var b=a.selectedIndex,b=a.options[b];localStor age.voiceName=b.voiceName},!0)};
1608 cvox.OptionsPage.populateBrailleTablesSelect=function(){if(cvox.ChromeVox.isChro meOS){var a=cvox.OptionsPage.brailleTables,b=JSON.parse(cvox.ChromeVox.msgs.getM sg("locale_dict")),c=function(c,d){for(var e=[],f=localStorage[c.id]||localStora ge.brailleTable,g=0,q;q=a[g];g++)if(q.dots===d){var m=document.createElement("op tion");m.id=q.id;e[q.locale]||(e[q.locale]=0);e[q.locale]++;var s=q.grade;m.text Content=s?cvox.ChromeVox.msgs.getMsg("options_braille_locale_grade",[b[q.locale] ,s]):b[q.locale];q.id== 1616 cvox.OptionsPage.populateBrailleTablesSelect=function(){if(cvox.ChromeVox.isChro meOS){var a=cvox.OptionsPage.brailleTables,b=JSON.parse(cvox.ChromeVox.msgs.getM sg("locale_dict")),c=function(c,d){for(var e=[],f=localStorage[c.id]||localStora ge.brailleTable,g=0,q;q=a[g];g++)if(q.dots===d){var m=document.createElement("op tion");m.id=q.id;e[q.locale]||(e[q.locale]=0);e[q.locale]++;var s=q.grade;m.text Content=s?cvox.ChromeVox.msgs.getMsg("options_braille_locale_grade",[b[q.locale] ,s]):b[q.locale];q.id==
1609 f&&m.setAttribute("selected","");c.appendChild(m)}},d=document.getElementById("b railleTable6"),e=document.getElementById("brailleTable8");c(d,"6");c(e,"8");c=fu nction(a){return function(){var b=a.selectedIndex,b=a.options[b];localStorage.br ailleTable=b.id;localStorage[a.id]=b.id;b=chrome.extension.getBackgroundPage().b raille;b.refreshTranslator()}};d.addEventListener("change",c(d),!0);e.addEventLi stener("change",c(e),!0);var f=document.getElementById("brailleTableType"),g=fun ction(a){var b=localStorage.brailleTableType|| 1617 f&&m.setAttribute("selected","");c.appendChild(m)}},d=document.getElementById("b railleTable6"),e=document.getElementById("brailleTable8");c(d,"6");c(e,"8");c=fu nction(a){return function(){var b=a.selectedIndex,b=a.options[b];localStorage.br ailleTable=b.id;localStorage[a.id]=b.id;b=chrome.extension.getBackgroundPage().b raille;b.refreshTranslator()}};d.addEventListener("change",c(d),!0);e.addEventLi stener("change",c(e),!0);var f=document.getElementById("brailleTableType"),g=fun ction(a){var b=localStorage.brailleTableType||
1610 "brailleTable6";"brailleTable6"==b?(d.removeAttribute("aria-hidden"),d.setAttrib ute("tabIndex",0),d.style.display="block",a&&d.focus(),e.setAttribute("aria-hidd en","true"),e.setAttribute("tabIndex",-1),e.style.display="none",localStorage.br ailleTable=localStorage.brailleTable6,localStorage.brailleTableType="brailleTabl e6",f.textContent=cvox.ChromeVox.msgs.getMsg("options_braille_table_type_6")):(d .setAttribute("aria-hidden","true"),d.setAttribute("tabIndex",-1),d.style.displa y="none",e.removeAttribute("aria-hidden"), 1618 "brailleTable6";"brailleTable6"==b?(d.removeAttribute("aria-hidden"),d.setAttrib ute("tabIndex",0),d.style.display="block",a&&d.focus(),e.setAttribute("aria-hidd en","true"),e.setAttribute("tabIndex",-1),e.style.display="none",localStorage.br ailleTable=localStorage.brailleTable6,localStorage.brailleTableType="brailleTabl e6",f.textContent=cvox.ChromeVox.msgs.getMsg("options_braille_table_type_6")):(d .setAttribute("aria-hidden","true"),d.setAttribute("tabIndex",-1),d.style.displa y="none",e.removeAttribute("aria-hidden"),
1611 e.setAttribute("tabIndex",0),e.style.display="block",a&&e.focus(),localStorage.b railleTable=localStorage.brailleTable8,localStorage.brailleTableType="brailleTab le8",f.textContent=cvox.ChromeVox.msgs.getMsg("options_braille_table_type_8"));a =chrome.extension.getBackgroundPage().braille;a.refreshTranslator()};g(!1);f.add EventListener("click",function(){var a=localStorage.brailleTableType;localStorag e.brailleTableType="brailleTable6"==a?"brailleTable8":"brailleTable6";g(!0)},!0) }}; 1619 e.setAttribute("tabIndex",0),e.style.display="block",a&&e.focus(),localStorage.b railleTable=localStorage.brailleTable8,localStorage.brailleTableType="brailleTab le8",f.textContent=cvox.ChromeVox.msgs.getMsg("options_braille_table_type_8"));a =chrome.extension.getBackgroundPage().braille;a.refreshTranslator()};g(!1);f.add EventListener("click",function(){var a=localStorage.brailleTableType;localStorag e.brailleTableType="brailleTable6"==a?"brailleTable8":"brailleTable6";g(!0)},!0) }};
1612 cvox.OptionsPage.setValue=function(a,b){"INPUT"==a.tagName&&"checkbox"==a.type?a .checked="true"==b:"INPUT"==a.tagName&&"radio"==a.type?a.checked=String(a.value) ==b:a.value=b}; 1620 cvox.OptionsPage.setValue=function(a,b){"INPUT"==a.tagName&&"checkbox"==a.type?a .checked="true"==b:"INPUT"==a.tagName&&"radio"==a.type?a.checked=String(a.value) ==b:a.value=b};
1613 cvox.OptionsPage.eventListener=function(a){window.setTimeout(function(){var b=a. target;if(b.classList.contains("pref"))if("INPUT"==b.tagName&&"checkbox"==b.type )cvox.OptionsPage.prefs.setPref(b.name,b.checked);else{if("INPUT"==b.tagName&&"r adio"==b.type)for(var c=b.name,c=document.querySelectorAll('*[name="'+c+'"]'),d= 0;d<c.length;d++)c[d].checked&&cvox.OptionsPage.prefs.setPref(b.name,c[d].value) }else b.classList.contains("key")&&(c=cvox.KeySequence.fromStr(b.value),"cvoxKey "==b.id?(cvox.OptionsPage.prefs.setPref(b.id, 1621 cvox.OptionsPage.eventListener=function(a){window.setTimeout(function(){var b=a. target;if(b.classList.contains("pref"))if("INPUT"==b.tagName&&"checkbox"==b.type )cvox.OptionsPage.prefs.setPref(b.name,b.checked);else{if("INPUT"==b.tagName&&"r adio"==b.type)for(var c=b.name,c=document.querySelectorAll('*[name="'+c+'"]'),d= 0;d<c.length;d++)c[d].checked&&cvox.OptionsPage.prefs.setPref(b.name,c[d].value) }else b.classList.contains("key")&&(c=cvox.KeySequence.fromStr(b.value),"cvoxKey "==b.id?(cvox.OptionsPage.prefs.setPref(b.id,
1614 b.value),cvox.OptionsPage.prefs.sendPrefsToAllTabs(!0,!0)):cvox.OptionsPage.pref s.setKey(b.id,c))},0);return!0}; 1622 b.value),cvox.OptionsPage.prefs.sendPrefsToAllTabs(!0,!0)):cvox.OptionsPage.pref s.setKey(b.id,c))},0);return!0};
1615 cvox.OptionsPage.reset=function(){var a=document.getElementById("cvox_keymaps"), a=a.options[a.selectedIndex].id,b=cvox.ChromeVox.msgs,b=cvox.OptionsPage.prefs.g etPrefs().currentKeyMap==a?b.getMsg("keymap_reset",[b.getMsg(a)]):b.getMsg("keym ap_switch",[b.getMsg(a)]);cvox.OptionsPage.updateStatus_(b);cvox.OptionsPage.pre fs.switchToKeyMap(a);document.getElementById("keysContainer").innerHTML="";cvox. OptionsPage.addKeys();cvox.ChromeVox.msgs.addTranslatedMessagesToDom(document)}; 1623 cvox.OptionsPage.reset=function(){var a=document.getElementById("cvox_keymaps"), a=a.options[a.selectedIndex].id,b=cvox.ChromeVox.msgs,b=cvox.OptionsPage.prefs.g etPrefs().currentKeyMap==a?b.getMsg("keymap_reset",[b.getMsg(a)]):b.getMsg("keym ap_switch",[b.getMsg(a)]);cvox.OptionsPage.updateStatus_(b);cvox.OptionsPage.pre fs.switchToKeyMap(a);document.getElementById("keysContainer").innerHTML="";cvox. OptionsPage.addKeys();cvox.ChromeVox.msgs.addTranslatedMessagesToDom(document)};
1616 cvox.OptionsPage.updateStatus_=function(a){document.getElementById("status").inn erText=a};cvox.OptionsPage.hidePlatformSpecifics=function(){if(!cvox.ChromeVox.i sChromeOS)for(var a=document.body.querySelectorAll(".chromeos"),b=0,c;c=a[b];b++ )c.setAttribute("aria-hidden","true"),c.style.display="none"};document.addEventL istener("DOMContentLoaded",function(){cvox.OptionsPage.init()},!1); 1624 cvox.OptionsPage.updateStatus_=function(a){document.getElementById("status").inn erText=a};cvox.OptionsPage.hidePlatformSpecifics=function(){if(!cvox.ChromeVox.i sChromeOS)for(var a=document.body.querySelectorAll(".chromeos"),b=0,c;c=a[b];b++ )c.setAttribute("aria-hidden","true"),c.style.display="none"};document.addEventL istener("DOMContentLoaded",function(){cvox.OptionsPage.init()},!1);
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698