All Downloads are FREE. Search and download functionalities are using the official Maven repository.

odeling.plugin.template.4.27.0.source-code.template.min.js Maven / Gradle / Ivy

The newest version!
!function t(e,i,n){function r(o,a){if(!i[o]){if(!e[o]){var u="function"==typeof require&&require;if(!a&&u)return u(o,!0);if(s)return s(o,!0);var h=new Error("Cannot find module '"+o+"'");throw h.code="MODULE_NOT_FOUND",h}var c=i[o]={exports:{}};e[o][0].call(c.exports,function(t){var i=e[o][1][t];return r(i?i:t)},c,c.exports,t,e,i,n)}return i[o].exports}for(var s="function"==typeof require&&require,o=0;os;s++){var a=r[s],u=e.indexOf(a);n?~u||e.push(a):~u&&e.splice(u,1)}this.node.setAttribute("class",e.join(" "))}}),e.exports.test=function(t,e,i){return"string"!=typeof i}},{2:2}],4:[function(t,e,i){var n=t(2);e.exports=n.extend({initialize:function(){this.node.addEventListener("click",function(t){void 0!=this.value&&this.value()}.bind(this))},update:function(){}})},{2:2}],5:[function(t,e,i){var n=t(14);e.exports=n.extend({keyCodes:[8]})},{14:14}],6:[function(t,e,i){var n=t(2);e.exports=n.extend({initialize:function(){this.view.transitions.push(this)},enter:function(){this.value.call(this.view,this.node,function(){})}})},{2:2}],7:[function(t,e,i){var n=t(2);e.exports=n.extend({initialize:function(){this.view.transitions.push(this)},exit:function(t){this.value.call(this.view,this.node,t)}})},{2:2}],8:[function(t,e,i){var n=t(2);e.exports=n.extend({value:!0,initialize:function(){this.update()},update:function(){this.value!==!1?this.node.removeAttribute("disabled"):this.node.setAttribute("disabled","disabled")}})},{2:2}],9:[function(t,e,i){var n=t(14);e.exports=n.extend({keyCodes:[13]})},{14:14}],10:[function(t,e,i){var n=t(14);e.exports=n.extend({keyCodes:[27]})},{14:14}],11:[function(t,e,i){var n=t(2);e.exports=n.extend({initialize:function(){this.event||(this.event=this.key.match(/on(.+)/)[1].toLowerCase()),this.ref.addEventListener(this.event,this._onEvent.bind(this))},_onEvent:function(t){this.value(t)}})},{2:2}],12:[function(t,e,i){(function(i){var n=t(2);e.exports=n.extend({update:function(){if(this.value&&this.node.focus){var t=this;if(!i.browser)return this.node.focus();setTimeout(function(){t.node.focus()},1)}}})}).call(this,t(50))},{2:2,50:50}],13:[function(t,e,i){e.exports={onenter:t(9),ondelete:t(5),focus:t(12),onescape:t(10),"class":t(3),style:t(15),value:t(16),checked:t(16),easein:t(6),easeout:t(7),enable:t(8),onclick:t(4)}},{10:10,12:12,15:15,16:16,3:3,4:4,5:5,6:6,7:7,8:8,9:9}],14:[function(t,e,i){var n=t(11);e.exports=n.extend({event:"keydown",keyCodes:[],_onEvent:function(t){~this.keyCodes.indexOf(t.keyCode)&&n.prototype._onEvent.apply(this,arguments)}})},{11:11}],15:[function(t,e,i){var n=t(2);e.exports=n.extend({initialize:function(){this._currentStyles={}},update:function(){var t=this.value;if("string"==typeof t)return void this.node.setAttribute("style",t);var e={};for(var i in t){var n=t[i];n!==this._currentStyles[i]&&(e[i]=this._currentStyles[i]=n||"")}for(var r in e)this.node.style[r]=e[r]}}),e.exports.test=function(t,e,i){return"string"!=typeof i}},{2:2}],16:[function(t,e,i){var n=t(2),r=t(31);e.exports=n.extend({_events:["change","keyup","input"],initialize:function(){this._onInput=r(this._onInput,this);var t=this;this._events.forEach(function(e){t.node.addEventListener(e,t._onInput)})},update:function(){var t=this.model=this.value;if(t){if(!t||!t.__isReference)throw new Error("input value must be a reference. Make sure you have <~> defined");t.gettable&&this._elementValue(this._parseValue(t.value()))}},_parseValue:function(t){return null==t||""===t?void 0:t},_onInput:function(t){clearInterval(this._autocompleteCheckInterval),!t||t.keyCode&&~[27].indexOf(t.keyCode)||t.stopPropagation();var e=this._parseValue(this._elementValue());this.model&&String(this.model.value())!=String(e)&&this.model.value(e)},_elementValue:function(t){var e=/checkbox/.test(this.node.type),i=/radio/.test(this.node.type),n=e||i,r=Object.prototype.hasOwnProperty.call(this.node,"value"),s=r||/input|textarea|checkbox/.test(this.node.nodeName.toLowerCase());return arguments.length?(null==t?t="":clearInterval(this._autocompleteCheckInterval),void(n?i?String(t)===String(this.node.value)&&(this.node.checked=!0):this.node.checked=t:String(t)!==this._elementValue()&&(s?this.node.value=t:this.node.innerHTML=t))):e?Boolean(this.node.checked):s?this.node.value||"":this.node.innerHTML||""}}),e.exports.test=function(t,e,i){return"string"!=typeof i}},{2:2,31:31}],17:[function(t,e,i){function n(t,e,i,n){this.section=t,this.vnode=e,this.view=n,this.document=n.template.options.document,this.attributes={},e.childNodes&&(this.childTemplate=s(o(e.childNodes),n.template.options));for(var r in i)this.setAttribute(r,i[r]);this.initialize()}var r=t(51),s=t(29),o=t(43);e.exports=r(n,{initialize:function(){},setAttribute:function(t,e){this.attributes[t]=e},removeAttribute:function(t){this.attributes[t]=void 0}})},{29:29,43:43,51:51}],18:[function(t,e,i){e.exports={repeat:t(20),show:t(21),stack:t(22),"switch":t(23),unsafe:t(25),traverse:t(24),infer:t(19)}},{19:19,20:20,21:21,22:22,23:23,24:24,25:25}],19:[function(t,e,i){function n(){r.apply(this,arguments),this._children=[]}var r=t(17);e.exports=r.extend(n,{initialize:function(){},setAttribute:function(t,e){this[t]=e},update:function(){var t=this.as,e=[];for(var i in this)this.hasOwnProperty(i)&&i.startsWith("dependency_")&&e.push(this[i]);var n,r=this.src,s=this,o=this.view;void 0!=r&&(this._children.forEach(function(t){t.remove()}),this._children=[],r.genericInfer(e,function(e){var i;t?(n={},n[t]=e):n=e,i=s.childTemplate.view(n,{parent:o}),s._children.push(i),s.section.appendChild(i.render())}))}})},{17:17}],20:[function(t,e,i){function n(){s.apply(this,arguments),this._children=[]}function r(t,e){if(t)if(void 0!=t._kmf_src&&void 0!=t._kmf_elems){var i=t._kmf_elems,n=t._kmf_src,r=t._kmf_src.manager();r.lookupAllObjects(n.universe(),n.now(),i,function(t){for(var i in t)e(t[i],i)})}else if(t.forEach)t.forEach(e);else if("[object Array]"===Object.prototype.toString.call(t))for(var s=0,o=t.length;o>s;s++)e(t[s],s);else for(var a in t)t.hasOwnProperty(a)&&e(t[a],a)}var s=t(17);e.exports=s.extend(n,{initialize:function(){},setAttribute:function(t,e){this[t]=e},update:function(){var t,e=this.as,i=this.each,n=this.query,s=this.src,o=this.key||"key",a=0,u=this,h=this.view;void 0!=i&&(this._children.forEach(function(t){t.remove()}),this._children=[],r(i,function(i,n){var r;if(e){t={};for(var s in h.context)t[s]=h.context[s];t.prototype=h.context.prototype,t[o]=n,t[e]=i}else t=i;a>=u._children.length?(r=u.childTemplate.view(t,{parent:h}),u._children.push(r),u.section.appendChild(r.render())):(r=u._children[a],r.context=t,r.update()),a++})),void 0!=n&&void 0!=s&&(this._children.forEach(function(t){t.remove()}),this._children=[],s.select(n,function(i){for(var n=0;ni;i++){t=this.childTemplates[i];var r=t.vnode;e=r.target;var a={};if(!r.bindingClass)break;if(r.bindingClass.prototype.update2.call({view:this.view,setAttribute:function(t,e){a[t]=e},setProperty:function(t,e){a[t]=e}}),a.when)break}if(this.currentChild==t)return this._view.context=this.view.context,this._view.update();if(this._view&&this._view.remove(),i!=n){this.currentChild=t;var u=s(o(e.childNodes),this.view.template.options);this._view=u.view(this.view.context),this.section.appendChild(this._view.render())}}})},{17:17,29:29,31:31,43:43}],24:[function(t,e,i){function n(){r.apply(this,arguments),this._children=[]}var r=t(17);e.exports=r.extend(n,{initialize:function(){},setAttribute:function(t,e){this[t]=e},update:function(){var t,e=this.as,i=this.query,n=this.src,r=(this.key||"key",this),s=this.view;void 0!=i&&void 0!=n&&(this._children.forEach(function(t){t.remove()}),this._children=[],n.select(i,function(i){e?(t={},t[e]=i):t=i;var n=r.childTemplate.view(t,{parent:s});r._children.push(n),r.section.appendChild(n.render())}))}})},{17:17}],25:[function(t,e,i){(function(i){function n(){r.apply(this,arguments)}var r=t(17);e.exports=r.extend(n,{update:function(){var t=this.attributes.html;if("object"==typeof t&&t.evaluate&&(t=void 0),this.currentValue&&this.currentValue===t)return void(this.currentValue.__isView&&this.currentValue.update(this.currentValue.context));if(this.currentValue&&this.currentValue.remove&&this.currentValue.remove(),this.currentValue=t,!t)return this.section.removeChildNodes();var e;if(t.render)t.remove(),e=t.render();else if(null!=t.nodeType)e=t;else if(this.document!==i.document)e=this.document.createTextNode(String(t));else{var n=this.document.createElement("div");n.innerHTML=String(t),e=this.document.createDocumentFragment();for(var r=Array.prototype.slice.call(n.childNodes),s=0,o=r.length;o>s;s++)e.appendChild(r[s])}this.section.removeChildNodes(),this.section.appendChild(e)}})}).call(this,"undefined"!=typeof global?global:"undefined"!=typeof self?self:"undefined"!=typeof window?window:{})},{17:17}],26:[function(t,e,i){var n=t(51);e.exports=function(t,e){function i(t,e){this.ref=t,this.view=e,this.template=e.template,this.options=this.template.options,this.attributeClasses=this.options.attributes||{},this.initialize(),this.attrBindings={}}return e||(e=function(){}),n(i,{initialize:t||function(){},update2:e||function(){},setAttribute:function(t,e){this.setAsRegisteredAttribute(t,e)||(void 0!=e?this.ref.setAttribute(t,e):this.ref.removeAttribute(t))},setProperty:function(t,e){this.setAsRegisteredAttribute(t,e)||(this.ref.nodeType?this.ref[t]=e:this.ref.setAttribute(t,e))},setAsRegisteredAttribute:function(t,e){if(this.attrBindings[t])this.attrBindings[t].value=e;else{var i=this.attributeClasses[t];if(!i)return!1;this.attrBindings[t]=new i(this.ref,t,e,this.view)}return!0},update:function(t){this.update2(t);for(var e in this.attrBindings)this.attrBindings[e].update(t)}}),i}},{51:51}],27:[function(t,e,i){e.exports={uppercase:function(t){return String(t).toUpperCase()},lowercase:function(t){return String(t).toLowerCase()},titlecase:function(t){var e;return e=String(t),e.substr(0,1).toUpperCase()+e.substr(1)},json:function(t,e,i){return JSON.stringify.apply(JSON,arguments)},isNaN:function(t){return isNaN(t)},round:Math.round}},{}],28:[function(t,e,i){(function(i,n){function r(t){t||(t={}),this._animationQueue=[],this.tick=t.tick||a,this._id=t._id||2}var s=t(51),o=(n.requestAnimationFrame||n.webkitRequestAnimationFrame||n.mozRequestAnimationFrame||i.nextTick).bind(n);if(i.browser)var a=function(t){o(t)};else var a=function(t){t()};s(r,{child:function(){return this.__child||(this.__child=new r({tick:this.tick,_id:this._id<<2}))},deferOnce:function(t){if(t.__running||(t.__running=1),t.__running&this._id)return void(this._running&&this.child().deferOnce(t));if(t.__running|=this._id,this._animationQueue.push(t),!this._requestingFrame){this._requestingFrame=!0;var e=this;this.tick(function(){e.runNow(),e._requestingFrame=!1})}},runNow:function(){var t=this._animationQueue;this._animationQueue=[],this._running=!0;for(var e=0;eo;o++)n=r[o],s[n]||(s[n]={}),s=s[n];return void 0!=s._metaClass?s.setByName(r[r.length-1],i):s[r[r.length-1]]=i,i}function r(t,e,i,n){n||(n={}),this.parent=n.parent,this.transitions=new u,this.context=i||{},this._remove=this._remove.bind(this),o.call(this,t,e,i,n)}var s=t(44),o=s.View,a=t(35),u=t(34),h=t(33),c=t(52);o.extend(r,{_getters:{},_callers:{},get:function(t){if(!this.context)return void 0;for(var e,i="string"==typeof t?t.split("."):t,n=this.context,r=0,s=i.length-1;s>r;r++)e=i[r],n[e]||(n[e]={}),n="function"==typeof n[e]?n[e].apply(n):n[e];var o=i[i.length-1];if(void 0!=n._metaClass){var a=n.metaClass().metaByName(o);if(null!=a){var u=a.metaType();if(u==org.kevoree.modeling.meta.MetaType.ATTRIBUTE)return n.getByName(o);if(u==org.kevoree.modeling.meta.MetaType.RELATION){var h={};return h._kmf_src=n,h._kmf_elems=n.getRelationValuesByName(o),h._kmf_refName=o,h}}else if(void 0!=n[o])return"function"==typeof n[o]?n[o].apply(n):n[o];return null}var c,d="string"!=typeof t?t.join("."):t;try{var f;(f=this._getters[d])||(f=this._getters[d]=new Function("return this."+d)),c=f.call(this.context)}catch(l){c=void 0}return void 0!=c?c:this.parent?this.parent.get(t):void 0},set:function(t,e,i){if(!this.context)return void 0;"string"==typeof path&&(path=path.split("."));n(this.context,t,e);this.updateLater()},setProperties:function(t){c(this.context,t),this.updateLater()},ref:function(t,e,i){return this._refs||(this._refs={}),new h(this,t,e,i)},call:function(t,e){for(var i,n="string"==typeof t?t.split("."):t,r=this.context,s=0,o=n.length-1;o>s;s++)i=n[s],r[i]||(r[i]={}),r="function"==typeof r[i]?r[i].apply(r):r[i];var a=n[n.length-1];if(void 0!=r[a]&&"function"==typeof r[a])return r[a].apply(r);var u,h;if("string"!=typeof t&&(t=t.join(".")),!(u=this._callers[t])){var c=["this"].concat(t.split("."));c.pop(),c=c.join("."),u=this._callers[t]=new Function("params","return this."+t+".apply("+c+", params);")}try{h=u.call(this.context,e)}catch(d){}return void 0!=h?h:this.parent?this.parent.call(t,e):void 0},updateLater:function(){this.runloop.deferOnce(this)},toString:function(){return this.template.section.document&&this.template.section.document.body?a(this.section.start?this.section.start.parentNode:this.section.node):(this.section.start?this.section.start.parentNode:this.section.node).toString()},render:function(){this.update();var t=o.prototype.render.call(this);return this.transitions.enter(),t},remove:function(){return this.__context||this.transitions.exit(this._remove)?void 0:(this._remove(),this)},_remove:function(){o.prototype.remove.call(this)}}),e.exports=r},{33:33,34:34,35:35,44:44,52:52}],33:[function(t,e,i){function n(t,e,i,n){this.view=t,this.path=e,this.settable=n!==!1,this.gettable=i!==!1}var r=t(51);r(n,{__isReference:!0,value:function(t){return arguments.length?void(this.settable&&this.view.set(this.path,t)):this.gettable?this.view.get(this.path):void 0},toString:function(){return this.view.get(this.path)}}),e.exports=n},{51:51}],34:[function(t,e,i){(function(i){function n(){this._enter=[],this._exit=[]}var r=t(51),s=t(30);e.exports=r(n,{push:function(t){t.enter&&this._enter.push(t),t.exit&&this._exit.push(t)},enter:function(){if(!this._enter.length)return!1;for(var t=0,e=this._enter.length;e>t;t++)this._enter[t].enter()},exit:function(t){if(!this._exit.length)return!1;var e=this;return i.nextTick(function(){s.each(e._exit,function(t,e){t.exit(e)},t)}),!0}})}).call(this,t(50))},{30:30,50:50,51:51}],35:[function(t,e,i){function n(t){var e="";if(11===t.nodeType){for(var i=0,r=t.childNodes.length;r>i;i++)e+=n(t.childNodes[i]);return e}return e=t.nodeValue||t.outerHTML||"",8===t.nodeType&&(e=""),e}e.exports=n},{}],36:[function(t,e,i){function n(t,e,i){if(this.document=t,this.start=e||t.createTextNode(""),this.end=i||t.createTextNode(""),!this.start.parentNode){var n=t.createDocumentFragment();n.appendChild(this.start),n.appendChild(this.end)}}function r(t,e,i){this.document=t,this.startPath=e,this.endPath=i}var s=t(51),o=t(37),a=t(38);s(n,{appendChild:function(t){this.end.parentNode.insertBefore(t,this.end)},render:function(){return this.start.parentNode},remove:function(){var t=this.removeChildNodes();return t.insertBefore(this.start,t.childNodes[0]),t.appendChild(this.end),this},removeChildNodes:function(){for(var t=this.document.createDocumentFragment(),e=this.start,i=e.nextSibling,n=this.end;i!==n;)t.appendChild(i),i=e.nextSibling;return t},createMarker:function(){return new r(this.document,a(this.start),a(this.end))},clone:function(){var t;if(11===this.start.parentNode.nodeType)t=this.start.parentNode.cloneNode(!0);else{t=this.document.createDocumentFragment();for(var e=this._getChildNodes(),i=e.length,r=0;i>r;r++)t.appendChild(e[r].cloneNode(!0))}var s=t.childNodes[0],o=t.childNodes[t.childNodes.length-1];return new n(this.document,s,o)},_getChildNodes:function(){for(var t=this.start,e=this.end.nextSibling,i=[];t!==e;)i.push(t),t=t.nextSibling;return i}}),s(r,{createSection:function(t){return new n(this.document,o(t,this.startPath),o(t,this.endPath))}}),e.exports=n},{37:37,38:38,51:51}],37:[function(t,e,i){e.exports=function(t,e){for(var i=t,n=0,r=e.length;r>n;n++)i=i.childNodes[e[n]];return i}},{}],38:[function(t,e,i){e.exports=function(t){for(var e=[],i=t.parentNode,n=t;i;)for(e.unshift(Array.prototype.indexOf.call(i.childNodes,n)),n=i,i=i.parentNode;i&&i.nodeType>12;)i=i.parentNode;return e}},{}],39:[function(t,e,i){function n(t,e){this.document=t,this.node=e}function r(t,e){this.document=t,this.path=e}var s=t(51),o=t(37),a=t(38);s(n,{createMarker:function(){return new r(this.document,a(this.node))},appendChild:function(t){this.node.appendChild(t)},render:function(){return this.node},remove:function(){this.node.parentNode&&this.node.parentNode.removeChild(this.node)},removeChildNodes:function(){for(;this.node.childNodes.length;)this.node.removeChild(this.childNodes[0])},clone:function(){return new n(this.document,this.node.cloneNode(!0))}}),s(r,{createSection:function(t){return new n(this.document,this.findNode(t))},findNode:function(t){return o(t,this.path)}}),e.exports=n},{37:37,38:38,51:51}],40:[function(t,e,i){function n(t){this.nodeValue=t||"",this.target=this}var r=t(51);r(n,{nodeType:8,freeze:function(t){return t.document.createComment(this.nodeValue)}}),e.exports=function(t){return new n(t)}},{51:51}],41:[function(t,e,i){function n(t,e){this.vnode=t,this.bindingClass=e,this.vnode.parentNode=this,this.target=t}function r(t,e,i){this.options=i,this.ref=t,this.bindingClass=e}function s(t,e,i){this.options=i,this.hydrator=t,this.bindingClass=e}var o=t(51),a=t(38),u=t(37);o(n,{freeze:function(t,e){return t.components[this.vnode.nodeName]?this.freezeComponent(t,e):this.freezeElement(t,e)},freezeComponent:function(t,e){var i=[],n=this.vnode.freeze(t,i);return e.push(new s(i[0],this.bindingClass,t)),n},freezeElement:function(t,e){var i=this.vnode.freeze(t,e);return e.push(new r(i,this.bindingClass,t)),i}}),o(r,{hydrate:function(t,e){this._refPath||(this._refPath=a(this.ref)),e.bindings.push(new this.bindingClass(u(t,this._refPath),e))}}),o(s,{hydrate:function(t,e){this.hydrator.hydrate(t,e);var i=e.bindings[e.bindings.length-1];e.bindings.splice(e.bindings.indexOf(i),0,new this.bindingClass(i,e))}}),e.exports=function(t,e){return new n(t,e)}},{37:37,38:38,51:51}],42:[function(t,e,i){function n(t,e,i){this.nodeName=String(t).toLowerCase(),this._nodeNameNoDashes=this.nodeName.replace(/-/g,""),this.attributes=e||{},this.childNodes=i,this.target=this;for(var n=i.length;n--;)i[n].parentNode=this}function r(t,e,i,n,r){this.clazz=t,this.section=e,this.element=i,this.dynamicAttributes=n.dynamicAttributes,this.attributes=n.staticAttributes,this.hasDynamicAttributes=!!Object.keys(n.dynamicAttributes).length,this.options=r}function s(t,e,i){this.section=t,this.options=e,this.dynamicAttributes=i}function o(t,e,i,n){for(var r in i){var s=e.attributes[r],o=new s(t,r,i[r],n);o.update&&n.bindings.push(o)}}var a=t(51),u=(t(45),t(43),t(36)),h=t(39);a(n,{nodeType:1,freeze:function(t,e){{var i=t.components||{};t.attributes||{}}return i[this._nodeNameNoDashes]?this._freezeComponent(i[this._nodeNameNoDashes],t,e):this._freezeElement(t,e)},setAttribute:function(t,e){this.attributes[t]=e},_freezeComponent:function(t,e,i){var n=new u(e.document);return i.push(new r(t,n,this,this._splitAttributes(e),e)),n.render()},_freezeElement:function(t,e){var i=t.document.createElement(this.nodeName),n=this._splitAttributes(t);for(var r in n.staticAttributes)i.setAttribute(r,n.staticAttributes[r]);for(var o=0,a=this.childNodes.length;a>o;o++)i.appendChild(this.childNodes[o].freeze(t,e));return Object.keys(n.dynamicAttributes).length&&e.push(new s(new h(t.document,i),t,n.dynamicAttributes)),i},_splitAttributes:function(t){var e={},i={};if(t.attributes)for(var n in this.attributes){var r=t.attributes[n];!r||r.test&&!r.test(this,n,this.attributes[n])?i[n]=this.attributes[n]:e[n]=this.attributes[n]}else i=this.attributes;return{dynamicAttributes:e,staticAttributes:i}}}),a(r,{hydrate:function(t,e){this._marker||(this._marker=this.section.createMarker());var i=new this.clazz(this._marker.createSection(t),this.element,this.attributes,e);this.hasDynamicAttributes&&o(i,this.options,this.dynamicAttributes,e),i.update&&e.bindings.push(i)}}),e.exports=function(t,e,i){return new n(t,e,Array.prototype.slice.call(arguments,2))},a(s,{hydrate:function(t,e){this._marker||(this._marker=this.section.createMarker()),o(this._marker.findNode(t),this.options,this.dynamicAttributes,e)}})},{36:36,39:39,43:43,45:45,51:51}],43:[function(t,e,i){function n(t){this.childNodes=t,this.target=this;for(var e=t.length;e--;)t[e].parentNode=this}var r=t(51);r(n,{nodeType:11,freeze:function(t,e){for(var i=t.document.createDocumentFragment(),n=0,r=this.childNodes.length;r>n;n++)i.appendChild(this.childNodes[n].freeze(t,e));return i}}),e.exports=function(t){return 1===t.length?t[0]:new n(t)}},{51:51}],44:[function(t,e,i){e.exports={element:t(42),fragment:t(43),text:t(48),dynamic:t(41),comment:t(40),template:t(47),View:t(49)}},{40:40,41:41,42:42,43:43,47:47,48:48,49:49}],45:[function(t,e,i){var n=(t(52),t(36)),r=t(39);e.exports=function(t,e){if(11===e.nodeType){var i=new n(t);return i.appendChild(e),i}return new r(t,e)}},{36:36,39:39,52:52}],46:[function(t,e,i){var n=t(51);e.exports=function(t){function e(e,i,n,r){this.section=e,this.vnode=i,this.attributes=n,this.view=r,this.childView=t.view(this.attributes),this.section.appendChild(this.childView.render())}return n(e,{template:t,setAttribute:function(t,e){this.attributes[t]=e},update:function(t){this.childView.update()}}),e}},{51:51}],47:[function(t,e,i){function n(t){var e=t||{},i={};for(var n in e)e[n].__isTemplate&&(e[n]=d(e[n])),i[n.toLowerCase()]=e[n];return i}function r(t){return u({},t,{components:n(t.components),attributes:t.attributes})}function s(t,e){this.vnode=t,this._hydrators=[],e=r(e),this.viewClass=e.viewClass||o,this.options=e,this.modifiers=e.modifiers||{};var i=t.freeze(e,this._hydrators);11===i.nodeType?(this.section=new h(e.document),this.section.appendChild(i)):this.section=new c(e.document,i)}var o=t(49),a=t(51),u=t(52),h=t(36),c=t(39),d=t(46);a(s,{__isTemplate:!0,view:function(t,e){var i=this.section.clone(),n=new this.viewClass(i,this,t,e),r=null,s={};if(void 0!=e&&void 0!=e.modelContext&&void 0!=e.modelContext.listen){var o=e.modelContext;o.listen(function(){var e={};for(var i in t)void 0!=t[i]&&void 0!=t[i]._metaClass&&(e[t[i].uuid()]=i);var r=[];for(var s in e)r.push(+s);o.model().lookupAllObjects(o.originUniverse(),o.originTime(),r,function(i){if(void 0!=i)for(var r=0;r=o.originTime()&&e.now()<=o.maxTime()){var i=s[e.uuid()];i&&(t[i]=e,n.update())}})}for(var u=0,h=this._hydrators.length;h>u;u++)this._hydrators[u].hydrate(i.node||i.start.parentNode,n);return n}}),e.exports=function(t,e){return new s(t,e)}},{36:36,39:39,46:46,49:49,51:51,52:52}],48:[function(t,e,i){function n(t){this.nodeValue=t||"",this.target=this}var r=t(51);r(n,{freeze:function(t){return t.document.createTextNode(this.nodeValue)}}),e.exports=function(t){return new n(t)}},{51:51}],49:[function(t,e,i){function n(t,e,i,n){this.section=t,this.bindings=[],this.template=e,this.options=n,this.context=i,this.runloop=e.options.runloop}var r=t(51);r(n,{__isView:!0,update:function(){for(var t=0,e=this.bindings.length;e>t;t++)this.bindings[t].update()},render:function(){return this.section.render()},remove:function(){return this.section.remove()}}),e.exports=n},{51:51}],50:[function(t,e,i){function n(){if(!a){a=!0;for(var t,e=o.length;e;){t=o,o=[];for(var i=-1;++ii;i++){var r=e[i];for(var s in r)t[s]=r[s]}return t}function r(t,e){function i(){this.constructor=e}var s=Array.prototype.slice.call(arguments,2);return"function"!=typeof e&&(e&&s.unshift(e),e=t,t=function(){}),n(e,t),i.prototype=t.prototype,e.prototype=new i,e.__super__=t.prototype,e.parent=e.superclass=t,n(e.prototype,s),r.setup(e),e}r.setup=function(t){return t.extend||(t.extend=function(t){var e=Array.prototype.slice.call(arguments,0);return"function"!=typeof t&&e.unshift(t=function(){t.parent.apply(this,arguments)}),r.apply(this,[this].concat(e))},t.mixin=function(t){n(this.prototype,arguments)},t.create=function(){var e=Object.create(t.prototype);return t.apply(e,arguments),e}),t},e.exports=r},{}],52:[function(t,e,i){function n(t){for(var e=1;eu;u++)n=r.charAt(u),"\n"===n?(e.seenCR||e.line++,e.column=1,e.seenCR=!1):"\r"===n||"\u2028"===n||"\u2029"===n?(e.line++,e.column=1,e.seenCR=!0):(e.column++,e.seenCR=!1)}return w!==e&&(w>e&&(w=0,$={line:1,column:1,seenCR:!1}),t($,w,e),w=e),$}function n(r){x>A||(A>x&&(x=A,E=[]),E.push(r))}function o(t,a,n){function o(r){var e=1;for(r.sort(function(r,e){return r.descriptione.description?1:0});e1?o.slice(0,-1).join(", ")+" or "+o[r.length-1]:o[0],u=e?'"'+t(e)+'"':"end of input","Expected "+a+" but "+u+" found."}var c=u(n),s=ni;)switch(o[i]){case 0:d.push(t(y[o[i+1]])),i+=2;break;case 1:d.push(A),i++;break;case 2:d.pop(),i++;break;case 3:A=d.pop(),i++;break;case 4:d.length-=o[i+1],i+=2;break;case 5:d.splice(-2,1),i++;break;case 6:d[d.length-2].push(d.pop()),i++;break;case 7:d.push(d.splice(d.length-o[i+1],o[i+1])),i+=2;break;case 8:d.pop(),d.push(r.substring(d[d.length-1],A)),i++;break;case 9:p.push(l),s.push(i+3+o[i+1]+o[i+2]),d[d.length-1]?(l=i+3+o[i+1],i+=3):(l=i+3+o[i+1]+o[i+2],i+=3+o[i+1]);break;case 10:p.push(l),s.push(i+3+o[i+1]+o[i+2]),d[d.length-1]===h?(l=i+3+o[i+1],i+=3):(l=i+3+o[i+1]+o[i+2],i+=3+o[i+1]);break;case 11:p.push(l),s.push(i+3+o[i+1]+o[i+2]),d[d.length-1]!==h?(l=i+3+o[i+1],i+=3):(l=i+3+o[i+1]+o[i+2],i+=3+o[i+1]);break;case 12:d[d.length-1]!==h?(p.push(l),s.push(i),l=i+2+o[i+1],i+=2):i+=2+o[i+1];break;case 13:p.push(l),s.push(i+3+o[i+1]+o[i+2]),r.length>A?(l=i+3+o[i+1],i+=3):(l=i+3+o[i+1]+o[i+2],i+=3+o[i+1]);break;case 14:p.push(l),s.push(i+4+o[i+2]+o[i+3]),r.substr(A,y[o[i+1]].length)===y[o[i+1]]?(l=i+4+o[i+2],i+=4):(l=i+4+o[i+2]+o[i+3],i+=4+o[i+2]);break;case 15:p.push(l),s.push(i+4+o[i+2]+o[i+3]),r.substr(A,y[o[i+1]].length).toLowerCase()===y[o[i+1]]?(l=i+4+o[i+2],i+=4):(l=i+4+o[i+2]+o[i+3],i+=4+o[i+2]);break;case 16:p.push(l),s.push(i+4+o[i+2]+o[i+3]),y[o[i+1]].test(r.charAt(A))?(l=i+4+o[i+2],i+=4):(l=i+4+o[i+2]+o[i+3],i+=4+o[i+2]);break;case 17:d.push(r.substr(A,o[i+1])),A+=o[i+1],i+=2;break;case 18:d.push(y[o[i+1]]),A+=y[o[i+1]].length,i+=2;break;case 19:d.push(h),0===k&&n(y[o[i+1]]),i+=2;break;case 20:q=d[d.length-1-o[i+1]],i+=2;break;case 21:q=A,i++;break;case 22:for(a=o.slice(i+4,i+4+o[i+3]),u=0;u0))break;l=p.pop(),i=s.pop()}return d[0]}function s(r){return r.replace(/(^\s+)|(\s+$)/,"").replace(/[\r\n]/g,"\\n")}function l(r){return r.replace(/[ \r\n\t]+/g," ")}function p(r){return r=r.filter(function(r){return!/^[\n\t\r]+$/.test(r.value)}),1===r.length&&"string"===r[0].type?r[0]:r}function d(r){function e(r){for(var e,t=r.length;t--&&(e=r[t],"textNode"==e.type&&!/\S/.test(e.value)&&!e.decoded);)r.splice(t,1);return r}return e(e(r.reverse()).reverse())}function f(r){return r.replace(/[\n\r]+/g,"\\n").replace(/'/g,"\\'")}var g,m=arguments.length>1?arguments[1]:{},h={},b={Start:0},v=0,y=[function(r){return r},h,"]/,{type:"class",value:"[^>]",description:"[^>]"},">",{type:"literal",value:">",description:'">"'},function(r){return["doctype",r.join("")]},function(r){return d(r)},"",{type:"literal",value:"-->",description:'"-->"'},function(r){return r},function(r){return["comment",f(s(r.join("")))]},"",{type:"literal",value:"",description:'""'},function(r,e){return["element","script",r,[["text",f(e.join(""))]]]},function(){return t()},"<",{type:"literal",value:"<",description:'"<"'},"area",{type:"literal",value:"area",description:'"area"'},"base",{type:"literal",value:"base",description:'"base"'},"br",{type:"literal",value:"br",description:'"br"'},"col",{type:"literal",value:"col",description:'"col"'},"command",{type:"literal",value:"command",description:'"command"'},"embed",{type:"literal",value:"embed",description:'"embed"'},"hr",{type:"literal",value:"hr",description:'"hr"'},"img",{type:"literal",value:"img",description:'"img"'},"input",{type:"literal",value:"input",description:'"input"'},"keygen",{type:"literal",value:"keygen",description:'"keygen"'},"link",{type:"literal",value:"link",description:'"link"'},"meta",{type:"literal",value:"meta",description:'"meta"'},"param",{type:"literal",value:"param",description:'"param"'},"source",{type:"literal",value:"source",description:'"source"'},"track",{type:"literal",value:"track",description:'"track"'},"wbr",{type:"literal",value:"wbr",description:'"wbr"'},null,"/>",{type:"literal",value:"/>",description:'"/>"'},function(r,e,t){return t&&r!=t.name&&a(""),["element",r,e,[]]},""),["element",r.name,r.attributes,e]},function(r){return["text",f(l(r.join("")))]},"{{",{type:"literal",value:"{{",description:'"{{"'},function(r){return r},function(r){return["element",r.name,r.attributes,[]]},function(r,e){return{name:r,attributes:e}},function(r){return r},/^[a-zA-Z0-9:_.\-]/,{type:"class",value:"[a-zA-Z0-9:_.\\-]",description:"[a-zA-Z0-9:_.\\-]"},function(r){return r.join("")},"=",{type:"literal",value:"=",description:'"="'},function(r,e){return["attribute",r,e]},function(r,e){return["property",r,e]},function(r){return["attribute",r,[]]},'"',{type:"literal",value:'"',description:'"\\""'},/^[^"]/,{type:"class",value:'[^"]',description:'[^"]'},function(){return["string",t()]},function(r){return p(r)},"'",{type:"literal",value:"'",description:'"\'"'},/^[^']/,{type:"class",value:"[^']",description:"[^']"},"}}",{type:"literal",value:"}}",description:'"}}"'},function(r){return["script",r]},function(r){return["block",r[1]]},"?",{type:"literal",value:"?",description:'"?"'},":",{type:"literal",value:":",description:'":"'},function(r,e,t){return["condition",r,e,t]},"(",{type:"literal",value:"(",description:'"("'},")",{type:"literal",value:")",description:'")"'},function(r){return r},"()",{type:"literal",value:"()",description:'"()"'},function(){return[]},",",{type:"literal",value:",",description:'","'},function(r,e){return[r].concat(e.map(function(r){return r[1]}))},function(r,e){return["assign",r,e]},"&&",{type:"literal",value:"&&",description:'"&&"'},"||",{type:"literal",value:"||",description:'"||"'},"===",{type:"literal",value:"===",description:'"==="'},"==",{type:"literal",value:"==",description:'"=="'},"!==",{type:"literal",value:"!==",description:'"!=="'},"!=",{type:"literal",value:"!=",description:'"!="'},">==",{type:"literal",value:">==",description:'">=="'},">=",{type:"literal",value:">=",description:'">="'},"<==",{type:"literal",value:"<==",description:'"<=="'},"<=",{type:"literal",value:"<=",description:'"<="'},"+",{type:"literal",value:"+",description:'"+"'},"-",{type:"literal",value:"-",description:'"-"'},"%",{type:"literal",value:"%",description:'"%"'},"*",{type:"literal",value:"*",description:'"*"'},"/",{type:"literal",value:"/",description:'"/"'},function(r,e,t){return["operator",e,r,t]},function(r){return r},function(r,e){for(var t=0,a=e.length;a>t;t++)r=["modifier",e[t].name,[r].concat(e[t].parameters)];return r},"|",{type:"literal",value:"|",description:'"|"'},function(r,e){return{name:r,parameters:e||[]}},function(r){return r},"!",{type:"literal",value:"!",description:'"!"'},function(r,e){return["not",e]},function(r,e){return["negative",e]},/^[0-9]/,{type:"class",value:"[0-9]",description:"[0-9]"},function(r){return["literal",parseFloat(t())]},".",{type:"literal",value:".",description:'"."'},function(r){return["group",r]},function(r){return r},"true",{type:"literal",value:"true",description:'"true"'},"false",{type:"literal",value:"false",description:'"false"'},function(r){return["literal","true"===r]},"undefined",{type:"literal",value:"undefined",description:'"undefined"'},function(){return["literal",void 0]},"NaN",{type:"literal",value:"NaN",description:'"NaN"'},function(){return["literal",0/0]},"Infinity",{type:"literal",value:"Infinity",description:'"Infinity"'},function(){return["literal",1/0]},"null",{type:"literal",value:"null",description:'"null"'},"NULL",{type:"literal",value:"NULL",description:'"NULL"'},function(){return["literal",null]},function(r,e){return["call",r,e]},"^",{type:"literal",value:"^",description:'"^"'},"~>",{type:"literal",value:"~>",description:'"~>"'},"<~>",{type:"literal",value:"<~>",description:'"<~>"'},"~",{type:"literal",value:"~",description:'"~"'},"<~",{type:"literal",value:"<~",description:'"<~"'},function(r,e,t){return["reference",[e].concat(t),r]},function(r){return r},"[",{type:"literal",value:"[",description:'"["'},"]",{type:"literal",value:"]",description:'"]"'},function(r){return r},/^[a-zA-Z_$0-9]/,{type:"class",value:"[a-zA-Z_$0-9]",description:"[a-zA-Z_$0-9]"},function(r){return t()},"{",{type:"literal",value:"{",description:'"{"'},"}",{type:"literal",value:"}",description:'"}"'},function(r){return["hash",r]},function(r){for(var e={},t=0,a=r.length;a>t;t++)e[r[t].key]=r[t].value;return e},function(r,e){return[r].concat(e.length?e[0][1]:[])},function(r,e){return{key:r,value:e}},function(r){return r[1]},function(r){return r},{type:"other",description:"string"},function(r){return["string",r.join("")]},"\\",{type:"literal",value:"\\",description:'"\\\\"'},function(){return t()},'\\"',{type:"literal",value:'\\"',description:'"\\\\\\""'},"\\'",{type:"literal",value:"\\'",description:'"\\\\\'"'},{type:"any",description:"any character"},/^[a-zA-Z]/,{type:"class",value:"[a-zA-Z]",description:"[a-zA-Z]"},function(r){return r.join("")},/^[ \n\r\t]/,{type:"class",value:"[ \\n\\r\\t]",description:"[ \\n\\r\\t]"}],D=[i("7!"),i("!7#+' 4!6 !! %"),i('!."""2"3#+q$7Z+g% $0%""1!3&+,$,)&0%""1!3&""" !+B%7Z+8%.\'""2\'3(+(%4%6)%!"%$%# !$$# !$## !$"# !"# !'),i('! $7\'*; "7%*5 "7)*/ "7$*) "7**# "75,A&7\'*; "7%*5 "7)*/ "7$*) "7**# "75"+\' 4!6*!! %'),i('!7Z+Ç$.+""2+3,+·% $!!8..""2.3/9*$$"" -"# !+2$7X+(%4"60"! %$"# !"# !+T$,Q&!!8..""2.3/9*$$"" -"# !+2$7X+(%4"60"! %$"# !"# !""" !+B%..""2.3/+2%7Z+(%4%61%!"%$%# !$$# !$## !$"# !"# !*# "7"'),i('!7Z+†$.2""2233+v%7/+l%.\'""2\'3(+\\% $7&+&$,#&7&""" !+C%.4""2435+3%7Z+)%4\'66\'"$"%$\'# !$&# !$%# !$$# !$## !$"# !"# !'),i('!!8.4""24359*$$"" -"# !+1$7X+\'%4"67" %$"# !"# !'),i('!.8""2839+Ī$.:""2:3;*Ñ ".<""2<3=*Å ".>""2>3?*¹ ".@""2@3A*­ ".B""2B3C*¡ ".D""2D3E*• ".F""2F3G*‰ ".H""2H3I*} ".J""2J3K*q ".L""2L3M*e ".N""2N3O*Y ".P""2P3Q*M ".R""2R3S*A ".T""2T3U*5 ".V""2V3W*) ".X""2X3Y+f%7/+\\%.\'""2\'3(*) ".[""2[3\\*# " Z+:%7(*# " Z+*%4%6]%##" %$%# !$$# !$## !$"# !"# !'),i('!7Z+Č$.^""2^3_+ü%.:""2:3;*Ñ ".<""2<3=*Å ".>""2>3?*¹ ".@""2@3A*­ ".B""2B3C*¡ ".D""2D3E*• ".F""2F3G*‰ ".H""2H3I*} ".J""2J3K*q ".L""2L3M*e ".N""2N3O*Y ".P""2P3Q*M ".R""2R3S*A ".T""2T3U*5 ".V""2V3W*) ".X""2X3Y+8%.\'""2\'3(+(%4$6`$!!%$$# !$## !$"# !"# !'),i('!7,+>$7#+4%70+*%4#6a##"! %$## !$"# !"# !*# "7-'),i('! $7++&$,#&7+""" !+\' 4!6b!! %'),i('!!8.8""2839*) ".c""2c3d9*$$"" -"# !+1$7X+\'%4"67" %$"# !"# !'),i('!7Z+\\$.8""2839+L%7.+B%.\'""2\'3(+2%7Z+(%4%6e%!"%$%# !$$# !$## !$"# !"# !'),i('!7Z+\\$.8""2839+L%7.+B%.[""2[3\\+2%7Z+(%4%6f%!"%$%# !$$# !$## !$"# !"# !'),i('!71+3$7/+)%4"6g""! %$"# !"# !'),i('!7Z+D$ $72,#&72"+2%7Z+(%4#6h#!!%$## !$"# !"# !'),i('!.^""2^3_+B$71+8%.\'""2\'3(+(%4#6`#!!%$## !$"# !"# !'),i('!7Z+M$ $0i""1!3j+,$,)&0i""1!3j""" !+(%4"6k"! %$"# !"# !'),i('!71+W$7Z+M%.l""2l3m+=%7Z+3%73+)%4%6n%"$ %$%# !$$# !$## !$"# !"# !*t "!71+W$7Z+M%.l""2l3m+=%7Z+3%74+)%4%6o%"$ %$%# !$$# !$## !$"# !"# !*/ "!71+\' 4!6p!! %'),i('!.q""2q3r+ņ$ $74*› "! $!!8.c""2c3d9*$$"" -"# !+3$0s""1!3t+#%\'"%$"# !"# !+U$,R&!!8.c""2c3d9*$$"" -"# !+3$0s""1!3t+#%\'"%$"# !"# !""" !+& 4!6u! %,¡&74*› "! $!!8.c""2c3d9*$$"" -"# !+3$0s""1!3t+#%\'"%$"# !"# !+U$,R&!!8.c""2c3d9*$$"" -"# !+3$0s""1!3t+#%\'"%$"# !"# !""" !+& 4!6u! %"+8%.q""2q3r+(%4#6v#!!%$## !$"# !"# !*ŗ "!.w""2w3x+ņ$ $74*› "! $!!8.c""2c3d9*$$"" -"# !+3$0y""1!3z+#%\'"%$"# !"# !+U$,R&!!8.c""2c3d9*$$"" -"# !+3$0y""1!3z+#%\'"%$"# !"# !""" !+& 4!6u! %,¡&74*› "! $!!8.c""2c3d9*$$"" -"# !+3$0y""1!3z+#%\'"%$"# !"# !+U$,R&!!8.c""2c3d9*$$"" -"# !+3$0y""1!3z+#%\'"%$"# !"# !""" !+& 4!6u! %"+8%.w""2w3x+(%4#6v#!!%$## !$"# !"# !'),i('!.c""2c3d+V$7Z+L%76+B%7Z+8%.{""2{3|+(%4%6}%!"%$%# !$$# !$## !$"# !"# !'),i("!74+' 4!6~!! %"),i('!79+^$.""23€+N%76+D%.""23‚+4%76+*%4%6ƒ%#$" %$%# !$$# !$## !$"# !"# !*# "79'),i('!.„""2„3…+B$78+8%.†""2†3‡+(%4#6ˆ#!!%$## !$"# !"# !*4 "!.‰""2‰3Š+& 4!6‹! %'),i('!76+q$ $!.Œ""2Œ3+-$76+#%\'"%$"# !"# !,>&!.Œ""2Œ3+-$76+#%\'"%$"# !"# !"+)%4"6Ž""! %$"# !"# !'),i('!7>+C$.l""2l3m+3%79+)%4#6#"" %$## !$"# !"# !*# "7:'),i('!7;+Ą$.""23‘*Ý ".’""2’3“*Ñ ".”""2”3•*Å ".–""2–3—*¹ ".˜""2˜3™*­ ".š""2š3›*¡ ".œ""2œ3*• ".ž""2ž3Ÿ*‰ ".\'""2\'3(*} ". ""2 3¡*q ".¢""2¢3£*e ".8""2839*Y ".¤""2¤3¥*M ".¦""2¦3§*A ".¨""2¨3©*5 ".ª""2ª3«*) ".¬""2¬3­+4%7:+*%4#6®##"! %$## !$"# !"# !*# "7;'),i('!7Z+<$7<+2%7Z+(%4#6¯#!!%$## !$"# !"# !'),i('!7?+;$ $7=,#&7="+)%4"6°""! %$"# !"# !*) "7J*# "7>'),i('!.±""2±3²+W$7Z+M%7O+C%77*# " Z+3%7Z+)%4%6³%""!%$%# !$$# !$## !$"# !"# !'),i('!7Z+<$7@+2%7Z+(%4#6´#!!%$## !$"# !"# !'),i('!.µ""2µ3¶+3$7?+)%4"6·""! %$"# !"# !*b "!.µ""2µ3¶*) ".¦""2¦3§+3$7?+)%4"6¸""! %$"# !"# !*/ "7D*) "7J*# "7>'),i('7C*5 "7P*/ "7A*) "7U*# "7K'),i('!!.¦""2¦3§*# " Z+i$! $0¹""1!3º+,$,)&0¹""1!3º""" !+3$7B*# " Z+#%\'"%$"# !"# !*# "7B+#%\'"%$"# !"# !+\' 4!6»!! %'),i('!.¼""2¼3½+H$ $0¹""1!3º+,$,)&0¹""1!3º""" !+#%\'"%$"# !"# !'),i('!.„""2„3…+B$76+8%.†""2†3‡+(%4#6¾#!!%$## !$"# !"# !'),i('!7E*5 "7F*/ "7I*) "7G*# "7H+\' 4!6¿!! %'),i('!.À""2À3Á*) ".Â""2Â3Ã+\' 4!6Ä!! %'),i('!.Å""2Å3Æ+& 4!6Ç! %'),i('!.È""2È3É+& 4!6Ê! %'),i('!.Ë""2Ë3Ì+& 4!6Í! %'),i('!.Î""2Î3Ï*) ".Ð""2Ð3Ñ+& 4!6Ò! %'),i('!7>+3$77+)%4"6Ó""! %$"# !"# !'),i('!.Ô""2Ô3Õ*M ".Ö""2Ö3×*A ".Ø""2Ø3Ù*5 ".Ú""2Ú3Û*) ".Ü""2Ü3Ý*# " Z+Z$7Z+P%7O+F% $7L,#&7L"+4%7Z+*%4%6Þ%#$"!%$%# !$$# !$## !$"# !"# !'),i('7M*# "7N'),i('!.¼""2¼3½+2$7O+(%4"6ß"! %$"# !"# !'),i('!.à""2à3á+B$76+8%.â""2â3ã+(%4#6ä#!!%$## !$"# !"# !'),i('! $0å""1!3æ+,$,)&0å""1!3æ""" !+\' 4!6ç!! %'),i('!.è""2è3é+\\$7Z+R%7Q*# " Z+B%7Z+8%.ê""2ê3ë+(%4%6ì%!"%$%# !$$# !$## !$"# !"# !'),i("!7R+' 4!6í!! %"),i('!7S+q$ $!.Œ""2Œ3+-$7R+#%\'"%$"# !"# !,>&!.Œ""2Œ3+-$7R+#%\'"%$"# !"# !"+)%4"6î""! %$"# !"# !'),i('!7Z+]$7T+S%7Z+I%.""23‚+9%76*# " Z+)%4%6ï%"# %$%# !$$# !$## !$"# !"# !'),i("!7U+' 4!6ð!! %*/ \"!7O+' 4!6ñ!! %"),i('8!.q""2q3r+J$ $7V,#&7V"+8%.q""2q3r+(%4#6ó#!!%$## !$"# !"# !*[ "!.w""2w3x+J$ $7W,#&7W"+8%.w""2w3x+(%4#6ó#!!%$## !$"# !"# !9*" 3ò'),i('!!8.q""2q3r*) ".ô""2ô3õ9*$$"" -"# !+1$7X+\'%4"6ö" %$"# !"# !*) ".÷""2÷3ø'),i('!!8.w""2w3x*) ".ô""2ô3õ9*$$"" -"# !+1$7X+\'%4"6ö" %$"# !"# !*) ".ù""2ù3ú'),i('-""1!3û'),i('! $0ü""1!3ý+,$,)&0ü""1!3ý""" !+\' 4!6þ!! %'),i(' $0ÿ""1!3Ā,)&0ÿ""1!3Ā"')],A=0,q=0,w=0,$={line:1,column:1,seenCR:!1},x=0,E=[],k=0;if("startRule"in m){if(!(m.startRule in b))throw new Error("Can't start parsing from rule \""+m.startRule+'".');v=b[m.startRule]}if(g=c(v),g!==h&&A===r.length)return g;throw g!==h&&A1?(e[i[0]]||(r=e[i[0]]=["element",i[0],[],[["element",r[1],t,r[3]]]]),e[i[0]][2].push([a[0],i[1],o])):t.push(a)}),this._element2(r)},_doctype:function(r){return"text('')"},_children:function(r){for(r=r.concat();r.length;){var e=r[r.length-1];if("text"!==e[0])break;if(e[1]=e[1].replace(/[\s\r\n\t]+$/,""),!/^[\s\r\n\t]*$/.test(e[1]))break;r.pop()}return r.map(this._expression).join(", ")},_element2:function(r){var e="element('"+r[1]+"'",t=[];e+=", {";e+=r[2].map(function(r){var e=r[1],a=r[2];return!a.length||1===a.length&&"string"===a[0][0]?"'"+e+"':"+(a.length?this._expression(a[0]):"true"):void t.push(r)}.bind(this)).filter(function(r){return!!r}).join(","),e+="}";var a=this._children(r[3]);if(a.length&&(e+=", "+a),e+=")",t.length){var u="",n="";t.forEach(function(r){var e=r[0];if(u+="this","block"===e)u+=".ref.nodeValue = "+this._expression(r[1]);else if("attribute"===e){var t=r[2].map(function(r){return"("+this._expression(r)+")"}.bind(this)).join("+");u+=".setAttribute('"+r[1]+"', "+t+");"}else"property"===e&&(u+=".setProperty('"+r[1]+"', "+this._expression(r[2])+");")}.bind(this)),u.length&&(u="function(context) {"+u+"}"),n.length&&(n="function() { var self = this; "+n+"}"),(u.length||n.length)&&(e="dynamic("+e+",",e+="createBindingClass("+(n.length?n:"void 0")+", "+(u?u:"void 0")+")",e+=")")}return e},__addReference:function(r){var e="_"+ ++this._refCounter;return this._refs[e]=r,e},_block:function(r){var e="dynamic(text(), createBindingClass(void 0, function(context) {";return e+="this.ref.nodeValue = "+this._expression(r[1])+";",e+"}))"},_text:function(r){return"text('"+o.decode(r[1])+"')"},_comment:function(r){return"comment('"+r[1]+"')"},_hash:function(r){var e=r[1],t=[];for(var a in e)t.push("'"+a+"':"+this._expression(e[a]));return"{"+t.join(",")+"}"},_script:function(r){return this._expression(r[1])},_referenceKeyPath:function(r){var e=[],t=!1;return r.forEach(function(r){"string"!=typeof r?(t=!0,e.push(this._expression(r))):e.push(r)}.bind(this)),e=t?"["+e.map(function(e,t){return"string"==typeof r[t]?"'"+e+"'":e}).join(",")+"]":"'"+e.join(".")+"'"},_reference:function(r){var e=this._referenceKeyPath(r[1]);if(r[2]){var t=!!~r[2].indexOf("<~"),a=!!~r[2].indexOf("~>");return"this.view.ref("+e+", "+t+", "+a+")"}return"this.view.get("+e+")"},_string:function(r){return"'"+r[1]+"'"},_operator:function(r){return this._expression(r[2])+r[1]+this._expression(r[3])},_condition:function(r){return this._expression(r[1])+"?"+this._expression(r[2])+":"+this._expression(r[3])},_literal:function(r){return r[1]},_not:function(r){return"!"+this._expression(r[1])},_negative:function(r){return"-"+this._expression(r[1])},_call:function(r){var e="this.view.call("+this._referenceKeyPath(r[1][1])+", [";return e+=r[2].map(this._expression).join(","),e+"])"},_modifier:function(r){return"this.options.modifiers."+r[1]+"("+r[2].map(this._expression).join(",")+")"},_group:function(r){return"("+this._expression(r[1])+")"},__findExpressions:function(r,e){var t=[];return this.__traverse(e,function(e){e[0]===r&&t.push(e)}),t},__traverse:function(r,e){e(r),r.forEach(function(r){r&&"object"==typeof r&&this.__traverse(r,e)}.bind(this))}}),e.exports=new a},{3:3,5:5,6:6}],5:[function(r,e,t){(function(r){!function(a){var u="object"==typeof t&&t,n="object"==typeof e&&e&&e.exports==u&&e,o="object"==typeof r&&r;(o.global===o||o.window===o)&&(a=o);var i=/[\uD800-\uDBFF][\uDC00-\uDFFF]/g,c=/[\x01-\x7F]/g,s=/[\x01-\t\x0B\f\x0E-\x1F\x7F\x81\x8D\x8F\x90\x9D\xA0-\uFFFF]/g,l=/<\u20D2|=\u20E5|>\u20D2|\u205F\u200A|\u219D\u0338|\u2202\u0338|\u2220\u20D2|\u2229\uFE00|\u222A\uFE00|\u223C\u20D2|\u223D\u0331|\u223E\u0333|\u2242\u0338|\u224B\u0338|\u224D\u20D2|\u224E\u0338|\u224F\u0338|\u2250\u0338|\u2261\u20E5|\u2264\u20D2|\u2265\u20D2|\u2266\u0338|\u2267\u0338|\u2268\uFE00|\u2269\uFE00|\u226A\u0338|\u226A\u20D2|\u226B\u0338|\u226B\u20D2|\u227F\u0338|\u2282\u20D2|\u2283\u20D2|\u228A\uFE00|\u228B\uFE00|\u228F\u0338|\u2290\u0338|\u2293\uFE00|\u2294\uFE00|\u22B4\u20D2|\u22B5\u20D2|\u22D8\u0338|\u22D9\u0338|\u22DA\uFE00|\u22DB\uFE00|\u22F5\u0338|\u22F9\u0338|\u2933\u0338|\u29CF\u0338|\u29D0\u0338|\u2A6D\u0338|\u2A70\u0338|\u2A7D\u0338|\u2A7E\u0338|\u2AA1\u0338|\u2AA2\u0338|\u2AAC\uFE00|\u2AAD\uFE00|\u2AAF\u0338|\u2AB0\u0338|\u2AC5\u0338|\u2AC6\u0338|\u2ACB\uFE00|\u2ACC\uFE00|\u2AFD\u20E5|[\xA0-\u0113\u0116-\u0122\u0124-\u012B\u012E-\u014D\u0150-\u017E\u0192\u01B5\u01F5\u0237\u02C6\u02C7\u02D8-\u02DD\u0311\u0391-\u03A1\u03A3-\u03A9\u03B1-\u03C9\u03D1\u03D2\u03D5\u03D6\u03DC\u03DD\u03F0\u03F1\u03F5\u03F6\u0401-\u040C\u040E-\u044F\u0451-\u045C\u045E\u045F\u2002-\u2005\u2007-\u2010\u2013-\u2016\u2018-\u201A\u201C-\u201E\u2020-\u2022\u2025\u2026\u2030-\u2035\u2039\u203A\u203E\u2041\u2043\u2044\u204F\u2057\u205F-\u2063\u20AC\u20DB\u20DC\u2102\u2105\u210A-\u2113\u2115-\u211E\u2122\u2124\u2127-\u2129\u212C\u212D\u212F-\u2131\u2133-\u2138\u2145-\u2148\u2153-\u215E\u2190-\u219B\u219D-\u21A7\u21A9-\u21AE\u21B0-\u21B3\u21B5-\u21B7\u21BA-\u21DB\u21DD\u21E4\u21E5\u21F5\u21FD-\u2205\u2207-\u2209\u220B\u220C\u220F-\u2214\u2216-\u2218\u221A\u221D-\u2238\u223A-\u2257\u2259\u225A\u225C\u225F-\u2262\u2264-\u228B\u228D-\u229B\u229D-\u22A5\u22A7-\u22B0\u22B2-\u22BB\u22BD-\u22DB\u22DE-\u22E3\u22E6-\u22F7\u22F9-\u22FE\u2305\u2306\u2308-\u2310\u2312\u2313\u2315\u2316\u231C-\u231F\u2322\u2323\u232D\u232E\u2336\u233D\u233F\u237C\u23B0\u23B1\u23B4-\u23B6\u23DC-\u23DF\u23E2\u23E7\u2423\u24C8\u2500\u2502\u250C\u2510\u2514\u2518\u251C\u2524\u252C\u2534\u253C\u2550-\u256C\u2580\u2584\u2588\u2591-\u2593\u25A1\u25AA\u25AB\u25AD\u25AE\u25B1\u25B3-\u25B5\u25B8\u25B9\u25BD-\u25BF\u25C2\u25C3\u25CA\u25CB\u25EC\u25EF\u25F8-\u25FC\u2605\u2606\u260E\u2640\u2642\u2660\u2663\u2665\u2666\u266A\u266D-\u266F\u2713\u2717\u2720\u2736\u2758\u2772\u2773\u27C8\u27C9\u27E6-\u27ED\u27F5-\u27FA\u27FC\u27FF\u2902-\u2905\u290C-\u2913\u2916\u2919-\u2920\u2923-\u292A\u2933\u2935-\u2939\u293C\u293D\u2945\u2948-\u294B\u294E-\u2976\u2978\u2979\u297B-\u297F\u2985\u2986\u298B-\u2996\u299A\u299C\u299D\u29A4-\u29B7\u29B9\u29BB\u29BC\u29BE-\u29C5\u29C9\u29CD-\u29D0\u29DC-\u29DE\u29E3-\u29E5\u29EB\u29F4\u29F6\u2A00-\u2A02\u2A04\u2A06\u2A0C\u2A0D\u2A10-\u2A17\u2A22-\u2A27\u2A29\u2A2A\u2A2D-\u2A31\u2A33-\u2A3C\u2A3F\u2A40\u2A42-\u2A4D\u2A50\u2A53-\u2A58\u2A5A-\u2A5D\u2A5F\u2A66\u2A6A\u2A6D-\u2A75\u2A77-\u2A9A\u2A9D-\u2AA2\u2AA4-\u2AB0\u2AB3-\u2AC8\u2ACB\u2ACC\u2ACF-\u2ADB\u2AE4\u2AE6-\u2AE9\u2AEB-\u2AF3\u2AFD\uFB00-\uFB04]|\uD835[\uDC9C\uDC9E\uDC9F\uDCA2\uDCA5\uDCA6\uDCA9-\uDCAC\uDCAE-\uDCB9\uDCBB\uDCBD-\uDCC3\uDCC5-\uDCCF\uDD04\uDD05\uDD07-\uDD0A\uDD0D-\uDD14\uDD16-\uDD1C\uDD1E-\uDD39\uDD3B-\uDD3E\uDD40-\uDD44\uDD46\uDD4A-\uDD50\uDD52-\uDD6B]/g,p={"Á":"Aacute","á":"aacute","Ă":"Abreve","ă":"abreve","∾":"ac","∿":"acd","∾̳":"acE","Â":"Acirc","â":"acirc","´":"acute","А":"Acy","а":"acy","Æ":"AElig","æ":"aelig","⁡":"af","𝔄":"Afr","𝔞":"afr","À":"Agrave","à":"agrave","ℵ":"aleph","Α":"Alpha","α":"alpha","Ā":"Amacr","ā":"amacr","⨿":"amalg","&":"amp","⩕":"andand","⩓":"And","∧":"and","⩜":"andd","⩘":"andslope","⩚":"andv","∠":"ang","⦤":"ange","⦨":"angmsdaa","⦩":"angmsdab","⦪":"angmsdac","⦫":"angmsdad","⦬":"angmsdae","⦭":"angmsdaf","⦮":"angmsdag","⦯":"angmsdah","∡":"angmsd","∟":"angrt","⊾":"angrtvb","⦝":"angrtvbd","∢":"angsph","Å":"angst","⍼":"angzarr","Ą":"Aogon","ą":"aogon","𝔸":"Aopf","𝕒":"aopf","⩯":"apacir","≈":"ap","⩰":"apE","≊":"ape","≋":"apid","'":"apos","å":"aring","𝒜":"Ascr","𝒶":"ascr","≔":"colone","*":"ast","≍":"CupCap","Ã":"Atilde","ã":"atilde","Ä":"Auml","ä":"auml","∳":"awconint","⨑":"awint","≌":"bcong","϶":"bepsi","‵":"bprime","∽":"bsim","⋍":"bsime","∖":"setmn","⫧":"Barv","⊽":"barvee","⌅":"barwed","⌆":"Barwed","⎵":"bbrk","⎶":"bbrktbrk","Б":"Bcy","б":"bcy","„":"bdquo","∵":"becaus","⦰":"bemptyv","ℬ":"Bscr","Β":"Beta","β":"beta","ℶ":"beth","≬":"twixt","𝔅":"Bfr","𝔟":"bfr","⋂":"xcap","◯":"xcirc","⋃":"xcup","⨀":"xodot","⨁":"xoplus","⨂":"xotime","⨆":"xsqcup","★":"starf","▽":"xdtri","△":"xutri","⨄":"xuplus","⋁":"Vee","⋀":"Wedge","⤍":"rbarr","⧫":"lozf","▪":"squf","▴":"utrif","▾":"dtrif","◂":"ltrif","▸":"rtrif","␣":"blank","▒":"blk12","░":"blk14","▓":"blk34","█":"block","=⃥":"bne","≡⃥":"bnequiv","⫭":"bNot","⌐":"bnot","𝔹":"Bopf","𝕓":"bopf","⊥":"bot","⋈":"bowtie","⧉":"boxbox","┐":"boxdl","╕":"boxdL","╖":"boxDl","╗":"boxDL","┌":"boxdr","╒":"boxdR","╓":"boxDr","╔":"boxDR","─":"boxh","═":"boxH","┬":"boxhd","╤":"boxHd","╥":"boxhD","╦":"boxHD","┴":"boxhu","╧":"boxHu","╨":"boxhU","╩":"boxHU","⊟":"minusb","⊞":"plusb","⊠":"timesb","┘":"boxul","╛":"boxuL","╜":"boxUl","╝":"boxUL","└":"boxur","╘":"boxuR","╙":"boxUr","╚":"boxUR","│":"boxv","║":"boxV","┼":"boxvh","╪":"boxvH","╫":"boxVh","╬":"boxVH","┤":"boxvl","╡":"boxvL","╢":"boxVl","╣":"boxVL","├":"boxvr","╞":"boxvR","╟":"boxVr","╠":"boxVR","˘":"breve","¦":"brvbar","𝒷":"bscr","⁏":"bsemi","⧅":"bsolb","\\":"bsol","⟈":"bsolhsub","•":"bull","≎":"bump","⪮":"bumpE","≏":"bumpe","Ć":"Cacute","ć":"cacute","⩄":"capand","⩉":"capbrcup","⩋":"capcap","∩":"cap","⋒":"Cap","⩇":"capcup","⩀":"capdot","ⅅ":"DD","∩︀":"caps","⁁":"caret","ˇ":"caron","ℭ":"Cfr","⩍":"ccaps","Č":"Ccaron","č":"ccaron","Ç":"Ccedil","ç":"ccedil","Ĉ":"Ccirc","ĉ":"ccirc","∰":"Cconint","⩌":"ccups","⩐":"ccupssm","Ċ":"Cdot","ċ":"cdot","¸":"cedil","⦲":"cemptyv","¢":"cent","·":"middot","𝔠":"cfr","Ч":"CHcy","ч":"chcy","✓":"check","Χ":"Chi","χ":"chi","ˆ":"circ","≗":"cire","↺":"olarr","↻":"orarr","⊛":"oast","⊚":"ocir","⊝":"odash","⊙":"odot","®":"reg","Ⓢ":"oS","⊖":"ominus","⊕":"oplus","⊗":"otimes","○":"cir","⧃":"cirE","⨐":"cirfnint","⫯":"cirmid","⧂":"cirscir","∲":"cwconint","”":"rdquo","’":"rsquo","♣":"clubs",":":"colon","∷":"Colon","⩴":"Colone",",":"comma","@":"commat","∁":"comp","∘":"compfn","ℂ":"Copf","≅":"cong","⩭":"congdot","≡":"equiv","∮":"oint","∯":"Conint","𝕔":"copf","∐":"coprod","©":"copy","℗":"copysr","↵":"crarr","✗":"cross","⨯":"Cross","𝒞":"Cscr","𝒸":"cscr","⫏":"csub","⫑":"csube","⫐":"csup","⫒":"csupe","⋯":"ctdot","⤸":"cudarrl","⤵":"cudarrr","⋞":"cuepr","⋟":"cuesc","↶":"cularr","⤽":"cularrp","⩈":"cupbrcap","⩆":"cupcap","∪":"cup","⋓":"Cup","⩊":"cupcup","⊍":"cupdot","⩅":"cupor","∪︀":"cups","↷":"curarr","⤼":"curarrm","⋎":"cuvee","⋏":"cuwed","¤":"curren","∱":"cwint","⌭":"cylcty","†":"dagger","‡":"Dagger","ℸ":"daleth","↓":"darr","↡":"Darr","⇓":"dArr","‐":"dash","⫤":"Dashv","⊣":"dashv","⤏":"rBarr","˝":"dblac","Ď":"Dcaron","ď":"dcaron","Д":"Dcy","д":"dcy","⇊":"ddarr","ⅆ":"dd","⤑":"DDotrahd","⩷":"eDDot","°":"deg","∇":"Del","Δ":"Delta","δ":"delta","⦱":"demptyv","⥿":"dfisht","𝔇":"Dfr","𝔡":"dfr","⥥":"dHar","⇃":"dharl","⇂":"dharr","˙":"dot","`":"grave","˜":"tilde","⋄":"diam","♦":"diams","¨":"die","ϝ":"gammad","⋲":"disin","÷":"div","⋇":"divonx","Ђ":"DJcy","ђ":"djcy","⌞":"dlcorn","⌍":"dlcrop",$:"dollar","𝔻":"Dopf","𝕕":"dopf","⃜":"DotDot","≐":"doteq","≑":"eDot","∸":"minusd","∔":"plusdo","⊡":"sdotb","⇐":"lArr","⇔":"iff","⟸":"xlArr","⟺":"xhArr","⟹":"xrArr","⇒":"rArr","⊨":"vDash","⇑":"uArr","⇕":"vArr","∥":"par","⤓":"DownArrowBar","⇵":"duarr","̑":"DownBreve","⥐":"DownLeftRightVector","⥞":"DownLeftTeeVector","⥖":"DownLeftVectorBar","↽":"lhard","⥟":"DownRightTeeVector","⥗":"DownRightVectorBar","⇁":"rhard","↧":"mapstodown","⊤":"top","⤐":"RBarr","⌟":"drcorn","⌌":"drcrop","𝒟":"Dscr","𝒹":"dscr","Ѕ":"DScy","ѕ":"dscy","⧶":"dsol","Đ":"Dstrok","đ":"dstrok","⋱":"dtdot","▿":"dtri","⥯":"duhar","⦦":"dwangle","Џ":"DZcy","џ":"dzcy","⟿":"dzigrarr","É":"Eacute","é":"eacute","⩮":"easter","Ě":"Ecaron","ě":"ecaron","Ê":"Ecirc","ê":"ecirc","≖":"ecir","≕":"ecolon","Э":"Ecy","э":"ecy","Ė":"Edot","ė":"edot","ⅇ":"ee","≒":"efDot","𝔈":"Efr","𝔢":"efr","⪚":"eg","È":"Egrave","è":"egrave","⪖":"egs","⪘":"egsdot","⪙":"el","∈":"in","⏧":"elinters","ℓ":"ell","⪕":"els","⪗":"elsdot","Ē":"Emacr","ē":"emacr","∅":"empty","◻":"EmptySmallSquare","▫":"EmptyVerySmallSquare"," ":"emsp13"," ":"emsp14"," ":"emsp","Ŋ":"ENG","ŋ":"eng"," ":"ensp","Ę":"Eogon","ę":"eogon","𝔼":"Eopf","𝕖":"eopf","⋕":"epar","⧣":"eparsl","⩱":"eplus","ε":"epsi","Ε":"Epsilon","ϵ":"epsiv","≂":"esim","⩵":"Equal","=":"equals","≟":"equest","⇌":"rlhar","⩸":"equivDD","⧥":"eqvparsl","⥱":"erarr","≓":"erDot","ℯ":"escr","ℰ":"Escr","⩳":"Esim","Η":"Eta","η":"eta","Ð":"ETH","ð":"eth","Ë":"Euml","ë":"euml","€":"euro","!":"excl","∃":"exist","Ф":"Fcy","ф":"fcy","♀":"female","ffi":"ffilig","ff":"fflig","ffl":"ffllig","𝔉":"Ffr","𝔣":"ffr","fi":"filig","◼":"FilledSmallSquare",fj:"fjlig","♭":"flat","fl":"fllig","▱":"fltns","ƒ":"fnof","𝔽":"Fopf","𝕗":"fopf","∀":"forall","⋔":"fork","⫙":"forkv","ℱ":"Fscr","⨍":"fpartint","½":"half","⅓":"frac13","¼":"frac14","⅕":"frac15","⅙":"frac16","⅛":"frac18","⅔":"frac23","⅖":"frac25","¾":"frac34","⅗":"frac35","⅜":"frac38","⅘":"frac45","⅚":"frac56","⅝":"frac58","⅞":"frac78","⁄":"frasl","⌢":"frown","𝒻":"fscr","ǵ":"gacute","Γ":"Gamma","γ":"gamma","Ϝ":"Gammad","⪆":"gap","Ğ":"Gbreve","ğ":"gbreve","Ģ":"Gcedil","Ĝ":"Gcirc","ĝ":"gcirc","Г":"Gcy","г":"gcy","Ġ":"Gdot","ġ":"gdot","≥":"ge","≧":"gE","⪌":"gEl","⋛":"gel","⩾":"ges","⪩":"gescc","⪀":"gesdot","⪂":"gesdoto","⪄":"gesdotol","⋛︀":"gesl","⪔":"gesles","𝔊":"Gfr","𝔤":"gfr","≫":"gg","⋙":"Gg","ℷ":"gimel","Ѓ":"GJcy","ѓ":"gjcy","⪥":"gla","≷":"gl","⪒":"glE","⪤":"glj","⪊":"gnap","⪈":"gne","≩":"gnE","⋧":"gnsim","𝔾":"Gopf","𝕘":"gopf","⪢":"GreaterGreater","≳":"gsim","𝒢":"Gscr","ℊ":"gscr","⪎":"gsime","⪐":"gsiml","⪧":"gtcc","⩺":"gtcir",">":"gt","⋗":"gtdot","⦕":"gtlPar","⩼":"gtquest","⥸":"gtrarr","≩︀":"gvnE"," ":"hairsp","ℋ":"Hscr","Ъ":"HARDcy","ъ":"hardcy","⥈":"harrcir","↔":"harr","↭":"harrw","^":"Hat","ℏ":"hbar","Ĥ":"Hcirc","ĥ":"hcirc","♥":"hearts","…":"mldr","⊹":"hercon","𝔥":"hfr","ℌ":"Hfr","⤥":"searhk","⤦":"swarhk","⇿":"hoarr","∻":"homtht","↩":"larrhk","↪":"rarrhk","𝕙":"hopf","ℍ":"Hopf","―":"horbar","𝒽":"hscr","Ħ":"Hstrok","ħ":"hstrok","⁃":"hybull","Í":"Iacute","í":"iacute","⁣":"ic","Î":"Icirc","î":"icirc","И":"Icy","и":"icy","İ":"Idot","Е":"IEcy","е":"iecy","¡":"iexcl","𝔦":"ifr","ℑ":"Im","Ì":"Igrave","ì":"igrave","ⅈ":"ii","⨌":"qint","∭":"tint","⧜":"iinfin","℩":"iiota","IJ":"IJlig","ij":"ijlig","Ī":"Imacr","ī":"imacr","ℐ":"Iscr","ı":"imath","⊷":"imof","Ƶ":"imped","℅":"incare","∞":"infin","⧝":"infintie","⊺":"intcal","∫":"int","∬":"Int","ℤ":"Zopf","⨗":"intlarhk","⨼":"iprod","⁢":"it","Ё":"IOcy","ё":"iocy","Į":"Iogon","į":"iogon",
"𝕀":"Iopf","𝕚":"iopf","Ι":"Iota","ι":"iota","¿":"iquest","𝒾":"iscr","⋵":"isindot","⋹":"isinE","⋴":"isins","⋳":"isinsv","Ĩ":"Itilde","ĩ":"itilde","І":"Iukcy","і":"iukcy","Ï":"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","ℒ":"Lscr","Λ":"Lambda","λ":"lambda","⟨":"lang","⟪":"Lang","⦑":"langd","⪅":"lap","«":"laquo","⇤":"larrb","⤟":"larrbfs","←":"larr","↞":"Larr","⤝":"larrfs","↫":"larrlp","⤹":"larrpl","⥳":"larrsim","↢":"larrtl","⤙":"latail","⤛":"lAtail","⪫":"lat","⪭":"late","⪭︀":"lates","⤌":"lbarr","⤎":"lBarr","❲":"lbbrk","{":"lcub","[":"lsqb","⦋":"lbrke","⦏":"lbrksld","⦍":"lbrkslu","Ľ":"Lcaron","ľ":"lcaron","Ļ":"Lcedil","ļ":"lcedil","⌈":"lceil","Л":"Lcy","л":"lcy","⤶":"ldca","“":"ldquo","⥧":"ldrdhar","⥋":"ldrushar","↲":"ldsh","≤":"le","≦":"lE","⇆":"lrarr","⟦":"lobrk","⥡":"LeftDownTeeVector","⥙":"LeftDownVectorBar","⌊":"lfloor","↼":"lharu","⇇":"llarr","⇋":"lrhar","⥎":"LeftRightVector","↤":"mapstoleft","⥚":"LeftTeeVector","⋋":"lthree","⧏":"LeftTriangleBar","⊲":"vltri","⊴":"ltrie","⥑":"LeftUpDownVector","⥠":"LeftUpTeeVector","⥘":"LeftUpVectorBar","↿":"uharl","⥒":"LeftVectorBar","⪋":"lEg","⋚":"leg","⩽":"les","⪨":"lescc","⩿":"lesdot","⪁":"lesdoto","⪃":"lesdotor","⋚︀":"lesg","⪓":"lesges","⋖":"ltdot","≶":"lg","⪡":"LessLess","≲":"lsim","⥼":"lfisht","𝔏":"Lfr","𝔩":"lfr","⪑":"lgE","⥢":"lHar","⥪":"lharul","▄":"lhblk","Љ":"LJcy","љ":"ljcy","≪":"ll","⋘":"Ll","⥫":"llhard","◺":"lltri","Ŀ":"Lmidot","ŀ":"lmidot","⎰":"lmoust","⪉":"lnap","⪇":"lne","≨":"lnE","⋦":"lnsim","⟬":"loang","⇽":"loarr","⟵":"xlarr","⟷":"xharr","⟼":"xmap","⟶":"xrarr","↬":"rarrlp","⦅":"lopar","𝕃":"Lopf","𝕝":"lopf","⨭":"loplus","⨴":"lotimes","∗":"lowast",_:"lowbar","↙":"swarr","↘":"searr","◊":"loz","(":"lpar","⦓":"lparlt","⥭":"lrhard","‎":"lrm","⊿":"lrtri","‹":"lsaquo","𝓁":"lscr","↰":"lsh","⪍":"lsime","⪏":"lsimg","‘":"lsquo","‚":"sbquo","Ł":"Lstrok","ł":"lstrok","⪦":"ltcc","⩹":"ltcir","<":"lt","⋉":"ltimes","⥶":"ltlarr","⩻":"ltquest","◃":"ltri","⦖":"ltrPar","⥊":"lurdshar","⥦":"luruhar","≨︀":"lvnE","¯":"macr","♂":"male","✠":"malt","⤅":"Map","↦":"map","↥":"mapstoup","▮":"marker","⨩":"mcomma","М":"Mcy","м":"mcy","—":"mdash","∺":"mDDot"," ":"MediumSpace","ℳ":"Mscr","𝔐":"Mfr","𝔪":"mfr","℧":"mho","µ":"micro","⫰":"midcir","∣":"mid","−":"minus","⨪":"minusdu","∓":"mp","⫛":"mlcp","⊧":"models","𝕄":"Mopf","𝕞":"mopf","𝓂":"mscr","Μ":"Mu","μ":"mu","⊸":"mumap","Ń":"Nacute","ń":"nacute","∠⃒":"nang","≉":"nap","⩰̸":"napE","≋̸":"napid","ʼn":"napos","♮":"natur","ℕ":"Nopf"," ":"nbsp","≎̸":"nbump","≏̸":"nbumpe","⩃":"ncap","Ň":"Ncaron","ň":"ncaron","Ņ":"Ncedil","ņ":"ncedil","≇":"ncong","⩭̸":"ncongdot","⩂":"ncup","Н":"Ncy","н":"ncy","–":"ndash","⤤":"nearhk","↗":"nearr","⇗":"neArr","≠":"ne","≐̸":"nedot","​":"ZeroWidthSpace","≢":"nequiv","⤨":"toea","≂̸":"nesim","\n":"NewLine","∄":"nexist","𝔑":"Nfr","𝔫":"nfr","≧̸":"ngE","≱":"nge","⩾̸":"nges","⋙̸":"nGg","≵":"ngsim","≫⃒":"nGt","≯":"ngt","≫̸":"nGtv","↮":"nharr","⇎":"nhArr","⫲":"nhpar","∋":"ni","⋼":"nis","⋺":"nisd","Њ":"NJcy","њ":"njcy","↚":"nlarr","⇍":"nlArr","‥":"nldr","≦̸":"nlE","≰":"nle","⩽̸":"nles","≮":"nlt","⋘̸":"nLl","≴":"nlsim","≪⃒":"nLt","⋪":"nltri","⋬":"nltrie","≪̸":"nLtv","∤":"nmid","⁠":"NoBreak","𝕟":"nopf","⫬":"Not","¬":"not","≭":"NotCupCap","∦":"npar","∉":"notin","≹":"ntgl","⋵̸":"notindot","⋹̸":"notinE","⋷":"notinvb","⋶":"notinvc","⧏̸":"NotLeftTriangleBar","≸":"ntlg","⪢̸":"NotNestedGreaterGreater","⪡̸":"NotNestedLessLess","∌":"notni","⋾":"notnivb","⋽":"notnivc","⊀":"npr","⪯̸":"npre","⋠":"nprcue","⧐̸":"NotRightTriangleBar","⋫":"nrtri","⋭":"nrtrie","⊏̸":"NotSquareSubset","⋢":"nsqsube","⊐̸":"NotSquareSuperset","⋣":"nsqsupe","⊂⃒":"vnsub","⊈":"nsube","⊁":"nsc","⪰̸":"nsce","⋡":"nsccue","≿̸":"NotSucceedsTilde","⊃⃒":"vnsup","⊉":"nsupe","≁":"nsim","≄":"nsime","⫽⃥":"nparsl","∂̸":"npart","⨔":"npolint","⤳̸":"nrarrc","↛":"nrarr","⇏":"nrArr","↝̸":"nrarrw","𝒩":"Nscr","𝓃":"nscr","⊄":"nsub","⫅̸":"nsubE","⊅":"nsup","⫆̸":"nsupE","Ñ":"Ntilde","ñ":"ntilde","Ν":"Nu","ν":"nu","#":"num","№":"numero"," ":"numsp","≍⃒":"nvap","⊬":"nvdash","⊭":"nvDash","⊮":"nVdash","⊯":"nVDash","≥⃒":"nvge",">⃒":"nvgt","⤄":"nvHarr","⧞":"nvinfin","⤂":"nvlArr","≤⃒":"nvle","<⃒":"nvlt","⊴⃒":"nvltrie","⤃":"nvrArr","⊵⃒":"nvrtrie","∼⃒":"nvsim","⤣":"nwarhk","↖":"nwarr","⇖":"nwArr","⤧":"nwnear","Ó":"Oacute","ó":"oacute","Ô":"Ocirc","ô":"ocirc","О":"Ocy","о":"ocy","Ő":"Odblac","ő":"odblac","⨸":"odiv","⦼":"odsold","Œ":"OElig","œ":"oelig","⦿":"ofcir","𝔒":"Ofr","𝔬":"ofr","˛":"ogon","Ò":"Ograve","ò":"ograve","⧁":"ogt","⦵":"ohbar","Ω":"ohm","⦾":"olcir","⦻":"olcross","‾":"oline","⧀":"olt","Ō":"Omacr","ō":"omacr","ω":"omega","Ο":"Omicron","ο":"omicron","⦶":"omid","𝕆":"Oopf","𝕠":"oopf","⦷":"opar","⦹":"operp","⩔":"Or","∨":"or","⩝":"ord","ℴ":"oscr","ª":"ordf","º":"ordm","⊶":"origof","⩖":"oror","⩗":"orslope","⩛":"orv","𝒪":"Oscr","Ø":"Oslash","ø":"oslash","⊘":"osol","Õ":"Otilde","õ":"otilde","⨶":"otimesas","⨷":"Otimes","Ö":"Ouml","ö":"ouml","⌽":"ovbar","⏞":"OverBrace","⎴":"tbrk","⏜":"OverParenthesis","¶":"para","⫳":"parsim","⫽":"parsl","∂":"part","П":"Pcy","п":"pcy","%":"percnt",".":"period","‰":"permil","‱":"pertenk","𝔓":"Pfr","𝔭":"pfr","Φ":"Phi","φ":"phi","ϕ":"phiv","☎":"phone","Π":"Pi","π":"pi","ϖ":"piv","ℎ":"planckh","⨣":"plusacir","⨢":"pluscir","+":"plus","⨥":"plusdu","⩲":"pluse","±":"pm","⨦":"plussim","⨧":"plustwo","⨕":"pointint","𝕡":"popf","ℙ":"Popf","£":"pound","⪷":"prap","⪻":"Pr","≺":"pr","≼":"prcue","⪯":"pre","≾":"prsim","⪹":"prnap","⪵":"prnE","⋨":"prnsim","⪳":"prE","′":"prime","″":"Prime","∏":"prod","⌮":"profalar","⌒":"profline","⌓":"profsurf","∝":"prop","⊰":"prurel","𝒫":"Pscr","𝓅":"pscr","Ψ":"Psi","ψ":"psi"," ":"puncsp","𝔔":"Qfr","𝔮":"qfr","𝕢":"qopf","ℚ":"Qopf","⁗":"qprime","𝒬":"Qscr","𝓆":"qscr","⨖":"quatint","?":"quest",'"':"quot","⇛":"rAarr","∽̱":"race","Ŕ":"Racute","ŕ":"racute","√":"Sqrt","⦳":"raemptyv","⟩":"rang","⟫":"Rang","⦒":"rangd","⦥":"range","»":"raquo","⥵":"rarrap","⇥":"rarrb","⤠":"rarrbfs","⤳":"rarrc","→":"rarr","↠":"Rarr","⤞":"rarrfs","⥅":"rarrpl","⥴":"rarrsim","⤖":"Rarrtl","↣":"rarrtl","↝":"rarrw","⤚":"ratail","⤜":"rAtail","∶":"ratio","❳":"rbbrk","}":"rcub","]":"rsqb","⦌":"rbrke","⦎":"rbrksld","⦐":"rbrkslu","Ř":"Rcaron","ř":"rcaron","Ŗ":"Rcedil","ŗ":"rcedil","⌉":"rceil","Р":"Rcy","р":"rcy","⤷":"rdca","⥩":"rdldhar","↳":"rdsh","ℜ":"Re","ℛ":"Rscr","ℝ":"Ropf","▭":"rect","⥽":"rfisht","⌋":"rfloor","𝔯":"rfr","⥤":"rHar","⇀":"rharu","⥬":"rharul","Ρ":"Rho","ρ":"rho","ϱ":"rhov","⇄":"rlarr","⟧":"robrk","⥝":"RightDownTeeVector","⥕":"RightDownVectorBar","⇉":"rrarr","⊢":"vdash","⥛":"RightTeeVector","⋌":"rthree","⧐":"RightTriangleBar","⊳":"vrtri","⊵":"rtrie","⥏":"RightUpDownVector","⥜":"RightUpTeeVector","⥔":"RightUpVectorBar","↾":"uharr","⥓":"RightVectorBar","˚":"ring","‏":"rlm","⎱":"rmoust","⫮":"rnmid","⟭":"roang","⇾":"roarr","⦆":"ropar","𝕣":"ropf","⨮":"roplus","⨵":"rotimes","⥰":"RoundImplies",")":"rpar","⦔":"rpargt","⨒":"rppolint","›":"rsaquo","𝓇":"rscr","↱":"rsh","⋊":"rtimes","▹":"rtri","⧎":"rtriltri","⧴":"RuleDelayed","⥨":"ruluhar","℞":"rx","Ś":"Sacute","ś":"sacute","⪸":"scap","Š":"Scaron","š":"scaron","⪼":"Sc","≻":"sc","≽":"sccue","⪰":"sce","⪴":"scE","Ş":"Scedil","ş":"scedil","Ŝ":"Scirc","ŝ":"scirc","⪺":"scnap","⪶":"scnE","⋩":"scnsim","⨓":"scpolint","≿":"scsim","С":"Scy","с":"scy","⋅":"sdot","⩦":"sdote","⇘":"seArr","§":"sect",";":"semi","⤩":"tosa","✶":"sext","𝔖":"Sfr","𝔰":"sfr","♯":"sharp","Щ":"SHCHcy","щ":"shchcy","Ш":"SHcy","ш":"shcy","↑":"uarr","­":"shy","Σ":"Sigma","σ":"sigma","ς":"sigmaf","∼":"sim","⩪":"simdot","≃":"sime","⪞":"simg","⪠":"simgE","⪝":"siml","⪟":"simlE","≆":"simne","⨤":"simplus","⥲":"simrarr","⨳":"smashp","⧤":"smeparsl","⌣":"smile","⪪":"smt","⪬":"smte","⪬︀":"smtes","Ь":"SOFTcy","ь":"softcy","⌿":"solbar","⧄":"solb","/":"sol","𝕊":"Sopf","𝕤":"sopf","♠":"spades","⊓":"sqcap","⊓︀":"sqcaps","⊔":"sqcup","⊔︀":"sqcups","⊏":"sqsub","⊑":"sqsube","⊐":"sqsup","⊒":"sqsupe","□":"squ","𝒮":"Sscr","𝓈":"sscr","⋆":"Star","☆":"star","⊂":"sub","⋐":"Sub","⪽":"subdot","⫅":"subE","⊆":"sube","⫃":"subedot","⫁":"submult","⫋":"subnE","⊊":"subne","⪿":"subplus","⥹":"subrarr","⫇":"subsim","⫕":"subsub","⫓":"subsup","∑":"sum","♪":"sung","¹":"sup1","²":"sup2","³":"sup3","⊃":"sup","⋑":"Sup","⪾":"supdot","⫘":"supdsub","⫆":"supE","⊇":"supe","⫄":"supedot","⟉":"suphsol","⫗":"suphsub","⥻":"suplarr","⫂":"supmult","⫌":"supnE","⊋":"supne","⫀":"supplus","⫈":"supsim","⫔":"supsub","⫖":"supsup","⇙":"swArr","⤪":"swnwar","ß":"szlig","	":"Tab","⌖":"target","Τ":"Tau","τ":"tau","Ť":"Tcaron","ť":"tcaron","Ţ":"Tcedil","ţ":"tcedil","Т":"Tcy","т":"tcy","⃛":"tdot","⌕":"telrec","𝔗":"Tfr","𝔱":"tfr","∴":"there4","Θ":"Theta","θ":"theta","ϑ":"thetav","  ":"ThickSpace"," ":"thinsp","Þ":"THORN","þ":"thorn","⨱":"timesbar","×":"times","⨰":"timesd","⌶":"topbot","⫱":"topcir","𝕋":"Topf","𝕥":"topf","⫚":"topfork","‴":"tprime","™":"trade","▵":"utri","≜":"trie","◬":"tridot","⨺":"triminus","⨹":"triplus","⧍":"trisb","⨻":"tritime","⏢":"trpezium","𝒯":"Tscr","𝓉":"tscr","Ц":"TScy","ц":"tscy","Ћ":"TSHcy","ћ":"tshcy","Ŧ":"Tstrok","ŧ":"tstrok","Ú":"Uacute","ú":"uacute","↟":"Uarr","⥉":"Uarrocir","Ў":"Ubrcy","ў":"ubrcy","Ŭ":"Ubreve","ŭ":"ubreve","Û":"Ucirc","û":"ucirc","У":"Ucy","у":"ucy","⇅":"udarr","Ű":"Udblac","ű":"udblac","⥮":"udhar","⥾":"ufisht","𝔘":"Ufr","𝔲":"ufr","Ù":"Ugrave","ù":"ugrave","⥣":"uHar","▀":"uhblk","⌜":"ulcorn","⌏":"ulcrop","◸":"ultri","Ū":"Umacr","ū":"umacr","⏟":"UnderBrace","⏝":"UnderParenthesis","⊎":"uplus","Ų":"Uogon","ų":"uogon","𝕌":"Uopf","𝕦":"uopf","⤒":"UpArrowBar","↕":"varr","υ":"upsi","ϒ":"Upsi","Υ":"Upsilon","⇈":"uuarr","⌝":"urcorn","⌎":"urcrop","Ů":"Uring","ů":"uring","◹":"urtri","𝒰":"Uscr","𝓊":"uscr","⋰":"utdot","Ũ":"Utilde","ũ":"utilde","Ü":"Uuml","ü":"uuml","⦧":"uwangle","⦜":"vangrt","⊊︀":"vsubne","⫋︀":"vsubnE","⊋︀":"vsupne","⫌︀":"vsupnE","⫨":"vBar","⫫":"Vbar","⫩":"vBarv","В":"Vcy","в":"vcy","⊩":"Vdash","⊫":"VDash","⫦":"Vdashl","⊻":"veebar","≚":"veeeq","⋮":"vellip","|":"vert","‖":"Vert","❘":"VerticalSeparator","≀":"wr","𝔙":"Vfr","𝔳":"vfr","𝕍":"Vopf","𝕧":"vopf","𝒱":"Vscr","𝓋":"vscr","⊪":"Vvdash","⦚":"vzigzag","Ŵ":"Wcirc","ŵ":"wcirc","⩟":"wedbar","≙":"wedgeq","℘":"wp","𝔚":"Wfr","𝔴":"wfr","𝕎":"Wopf","𝕨":"wopf","𝒲":"Wscr","𝓌":"wscr","𝔛":"Xfr","𝔵":"xfr","Ξ":"Xi","ξ":"xi","⋻":"xnis","𝕏":"Xopf","𝕩":"xopf","𝒳":"Xscr","𝓍":"xscr","Ý":"Yacute","ý":"yacute","Я":"YAcy","я":"yacy","Ŷ":"Ycirc","ŷ":"ycirc","Ы":"Ycy","ы":"ycy","¥":"yen","𝔜":"Yfr","𝔶":"yfr","Ї":"YIcy","ї":"yicy","𝕐":"Yopf","𝕪":"yopf","𝒴":"Yscr","𝓎":"yscr","Ю":"YUcy","ю":"yucy","ÿ":"yuml","Ÿ":"Yuml","Ź":"Zacute","ź":"zacute","Ž":"Zcaron","ž":"zcaron","З":"Zcy","з":"zcy","Ż":"Zdot","ż":"zdot","ℨ":"Zfr","Ζ":"Zeta","ζ":"zeta","𝔷":"zfr","Ж":"ZHcy","ж":"zhcy","⇝":"zigrarr","𝕫":"zopf","𝒵":"Zscr","𝓏":"zscr","‍":"zwj","‌":"zwnj"},d=/["&'<>`]/g,f={'"':""","&":"&","'":"'","<":"<",">":">","`":"`"},g=/&#(?:[xX][^a-fA-F0-9]|[^0-9xX])/,m=/[\0-\x08\x0B\x0E-\x1F\x7F-\x9F\uFDD0-\uFDEF\uFFFE\uFFFF]|[\uD83F\uD87F\uD8BF\uD8FF\uD93F\uD97F\uD9BF\uD9FF\uDA3F\uDA7F\uDABF\uDAFF\uDB3F\uDB7F\uDBBF\uDBFF][\uDFFE\uDFFF]|[\uD800-\uDBFF](?![\uDC00-\uDFFF])|(?:[^\uD800-\uDBFF]|^)[\uDC00-\uDFFF]/,h=/&#([0-9]+)(;?)|&#[xX]([a-fA-F0-9]+)(;?)|&([0-9a-zA-Z]+);|&(Aacute|iacute|Uacute|plusmn|otilde|Otilde|Agrave|agrave|yacute|Yacute|oslash|Oslash|Atilde|atilde|brvbar|Ccedil|ccedil|ograve|curren|divide|Eacute|eacute|Ograve|oacute|Egrave|egrave|ugrave|frac12|frac14|frac34|Ugrave|Oacute|Iacute|ntilde|Ntilde|uacute|middot|Igrave|igrave|iquest|aacute|laquo|THORN|micro|iexcl|icirc|Icirc|Acirc|ucirc|ecirc|Ocirc|ocirc|Ecirc|Ucirc|aring|Aring|aelig|AElig|acute|pound|raquo|acirc|times|thorn|szlig|cedil|COPY|Auml|ordf|ordm|uuml|macr|Uuml|auml|Ouml|ouml|para|nbsp|Euml|quot|QUOT|euml|yuml|cent|sect|copy|sup1|sup2|sup3|Iuml|iuml|shy|eth|reg|not|yen|amp|AMP|REG|uml|ETH|deg|gt|GT|LT|lt)([=a-zA-Z0-9])?/g,b={Aacute:"Á",aacute:"á",Abreve:"Ă",abreve:"ă",ac:"∾",acd:"∿",acE:"∾̳",Acirc:"Â",acirc:"â",acute:"´",Acy:"А",acy:"а",AElig:"Æ",aelig:"æ",af:"⁡",Afr:"𝔄",afr:"𝔞",Agrave:"À",agrave:"à",alefsym:"ℵ",aleph:"ℵ",Alpha:"Α",alpha:"α",Amacr:"Ā",amacr:"ā",amalg:"⨿",amp:"&",AMP:"&",andand:"⩕",And:"⩓",and:"∧",andd:"⩜",andslope:"⩘",andv:"⩚",ang:"∠",ange:"⦤",angle:"∠",angmsdaa:"⦨",angmsdab:"⦩",angmsdac:"⦪",angmsdad:"⦫",angmsdae:"⦬",angmsdaf:"⦭",angmsdag:"⦮",angmsdah:"⦯",angmsd:"∡",angrt:"∟",angrtvb:"⊾",angrtvbd:"⦝",angsph:"∢",angst:"Å",angzarr:"⍼",Aogon:"Ą",aogon:"ą",Aopf:"𝔸",aopf:"𝕒",apacir:"⩯",ap:"≈",apE:"⩰",ape:"≊",apid:"≋",apos:"'",ApplyFunction:"⁡",approx:"≈",approxeq:"≊",Aring:"Å",aring:"å",Ascr:"𝒜",ascr:"𝒶",Assign:"≔",ast:"*",asymp:"≈",asympeq:"≍",Atilde:"Ã",atilde:"ã",Auml:"Ä",auml:"ä",awconint:"∳",awint:"⨑",backcong:"≌",backepsilon:"϶",backprime:"‵",backsim:"∽",backsimeq:"⋍",Backslash:"∖",Barv:"⫧",barvee:"⊽",barwed:"⌅",Barwed:"⌆",barwedge:"⌅",bbrk:"⎵",bbrktbrk:"⎶",bcong:"≌",Bcy:"Б",bcy:"б",bdquo:"„",becaus:"∵",because:"∵",Because:"∵",bemptyv:"⦰",bepsi:"϶",bernou:"ℬ",Bernoullis:"ℬ",Beta:"Β",beta:"β",beth:"ℶ",between:"≬",Bfr:"𝔅",bfr:"𝔟",bigcap:"⋂",bigcirc:"◯",bigcup:"⋃",bigodot:"⨀",bigoplus:"⨁",bigotimes:"⨂",bigsqcup:"⨆",bigstar:"★",bigtriangledown:"▽",bigtriangleup:"△",biguplus:"⨄",bigvee:"⋁",bigwedge:"⋀",bkarow:"⤍",blacklozenge:"⧫",blacksquare:"▪",blacktriangle:"▴",blacktriangledown:"▾",blacktriangleleft:"◂",blacktriangleright:"▸",blank:"␣",blk12:"▒",blk14:"░",blk34:"▓",block:"█",bne:"=⃥",bnequiv:"≡⃥",bNot:"⫭",bnot:"⌐",Bopf:"𝔹",bopf:"𝕓",bot:"⊥",bottom:"⊥",bowtie:"⋈",boxbox:"⧉",boxdl:"┐",boxdL:"╕",boxDl:"╖",boxDL:"╗",boxdr:"┌",boxdR:"╒",boxDr:"╓",boxDR:"╔",boxh:"─",boxH:"═",boxhd:"┬",boxHd:"╤",boxhD:"╥",boxHD:"╦",boxhu:"┴",boxHu:"╧",boxhU:"╨",boxHU:"╩",boxminus:"⊟",boxplus:"⊞",boxtimes:"⊠",boxul:"┘",boxuL:"╛",boxUl:"╜",boxUL:"╝",boxur:"└",boxuR:"╘",boxUr:"╙",boxUR:"╚",boxv:"│",boxV:"║",boxvh:"┼",boxvH:"╪",boxVh:"╫",boxVH:"╬",boxvl:"┤",boxvL:"╡",boxVl:"╢",boxVL:"╣",boxvr:"├",boxvR:"╞",boxVr:"╟",boxVR:"╠",bprime:"‵",breve:"˘",Breve:"˘",brvbar:"¦",bscr:"𝒷",Bscr:"ℬ",bsemi:"⁏",bsim:"∽",bsime:"⋍",bsolb:"⧅",bsol:"\\",bsolhsub:"⟈",bull:"•",bullet:"•",bump:"≎",bumpE:"⪮",bumpe:"≏",Bumpeq:"≎",bumpeq:"≏",Cacute:"Ć",cacute:"ć",capand:"⩄",capbrcup:"⩉",capcap:"⩋",cap:"∩",Cap:"⋒",capcup:"⩇",capdot:"⩀",CapitalDifferentialD:"ⅅ",caps:"∩︀",caret:"⁁",caron:"ˇ",Cayleys:"ℭ",ccaps:"⩍",Ccaron:"Č",ccaron:"č",Ccedil:"Ç",ccedil:"ç",Ccirc:"Ĉ",ccirc:"ĉ",Cconint:"∰",ccups:"⩌",ccupssm:"⩐",Cdot:"Ċ",cdot:"ċ",cedil:"¸",Cedilla:"¸",cemptyv:"⦲",cent:"¢",centerdot:"·",CenterDot:"·",cfr:"𝔠",Cfr:"ℭ",CHcy:"Ч",chcy:"ч",check:"✓",checkmark:"✓",Chi:"Χ",chi:"χ",circ:"ˆ",circeq:"≗",circlearrowleft:"↺",circlearrowright:"↻",circledast:"⊛",circledcirc:"⊚",circleddash:"⊝",CircleDot:"⊙",circledR:"®",circledS:"Ⓢ",CircleMinus:"⊖",CirclePlus:"⊕",CircleTimes:"⊗",cir:"○",cirE:"⧃",cire:"≗",cirfnint:"⨐",cirmid:"⫯",cirscir:"⧂",ClockwiseContourIntegral:"∲",CloseCurlyDoubleQuote:"”",CloseCurlyQuote:"’",clubs:"♣",clubsuit:"♣",colon:":",Colon:"∷",Colone:"⩴",colone:"≔",coloneq:"≔",comma:",",commat:"@",comp:"∁",compfn:"∘",complement:"∁",complexes:"ℂ",cong:"≅",congdot:"⩭",Congruent:"≡",conint:"∮",Conint:"∯",ContourIntegral:"∮",copf:"𝕔",Copf:"ℂ",coprod:"∐",Coproduct:"∐",copy:"©",COPY:"©",copysr:"℗",CounterClockwiseContourIntegral:"∳",crarr:"↵",cross:"✗",Cross:"⨯",Cscr:"𝒞",cscr:"𝒸",csub:"⫏",csube:"⫑",csup:"⫐",csupe:"⫒",ctdot:"⋯",cudarrl:"⤸",cudarrr:"⤵",cuepr:"⋞",cuesc:"⋟",cularr:"↶",cularrp:"⤽",cupbrcap:"⩈",cupcap:"⩆",CupCap:"≍",cup:"∪",Cup:"⋓",cupcup:"⩊",cupdot:"⊍",cupor:"⩅",cups:"∪︀",curarr:"↷",curarrm:"⤼",curlyeqprec:"⋞",curlyeqsucc:"⋟",curlyvee:"⋎",curlywedge:"⋏",curren:"¤",curvearrowleft:"↶",curvearrowright:"↷",cuvee:"⋎",cuwed:"⋏",cwconint:"∲",cwint:"∱",cylcty:"⌭",dagger:"†",Dagger:"‡",daleth:"ℸ",darr:"↓",Darr:"↡",dArr:"⇓",dash:"‐",Dashv:"⫤",dashv:"⊣",dbkarow:"⤏",dblac:"˝",Dcaron:"Ď",dcaron:"ď",Dcy:"Д",dcy:"д",ddagger:"‡",ddarr:"⇊",DD:"ⅅ",dd:"ⅆ",DDotrahd:"⤑",ddotseq:"⩷",deg:"°",Del:"∇",Delta:"Δ",delta:"δ",demptyv:"⦱",dfisht:"⥿",Dfr:"𝔇",dfr:"𝔡",dHar:"⥥",dharl:"⇃",dharr:"⇂",DiacriticalAcute:"´",DiacriticalDot:"˙",DiacriticalDoubleAcute:"˝",DiacriticalGrave:"`",DiacriticalTilde:"˜",diam:"⋄",diamond:"⋄",Diamond:"⋄",diamondsuit:"♦",diams:"♦",die:"¨",DifferentialD:"ⅆ",digamma:"ϝ",disin:"⋲",div:"÷",divide:"÷",divideontimes:"⋇",divonx:"⋇",DJcy:"Ђ",djcy:"ђ",dlcorn:"⌞",dlcrop:"⌍",dollar:"$",Dopf:"𝔻",dopf:"𝕕",Dot:"¨",dot:"˙",DotDot:"⃜",doteq:"≐",doteqdot:"≑",DotEqual:"≐",dotminus:"∸",dotplus:"∔",dotsquare:"⊡",doublebarwedge:"⌆",DoubleContourIntegral:"∯",DoubleDot:"¨",DoubleDownArrow:"⇓",DoubleLeftArrow:"⇐",DoubleLeftRightArrow:"⇔",DoubleLeftTee:"⫤",DoubleLongLeftArrow:"⟸",DoubleLongLeftRightArrow:"⟺",DoubleLongRightArrow:"⟹",DoubleRightArrow:"⇒",DoubleRightTee:"⊨",DoubleUpArrow:"⇑",DoubleUpDownArrow:"⇕",DoubleVerticalBar:"∥",DownArrowBar:"⤓",downarrow:"↓",DownArrow:"↓",Downarrow:"⇓",DownArrowUpArrow:"⇵",DownBreve:"̑",downdownarrows:"⇊",downharpoonleft:"⇃",downharpoonright:"⇂",DownLeftRightVector:"⥐",DownLeftTeeVector:"⥞",DownLeftVectorBar:"⥖",DownLeftVector:"↽",DownRightTeeVector:"⥟",DownRightVectorBar:"⥗",DownRightVector:"⇁",DownTeeArrow:"↧",DownTee:"⊤",drbkarow:"⤐",drcorn:"⌟",drcrop:"⌌",Dscr:"𝒟",dscr:"𝒹",DScy:"Ѕ",dscy:"ѕ",dsol:"⧶",Dstrok:"Đ",dstrok:"đ",dtdot:"⋱",dtri:"▿",dtrif:"▾",duarr:"⇵",duhar:"⥯",dwangle:"⦦",DZcy:"Џ",dzcy:"џ",dzigrarr:"⟿",Eacute:"É",eacute:"é",easter:"⩮",Ecaron:"Ě",ecaron:"ě",Ecirc:"Ê",ecirc:"ê",ecir:"≖",ecolon:"≕",Ecy:"Э",ecy:"э",eDDot:"⩷",Edot:"Ė",edot:"ė",eDot:"≑",ee:"ⅇ",efDot:"≒",Efr:"𝔈",efr:"𝔢",eg:"⪚",Egrave:"È",egrave:"è",egs:"⪖",egsdot:"⪘",el:"⪙",Element:"∈",elinters:"⏧",ell:"ℓ",els:"⪕",elsdot:"⪗",Emacr:"Ē",emacr:"ē",empty:"∅",emptyset:"∅",EmptySmallSquare:"◻",emptyv:"∅",EmptyVerySmallSquare:"▫",emsp13:" ",emsp14:" ",emsp:" ",ENG:"Ŋ",eng:"ŋ",ensp:" ",Eogon:"Ę",eogon:"ę",Eopf:"𝔼",eopf:"𝕖",epar:"⋕",eparsl:"⧣",eplus:"⩱",epsi:"ε",Epsilon:"Ε",epsilon:"ε",epsiv:"ϵ",eqcirc:"≖",eqcolon:"≕",eqsim:"≂",eqslantgtr:"⪖",eqslantless:"⪕",Equal:"⩵",equals:"=",EqualTilde:"≂",equest:"≟",Equilibrium:"⇌",equiv:"≡",equivDD:"⩸",eqvparsl:"⧥",erarr:"⥱",erDot:"≓",escr:"ℯ",Escr:"ℰ",esdot:"≐",Esim:"⩳",esim:"≂",Eta:"Η",eta:"η",ETH:"Ð",eth:"ð",Euml:"Ë",euml:"ë",euro:"€",excl:"!",exist:"∃",Exists:"∃",expectation:"ℰ",exponentiale:"ⅇ",ExponentialE:"ⅇ",fallingdotseq:"≒",Fcy:"Ф",fcy:"ф",female:"♀",ffilig:"ffi",fflig:"ff",ffllig:"ffl",Ffr:"𝔉",ffr:"𝔣",filig:"fi",FilledSmallSquare:"◼",FilledVerySmallSquare:"▪",fjlig:"fj",flat:"♭",fllig:"fl",fltns:"▱",fnof:"ƒ",Fopf:"𝔽",fopf:"𝕗",forall:"∀",ForAll:"∀",fork:"⋔",forkv:"⫙",Fouriertrf:"ℱ",fpartint:"⨍",frac12:"½",frac13:"⅓",frac14:"¼",frac15:"⅕",frac16:"⅙",frac18:"⅛",frac23:"⅔",frac25:"⅖",frac34:"¾",frac35:"⅗",frac38:"⅜",frac45:"⅘",frac56:"⅚",frac58:"⅝",frac78:"⅞",frasl:"⁄",frown:"⌢",fscr:"𝒻",Fscr:"ℱ",gacute:"ǵ",Gamma:"Γ",gamma:"γ",Gammad:"Ϝ",gammad:"ϝ",gap:"⪆",Gbreve:"Ğ",gbreve:"ğ",Gcedil:"Ģ",Gcirc:"Ĝ",gcirc:"ĝ",Gcy:"Г",gcy:"г",Gdot:"Ġ",gdot:"ġ",ge:"≥",gE:"≧",gEl:"⪌",gel:"⋛",geq:"≥",geqq:"≧",geqslant:"⩾",gescc:"⪩",ges:"⩾",gesdot:"⪀",gesdoto:"⪂",gesdotol:"⪄",gesl:"⋛︀",gesles:"⪔",Gfr:"𝔊",gfr:"𝔤",gg:"≫",Gg:"⋙",ggg:"⋙",gimel:"ℷ",GJcy:"Ѓ",gjcy:"ѓ",gla:"⪥",gl:"≷",glE:"⪒",glj:"⪤",gnap:"⪊",gnapprox:"⪊",gne:"⪈",gnE:"≩",gneq:"⪈",gneqq:"≩",gnsim:"⋧",Gopf:"𝔾",gopf:"𝕘",grave:"`",GreaterEqual:"≥",GreaterEqualLess:"⋛",GreaterFullEqual:"≧",GreaterGreater:"⪢",GreaterLess:"≷",GreaterSlantEqual:"⩾",GreaterTilde:"≳",Gscr:"𝒢",gscr:"ℊ",gsim:"≳",gsime:"⪎",gsiml:"⪐",gtcc:"⪧",gtcir:"⩺",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:"í",ic:"⁣",Icirc:"Î",icirc:"î",Icy:"И",icy:"и",Idot:"İ",IEcy:"Е",iecy:"е",iexcl:"¡",iff:"⇔",ifr:"𝔦",Ifr:"ℑ",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:"¿",iscr:"𝒾",Iscr:"ℐ",isin:"∈",isindot:"⋵",isinE:"⋹",isins:"⋴",isinsv:"⋳",isinv:"∈",it:"⁢",Itilde:"Ĩ",itilde:"ĩ",Iukcy:"І",iukcy:"і",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:"«",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:"≪",ltdot:"⋖",lthree:"⋋",ltimes:"⋉",ltlarr:"⥶",ltquest:"⩻",ltri:"◃",ltrie:"⊴",ltrif:"◂",ltrPar:"⦖",lurdshar:"⥊",luruhar:"⥦",lvertneqq:"≨︀",lvnE:"≨︀",macr:"¯",male:"♂",malt:"✠",maltese:"✠",Map:"⤅",map:"↦",mapsto:"↦",mapstodown:"↧",mapstoleft:"↤",mapstoup:"↥",marker:"▮",mcomma:"⨩",Mcy:"М",mcy:"м",mdash:"—",mDDot:"∺",measuredangle:"∡",MediumSpace:" ",Mellintrf:"ℳ",Mfr:"𝔐",mfr:"𝔪",mho:"℧",micro:"µ",midast:"*",midcir:"⫰",mid:"∣",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:" ",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:"¬",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:"ñ",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:"ó",oast:"⊛",Ocirc:"Ô",ocirc:"ô",ocir:"⊚",Ocy:"О",ocy:"о",odash:"⊝",Odblac:"Ő",odblac:"ő",odiv:"⨸",odot:"⊙",odsold:"⦼",OElig:"Œ",oelig:"œ",ofcir:"⦿",Ofr:"𝔒",ofr:"𝔬",ogon:"˛",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:"ª",ordm:"º",origof:"⊶",oror:"⩖",orslope:"⩗",orv:"⩛",oS:"Ⓢ",Oscr:"𝒪",oscr:"ℴ",Oslash:"Ø",oslash:"ø",osol:"⊘",Otilde:"Õ",otilde:"õ",otimesas:"⨶",Otimes:"⨷",otimes:"⊗",Ouml:"Ö",ouml:"ö",ovbar:"⌽",OverBar:"‾",OverBrace:"⏞",OverBracket:"⎴",OverParenthesis:"⏜",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:"±",plussim:"⨦",plustwo:"⨧",pm:"±",Poincareplane:"ℌ",pointint:"⨕",popf:"𝕡",Popf:"ℙ",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:'"',rAarr:"⇛",race:"∽̱",Racute:"Ŕ",racute:"ŕ",radic:"√",raemptyv:"⦳",rang:"⟩",Rang:"⟫",rangd:"⦒",range:"⦥",rangle:"⟩",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:"®",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:"§",semi:";",seswar:"⤩",setminus:"∖",setmn:"∖",sext:"✶",Sfr:"𝔖",sfr:"𝔰",sfrown:"⌢",sharp:"♯",SHCHcy:"Щ",shchcy:"щ",SHcy:"Ш",shcy:"ш",ShortDownArrow:"↓",ShortLeftArrow:"←",shortmid:"∣",shortparallel:"∥",ShortRightArrow:"→",ShortUpArrow:"↑",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:"¹",sup2:"²",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:"ß",Tab:"	",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:"þ",tilde:"˜",Tilde:"∼",TildeEqual:"≃",TildeFullEqual:"≅",TildeTilde:"≈",timesbar:"⨱",timesb:"⊠",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:"ú",uarr:"↑",Uarr:"↟",uArr:"⇑",Uarrocir:"⥉",Ubrcy:"Ў",ubrcy:"ў",Ubreve:"Ŭ",ubreve:"ŭ",Ucirc:"Û",ucirc:"û",Ucy:"У",ucy:"у",udarr:"⇅",Udblac:"Ű",udblac:"ű",udhar:"⥮",ufisht:"⥾",Ufr:"𝔘",ufr:"𝔲",Ugrave:"Ù",ugrave:"ù",uHar:"⥣",uharl:"↿",uharr:"↾",uhblk:"▀",ulcorn:"⌜",ulcorner:"⌜",ulcrop:"⌏",ultri:"◸",Umacr:"Ū",umacr:"ū",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:"ü",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:"ý",YAcy:"Я",yacy:"я",Ycirc:"Ŷ",ycirc:"ŷ",Ycy:"Ы",ycy:"ы",yen:"¥",Yfr:"𝔜",yfr:"𝔶",YIcy:"Ї",yicy:"ї",Yopf:"𝕐",yopf:"𝕪",Yscr:"𝒴",yscr:"𝓎",YUcy:"Ю",yucy:"ю",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:"‌"},v={Aacute:"Á",aacute:"á",Acirc:"Â",acirc:"â",acute:"´",AElig:"Æ",aelig:"æ",Agrave:"À",agrave:"à",amp:"&",AMP:"&",Aring:"Å",aring:"å",Atilde:"Ã",atilde:"ã",Auml:"Ä",auml:"ä",brvbar:"¦",Ccedil:"Ç",ccedil:"ç",cedil:"¸",cent:"¢",copy:"©",COPY:"©",curren:"¤",deg:"°",divide:"÷",Eacute:"É",eacute:"é",Ecirc:"Ê",ecirc:"ê",Egrave:"È",egrave:"è",ETH:"Ð",eth:"ð",Euml:"Ë",euml:"ë",frac12:"½",frac14:"¼",frac34:"¾",gt:">",GT:">",Iacute:"Í",iacute:"í",Icirc:"Î",icirc:"î",iexcl:"¡",Igrave:"Ì",igrave:"ì",iquest:"¿",Iuml:"Ï",iuml:"ï",laquo:"«",lt:"<",LT:"<",macr:"¯",micro:"µ",middot:"·",nbsp:" ",not:"¬",Ntilde:"Ñ",ntilde:"ñ",Oacute:"Ó",oacute:"ó",Ocirc:"Ô",ocirc:"ô",Ograve:"Ò",ograve:"ò",ordf:"ª",ordm:"º",Oslash:"Ø",oslash:"ø",Otilde:"Õ",otilde:"õ",Ouml:"Ö",ouml:"ö",para:"¶",plusmn:"±",pound:"£",quot:'"',QUOT:'"',raquo:"»",reg:"®",REG:"®",sect:"§",shy:"­",sup1:"¹",sup2:"²",sup3:"³",szlig:"ß",THORN:"Þ",thorn:"þ",times:"×",Uacute:"Ú",uacute:"ú",Ucirc:"Û",ucirc:"û",Ugrave:"Ù",ugrave:"ù",uml:"¨",Uuml:"Ü",uuml:"ü",Yacute:"Ý",yacute:"ý",yen:"¥",yuml:"ÿ"},y={0:"�",128:"€",130:"‚",131:"ƒ",132:"„",133:"…",134:"†",135:"‡",136:"ˆ",137:"‰",138:"Š",139:"‹",140:"Œ",142:"Ž",145:"‘",146:"’",147:"“",148:"”",149:"•",150:"–",151:"—",152:"˜",153:"™",154:"š",155:"›",156:"œ",158:"ž",159:"Ÿ"},D=[1,2,3,4,5,6,7,8,11,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,64976,64977,64978,64979,64980,64981,64982,64983,64984,64985,64986,64987,64988,64989,64990,64991,64992,64993,64994,64995,64996,64997,64998,64999,65e3,65001,65002,65003,65004,65005,65006,65007,65534,65535,131070,131071,196606,196607,262142,262143,327678,327679,393214,393215,458750,458751,524286,524287,589822,589823,655358,655359,720894,720895,786430,786431,851966,851967,917502,917503,983038,983039,1048574,1048575,1114110,1114111],A=String.fromCharCode,q={},w=q.hasOwnProperty,$=function(r,e){return w.call(r,e)},x=function(r,e){for(var t=-1,a=r.length;++t=55296&&57343>=r||r>1114111?(e&&B("character reference outside the permissible Unicode range"),"�"):$(y,r)?(e&&B("disallowed character reference"),y[r]):(e&&x(D,r)&&B("disallowed character reference"),r>65535&&(r-=65536,t+=A(r>>>10&1023|55296),r=56320|1023&r),t+=A(r))},C=function(r){return"&#x"+r.charCodeAt(0).toString(16).toUpperCase()+";"},B=function(r){throw Error("Parse error: "+r)},F=function(r,e){e=E(e,F.options);var t=e.strict;t&&m.test(r)&&B("forbidden code point");var a=e.encodeEverything,u=e.useNamedReferences,n=e.allowUnsafeSymbols;return a?(r=r.replace(c,function(r){return u&&$(p,r)?"&"+p[r]+";":C(r)}),u&&(r=r.replace(/>\u20D2/g,">⃒").replace(/<\u20D2/g,"<⃒").replace(/fj/g,"fj")),u&&(r=r.replace(l,function(r){return"&"+p[r]+";"}))):u?(n||(r=r.replace(d,function(r){return"&"+p[r]+";"})),r=r.replace(/>\u20D2/g,">⃒").replace(/<\u20D2/g,"<⃒"),r=r.replace(l,function(r){return"&"+p[r]+";"})):n||(r=r.replace(d,C)),r.replace(i,function(r){var e=r.charCodeAt(0),t=r.charCodeAt(1),a=1024*(e-55296)+t-56320+65536;return"&#x"+a.toString(16).toUpperCase()+";"}).replace(s,C)};F.options={allowUnsafeSymbols:!1,encodeEverything:!1,strict:!1,useNamedReferences:!1};var L=function(r,e){e=E(e,L.options);var t=e.strict;return t&&g.test(r)&&B("malformed character reference"),r.replace(h,function(r,a,u,n,o,i,c,s){var l,p,d,f,g;return a?(l=a,p=u,t&&!p&&B("character reference was not terminated by a semicolon"),k(l,t)):n?(d=n,p=o,t&&!p&&B("character reference was not terminated by a semicolon"),l=parseInt(d,16),k(l,t)):i?(f=i,$(b,f)?b[f]:(t&&B("named character reference was not terminated by a semicolon"),r)):(f=c,g=s,g&&e.isAttributeValue?(t&&"="==g&&B("`&` did not start a character reference"),r):(t&&B("named character reference was not terminated by a semicolon"),v[f]+(g||"")))})};L.options={isAttributeValue:!1,strict:!1};var S=function(r){return r.replace(d,function(r){return f[r]})},R={version:"0.5.0",encode:F,decode:L,escape:S,unescape:L};if("function"==typeof define&&"object"==typeof define.amd&&define.amd)define(function(){return R});else if(u&&!u.nodeType)if(n)n.exports=R;else for(var T in R)$(R,T)&&(u[T]=R[T]);else a.he=R}(this)}).call(this,"undefined"!=typeof global?global:"undefined"!=typeof self?self:"undefined"!=typeof window?window:{})},{}],6:[function(r,e,t){function a(r,e){for(var t=0,a=e.length;a>t;t++){var u=e[t];for(var n in u)r[n]=u[n]}return r}function u(r,e){function t(){this.constructor=e}var n=Array.prototype.slice.call(arguments,2);return"function"!=typeof e&&(e&&n.unshift(e),e=r,r=function(){}),a(e,r),t.prototype=r.prototype,e.prototype=new t,e.__super__=r.prototype,e.parent=e.superclass=r,a(e.prototype,n),u.setup(e),e}u.setup=function(r){return r.extend||(r.extend=function(r){var e=Array.prototype.slice.call(arguments,0);return"function"!=typeof r&&e.unshift(r=function(){r.parent.apply(this,arguments)}),u.apply(this,[this].concat(e))},r.mixin=function(r){a(this.prototype,arguments)},r.create=function(){var e=Object.create(r.prototype);return r.apply(e,arguments),e}),r},e.exports=u},{}]},{},[1]);




© 2015 - 2025 Weber Informatics LLC | Privacy Policy