diff -r 318533413200 -r a1707c607eec src/pyams_skin/resources/js/ext/ace/worker-html.min.js --- a/src/pyams_skin/resources/js/ext/ace/worker-html.min.js Sun Jul 19 02:02:20 2020 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,1 +0,0 @@ -"no use strict";!function(o){if(!(void 0!==o.window&&o.document||o.require&&o.define)){o.console||(o.console=function(){var e=Array.prototype.slice.call(arguments,0);postMessage({type:"log",data:e})},o.console.error=o.console.warn=o.console.log=o.console.trace=o.console),((o.window=o).ace=o).onerror=function(e,t,r,n,a){postMessage({type:"error",data:{message:e,data:a.data,file:t,line:r,col:n,stack:a.stack}})},o.normalizeModule=function(e,t){if(-1!==t.indexOf("!")){var r=t.split("!");return o.normalizeModule(e,r[0])+"!"+o.normalizeModule(e,r[1])}if("."==t.charAt(0)){var n=e.split("/").slice(0,-1).join("/");for(t=(n?n+"/":"")+t;-1!==t.indexOf(".")&&a!=t;){var a=t;t=t.replace(/^\.\//,"").replace(/\/\.\//,"/").replace(/[^\/]+\/\.\.\//,"")}}return t},o.require=function(e,t){if(t||(t=e,e=null),!t.charAt)throw new Error("worker.js require() accepts only (parentId, id) as arguments");t=o.normalizeModule(e,t);var r=o.require.modules[t];if(r)return r.initialized||(r.initialized=!0,r.exports=r.factory().exports),r.exports;if(!o.require.tlns)return console.log("unable to load "+t);var n=function(e,t){for(var r=e,n="";r;){var a=t[r];if("string"==typeof a)return a+n;if(a)return a.location.replace(/\/*$/,"/")+(n||a.main||a.name);if(!1===a)return"";var o=r.lastIndexOf("/");if(-1===o)break;n=r.substr(o)+n,r=r.slice(0,o)}return e}(t,o.require.tlns);return".js"!=n.slice(-3)&&(n+=".js"),o.require.id=t,o.require.modules[t]={},importScripts(n),o.require(e,t)},o.require.modules={},o.require.tlns={},o.define=function(t,r,n){if(2==arguments.length?(n=r,"string"!=typeof t&&(r=t,t=o.require.id)):1==arguments.length&&(n=t,r=[],t=o.require.id),"function"==typeof n){r.length||(r=["require","exports","module"]);var a=function(e){return o.require(t,e)};o.require.modules[t]={exports:{},factory:function(){var t=this,e=n.apply(this,r.slice(0,n.length).map(function(e){switch(e){case"require":return a;case"exports":return t.exports;case"module":return t;default:return a(e)}}));return e&&(t.exports=e),t}}}else o.require.modules[t]={exports:n,initialized:!0}},o.define.amd={},require.tlns={},o.initBaseUrls=function(e){for(var t in e)require.tlns[t]=e[t]},o.initSender=function(){var e=o.require("ace/lib/event_emitter").EventEmitter,t=o.require("ace/lib/oop"),r=function(){};return function(){t.implement(this,e),this.callback=function(e,t){postMessage({type:"call",id:t,data:e})},this.emit=function(e,t){postMessage({type:"event",name:e,data:t})}}.call(r.prototype),new r};var n=o.main=null,a=o.sender=null;o.onmessage=function(e){var t=e.data;if(t.event&&a)a._signal(t.event,t.data);else if(t.command)if(n[t.command])n[t.command].apply(n,t.args);else{if(!o[t.command])throw new Error("Unknown command:"+t.command);o[t.command].apply(o,t.args)}else if(t.init){o.initBaseUrls(t.tlns),require("ace/lib/es5-shim"),a=o.sender=o.initSender();var r=require(t.module)[t.classname];n=o.main=new r(a)}}}}(this),ace.define("ace/lib/oop",[],function(e,r,t){"use strict";r.inherits=function(e,t){e.super_=t,e.prototype=Object.create(t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}})},r.mixin=function(e,t){for(var r in t)e[r]=t[r];return e},r.implement=function(e,t){r.mixin(e,t)}}),ace.define("ace/lib/lang",[],function(e,t,r){"use strict";t.last=function(e){return e[e.length-1]},t.stringReverse=function(e){return e.split("").reverse().join("")},t.stringRepeat=function(e,t){for(var r="";0>=1)&&(e+=e);return r};var n=/^\s\s*/,a=/\s\s*$/;t.stringTrimLeft=function(e){return e.replace(n,"")},t.stringTrimRight=function(e){return e.replace(a,"")},t.copyObject=function(e){var t={};for(var r in e)t[r]=e[r];return t},t.copyArray=function(e){for(var t=[],r=0,n=e.length;r ["+this.end.row+"/"+this.end.column+"]"},this.contains=function(e,t){return 0==this.compare(e,t)},this.compareRange=function(e){var t,r=e.end,n=e.start;return 1==(t=this.compare(r.row,r.column))?1==(t=this.compare(n.row,n.column))?2:0==t?1:0:-1==t?-2:-1==(t=this.compare(n.row,n.column))?-1:1==t?42:0},this.comparePoint=function(e){return this.compare(e.row,e.column)},this.containsRange=function(e){return 0==this.comparePoint(e.start)&&0==this.comparePoint(e.end)},this.intersects=function(e){var t=this.compareRange(e);return-1==t||0==t||1==t},this.isEnd=function(e,t){return this.end.row==e&&this.end.column==t},this.isStart=function(e,t){return this.start.row==e&&this.start.column==t},this.setStart=function(e,t){"object"==typeof e?(this.start.column=e.column,this.start.row=e.row):(this.start.row=e,this.start.column=t)},this.setEnd=function(e,t){"object"==typeof e?(this.end.column=e.column,this.end.row=e.row):(this.end.row=e,this.end.column=t)},this.inside=function(e,t){return 0==this.compare(e,t)&&(!this.isEnd(e,t)&&!this.isStart(e,t))},this.insideStart=function(e,t){return 0==this.compare(e,t)&&!this.isEnd(e,t)},this.insideEnd=function(e,t){return 0==this.compare(e,t)&&!this.isStart(e,t)},this.compare=function(e,t){return this.isMultiLine()||e!==this.start.row?ethis.end.row?1:this.start.row===e?t>=this.start.column?0:-1:this.end.row===e?t<=this.end.column?0:1:0:tthis.end.column?1:0},this.compareStart=function(e,t){return this.start.row==e&&this.start.column==t?-1:this.compare(e,t)},this.compareEnd=function(e,t){return this.end.row==e&&this.end.column==t?1:this.compare(e,t)},this.compareInside=function(e,t){return this.end.row==e&&this.end.column==t?1:this.start.row==e&&this.start.column==t?-1:this.compare(e,t)},this.clipRows=function(e,t){if(this.end.row>t)var r={row:t+1,column:0};else if(this.end.rowt)var n={row:t+1,column:0};else if(this.start.rowthis.row)){var t,r,n,a,o,i,s,c,l=(t=e,r={row:this.row,column:this.column},n=this.$insertRight,a="insert"==t.action,o=(a?1:-1)*(t.end.row-t.start.row),i=(a?1:-1)*(t.end.column-t.start.column),s=t.start,c=a?s:t.end,p(r,s,n)?{row:r.row,column:r.column}:p(c,r,!n)?{row:r.row+o,column:r.column+(r.row==c.row?i:0)}:{row:s.row,column:s.column});this.setPosition(l.row,l.column,!0)}},this.setPosition=function(e,t,r){var n;if(n=r?{row:e,column:t}:this.$clipPositionToDocument(e,t),this.row!=n.row||this.column!=n.column){var a={row:this.row,column:this.column};this.row=n.row,this.column=n.column,this._signal("change",{old:a,value:n})}},this.detach=function(){this.document.removeEventListener("change",this.$onChange)},this.attach=function(e){this.document=e||this.document,this.document.on("change",this.$onChange)},this.$clipPositionToDocument=function(e,t){var r={};return e>=this.document.getLength()?(r.row=Math.max(0,this.document.getLength()-1),r.column=this.document.getLine(r.row).length):e<0?(r.row=0,r.column=0):(r.row=e,r.column=Math.min(this.document.getLine(r.row).length,Math.max(0,t))),t<0&&(r.column=0),r}}).call(o.prototype)}),ace.define("ace/document",[],function(e,t,r){"use strict";var n=e("./lib/oop"),a=e("./apply_delta").applyDelta,o=e("./lib/event_emitter").EventEmitter,p=e("./range").Range,i=e("./anchor").Anchor,s=function(e){this.$lines=[""],0===e.length?this.$lines=[""]:Array.isArray(e)?this.insertMergedLines({row:0,column:0},e):this.insert({row:0,column:0},e)};(function(){n.implement(this,o),this.setValue=function(e){var t=this.getLength()-1;this.remove(new p(0,0,t,this.getLine(t).length)),this.insert({row:0,column:0},e)},this.getValue=function(){return this.getAllLines().join(this.getNewLineCharacter())},this.createAnchor=function(e,t){return new i(this,e,t)},0==="aaa".split(/a/).length?this.$split=function(e){return e.replace(/\r\n|\r/g,"\n").split("\n")}:this.$split=function(e){return e.split(/\r\n|\r|\n/)},this.$detectNewLine=function(e){var t=e.match(/^.*?(\r\n|\r|\n)/m);this.$autoNewLine=t?t[1]:"\n",this._signal("changeNewLineMode")},this.getNewLineCharacter=function(){switch(this.$newLineMode){case"windows":return"\r\n";case"unix":return"\n";default:return this.$autoNewLine||"\n"}},this.$autoNewLine="",this.$newLineMode="auto",this.setNewLineMode=function(e){this.$newLineMode!==e&&(this.$newLineMode=e,this._signal("changeNewLineMode"))},this.getNewLineMode=function(){return this.$newLineMode},this.isNewLine=function(e){return"\r\n"==e||"\r"==e||"\n"==e},this.getLine=function(e){return this.$lines[e]||""},this.getLines=function(e,t){return this.$lines.slice(e,t+1)},this.getAllLines=function(){return this.getLines(0,this.getLength())},this.getLength=function(){return this.$lines.length},this.getTextRange=function(e){return this.getLinesForRange(e).join(this.getNewLineCharacter())},this.getLinesForRange=function(e){var t;if(e.start.row===e.end.row)t=[this.getLine(e.start.row).substring(e.start.column,e.end.column)];else{(t=this.getLines(e.start.row,e.end.row))[0]=(t[0]||"").substring(e.start.column);var r=t.length-1;e.end.row-e.start.row==r&&(t[r]=t[r].substring(0,e.end.column))}return t},this.insertLines=function(e,t){return console.warn("Use of document.insertLines is deprecated. Use the insertFullLines method instead."),this.insertFullLines(e,t)},this.removeLines=function(e,t){return console.warn("Use of document.removeLines is deprecated. Use the removeFullLines method instead."),this.removeFullLines(e,t)},this.insertNewLine=function(e){return console.warn("Use of document.insertNewLine is deprecated. Use insertMergedLines(position, ['', '']) instead."),this.insertMergedLines(e,["",""])},this.insert=function(e,t){return this.getLength()<=1&&this.$detectNewLine(t),this.insertMergedLines(e,this.$split(t))},this.insertInLine=function(e,t){var r=this.clippedPos(e.row,e.column),n=this.pos(e.row,e.column+t.length);return this.applyDelta({start:r,end:n,action:"insert",lines:[t]},!0),this.clonePos(n)},this.clippedPos=function(e,t){var r=this.getLength();void 0===e?e=r:e<0?e=0:r<=e&&(e=r-1,t=void 0);var n=this.getLine(e);return null==t&&(t=n.length),{row:e,column:t=Math.min(Math.max(t,0),n.length)}},this.clonePos=function(e){return{row:e.row,column:e.column}},this.pos=function(e,t){return{row:e,column:t}},this.$clipPosition=function(e){var t=this.getLength();return e.row>=t?(e.row=Math.max(0,t-1),e.column=this.getLine(t-1).length):(e.row=Math.max(0,e.row),e.column=Math.min(Math.max(e.column,0),this.getLine(e.row).length)),e},this.insertFullLines=function(e,t){var r=0;(e=Math.min(Math.max(e,0),this.getLength()))>10),d=56320+(1023&l);a=String.fromCharCode(u,d)}else a=String.fromCharCode(l);return";"!==i&&(t._parseError("numeric-entity-without-semicolon"),e.unget(i)),a}return e.unget(o),t._parseError("expected-numeric-entity"),!1}if("a"<=i&&i<="z"||"A"<=i&&i<="Z"){for(var h="";b[o]&&(f[o]&&(h=o),";"!=i)&&(i=e.char())!==T.EOF;)o+=i;return h?(a=f[h],";"!==i&&r&&("0"<=(n=i)&&n<="9"||"a"<=n&&n<="z"||"A"<=n&&n<="Z"||"="===i)?(e.unget(o),!1):(o.length>h.length&&e.unget(o.substring(h.length)),";"!==i&&t._parseError("named-entity-without-semicolon"),a)):(t._parseError("expected-named-entity"),e.unget(o),!1)}},replaceEntityNumbers:function(e){switch(e){case 0:return 65533;case 19:return 16;case 128:return 8364;case 129:return 129;case 130:return 8218;case 131:return 402;case 132:return 8222;case 133:return 8230;case 134:return 8224;case 135:return 8225;case 136:return 710;case 137:return 8240;case 138:return 352;case 139:return 8249;case 140:return 338;case 141:return 141;case 142:return 381;case 143:return 143;case 144:return 144;case 145:return 8216;case 146:return 8217;case 147:return 8220;case 148:return 8221;case 149:return 8226;case 150:return 8211;case 151:return 8212;case 152:return 732;case 153:return 8482;case 154:return 353;case 155:return 8250;case 156:return 339;case 157:return 157;case 158:return 382;case 159:return 376;default:if(55296<=e&&e<=57343||1114111=this.data.length){if(!this.eof)throw a.DRAIN;return a.EOF}return this.data.slice(this.start,this.data.length)},char:function(){if(!this.eof&&this.start>=this.data.length-1)throw a.DRAIN;if(this.start>=this.data.length)return a.EOF;var e=this.data[this.start++];return"\r"===e&&(e="\n"),e},advance:function(e){if(this.start+=e,this.start>=this.data.length){if(!this.eof)throw a.DRAIN;return a.EOF}this.committed>this.data.length/2&&(this.lastLocation=this.location(),this.data=this.data.slice(this.committed),this.start=this.start-this.committed,this.committed=0)},matchWhile:function(e){if(this.eof&&this.start>=this.data.length)return"";var t=new RegExp("^"+e+"+").exec(this.slice());if(t){if(!this.eof&&t[0].length==this.data.length-this.start)throw a.DRAIN;return this.advance(t[0].length),t[0]}return""},matchUntil:function(e){var t,r;if((r=this.slice())===a.EOF)return"";if(t=new RegExp(e+(this.eof?"|$":"")).exec(r)){var n=this.data.slice(this.start,this.start+t.index);return this.advance(t.index),n.replace(/\r/g,"\n").replace(/\n{2,}/g,"\n")}throw a.DRAIN},append:function(e){this.data+=e},shift:function(e){if(!this.eof&&this.start+e>=this.data.length)throw a.DRAIN;if(this.eof&&this.start>=this.data.length)return a.EOF;var t=this.data.slice(this.start,this.start+e).toString();return this.advance(Math.min(e,this.data.length-this.start)),t},peek:function(e){if(!this.eof&&this.start+e>=this.data.length)throw a.DRAIN;return this.eof&&this.start>=this.data.length?a.EOF:this.data.slice(this.start,Math.min(this.start+e,this.data.length)).toString()},length:function(){return this.data.length-this.start-1},unget:function(e){e!==a.EOF&&(this.start-=e.length)},undo:function(){this.start=this.committed},commit:function(){this.committed=this.start},location:function(){var e=this.lastLocation.line,t=this.lastLocation.column,r=this.data.slice(0,this.committed),n=r.match(/\n/g);return{line:n?e+n.length:e,column:n?r.length-r.lastIndexOf("\n")-1:t+r.length}}},r.InputStream=a},{}],4:[function(e,t,r){function n(e,t,r,n){this.localName=t,this.namespaceURI=e,this.attributes=r,this.node=n}var a={"http://www.w3.org/1999/xhtml":["address","applet","area","article","aside","base","basefont","bgsound","blockquote","body","br","button","caption","center","col","colgroup","dd","details","dir","div","dl","dt","embed","fieldset","figcaption","figure","footer","form","frame","frameset","h1","h2","h3","h4","h5","h6","head","header","hgroup","hr","html","iframe","img","input","isindex","li","link","listing","main","marquee","menu","menuitem","meta","nav","noembed","noframes","noscript","object","ol","p","param","plaintext","pre","script","section","select","source","style","summary","table","tbody","td","textarea","tfoot","th","thead","title","tr","track","ul","wbr","xmp"],"http://www.w3.org/1998/Math/MathML":["mi","mo","mn","ms","mtext","annotation-xml"],"http://www.w3.org/2000/svg":["foreignObject","desc","title"]};n.prototype.isSpecial=function(){return this.namespaceURI in a&&-1"===r&&t?(ge._currentToken={type:"EndTag",name:this._temporaryBuffer,data:[],selfClosing:!1},ge._emitCurrentToken(),ge.setState(s)):Te(r)?(this._temporaryBuffer+=r,e.commit()):(ge._emitToken({type:"Characters",data:""===r&&t?(ge._currentToken={type:"EndTag",name:this._temporaryBuffer,data:[],selfClosing:!1},ge._emitCurrentToken(),ge.setState(s)):Te(r)?(this._temporaryBuffer+=r,e.commit()):(ge._emitToken({type:"Characters",data:""===r&&t?(ge._currentToken={type:"EndTag",name:"script",data:[],selfClosing:!1},ge._emitCurrentToken()):Te(r)?(this._temporaryBuffer+=r,e.commit()):(ge._emitToken({type:"Characters",data:""===t?(ge._emitToken({type:"Characters",data:">"}),ge.setState(c)):("\0"===t?(ge._parseError("invalid-codepoint"),ge._emitToken({type:"Characters",data:"�"})):ge._emitToken({type:"Characters",data:t}),ge.setState(y)),!0}function v(e){var t=e.char();return"/"===t?(this._temporaryBuffer="",ge.setState(x)):Te(t)?(ge._emitToken({type:"Characters",data:"<"+t}),this._temporaryBuffer=t,ge.setState(k)):(ge._emitToken({type:"Characters",data:"<"}),e.unget(t),ge.setState(y)),!0}function x(e){var t=e.char();return Te(t)?(this._temporaryBuffer=t,ge.setState(S)):(ge._emitToken({type:"Characters",data:""===r&&t?(ge._currentToken={type:"EndTag",name:"script",data:[],selfClosing:!1},ge.setState(s),ge._emitCurrentToken()):Te(r)?(this._temporaryBuffer+=r,e.commit()):(ge._emitToken({type:"Characters",data:""===t?(ge._emitToken({type:"Characters",data:t}),"script"===this._temporaryBuffer.toLowerCase()?ge.setState(_):ge.setState(y)):Te(t)?(ge._emitToken({type:"Characters",data:t}),this._temporaryBuffer+=t,e.commit()):(e.unget(t),ge.setState(y)),!0}function _(e){var t=e.char();return t===ye.EOF?(ge._parseError("eof-in-script"),e.unget(t),ge.setState(s)):"-"===t?(ge._emitToken({type:"Characters",data:"-"}),ge.setState(C)):"<"===t?(ge._emitToken({type:"Characters",data:"<"}),ge.setState(O)):("\0"===t?(ge._parseError("invalid-codepoint"),ge._emitToken({type:"Characters",data:"�"})):ge._emitToken({type:"Characters",data:t}),e.commit()),!0}function C(e){var t=e.char();return t===ye.EOF?(ge._parseError("eof-in-script"),e.unget(t),ge.setState(s)):"-"===t?(ge._emitToken({type:"Characters",data:"-"}),ge.setState(N)):"<"===t?(ge._emitToken({type:"Characters",data:"<"}),ge.setState(O)):("\0"===t?(ge._parseError("invalid-codepoint"),ge._emitToken({type:"Characters",data:"�"})):ge._emitToken({type:"Characters",data:t}),ge.setState(_)),!0}function N(e){var t=e.char();return t===ye.EOF?(ge._parseError("eof-in-script"),e.unget(t),ge.setState(s)):"-"===t?(ge._emitToken({type:"Characters",data:"-"}),e.commit()):"<"===t?(ge._emitToken({type:"Characters",data:"<"}),ge.setState(O)):">"===t?(ge._emitToken({type:"Characters",data:">"}),ge.setState(c)):("\0"===t?(ge._parseError("invalid-codepoint"),ge._emitToken({type:"Characters",data:"�"})):ge._emitToken({type:"Characters",data:t}),ge.setState(_)),!0}function O(e){var t=e.char();return"/"===t?(ge._emitToken({type:"Characters",data:"/"}),this._temporaryBuffer="",ge.setState(I)):(e.unget(t),ge.setState(_)),!0}function I(e){var t=e.char();return fe(t)||"/"===t||">"===t?(ge._emitToken({type:"Characters",data:t}),"script"===this._temporaryBuffer.toLowerCase()?ge.setState(y):ge.setState(_)):Te(t)?(ge._emitToken({type:"Characters",data:t}),this._temporaryBuffer+=t,e.commit()):(e.unget(t),ge.setState(_)),!0}function M(e){var t=e.char();return t===ye.EOF?(ge._parseError("bare-less-than-sign-at-eof"),ge._emitToken({type:"Characters",data:"<"}),e.unget(t),ge.setState(s)):Te(t)?(ge._currentToken={type:"StartTag",name:t.toLowerCase(),data:[]},ge.setState(F)):"!"===t?ge.setState(z):"/"===t?ge.setState(A):">"===t?(ge._parseError("expected-tag-name-but-got-right-bracket"),ge._emitToken({type:"Characters",data:"<>"}),ge.setState(s)):"?"===t?(ge._parseError("expected-tag-name-but-got-question-mark"),e.unget(t),ge.setState(V)):(ge._parseError("expected-tag-name"),ge._emitToken({type:"Characters",data:"<"}),e.unget(t),ge.setState(s)),!0}function A(e){var t=e.char();return t===ye.EOF?(ge._parseError("expected-closing-tag-but-got-eof"),ge._emitToken({type:"Characters",data:""===t?(ge._parseError("expected-closing-tag-but-got-right-bracket"),ge.setState(s)):(ge._parseError("expected-closing-tag-but-got-char",{data:t}),e.unget(t),ge.setState(V)),!0}function F(e){var t=e.char();return t===ye.EOF?(ge._parseError("eof-in-tag-name"),e.unget(t),ge.setState(s)):fe(t)?ge.setState(L):Te(t)?ge._currentToken.name+=t.toLowerCase():">"===t?ge._emitCurrentToken():"/"===t?ge.setState(G):"\0"===t?(ge._parseError("invalid-codepoint"),ge._currentToken.name+="�"):ge._currentToken.name+=t,e.commit(),!0}function L(e){var t=e.char();if(t===ye.EOF)ge._parseError("expected-attribute-name-but-got-eof"),e.unget(t),ge.setState(s);else{if(fe(t))return!0;Te(t)?(ge._currentToken.data.push({nodeName:t.toLowerCase(),nodeValue:""}),ge.setState(B)):">"===t?ge._emitCurrentToken():"/"===t?ge.setState(G):"'"===t||'"'===t||"="===t||"<"===t?(ge._parseError("invalid-character-in-attribute-name"),ge._currentToken.data.push({nodeName:t,nodeValue:""}),ge.setState(B)):"\0"===t?(ge._parseError("invalid-codepoint"),ge._currentToken.data.push({nodeName:"�",nodeValue:""})):(ge._currentToken.data.push({nodeName:t,nodeValue:""}),ge.setState(B))}return!0}function B(e){var t=e.char(),r=!0,n=!1;if(t===ye.EOF?(ge._parseError("eof-in-attribute-name"),e.unget(t),ge.setState(s),n=!0):"="===t?ge.setState(H):Te(t)?(ge._currentAttribute().nodeName+=t.toLowerCase(),r=!1):">"===t?n=!0:fe(t)?ge.setState(q):"/"===t?ge.setState(G):"'"===t||'"'===t?(ge._parseError("invalid-character-in-attribute-name"),ge._currentAttribute().nodeName+=t,r=!1):"\0"===t?(ge._parseError("invalid-codepoint"),ge._currentAttribute().nodeName+="�"):(ge._currentAttribute().nodeName+=t,r=!1),r){for(var a=ge._currentToken.data,o=a[a.length-1],i=a.length-2;0<=i;i--)if(o.nodeName===a[i].nodeName){ge._parseError("duplicate-attribute",{name:o.nodeName}),o.nodeName=null;break}n&&ge._emitCurrentToken()}else e.commit();return!0}function q(e){var t=e.char();if(t===ye.EOF)ge._parseError("expected-end-of-tag-but-got-eof"),e.unget(t),ge.setState(s);else{if(fe(t))return!0;"="===t?ge.setState(H):">"===t?ge._emitCurrentToken():Te(t)?(ge._currentToken.data.push({nodeName:t,nodeValue:""}),ge.setState(B)):"/"===t?ge.setState(G):"'"===t||'"'===t||"<"===t?(ge._parseError("invalid-character-after-attribute-name"),ge._currentToken.data.push({nodeName:t,nodeValue:""}),ge.setState(B)):"\0"===t?(ge._parseError("invalid-codepoint"),ge._currentToken.data.push({nodeName:"�",nodeValue:""})):(ge._currentToken.data.push({nodeName:t,nodeValue:""}),ge.setState(B))}return!0}function H(e){var t=e.char();if(t===ye.EOF)ge._parseError("expected-attribute-value-but-got-eof"),e.unget(t),ge.setState(s);else{if(fe(t))return!0;'"'===t?ge.setState(D):"&"===t?(ge.setState(U),e.unget(t)):"'"===t?ge.setState(R):">"===t?(ge._parseError("expected-attribute-value-but-got-right-bracket"),ge._emitCurrentToken()):"="===t||"<"===t||"`"===t?(ge._parseError("unexpected-character-in-unquoted-attribute-value"),ge._currentAttribute().nodeValue+=t,ge.setState(U)):"\0"===t?(ge._parseError("invalid-codepoint"),ge._currentAttribute().nodeValue+="�"):(ge._currentAttribute().nodeValue+=t,ge.setState(U))}return!0}function D(e){var t=e.char();if(t===ye.EOF)ge._parseError("eof-in-attribute-value-double-quote"),e.unget(t),ge.setState(s);else if('"'===t)ge.setState(j);else if("&"===t)this._additionalAllowedCharacter='"',ge.setState(P);else if("\0"===t)ge._parseError("invalid-codepoint"),ge._currentAttribute().nodeValue+="�";else{t+=e.matchUntil('[\0"&]'),ge._currentAttribute().nodeValue+=t}return!0}function R(e){var t=e.char();return t===ye.EOF?(ge._parseError("eof-in-attribute-value-single-quote"),e.unget(t),ge.setState(s)):"'"===t?ge.setState(j):"&"===t?(this._additionalAllowedCharacter="'",ge.setState(P)):"\0"===t?(ge._parseError("invalid-codepoint"),ge._currentAttribute().nodeValue+="�"):ge._currentAttribute().nodeValue+=t+e.matchUntil("\0|['&]"),!0}function U(e){var t=e.char();if(t===ye.EOF)ge._parseError("eof-after-attribute-value"),e.unget(t),ge.setState(s);else if(fe(t))ge.setState(L);else if("&"===t)this._additionalAllowedCharacter=">",ge.setState(P);else if(">"===t)ge._emitCurrentToken();else if('"'===t||"'"===t||"="===t||"`"===t||"<"===t)ge._parseError("unexpected-character-in-unquoted-attribute-value"),ge._currentAttribute().nodeValue+=t,e.commit();else if("\0"===t)ge._parseError("invalid-codepoint"),ge._currentAttribute().nodeValue+="�";else{var r=e.matchUntil("\0|[\t\n\v\f \r&<>\"'=`]");r===ye.EOF&&(ge._parseError("eof-in-attribute-value-no-quotes"),ge._emitCurrentToken()),e.commit(),ge._currentAttribute().nodeValue+=t+r}return!0}function P(e){var t=Ee.consumeEntity(e,ge,this._additionalAllowedCharacter);return this._currentAttribute().nodeValue+=t||"&",'"'===this._additionalAllowedCharacter?ge.setState(D):"'"===this._additionalAllowedCharacter?ge.setState(R):">"===this._additionalAllowedCharacter&&ge.setState(U),!0}function j(e){var t=e.char();return t===ye.EOF?(ge._parseError("eof-after-attribute-value"),e.unget(t),ge.setState(s)):fe(t)?ge.setState(L):">"===t?(ge.setState(s),ge._emitCurrentToken()):"/"===t?ge.setState(G):(ge._parseError("unexpected-character-after-attribute-value"),e.unget(t),ge.setState(L)),!0}function G(e){var t=e.char();return t===ye.EOF?(ge._parseError("unexpected-eof-after-solidus-in-tag"),e.unget(t),ge.setState(s)):">"===t?(ge._currentToken.selfClosing=!0,ge.setState(s),ge._emitCurrentToken()):(ge._parseError("unexpected-character-after-solidus-in-tag"),e.unget(t),ge.setState(L)),!0}function V(e){var t=e.matchUntil(">");return t=t.replace(/\u0000/g,"�"),e.char(),ge._emitToken({type:"Comment",data:t}),ge.setState(s),!0}function z(e){var t=e.shift(2);if("--"===t)ge._currentToken={type:"Comment",data:""},ge.setState(Q);else{var r=e.shift(5);if(r===ye.EOF||t===ye.EOF)return ge._parseError("expected-dashes-or-doctype"),ge.setState(V),e.unget(t),!0;"DOCTYPE"===(t+=r).toUpperCase()?(ge._currentToken={type:"Doctype",name:"",publicId:null,systemId:null,forceQuirks:!1},ge.setState(K)):ge._tokenHandler.isCdataSectionAllowed()&&"[CDATA["===t?ge.setState($):(ge._parseError("expected-dashes-or-doctype"),e.unget(t),ge.setState(V))}return!0}function $(e){var t=e.matchUntil("]]>");return e.shift(3),t&&ge._emitToken({type:"Characters",data:t}),ge.setState(s),!0}function Q(e){var t=e.char();return t===ye.EOF?(ge._parseError("eof-in-comment"),ge._emitToken(ge._currentToken),e.unget(t),ge.setState(s)):"-"===t?ge.setState(Y):">"===t?(ge._parseError("incorrect-comment"),ge._emitToken(ge._currentToken),ge.setState(s)):"\0"===t?(ge._parseError("invalid-codepoint"),ge._currentToken.data+="�"):(ge._currentToken.data+=t,ge.setState(W)),!0}function Y(e){var t=e.char();return t===ye.EOF?(ge._parseError("eof-in-comment"),ge._emitToken(ge._currentToken),e.unget(t),ge.setState(s)):"-"===t?ge.setState(J):">"===t?(ge._parseError("incorrect-comment"),ge._emitToken(ge._currentToken),ge.setState(s)):"\0"===t?(ge._parseError("invalid-codepoint"),ge._currentToken.data+="�"):(ge._currentToken.data+="-"+t,ge.setState(W)),!0}function W(e){var t=e.char();return t===ye.EOF?(ge._parseError("eof-in-comment"),ge._emitToken(ge._currentToken),e.unget(t),ge.setState(s)):"-"===t?ge.setState(X):"\0"===t?(ge._parseError("invalid-codepoint"),ge._currentToken.data+="�"):(ge._currentToken.data+=t,e.commit()),!0}function X(e){var t=e.char();return t===ye.EOF?(ge._parseError("eof-in-comment-end-dash"),ge._emitToken(ge._currentToken),e.unget(t),ge.setState(s)):"-"===t?ge.setState(J):"\0"===t?(ge._parseError("invalid-codepoint"),ge._currentToken.data+="-�",ge.setState(W)):(ge._currentToken.data+="-"+t+e.matchUntil("\0|-"),e.char()),!0}function J(e){var t=e.char();return t===ye.EOF?(ge._parseError("eof-in-comment-double-dash"),ge._emitToken(ge._currentToken),e.unget(t),ge.setState(s)):">"===t?(ge._emitToken(ge._currentToken),ge.setState(s)):"!"===t?(ge._parseError("unexpected-bang-after-double-dash-in-comment"),ge.setState(Z)):"-"===t?(ge._parseError("unexpected-dash-after-double-dash-in-comment"),ge._currentToken.data+=t):("\0"===t?(ge._parseError("invalid-codepoint"),ge._currentToken.data+="--�"):(ge._parseError("unexpected-char-in-comment"),ge._currentToken.data+="--"+t),ge.setState(W)),!0}function Z(e){var t=e.char();return t===ye.EOF?(ge._parseError("eof-in-comment-end-bang-state"),ge._emitToken(ge._currentToken),e.unget(t),ge.setState(s)):">"===t?(ge._emitToken(ge._currentToken),ge.setState(s)):"-"===t?(ge._currentToken.data+="--!",ge.setState(X)):(ge._currentToken.data+="--!"+t,ge.setState(W)),!0}function K(e){var t=e.char();return t===ye.EOF?(ge._parseError("expected-doctype-name-but-got-eof"),ge._currentToken.forceQuirks=!0,e.unget(t),ge.setState(s),ge._emitCurrentToken()):(fe(t)||(ge._parseError("need-space-after-doctype"),e.unget(t)),ge.setState(ee)),!0}function ee(e){var t=e.char();return t===ye.EOF?(ge._parseError("expected-doctype-name-but-got-eof"),ge._currentToken.forceQuirks=!0,e.unget(t),ge.setState(s),ge._emitCurrentToken()):fe(t)||(">"===t?(ge._parseError("expected-doctype-name-but-got-right-bracket"),ge._currentToken.forceQuirks=!0,ge.setState(s),ge._emitCurrentToken()):(Te(t)&&(t=t.toLowerCase()),ge._currentToken.name=t,ge.setState(te))),!0}function te(e){var t=e.char();return t===ye.EOF?(ge._currentToken.forceQuirks=!0,e.unget(t),ge._parseError("eof-in-doctype-name"),ge.setState(s),ge._emitCurrentToken()):fe(t)?ge.setState(re):">"===t?(ge.setState(s),ge._emitCurrentToken()):(Te(t)&&(t=t.toLowerCase()),ge._currentToken.name+=t,e.commit()),!0}function re(t){var r=t.char();if(r===ye.EOF)ge._currentToken.forceQuirks=!0,t.unget(r),ge._parseError("eof-in-doctype"),ge.setState(s),ge._emitCurrentToken();else if(!fe(r))if(">"===r)ge.setState(s),ge._emitCurrentToken();else{if(-1<["p","P"].indexOf(r)){if([["u","U"],["b","B"],["l","L"],["i","I"],["c","C"]].every(function(e){return r=t.char(),-1"===t?(ge._parseError("unexpected-end-of-doctype"),ge._currentToken.forceQuirks=!0,ge.setState(s),ge._emitCurrentToken()):(ge._parseError("unexpected-char-in-doctype"),ge._currentToken.forceQuirks=!0,ge.setState(me))),!0}function oe(e){var t=e.char();return t===ye.EOF?(ge._parseError("eof-in-doctype"),ge._currentToken.forceQuirks=!0,e.unget(t),ge.setState(s),ge._emitCurrentToken()):'"'===t?ge.setState(se):">"===t?(ge._parseError("unexpected-end-of-doctype"),ge._currentToken.forceQuirks=!0,ge.setState(s),ge._emitCurrentToken()):ge._currentToken.publicId+=t,!0}function ie(e){var t=e.char();return t===ye.EOF?(ge._parseError("eof-in-doctype"),ge._currentToken.forceQuirks=!0,e.unget(t),ge.setState(s),ge._emitCurrentToken()):"'"===t?ge.setState(se):">"===t?(ge._parseError("unexpected-end-of-doctype"),ge._currentToken.forceQuirks=!0,ge.setState(s),ge._emitCurrentToken()):ge._currentToken.publicId+=t,!0}function se(e){var t=e.char();return t===ye.EOF?(ge._parseError("eof-in-doctype"),ge._currentToken.forceQuirks=!0,ge._emitCurrentToken(),e.unget(t),ge.setState(s)):fe(t)?ge.setState(ce):">"===t?(ge.setState(s),ge._emitCurrentToken()):'"'===t?(ge._parseError("unexpected-char-in-doctype"),ge._currentToken.systemId="",ge.setState(ue)):"'"===t?(ge._parseError("unexpected-char-in-doctype"),ge._currentToken.systemId="",ge.setState(de)):(ge._parseError("unexpected-char-in-doctype"),ge._currentToken.forceQuirks=!0,ge.setState(me)),!0}function ce(e){var t=e.char();return t===ye.EOF?(ge._parseError("eof-in-doctype"),ge._currentToken.forceQuirks=!0,ge._emitCurrentToken(),e.unget(t),ge.setState(s)):fe(t)||(">"===t?(ge._emitCurrentToken(),ge.setState(s)):'"'===t?(ge._currentToken.systemId="",ge.setState(ue)):"'"===t?(ge._currentToken.systemId="",ge.setState(de)):(ge._parseError("unexpected-char-in-doctype"),ge._currentToken.forceQuirks=!0,ge.setState(me))),!0}function le(e){var t=e.char();return t===ye.EOF?(ge._parseError("eof-in-doctype"),ge._currentToken.forceQuirks=!0,ge._emitCurrentToken(),e.unget(t),ge.setState(s)):(fe(t)||(("'"===t||'"'===t)&&ge._parseError("unexpected-char-in-doctype"),e.unget(t)),ge.setState(pe)),!0}function pe(e){var t=e.char();return t===ye.EOF?(ge._parseError("eof-in-doctype"),ge._currentToken.forceQuirks=!0,ge._emitCurrentToken(),e.unget(t),ge.setState(s)):fe(t)||('"'===t?(ge._currentToken.systemId="",ge.setState(ue)):"'"===t?(ge._currentToken.systemId="",ge.setState(de)):">"===t?(ge._parseError("unexpected-end-of-doctype"),ge._currentToken.forceQuirks=!0,ge._emitCurrentToken(),ge.setState(s)):(ge._parseError("unexpected-char-in-doctype"),ge._currentToken.forceQuirks=!0,ge.setState(me))),!0}function ue(e){var t=e.char();return t===ye.EOF?(ge._parseError("eof-in-doctype"),ge._currentToken.forceQuirks=!0,ge._emitCurrentToken(),e.unget(t),ge.setState(s)):'"'===t?ge.setState(he):">"===t?(ge._parseError("unexpected-end-of-doctype"),ge._currentToken.forceQuirks=!0,ge._emitCurrentToken(),ge.setState(s)):ge._currentToken.systemId+=t,!0}function de(e){var t=e.char();return t===ye.EOF?(ge._parseError("eof-in-doctype"),ge._currentToken.forceQuirks=!0,ge._emitCurrentToken(),e.unget(t),ge.setState(s)):"'"===t?ge.setState(he):">"===t?(ge._parseError("unexpected-end-of-doctype"),ge._currentToken.forceQuirks=!0,ge._emitCurrentToken(),ge.setState(s)):ge._currentToken.systemId+=t,!0}function he(e){var t=e.char();return t===ye.EOF?(ge._parseError("eof-in-doctype"),ge._currentToken.forceQuirks=!0,ge._emitCurrentToken(),e.unget(t),ge.setState(s)):fe(t)||(">"===t?(ge._emitCurrentToken(),ge.setState(s)):(ge._parseError("unexpected-char-in-doctype"),ge.setState(me))),!0}function me(e){var t=e.char();return t===ye.EOF?(e.unget(t),ge._emitCurrentToken(),ge.setState(s)):">"===t&&(ge._emitCurrentToken(),ge.setState(s)),!0}be.DATA=s,be.RCDATA=a,be.RAWTEXT=i,be.SCRIPT_DATA=c,be.PLAINTEXT=function(e){var t=e.char();if(t===ye.EOF)return ge._emitToken({type:"EOF",data:null}),!1;if("\0"===t)ge._parseError("invalid-codepoint"),ge._emitToken({type:"Characters",data:"�"}),e.commit();else{var r=e.matchUntil("\0");ge._emitToken({type:"Characters",data:t+r})}return!0},this._state=be.DATA,this._inputStream.append(e),this._tokenHandler.startTokenization(this),this._inputStream.eof=!0;for(var ge=this;this._state.call(this,this._inputStream););},Object.defineProperty(be.prototype,"lineNumber",{get:function(){return this._inputStream.location().line}}),Object.defineProperty(be.prototype,"columnNumber",{get:function(){return this._inputStream.location().column}}),r.Tokenizer=be},{"./EntityParser":2,"./InputStream":3}],6:[function(e,t,r){function o(e){return" "===e||"\n"===e||"\t"===e||"\r"===e||"\f"===e}function a(e){for(var t=0;t' instead.","expected-tag-name-but-got-question-mark":"Expected tag name. Got '?' instead. (HTML doesn't support processing instructions.)","expected-tag-name":"Expected tag name. Got something else instead.","expected-closing-tag-but-got-right-bracket":"Expected closing tag. Got '>' instead. Ignoring ''.","expected-closing-tag-but-got-eof":"Expected closing tag. Unexpected end of file.","expected-closing-tag-but-got-char":"Expected closing tag. Unexpected character '{data}' found.","eof-in-tag-name":"Unexpected end of file in the tag name.","expected-attribute-name-but-got-eof":"Unexpected end of file. Expected attribute name instead.","eof-in-attribute-name":"Unexpected end of file in attribute name.","invalid-character-in-attribute-name":"Invalid character in attribute name.","duplicate-attribute":"Dropped duplicate attribute '{name}' on tag.","expected-end-of-tag-but-got-eof":"Unexpected end of file. Expected = or end of tag.","expected-attribute-value-but-got-eof":"Unexpected end of file. Expected attribute value.","expected-attribute-value-but-got-right-bracket":"Expected attribute value. Got '>' instead.","unexpected-character-in-unquoted-attribute-value":"Unexpected character in unquoted attribute","invalid-character-after-attribute-name":"Unexpected character after attribute name.","unexpected-character-after-attribute-value":"Unexpected character after attribute value.","eof-in-attribute-value-double-quote":'Unexpected end of file in attribute value (").',"eof-in-attribute-value-single-quote":"Unexpected end of file in attribute value (').","eof-in-attribute-value-no-quotes":"Unexpected end of file in attribute value.","eof-after-attribute-value":"Unexpected end of file after attribute value.","unexpected-eof-after-solidus-in-tag":"Unexpected end of file in tag. Expected >.","unexpected-character-after-solidus-in-tag":"Unexpected character after / in tag. Expected >.","expected-dashes-or-doctype":"Expected '--' or 'DOCTYPE'. Not found.","unexpected-bang-after-double-dash-in-comment":"Unexpected ! after -- in comment.","incorrect-comment":"Incorrect comment.","eof-in-comment":"Unexpected end of file in comment.","eof-in-comment-end-dash":"Unexpected end of file in comment (-).","unexpected-dash-after-double-dash-in-comment":"Unexpected '-' after '--' found in comment.","eof-in-comment-double-dash":"Unexpected end of file in comment (--).","eof-in-comment-end-bang-state":"Unexpected end of file in comment.","unexpected-char-in-comment":"Unexpected character in comment found.","need-space-after-doctype":"No space after literal string 'DOCTYPE'.","expected-doctype-name-but-got-right-bracket":"Unexpected > character. Expected DOCTYPE name.","expected-doctype-name-but-got-eof":"Unexpected end of file. Expected DOCTYPE name.","eof-in-doctype-name":"Unexpected end of file in DOCTYPE name.","eof-in-doctype":"Unexpected end of file in DOCTYPE.","expected-space-or-right-bracket-in-doctype":"Expected space or '>'. Got '{data}'.","unexpected-end-of-doctype":"Unexpected end of DOCTYPE.","unexpected-char-in-doctype":"Unexpected character in DOCTYPE.","eof-in-bogus-doctype":"Unexpected end of file in bogus doctype.","eof-in-innerhtml":"Unexpected EOF in inner html mode.","unexpected-doctype":"Unexpected DOCTYPE. Ignored.","non-html-root":"html needs to be the first start tag.","expected-doctype-but-got-eof":"Unexpected End of file. Expected DOCTYPE.","unknown-doctype":"Erroneous DOCTYPE. Expected .","quirky-doctype":"Quirky doctype. Expected .","almost-standards-doctype":"Almost standards mode doctype. Expected .","obsolete-doctype":"Obsolete doctype. Expected .","expected-doctype-but-got-chars":"Non-space characters found without seeing a doctype first. Expected e.g. .","expected-doctype-but-got-start-tag":"Start tag seen without seeing a doctype first. Expected e.g. .","expected-doctype-but-got-end-tag":"End tag seen without seeing a doctype first. Expected e.g. .","end-tag-after-implied-root":"Unexpected end tag ({name}) after the (implied) root element.","expected-named-closing-tag-but-got-eof":"Unexpected end of file. Expected end tag ({name}).","two-heads-are-not-better-than-one":"Unexpected start tag head in existing head. Ignored.","unexpected-end-tag":"Unexpected end tag ({name}). Ignored.","unexpected-implied-end-tag":"End tag {name} implied, but there were open elements.","unexpected-start-tag-out-of-my-head":"Unexpected start tag ({name}) that can be in head. Moved.","unexpected-start-tag":"Unexpected start tag ({name}).","missing-end-tag":"Missing end tag ({name}).","missing-end-tags":"Missing end tags ({name}).","unexpected-start-tag-implies-end-tag":"Unexpected start tag ({startName}) implies end tag ({endName}).","unexpected-start-tag-treated-as":"Unexpected start tag ({originalName}). Treated as {newName}.","deprecated-tag":"Unexpected start tag {name}. Don't use it!","unexpected-start-tag-ignored":"Unexpected start tag {name}. Ignored.","expected-one-end-tag-but-got-another":"Unexpected end tag ({gotName}). Missing end tag ({expectedName}).","end-tag-too-early":"End tag ({name}) seen too early. Expected other end tag.","end-tag-too-early-named":"Unexpected end tag ({gotName}). Expected end tag ({expectedName}.","end-tag-too-early-ignored":"End tag ({name}) seen too early. Ignored.","adoption-agency-1.1":"End tag ({name}) violates step 1, paragraph 1 of the adoption agency algorithm.","adoption-agency-1.2":"End tag ({name}) violates step 1, paragraph 2 of the adoption agency algorithm.","adoption-agency-1.3":"End tag ({name}) violates step 1, paragraph 3 of the adoption agency algorithm.","adoption-agency-4.4":"End tag ({name}) violates step 4, paragraph 4 of the adoption agency algorithm.","unexpected-end-tag-treated-as":"Unexpected end tag ({originalName}). Treated as {newName}.","no-end-tag":"This element ({name}) has no end tag.","unexpected-implied-end-tag-in-table":"Unexpected implied end tag ({name}) in the table phase.","unexpected-implied-end-tag-in-table-body":"Unexpected implied end tag ({name}) in the table body phase.","unexpected-char-implies-table-voodoo":"Unexpected non-space characters in table context caused voodoo mode.","unexpected-hidden-input-in-table":"Unexpected input with type hidden in table context.","unexpected-form-in-table":"Unexpected form in table context.","unexpected-start-tag-implies-table-voodoo":"Unexpected start tag ({name}) in table context caused voodoo mode.","unexpected-end-tag-implies-table-voodoo":"Unexpected end tag ({name}) in table context caused voodoo mode.","unexpected-cell-in-table-body":"Unexpected table cell start tag ({name}) in the table body phase.","unexpected-cell-end-tag":"Got table cell end tag ({name}) while required end tags are missing.","unexpected-end-tag-in-table-body":"Unexpected end tag ({name}) in the table body phase. Ignored.","unexpected-implied-end-tag-in-table-row":"Unexpected implied end tag ({name}) in the table row phase.","unexpected-end-tag-in-table-row":"Unexpected end tag ({name}) in the table row phase. Ignored.","unexpected-select-in-select":"Unexpected select start tag in the select phase treated as select end tag.","unexpected-input-in-select":"Unexpected input start tag in the select phase.","unexpected-start-tag-in-select":"Unexpected start tag token ({name}) in the select phase. Ignored.","unexpected-end-tag-in-select":"Unexpected end tag ({name}) in the select phase. Ignored.","unexpected-table-element-start-tag-in-select-in-table":"Unexpected table element start tag ({name}) in the select in table phase.","unexpected-table-element-end-tag-in-select-in-table":"Unexpected table element end tag ({name}) in the select in table phase.","unexpected-char-after-body":"Unexpected non-space characters in the after body phase.","unexpected-start-tag-after-body":"Unexpected start tag token ({name}) in the after body phase.","unexpected-end-tag-after-body":"Unexpected end tag token ({name}) in the after body phase.","unexpected-char-in-frameset":"Unepxected characters in the frameset phase. Characters ignored.","unexpected-start-tag-in-frameset":"Unexpected start tag token ({name}) in the frameset phase. Ignored.","unexpected-frameset-in-frameset-innerhtml":"Unexpected end tag token (frameset in the frameset phase (innerHTML).","unexpected-end-tag-in-frameset":"Unexpected end tag token ({name}) in the frameset phase. Ignored.","unexpected-char-after-frameset":"Unexpected non-space characters in the after frameset phase. Ignored.","unexpected-start-tag-after-frameset":"Unexpected start tag ({name}) in the after frameset phase. Ignored.","unexpected-end-tag-after-frameset":"Unexpected end tag ({name}) in the after frameset phase. Ignored.","expected-eof-but-got-char":"Unexpected non-space characters. Expected end of file.","expected-eof-but-got-start-tag":"Unexpected start tag ({name}). Expected end of file.","expected-eof-but-got-end-tag":"Unexpected end tag ({name}). Expected end of file.","unexpected-end-table-in-caption":"Unexpected end table tag in caption. Generates implied end caption.","end-html-in-innerhtml":"Unexpected html end tag in inner html mode.","eof-in-table":"Unexpected end of file. Expected table content.","eof-in-script":"Unexpected end of file. Expected script content.","non-void-element-with-trailing-solidus":"Trailing solidus not allowed on element {name}.","unexpected-html-element-in-foreign-content":'HTML start tag "{name}" in a foreign namespace context.',"unexpected-start-tag-in-table":"Unexpected {name}. Expected table content."}},{}],9:[function(e,t,r){function n(){this.contentHandler=null,this._errorHandler=null,this._treeBuilder=new a,this._tokenizer=new o(this._treeBuilder),this._scriptingEnabled=!1}var a=e("./SAXTreeBuilder").SAXTreeBuilder,o=e("../Tokenizer").Tokenizer,i=e("./TreeParser").TreeParser;n.prototype.parse=function(e){this._tokenizer.tokenize(e);var t=this._treeBuilder.document;t&&new i(this.contentHandler).parse(t)},n.prototype.parseFragment=function(e,t){this._treeBuilder.setFragmentContext(t),this._tokenizer.tokenize(e);var r=this._treeBuilder.getFragment();r&&new i(this.contentHandler).parse(r)},Object.defineProperty(n.prototype,"scriptingEnabled",{get:function(){return this._scriptingEnabled},set:function(e){this._scriptingEnabled=e,this._treeBuilder.scriptingEnabled=e}}),Object.defineProperty(n.prototype,"errorHandler",{get:function(){return this._errorHandler},set:function(e){this._errorHandler=e,this._treeBuilder.errorHandler=e}}),r.SAXParser=n},{"../Tokenizer":5,"./SAXTreeBuilder":10,"./TreeParser":11}],10:[function(e,t,r){function n(){m.call(this)}function a(e,t){for(var r=0;r",gt:">","GT;":">",GT:">","Gt;":"≫","gtdot;":"⋗","gtlPar;":"⦕","gtquest;":"⩼","gtrapprox;":"⪆","gtrarr;":"⥸","gtrdot;":"⋗","gtreqless;":"⋛","gtreqqless;":"⪌","gtrless;":"≷","gtrsim;":"≳","gvertneqq;":"≩︀","gvnE;":"≩︀","Hacek;":"ˇ","hairsp;":" ","half;":"½","hamilt;":"ℋ","HARDcy;":"Ъ","hardcy;":"ъ","harrcir;":"⥈","harr;":"↔","hArr;":"⇔","harrw;":"↭","Hat;":"^","hbar;":"ℏ","Hcirc;":"Ĥ","hcirc;":"ĥ","hearts;":"♥","heartsuit;":"♥","hellip;":"…","hercon;":"⊹","hfr;":"𝔥","Hfr;":"ℌ","HilbertSpace;":"ℋ","hksearow;":"⤥","hkswarow;":"⤦","hoarr;":"⇿","homtht;":"∻","hookleftarrow;":"↩","hookrightarrow;":"↪","hopf;":"𝕙","Hopf;":"ℍ","horbar;":"―","HorizontalLine;":"─","hscr;":"𝒽","Hscr;":"ℋ","hslash;":"ℏ","Hstrok;":"Ħ","hstrok;":"ħ","HumpDownHump;":"≎","HumpEqual;":"≏","hybull;":"⁃","hyphen;":"‐","Iacute;":"Í",Iacute:"Í","iacute;":"í",iacute:"í","ic;":"⁣","Icirc;":"Î",Icirc:"Î","icirc;":"î",icirc:"î","Icy;":"И","icy;":"и","Idot;":"İ","IEcy;":"Е","iecy;":"е","iexcl;":"¡",iexcl:"¡","iff;":"⇔","ifr;":"𝔦","Ifr;":"ℑ","Igrave;":"Ì",Igrave:"Ì","igrave;":"ì",igrave:"ì","ii;":"ⅈ","iiiint;":"⨌","iiint;":"∭","iinfin;":"⧜","iiota;":"℩","IJlig;":"IJ","ijlig;":"ij","Imacr;":"Ī","imacr;":"ī","image;":"ℑ","ImaginaryI;":"ⅈ","imagline;":"ℐ","imagpart;":"ℑ","imath;":"ı","Im;":"ℑ","imof;":"⊷","imped;":"Ƶ","Implies;":"⇒","incare;":"℅","in;":"∈","infin;":"∞","infintie;":"⧝","inodot;":"ı","intcal;":"⊺","int;":"∫","Int;":"∬","integers;":"ℤ","Integral;":"∫","intercal;":"⊺","Intersection;":"⋂","intlarhk;":"⨗","intprod;":"⨼","InvisibleComma;":"⁣","InvisibleTimes;":"⁢","IOcy;":"Ё","iocy;":"ё","Iogon;":"Į","iogon;":"į","Iopf;":"𝕀","iopf;":"𝕚","Iota;":"Ι","iota;":"ι","iprod;":"⨼","iquest;":"¿",iquest:"¿","iscr;":"𝒾","Iscr;":"ℐ","isin;":"∈","isindot;":"⋵","isinE;":"⋹","isins;":"⋴","isinsv;":"⋳","isinv;":"∈","it;":"⁢","Itilde;":"Ĩ","itilde;":"ĩ","Iukcy;":"І","iukcy;":"і","Iuml;":"Ï",Iuml:"Ï","iuml;":"ï",iuml:"ï","Jcirc;":"Ĵ","jcirc;":"ĵ","Jcy;":"Й","jcy;":"й","Jfr;":"𝔍","jfr;":"𝔧","jmath;":"ȷ","Jopf;":"𝕁","jopf;":"𝕛","Jscr;":"𝒥","jscr;":"𝒿","Jsercy;":"Ј","jsercy;":"ј","Jukcy;":"Є","jukcy;":"є","Kappa;":"Κ","kappa;":"κ","kappav;":"ϰ","Kcedil;":"Ķ","kcedil;":"ķ","Kcy;":"К","kcy;":"к","Kfr;":"𝔎","kfr;":"𝔨","kgreen;":"ĸ","KHcy;":"Х","khcy;":"х","KJcy;":"Ќ","kjcy;":"ќ","Kopf;":"𝕂","kopf;":"𝕜","Kscr;":"𝒦","kscr;":"𝓀","lAarr;":"⇚","Lacute;":"Ĺ","lacute;":"ĺ","laemptyv;":"⦴","lagran;":"ℒ","Lambda;":"Λ","lambda;":"λ","lang;":"⟨","Lang;":"⟪","langd;":"⦑","langle;":"⟨","lap;":"⪅","Laplacetrf;":"ℒ","laquo;":"«",laquo:"«","larrb;":"⇤","larrbfs;":"⤟","larr;":"←","Larr;":"↞","lArr;":"⇐","larrfs;":"⤝","larrhk;":"↩","larrlp;":"↫","larrpl;":"⤹","larrsim;":"⥳","larrtl;":"↢","latail;":"⤙","lAtail;":"⤛","lat;":"⪫","late;":"⪭","lates;":"⪭︀","lbarr;":"⤌","lBarr;":"⤎","lbbrk;":"❲","lbrace;":"{","lbrack;":"[","lbrke;":"⦋","lbrksld;":"⦏","lbrkslu;":"⦍","Lcaron;":"Ľ","lcaron;":"ľ","Lcedil;":"Ļ","lcedil;":"ļ","lceil;":"⌈","lcub;":"{","Lcy;":"Л","lcy;":"л","ldca;":"⤶","ldquo;":"“","ldquor;":"„","ldrdhar;":"⥧","ldrushar;":"⥋","ldsh;":"↲","le;":"≤","lE;":"≦","LeftAngleBracket;":"⟨","LeftArrowBar;":"⇤","leftarrow;":"←","LeftArrow;":"←","Leftarrow;":"⇐","LeftArrowRightArrow;":"⇆","leftarrowtail;":"↢","LeftCeiling;":"⌈","LeftDoubleBracket;":"⟦","LeftDownTeeVector;":"⥡","LeftDownVectorBar;":"⥙","LeftDownVector;":"⇃","LeftFloor;":"⌊","leftharpoondown;":"↽","leftharpoonup;":"↼","leftleftarrows;":"⇇","leftrightarrow;":"↔","LeftRightArrow;":"↔","Leftrightarrow;":"⇔","leftrightarrows;":"⇆","leftrightharpoons;":"⇋","leftrightsquigarrow;":"↭","LeftRightVector;":"⥎","LeftTeeArrow;":"↤","LeftTee;":"⊣","LeftTeeVector;":"⥚","leftthreetimes;":"⋋","LeftTriangleBar;":"⧏","LeftTriangle;":"⊲","LeftTriangleEqual;":"⊴","LeftUpDownVector;":"⥑","LeftUpTeeVector;":"⥠","LeftUpVectorBar;":"⥘","LeftUpVector;":"↿","LeftVectorBar;":"⥒","LeftVector;":"↼","lEg;":"⪋","leg;":"⋚","leq;":"≤","leqq;":"≦","leqslant;":"⩽","lescc;":"⪨","les;":"⩽","lesdot;":"⩿","lesdoto;":"⪁","lesdotor;":"⪃","lesg;":"⋚︀","lesges;":"⪓","lessapprox;":"⪅","lessdot;":"⋖","lesseqgtr;":"⋚","lesseqqgtr;":"⪋","LessEqualGreater;":"⋚","LessFullEqual;":"≦","LessGreater;":"≶","lessgtr;":"≶","LessLess;":"⪡","lesssim;":"≲","LessSlantEqual;":"⩽","LessTilde;":"≲","lfisht;":"⥼","lfloor;":"⌊","Lfr;":"𝔏","lfr;":"𝔩","lg;":"≶","lgE;":"⪑","lHar;":"⥢","lhard;":"↽","lharu;":"↼","lharul;":"⥪","lhblk;":"▄","LJcy;":"Љ","ljcy;":"љ","llarr;":"⇇","ll;":"≪","Ll;":"⋘","llcorner;":"⌞","Lleftarrow;":"⇚","llhard;":"⥫","lltri;":"◺","Lmidot;":"Ŀ","lmidot;":"ŀ","lmoustache;":"⎰","lmoust;":"⎰","lnap;":"⪉","lnapprox;":"⪉","lne;":"⪇","lnE;":"≨","lneq;":"⪇","lneqq;":"≨","lnsim;":"⋦","loang;":"⟬","loarr;":"⇽","lobrk;":"⟦","longleftarrow;":"⟵","LongLeftArrow;":"⟵","Longleftarrow;":"⟸","longleftrightarrow;":"⟷","LongLeftRightArrow;":"⟷","Longleftrightarrow;":"⟺","longmapsto;":"⟼","longrightarrow;":"⟶","LongRightArrow;":"⟶","Longrightarrow;":"⟹","looparrowleft;":"↫","looparrowright;":"↬","lopar;":"⦅","Lopf;":"𝕃","lopf;":"𝕝","loplus;":"⨭","lotimes;":"⨴","lowast;":"∗","lowbar;":"_","LowerLeftArrow;":"↙","LowerRightArrow;":"↘","loz;":"◊","lozenge;":"◊","lozf;":"⧫","lpar;":"(","lparlt;":"⦓","lrarr;":"⇆","lrcorner;":"⌟","lrhar;":"⇋","lrhard;":"⥭","lrm;":"‎","lrtri;":"⊿","lsaquo;":"‹","lscr;":"𝓁","Lscr;":"ℒ","lsh;":"↰","Lsh;":"↰","lsim;":"≲","lsime;":"⪍","lsimg;":"⪏","lsqb;":"[","lsquo;":"‘","lsquor;":"‚","Lstrok;":"Ł","lstrok;":"ł","ltcc;":"⪦","ltcir;":"⩹","lt;":"<",lt:"<","LT;":"<",LT:"<","Lt;":"≪","ltdot;":"⋖","lthree;":"⋋","ltimes;":"⋉","ltlarr;":"⥶","ltquest;":"⩻","ltri;":"◃","ltrie;":"⊴","ltrif;":"◂","ltrPar;":"⦖","lurdshar;":"⥊","luruhar;":"⥦","lvertneqq;":"≨︀","lvnE;":"≨︀","macr;":"¯",macr:"¯","male;":"♂","malt;":"✠","maltese;":"✠","Map;":"⤅","map;":"↦","mapsto;":"↦","mapstodown;":"↧","mapstoleft;":"↤","mapstoup;":"↥","marker;":"▮","mcomma;":"⨩","Mcy;":"М","mcy;":"м","mdash;":"—","mDDot;":"∺","measuredangle;":"∡","MediumSpace;":" ","Mellintrf;":"ℳ","Mfr;":"𝔐","mfr;":"𝔪","mho;":"℧","micro;":"µ",micro:"µ","midast;":"*","midcir;":"⫰","mid;":"∣","middot;":"·",middot:"·","minusb;":"⊟","minus;":"−","minusd;":"∸","minusdu;":"⨪","MinusPlus;":"∓","mlcp;":"⫛","mldr;":"…","mnplus;":"∓","models;":"⊧","Mopf;":"𝕄","mopf;":"𝕞","mp;":"∓","mscr;":"𝓂","Mscr;":"ℳ","mstpos;":"∾","Mu;":"Μ","mu;":"μ","multimap;":"⊸","mumap;":"⊸","nabla;":"∇","Nacute;":"Ń","nacute;":"ń","nang;":"∠⃒","nap;":"≉","napE;":"⩰̸","napid;":"≋̸","napos;":"ʼn","napprox;":"≉","natural;":"♮","naturals;":"ℕ","natur;":"♮","nbsp;":" ",nbsp:" ","nbump;":"≎̸","nbumpe;":"≏̸","ncap;":"⩃","Ncaron;":"Ň","ncaron;":"ň","Ncedil;":"Ņ","ncedil;":"ņ","ncong;":"≇","ncongdot;":"⩭̸","ncup;":"⩂","Ncy;":"Н","ncy;":"н","ndash;":"–","nearhk;":"⤤","nearr;":"↗","neArr;":"⇗","nearrow;":"↗","ne;":"≠","nedot;":"≐̸","NegativeMediumSpace;":"​","NegativeThickSpace;":"​","NegativeThinSpace;":"​","NegativeVeryThinSpace;":"​","nequiv;":"≢","nesear;":"⤨","nesim;":"≂̸","NestedGreaterGreater;":"≫","NestedLessLess;":"≪","NewLine;":"\n","nexist;":"∄","nexists;":"∄","Nfr;":"𝔑","nfr;":"𝔫","ngE;":"≧̸","nge;":"≱","ngeq;":"≱","ngeqq;":"≧̸","ngeqslant;":"⩾̸","nges;":"⩾̸","nGg;":"⋙̸","ngsim;":"≵","nGt;":"≫⃒","ngt;":"≯","ngtr;":"≯","nGtv;":"≫̸","nharr;":"↮","nhArr;":"⇎","nhpar;":"⫲","ni;":"∋","nis;":"⋼","nisd;":"⋺","niv;":"∋","NJcy;":"Њ","njcy;":"њ","nlarr;":"↚","nlArr;":"⇍","nldr;":"‥","nlE;":"≦̸","nle;":"≰","nleftarrow;":"↚","nLeftarrow;":"⇍","nleftrightarrow;":"↮","nLeftrightarrow;":"⇎","nleq;":"≰","nleqq;":"≦̸","nleqslant;":"⩽̸","nles;":"⩽̸","nless;":"≮","nLl;":"⋘̸","nlsim;":"≴","nLt;":"≪⃒","nlt;":"≮","nltri;":"⋪","nltrie;":"⋬","nLtv;":"≪̸","nmid;":"∤","NoBreak;":"⁠","NonBreakingSpace;":" ","nopf;":"𝕟","Nopf;":"ℕ","Not;":"⫬","not;":"¬",not:"¬","NotCongruent;":"≢","NotCupCap;":"≭","NotDoubleVerticalBar;":"∦","NotElement;":"∉","NotEqual;":"≠","NotEqualTilde;":"≂̸","NotExists;":"∄","NotGreater;":"≯","NotGreaterEqual;":"≱","NotGreaterFullEqual;":"≧̸","NotGreaterGreater;":"≫̸","NotGreaterLess;":"≹","NotGreaterSlantEqual;":"⩾̸","NotGreaterTilde;":"≵","NotHumpDownHump;":"≎̸","NotHumpEqual;":"≏̸","notin;":"∉","notindot;":"⋵̸","notinE;":"⋹̸","notinva;":"∉","notinvb;":"⋷","notinvc;":"⋶","NotLeftTriangleBar;":"⧏̸","NotLeftTriangle;":"⋪","NotLeftTriangleEqual;":"⋬","NotLess;":"≮","NotLessEqual;":"≰","NotLessGreater;":"≸","NotLessLess;":"≪̸","NotLessSlantEqual;":"⩽̸","NotLessTilde;":"≴","NotNestedGreaterGreater;":"⪢̸","NotNestedLessLess;":"⪡̸","notni;":"∌","notniva;":"∌","notnivb;":"⋾","notnivc;":"⋽","NotPrecedes;":"⊀","NotPrecedesEqual;":"⪯̸","NotPrecedesSlantEqual;":"⋠","NotReverseElement;":"∌","NotRightTriangleBar;":"⧐̸","NotRightTriangle;":"⋫","NotRightTriangleEqual;":"⋭","NotSquareSubset;":"⊏̸","NotSquareSubsetEqual;":"⋢","NotSquareSuperset;":"⊐̸","NotSquareSupersetEqual;":"⋣","NotSubset;":"⊂⃒","NotSubsetEqual;":"⊈","NotSucceeds;":"⊁","NotSucceedsEqual;":"⪰̸","NotSucceedsSlantEqual;":"⋡","NotSucceedsTilde;":"≿̸","NotSuperset;":"⊃⃒","NotSupersetEqual;":"⊉","NotTilde;":"≁","NotTildeEqual;":"≄","NotTildeFullEqual;":"≇","NotTildeTilde;":"≉","NotVerticalBar;":"∤","nparallel;":"∦","npar;":"∦","nparsl;":"⫽⃥","npart;":"∂̸","npolint;":"⨔","npr;":"⊀","nprcue;":"⋠","nprec;":"⊀","npreceq;":"⪯̸","npre;":"⪯̸","nrarrc;":"⤳̸","nrarr;":"↛","nrArr;":"⇏","nrarrw;":"↝̸","nrightarrow;":"↛","nRightarrow;":"⇏","nrtri;":"⋫","nrtrie;":"⋭","nsc;":"⊁","nsccue;":"⋡","nsce;":"⪰̸","Nscr;":"𝒩","nscr;":"𝓃","nshortmid;":"∤","nshortparallel;":"∦","nsim;":"≁","nsime;":"≄","nsimeq;":"≄","nsmid;":"∤","nspar;":"∦","nsqsube;":"⋢","nsqsupe;":"⋣","nsub;":"⊄","nsubE;":"⫅̸","nsube;":"⊈","nsubset;":"⊂⃒","nsubseteq;":"⊈","nsubseteqq;":"⫅̸","nsucc;":"⊁","nsucceq;":"⪰̸","nsup;":"⊅","nsupE;":"⫆̸","nsupe;":"⊉","nsupset;":"⊃⃒","nsupseteq;":"⊉","nsupseteqq;":"⫆̸","ntgl;":"≹","Ntilde;":"Ñ",Ntilde:"Ñ","ntilde;":"ñ",ntilde:"ñ","ntlg;":"≸","ntriangleleft;":"⋪","ntrianglelefteq;":"⋬","ntriangleright;":"⋫","ntrianglerighteq;":"⋭","Nu;":"Ν","nu;":"ν","num;":"#","numero;":"№","numsp;":" ","nvap;":"≍⃒","nvdash;":"⊬","nvDash;":"⊭","nVdash;":"⊮","nVDash;":"⊯","nvge;":"≥⃒","nvgt;":">⃒","nvHarr;":"⤄","nvinfin;":"⧞","nvlArr;":"⤂","nvle;":"≤⃒","nvlt;":"<⃒","nvltrie;":"⊴⃒","nvrArr;":"⤃","nvrtrie;":"⊵⃒","nvsim;":"∼⃒","nwarhk;":"⤣","nwarr;":"↖","nwArr;":"⇖","nwarrow;":"↖","nwnear;":"⤧","Oacute;":"Ó",Oacute:"Ó","oacute;":"ó",oacute:"ó","oast;":"⊛","Ocirc;":"Ô",Ocirc:"Ô","ocirc;":"ô",ocirc:"ô","ocir;":"⊚","Ocy;":"О","ocy;":"о","odash;":"⊝","Odblac;":"Ő","odblac;":"ő","odiv;":"⨸","odot;":"⊙","odsold;":"⦼","OElig;":"Œ","oelig;":"œ","ofcir;":"⦿","Ofr;":"𝔒","ofr;":"𝔬","ogon;":"˛","Ograve;":"Ò",Ograve:"Ò","ograve;":"ò",ograve:"ò","ogt;":"⧁","ohbar;":"⦵","ohm;":"Ω","oint;":"∮","olarr;":"↺","olcir;":"⦾","olcross;":"⦻","oline;":"‾","olt;":"⧀","Omacr;":"Ō","omacr;":"ō","Omega;":"Ω","omega;":"ω","Omicron;":"Ο","omicron;":"ο","omid;":"⦶","ominus;":"⊖","Oopf;":"𝕆","oopf;":"𝕠","opar;":"⦷","OpenCurlyDoubleQuote;":"“","OpenCurlyQuote;":"‘","operp;":"⦹","oplus;":"⊕","orarr;":"↻","Or;":"⩔","or;":"∨","ord;":"⩝","order;":"ℴ","orderof;":"ℴ","ordf;":"ª",ordf:"ª","ordm;":"º",ordm:"º","origof;":"⊶","oror;":"⩖","orslope;":"⩗","orv;":"⩛","oS;":"Ⓢ","Oscr;":"𝒪","oscr;":"ℴ","Oslash;":"Ø",Oslash:"Ø","oslash;":"ø",oslash:"ø","osol;":"⊘","Otilde;":"Õ",Otilde:"Õ","otilde;":"õ",otilde:"õ","otimesas;":"⨶","Otimes;":"⨷","otimes;":"⊗","Ouml;":"Ö",Ouml:"Ö","ouml;":"ö",ouml:"ö","ovbar;":"⌽","OverBar;":"‾","OverBrace;":"⏞","OverBracket;":"⎴","OverParenthesis;":"⏜","para;":"¶",para:"¶","parallel;":"∥","par;":"∥","parsim;":"⫳","parsl;":"⫽","part;":"∂","PartialD;":"∂","Pcy;":"П","pcy;":"п","percnt;":"%","period;":".","permil;":"‰","perp;":"⊥","pertenk;":"‱","Pfr;":"𝔓","pfr;":"𝔭","Phi;":"Φ","phi;":"φ","phiv;":"ϕ","phmmat;":"ℳ","phone;":"☎","Pi;":"Π","pi;":"π","pitchfork;":"⋔","piv;":"ϖ","planck;":"ℏ","planckh;":"ℎ","plankv;":"ℏ","plusacir;":"⨣","plusb;":"⊞","pluscir;":"⨢","plus;":"+","plusdo;":"∔","plusdu;":"⨥","pluse;":"⩲","PlusMinus;":"±","plusmn;":"±",plusmn:"±","plussim;":"⨦","plustwo;":"⨧","pm;":"±","Poincareplane;":"ℌ","pointint;":"⨕","popf;":"𝕡","Popf;":"ℙ","pound;":"£",pound:"£","prap;":"⪷","Pr;":"⪻","pr;":"≺","prcue;":"≼","precapprox;":"⪷","prec;":"≺","preccurlyeq;":"≼","Precedes;":"≺","PrecedesEqual;":"⪯","PrecedesSlantEqual;":"≼","PrecedesTilde;":"≾","preceq;":"⪯","precnapprox;":"⪹","precneqq;":"⪵","precnsim;":"⋨","pre;":"⪯","prE;":"⪳","precsim;":"≾","prime;":"′","Prime;":"″","primes;":"ℙ","prnap;":"⪹","prnE;":"⪵","prnsim;":"⋨","prod;":"∏","Product;":"∏","profalar;":"⌮","profline;":"⌒","profsurf;":"⌓","prop;":"∝","Proportional;":"∝","Proportion;":"∷","propto;":"∝","prsim;":"≾","prurel;":"⊰","Pscr;":"𝒫","pscr;":"𝓅","Psi;":"Ψ","psi;":"ψ","puncsp;":" ","Qfr;":"𝔔","qfr;":"𝔮","qint;":"⨌","qopf;":"𝕢","Qopf;":"ℚ","qprime;":"⁗","Qscr;":"𝒬","qscr;":"𝓆","quaternions;":"ℍ","quatint;":"⨖","quest;":"?","questeq;":"≟","quot;":'"',quot:'"',"QUOT;":'"',QUOT:'"',"rAarr;":"⇛","race;":"∽̱","Racute;":"Ŕ","racute;":"ŕ","radic;":"√","raemptyv;":"⦳","rang;":"⟩","Rang;":"⟫","rangd;":"⦒","range;":"⦥","rangle;":"⟩","raquo;":"»",raquo:"»","rarrap;":"⥵","rarrb;":"⇥","rarrbfs;":"⤠","rarrc;":"⤳","rarr;":"→","Rarr;":"↠","rArr;":"⇒","rarrfs;":"⤞","rarrhk;":"↪","rarrlp;":"↬","rarrpl;":"⥅","rarrsim;":"⥴","Rarrtl;":"⤖","rarrtl;":"↣","rarrw;":"↝","ratail;":"⤚","rAtail;":"⤜","ratio;":"∶","rationals;":"ℚ","rbarr;":"⤍","rBarr;":"⤏","RBarr;":"⤐","rbbrk;":"❳","rbrace;":"}","rbrack;":"]","rbrke;":"⦌","rbrksld;":"⦎","rbrkslu;":"⦐","Rcaron;":"Ř","rcaron;":"ř","Rcedil;":"Ŗ","rcedil;":"ŗ","rceil;":"⌉","rcub;":"}","Rcy;":"Р","rcy;":"р","rdca;":"⤷","rdldhar;":"⥩","rdquo;":"”","rdquor;":"”","rdsh;":"↳","real;":"ℜ","realine;":"ℛ","realpart;":"ℜ","reals;":"ℝ","Re;":"ℜ","rect;":"▭","reg;":"®",reg:"®","REG;":"®",REG:"®","ReverseElement;":"∋","ReverseEquilibrium;":"⇋","ReverseUpEquilibrium;":"⥯","rfisht;":"⥽","rfloor;":"⌋","rfr;":"𝔯","Rfr;":"ℜ","rHar;":"⥤","rhard;":"⇁","rharu;":"⇀","rharul;":"⥬","Rho;":"Ρ","rho;":"ρ","rhov;":"ϱ","RightAngleBracket;":"⟩","RightArrowBar;":"⇥","rightarrow;":"→","RightArrow;":"→","Rightarrow;":"⇒","RightArrowLeftArrow;":"⇄","rightarrowtail;":"↣","RightCeiling;":"⌉","RightDoubleBracket;":"⟧","RightDownTeeVector;":"⥝","RightDownVectorBar;":"⥕","RightDownVector;":"⇂","RightFloor;":"⌋","rightharpoondown;":"⇁","rightharpoonup;":"⇀","rightleftarrows;":"⇄","rightleftharpoons;":"⇌","rightrightarrows;":"⇉","rightsquigarrow;":"↝","RightTeeArrow;":"↦","RightTee;":"⊢","RightTeeVector;":"⥛","rightthreetimes;":"⋌","RightTriangleBar;":"⧐","RightTriangle;":"⊳","RightTriangleEqual;":"⊵","RightUpDownVector;":"⥏","RightUpTeeVector;":"⥜","RightUpVectorBar;":"⥔","RightUpVector;":"↾","RightVectorBar;":"⥓","RightVector;":"⇀","ring;":"˚","risingdotseq;":"≓","rlarr;":"⇄","rlhar;":"⇌","rlm;":"‏","rmoustache;":"⎱","rmoust;":"⎱","rnmid;":"⫮","roang;":"⟭","roarr;":"⇾","robrk;":"⟧","ropar;":"⦆","ropf;":"𝕣","Ropf;":"ℝ","roplus;":"⨮","rotimes;":"⨵","RoundImplies;":"⥰","rpar;":")","rpargt;":"⦔","rppolint;":"⨒","rrarr;":"⇉","Rrightarrow;":"⇛","rsaquo;":"›","rscr;":"𝓇","Rscr;":"ℛ","rsh;":"↱","Rsh;":"↱","rsqb;":"]","rsquo;":"’","rsquor;":"’","rthree;":"⋌","rtimes;":"⋊","rtri;":"▹","rtrie;":"⊵","rtrif;":"▸","rtriltri;":"⧎","RuleDelayed;":"⧴","ruluhar;":"⥨","rx;":"℞","Sacute;":"Ś","sacute;":"ś","sbquo;":"‚","scap;":"⪸","Scaron;":"Š","scaron;":"š","Sc;":"⪼","sc;":"≻","sccue;":"≽","sce;":"⪰","scE;":"⪴","Scedil;":"Ş","scedil;":"ş","Scirc;":"Ŝ","scirc;":"ŝ","scnap;":"⪺","scnE;":"⪶","scnsim;":"⋩","scpolint;":"⨓","scsim;":"≿","Scy;":"С","scy;":"с","sdotb;":"⊡","sdot;":"⋅","sdote;":"⩦","searhk;":"⤥","searr;":"↘","seArr;":"⇘","searrow;":"↘","sect;":"§",sect:"§","semi;":";","seswar;":"⤩","setminus;":"∖","setmn;":"∖","sext;":"✶","Sfr;":"𝔖","sfr;":"𝔰","sfrown;":"⌢","sharp;":"♯","SHCHcy;":"Щ","shchcy;":"щ","SHcy;":"Ш","shcy;":"ш","ShortDownArrow;":"↓","ShortLeftArrow;":"←","shortmid;":"∣","shortparallel;":"∥","ShortRightArrow;":"→","ShortUpArrow;":"↑","shy;":"­",shy:"­","Sigma;":"Σ","sigma;":"σ","sigmaf;":"ς","sigmav;":"ς","sim;":"∼","simdot;":"⩪","sime;":"≃","simeq;":"≃","simg;":"⪞","simgE;":"⪠","siml;":"⪝","simlE;":"⪟","simne;":"≆","simplus;":"⨤","simrarr;":"⥲","slarr;":"←","SmallCircle;":"∘","smallsetminus;":"∖","smashp;":"⨳","smeparsl;":"⧤","smid;":"∣","smile;":"⌣","smt;":"⪪","smte;":"⪬","smtes;":"⪬︀","SOFTcy;":"Ь","softcy;":"ь","solbar;":"⌿","solb;":"⧄","sol;":"/","Sopf;":"𝕊","sopf;":"𝕤","spades;":"♠","spadesuit;":"♠","spar;":"∥","sqcap;":"⊓","sqcaps;":"⊓︀","sqcup;":"⊔","sqcups;":"⊔︀","Sqrt;":"√","sqsub;":"⊏","sqsube;":"⊑","sqsubset;":"⊏","sqsubseteq;":"⊑","sqsup;":"⊐","sqsupe;":"⊒","sqsupset;":"⊐","sqsupseteq;":"⊒","square;":"□","Square;":"□","SquareIntersection;":"⊓","SquareSubset;":"⊏","SquareSubsetEqual;":"⊑","SquareSuperset;":"⊐","SquareSupersetEqual;":"⊒","SquareUnion;":"⊔","squarf;":"▪","squ;":"□","squf;":"▪","srarr;":"→","Sscr;":"𝒮","sscr;":"𝓈","ssetmn;":"∖","ssmile;":"⌣","sstarf;":"⋆","Star;":"⋆","star;":"☆","starf;":"★","straightepsilon;":"ϵ","straightphi;":"ϕ","strns;":"¯","sub;":"⊂","Sub;":"⋐","subdot;":"⪽","subE;":"⫅","sube;":"⊆","subedot;":"⫃","submult;":"⫁","subnE;":"⫋","subne;":"⊊","subplus;":"⪿","subrarr;":"⥹","subset;":"⊂","Subset;":"⋐","subseteq;":"⊆","subseteqq;":"⫅","SubsetEqual;":"⊆","subsetneq;":"⊊","subsetneqq;":"⫋","subsim;":"⫇","subsub;":"⫕","subsup;":"⫓","succapprox;":"⪸","succ;":"≻","succcurlyeq;":"≽","Succeeds;":"≻","SucceedsEqual;":"⪰","SucceedsSlantEqual;":"≽","SucceedsTilde;":"≿","succeq;":"⪰","succnapprox;":"⪺","succneqq;":"⪶","succnsim;":"⋩","succsim;":"≿","SuchThat;":"∋","sum;":"∑","Sum;":"∑","sung;":"♪","sup1;":"¹",sup1:"¹","sup2;":"²",sup2:"²","sup3;":"³",sup3:"³","sup;":"⊃","Sup;":"⋑","supdot;":"⪾","supdsub;":"⫘","supE;":"⫆","supe;":"⊇","supedot;":"⫄","Superset;":"⊃","SupersetEqual;":"⊇","suphsol;":"⟉","suphsub;":"⫗","suplarr;":"⥻","supmult;":"⫂","supnE;":"⫌","supne;":"⊋","supplus;":"⫀","supset;":"⊃","Supset;":"⋑","supseteq;":"⊇","supseteqq;":"⫆","supsetneq;":"⊋","supsetneqq;":"⫌","supsim;":"⫈","supsub;":"⫔","supsup;":"⫖","swarhk;":"⤦","swarr;":"↙","swArr;":"⇙","swarrow;":"↙","swnwar;":"⤪","szlig;":"ß",szlig:"ß","Tab;":"\t","target;":"⌖","Tau;":"Τ","tau;":"τ","tbrk;":"⎴","Tcaron;":"Ť","tcaron;":"ť","Tcedil;":"Ţ","tcedil;":"ţ","Tcy;":"Т","tcy;":"т","tdot;":"⃛","telrec;":"⌕","Tfr;":"𝔗","tfr;":"𝔱","there4;":"∴","therefore;":"∴","Therefore;":"∴","Theta;":"Θ","theta;":"θ","thetasym;":"ϑ","thetav;":"ϑ","thickapprox;":"≈","thicksim;":"∼","ThickSpace;":"  ","ThinSpace;":" ","thinsp;":" ","thkap;":"≈","thksim;":"∼","THORN;":"Þ",THORN:"Þ","thorn;":"þ",thorn:"þ","tilde;":"˜","Tilde;":"∼","TildeEqual;":"≃","TildeFullEqual;":"≅","TildeTilde;":"≈","timesbar;":"⨱","timesb;":"⊠","times;":"×",times:"×","timesd;":"⨰","tint;":"∭","toea;":"⤨","topbot;":"⌶","topcir;":"⫱","top;":"⊤","Topf;":"𝕋","topf;":"𝕥","topfork;":"⫚","tosa;":"⤩","tprime;":"‴","trade;":"™","TRADE;":"™","triangle;":"▵","triangledown;":"▿","triangleleft;":"◃","trianglelefteq;":"⊴","triangleq;":"≜","triangleright;":"▹","trianglerighteq;":"⊵","tridot;":"◬","trie;":"≜","triminus;":"⨺","TripleDot;":"⃛","triplus;":"⨹","trisb;":"⧍","tritime;":"⨻","trpezium;":"⏢","Tscr;":"𝒯","tscr;":"𝓉","TScy;":"Ц","tscy;":"ц","TSHcy;":"Ћ","tshcy;":"ћ","Tstrok;":"Ŧ","tstrok;":"ŧ","twixt;":"≬","twoheadleftarrow;":"↞","twoheadrightarrow;":"↠","Uacute;":"Ú",Uacute:"Ú","uacute;":"ú",uacute:"ú","uarr;":"↑","Uarr;":"↟","uArr;":"⇑","Uarrocir;":"⥉","Ubrcy;":"Ў","ubrcy;":"ў","Ubreve;":"Ŭ","ubreve;":"ŭ","Ucirc;":"Û",Ucirc:"Û","ucirc;":"û",ucirc:"û","Ucy;":"У","ucy;":"у","udarr;":"⇅","Udblac;":"Ű","udblac;":"ű","udhar;":"⥮","ufisht;":"⥾","Ufr;":"𝔘","ufr;":"𝔲","Ugrave;":"Ù",Ugrave:"Ù","ugrave;":"ù",ugrave:"ù","uHar;":"⥣","uharl;":"↿","uharr;":"↾","uhblk;":"▀","ulcorn;":"⌜","ulcorner;":"⌜","ulcrop;":"⌏","ultri;":"◸","Umacr;":"Ū","umacr;":"ū","uml;":"¨",uml:"¨","UnderBar;":"_","UnderBrace;":"⏟","UnderBracket;":"⎵","UnderParenthesis;":"⏝","Union;":"⋃","UnionPlus;":"⊎","Uogon;":"Ų","uogon;":"ų","Uopf;":"𝕌","uopf;":"𝕦","UpArrowBar;":"⤒","uparrow;":"↑","UpArrow;":"↑","Uparrow;":"⇑","UpArrowDownArrow;":"⇅","updownarrow;":"↕","UpDownArrow;":"↕","Updownarrow;":"⇕","UpEquilibrium;":"⥮","upharpoonleft;":"↿","upharpoonright;":"↾","uplus;":"⊎","UpperLeftArrow;":"↖","UpperRightArrow;":"↗","upsi;":"υ","Upsi;":"ϒ","upsih;":"ϒ","Upsilon;":"Υ","upsilon;":"υ","UpTeeArrow;":"↥","UpTee;":"⊥","upuparrows;":"⇈","urcorn;":"⌝","urcorner;":"⌝","urcrop;":"⌎","Uring;":"Ů","uring;":"ů","urtri;":"◹","Uscr;":"𝒰","uscr;":"𝓊","utdot;":"⋰","Utilde;":"Ũ","utilde;":"ũ","utri;":"▵","utrif;":"▴","uuarr;":"⇈","Uuml;":"Ü",Uuml:"Ü","uuml;":"ü",uuml:"ü","uwangle;":"⦧","vangrt;":"⦜","varepsilon;":"ϵ","varkappa;":"ϰ","varnothing;":"∅","varphi;":"ϕ","varpi;":"ϖ","varpropto;":"∝","varr;":"↕","vArr;":"⇕","varrho;":"ϱ","varsigma;":"ς","varsubsetneq;":"⊊︀","varsubsetneqq;":"⫋︀","varsupsetneq;":"⊋︀","varsupsetneqq;":"⫌︀","vartheta;":"ϑ","vartriangleleft;":"⊲","vartriangleright;":"⊳","vBar;":"⫨","Vbar;":"⫫","vBarv;":"⫩","Vcy;":"В","vcy;":"в","vdash;":"⊢","vDash;":"⊨","Vdash;":"⊩","VDash;":"⊫","Vdashl;":"⫦","veebar;":"⊻","vee;":"∨","Vee;":"⋁","veeeq;":"≚","vellip;":"⋮","verbar;":"|","Verbar;":"‖","vert;":"|","Vert;":"‖","VerticalBar;":"∣","VerticalLine;":"|","VerticalSeparator;":"❘","VerticalTilde;":"≀","VeryThinSpace;":" ","Vfr;":"𝔙","vfr;":"𝔳","vltri;":"⊲","vnsub;":"⊂⃒","vnsup;":"⊃⃒","Vopf;":"𝕍","vopf;":"𝕧","vprop;":"∝","vrtri;":"⊳","Vscr;":"𝒱","vscr;":"𝓋","vsubnE;":"⫋︀","vsubne;":"⊊︀","vsupnE;":"⫌︀","vsupne;":"⊋︀","Vvdash;":"⊪","vzigzag;":"⦚","Wcirc;":"Ŵ","wcirc;":"ŵ","wedbar;":"⩟","wedge;":"∧","Wedge;":"⋀","wedgeq;":"≙","weierp;":"℘","Wfr;":"𝔚","wfr;":"𝔴","Wopf;":"𝕎","wopf;":"𝕨","wp;":"℘","wr;":"≀","wreath;":"≀","Wscr;":"𝒲","wscr;":"𝓌","xcap;":"⋂","xcirc;":"◯","xcup;":"⋃","xdtri;":"▽","Xfr;":"𝔛","xfr;":"𝔵","xharr;":"⟷","xhArr;":"⟺","Xi;":"Ξ","xi;":"ξ","xlarr;":"⟵","xlArr;":"⟸","xmap;":"⟼","xnis;":"⋻","xodot;":"⨀","Xopf;":"𝕏","xopf;":"𝕩","xoplus;":"⨁","xotime;":"⨂","xrarr;":"⟶","xrArr;":"⟹","Xscr;":"𝒳","xscr;":"𝓍","xsqcup;":"⨆","xuplus;":"⨄","xutri;":"△","xvee;":"⋁","xwedge;":"⋀","Yacute;":"Ý",Yacute:"Ý","yacute;":"ý",yacute:"ý","YAcy;":"Я","yacy;":"я","Ycirc;":"Ŷ","ycirc;":"ŷ","Ycy;":"Ы","ycy;":"ы","yen;":"¥",yen:"¥","Yfr;":"𝔜","yfr;":"𝔶","YIcy;":"Ї","yicy;":"ї","Yopf;":"𝕐","yopf;":"𝕪","Yscr;":"𝒴","yscr;":"𝓎","YUcy;":"Ю","yucy;":"ю","yuml;":"ÿ",yuml:"ÿ","Yuml;":"Ÿ","Zacute;":"Ź","zacute;":"ź","Zcaron;":"Ž","zcaron;":"ž","Zcy;":"З","zcy;":"з","Zdot;":"Ż","zdot;":"ż","zeetrf;":"ℨ","ZeroWidthSpace;":"​","Zeta;":"Ζ","zeta;":"ζ","zfr;":"𝔷","Zfr;":"ℨ","ZHcy;":"Ж","zhcy;":"ж","zigrarr;":"⇝","zopf;":"𝕫","Zopf;":"ℤ","Zscr;":"𝒵","zscr;":"𝓏","zwj;":"‍","zwnj;":"‌"}},{}],13:[function(e,t,r){function c(e,t){return u.isUndefined(t)?""+t:!u.isNumber(t)||!isNaN(t)&&isFinite(t)?u.isFunction(t)||u.isRegExp(t)?t.toString():t:t.toString()}function l(e,t){return u.isString(e)?e.lengthr&&(this._events[e].warned=!0,console.error("(node) warning: possible EventEmitter memory leak detected. %d listeners added. Use emitter.setMaxListeners() to increase limit.",this._events[e].length),console.trace()));return this},n.prototype.once=function(e,t){function r(){this.removeListener(e,r),n||(n=!0,t.apply(this,arguments))}if(!s(t))throw TypeError("listener must be a function");var n=!1;return r.listener=t,this.on(e,r),this},n.prototype.removeListener=function(e,t){var r,n,a,o;if(!s(t))throw TypeError("listener must be a function");if(!this._events||!this._events[e])return this;if(a=(r=this._events[e]).length,n=-1,r===t||s(r.listener)&&r.listener===t)delete this._events[e],this._events.removeListener&&this.emit("removeListener",e,t);else if(c(r)){for(o=a;0>>0;if("[object Function]"!=g(e))throw new TypeError;for(;++a>>0,a=Array(n),o=arguments[1];if("[object Function]"!=g(e))throw new TypeError(e+" is not a function");for(var i=0;i>>0,o=[],i=arguments[1];if("[object Function]"!=g(e))throw new TypeError(e+" is not a function");for(var s=0;s>>0,a=arguments[1];if("[object Function]"!=g(e))throw new TypeError(e+" is not a function");for(var o=0;o>>0,a=arguments[1];if("[object Function]"!=g(e))throw new TypeError(e+" is not a function");for(var o=0;o>>0;if("[object Function]"!=g(e))throw new TypeError(e+" is not a function");if(!n&&1==arguments.length)throw new TypeError("reduce of empty array with no initial value");var a,o=0;if(2<=arguments.length)a=arguments[1];else for(;;){if(o in r){a=r[o++];break}if(++o>=n)throw new TypeError("reduce of empty array with no initial value")}for(;o>>0;if("[object Function]"!=g(e))throw new TypeError(e+" is not a function");if(!n&&1==arguments.length)throw new TypeError("reduceRight of empty array with no initial value");var a,o=n-1;if(2<=arguments.length)a=arguments[1];else for(;;){if(o in r){a=r[o--];break}if(--o<0)throw new TypeError("reduceRight of empty array with no initial value")}for(;o in this&&(a=e.call(void 0,a,r[o],o,t)),o--;);return a}),Array.prototype.indexOf&&-1==[0,1].indexOf(1,2)||(Array.prototype.indexOf=function(e){var t=w&&"[object String]"==g(this)?this.split(""):A(this),r=t.length>>>0;if(!r)return-1;var n=0;for(1>>0;if(!r)return-1;var n=r-1;for(1