Issues (49)

dist/strman.js (2 issues)

1 View Code Duplication
!function(r){if("object"==typeof exports&&"undefined"!=typeof module)module.exports=r();else if("function"==typeof define&&define.amd)define([],r);else{var e;e="undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:this,e._s=r()}}(function(){return function r(e,t,o){function n(i,s){if(!t[i]){if(!e[i]){var c="function"==typeof require&&require;if(!s&&c)return c(i,!0);if(a)return a(i,!0);var l=new Error("Cannot find module '"+i+"'");throw l.code="MODULE_NOT_FOUND",l}var u=t[i]={exports:{}};e[i][0].call(u.exports,function(r){var t=e[i][1][r];return n(t?t:r)},u,u.exports,r,e,t,o)}return t[i].exports}for(var a="function"==typeof require&&require,i=0;i<o.length;i++)n(o[i]);return n}({1:[function(r,e,t){"use strict";function o(){for(var r="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",e=0,t=r.length;t>e;++e)c[e]=r[e],l[r.charCodeAt(e)]=e;l["-".charCodeAt(0)]=62,l["_".charCodeAt(0)]=63}function n(r){var e,t,o,n,a,i,s=r.length;if(s%4>0)throw new Error("Invalid string. Length must be a multiple of 4");a="="===r[s-2]?2:"="===r[s-1]?1:0,i=new u(3*s/4-a),o=a>0?s-4:s;var c=0;for(e=0,t=0;o>e;e+=4,t+=3)n=l[r.charCodeAt(e)]<<18|l[r.charCodeAt(e+1)]<<12|l[r.charCodeAt(e+2)]<<6|l[r.charCodeAt(e+3)],i[c++]=n>>16&255,i[c++]=n>>8&255,i[c++]=255&n;return 2===a?(n=l[r.charCodeAt(e)]<<2|l[r.charCodeAt(e+1)]>>4,i[c++]=255&n):1===a&&(n=l[r.charCodeAt(e)]<<10|l[r.charCodeAt(e+1)]<<4|l[r.charCodeAt(e+2)]>>2,i[c++]=n>>8&255,i[c++]=255&n),i}function a(r){return c[r>>18&63]+c[r>>12&63]+c[r>>6&63]+c[63&r]}function i(r,e,t){for(var o,n=[],i=e;t>i;i+=3)o=(r[i]<<16)+(r[i+1]<<8)+r[i+2],n.push(a(o));return n.join("")}function s(r){for(var e,t=r.length,o=t%3,n="",a=[],s=16383,l=0,u=t-o;u>l;l+=s)a.push(i(r,l,l+s>u?u:l+s));return 1===o?(e=r[t-1],n+=c[e>>2],n+=c[e<<4&63],n+="=="):2===o&&(e=(r[t-2]<<8)+r[t-1],n+=c[e>>10],n+=c[e>>4&63],n+=c[e<<2&63],n+="="),a.push(n),a.join("")}t.toByteArray=n,t.fromByteArray=s;var c=[],l=[],u="undefined"!=typeof Uint8Array?Uint8Array:Array;o()},{}],2:[function(r,e,t){(function(e){"use strict";function o(){try{var r=new Uint8Array(1);return r.foo=function(){return 42},42===r.foo()&&"function"==typeof r.subarray&&0===r.subarray(1,1).byteLength}catch(e){return!1}}function n(){return i.TYPED_ARRAY_SUPPORT?2147483647:1073741823}function a(r,e){if(n()<e)throw new RangeError("Invalid typed array length");return i.TYPED_ARRAY_SUPPORT?(r=new Uint8Array(e),r.__proto__=i.prototype):(null===r&&(r=new i(e)),r.length=e),r}function i(r,e,t){if(!(i.TYPED_ARRAY_SUPPORT||this instanceof i))return new i(r,e,t);if("number"==typeof r){if("string"==typeof e)throw new Error("If encoding is specified then the first argument must be a string");return u(this,r)}return s(this,r,e,t)}function s(r,e,t,o){if("number"==typeof e)throw new TypeError('"value" argument must not be a number');return"undefined"!=typeof ArrayBuffer&&e instanceof ArrayBuffer?h(r,e,t,o):"string"==typeof e?f(r,e,t):g(r,e)}function c(r){if("number"!=typeof r)throw new TypeError('"size" argument must be a number')}function l(r,e,t,o){return c(e),0>=e?a(r,e):void 0!==t?"string"==typeof o?a(r,e).fill(t,o):a(r,e).fill(t):a(r,e)}function u(r,e){if(c(e),r=a(r,0>e?0:0|d(e)),!i.TYPED_ARRAY_SUPPORT)for(var t=0;e>t;t++)r[t]=0;return r}function f(r,e,t){if("string"==typeof t&&""!==t||(t="utf8"),!i.isEncoding(t))throw new TypeError('"encoding" must be a valid string encoding');var o=0|b(e,t);return r=a(r,o),r.write(e,t),r}function p(r,e){var t=0|d(e.length);r=a(r,t);for(var o=0;t>o;o+=1)r[o]=255&e[o];return r}function h(r,e,t,o){if(e.byteLength,0>t||e.byteLength<t)throw new RangeError("'offset' is out of bounds");if(e.byteLength<t+(o||0))throw new RangeError("'length' is out of bounds");return e=void 0===o?new Uint8Array(e,t):new Uint8Array(e,t,o),i.TYPED_ARRAY_SUPPORT?(r=e,r.__proto__=i.prototype):r=p(r,e),r}function g(r,e){if(i.isBuffer(e)){var t=0|d(e.length);return r=a(r,t),0===r.length?r:(e.copy(r,0,0,t),r)}if(e){if("undefined"!=typeof ArrayBuffer&&e.buffer instanceof ArrayBuffer||"length"in e)return"number"!=typeof e.length||W(e.length)?a(r,0):p(r,e);if("Buffer"===e.type&&X(e.data))return p(r,e.data)}throw new TypeError("First argument must be a string, Buffer, ArrayBuffer, Array, or array-like object.")}function d(r){if(r>=n())throw new RangeError("Attempt to allocate Buffer larger than maximum size: 0x"+n().toString(16)+" bytes");return 0|r}function m(r){return+r!=r&&(r=0),i.alloc(+r)}function b(r,e){if(i.isBuffer(r))return r.length;if("undefined"!=typeof ArrayBuffer&&"function"==typeof ArrayBuffer.isView&&(ArrayBuffer.isView(r)||r instanceof ArrayBuffer))return r.byteLength;"string"!=typeof r&&(r=""+r);var t=r.length;if(0===t)return 0;for(var o=!1;;)switch(e){case"ascii":case"binary":case"raw":case"raws":return t;case"utf8":case"utf-8":case void 0:return M(r).length;case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return 2*t;case"hex":return t>>>1;case"base64":return J(r).length;default:if(o)return M(r).length;e=(""+e).toLowerCase(),o=!0}}function v(r,e,t){var o=!1;if((void 0===e||0>e)&&(e=0),e>this.length)return"";if((void 0===t||t>this.length)&&(t=this.length),0>=t)return"";if(t>>>=0,e>>>=0,e>=t)return"";for(r||(r="utf8");;)switch(r){case"hex":return C(this,e,t);case"utf8":case"utf-8":return T(this,e,t);case"ascii":return x(this,e,t);case"binary":return U(this,e,t);case"base64":return R(this,e,t);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return N(this,e,t);default:if(o)throw new TypeError("Unknown encoding: "+r);r=(r+"").toLowerCase(),o=!0}}function y(r,e,t){var o=r[e];r[e]=r[t],r[t]=o}function w(r,e,t,o){function n(r,e){return 1===a?r[e]:r.readUInt16BE(e*a)}var a=1,i=r.length,s=e.length;if(void 0!==o&&(o=String(o).toLowerCase(),"ucs2"===o||"ucs-2"===o||"utf16le"===o||"utf-16le"===o)){if(r.length<2||e.length<2)return-1;a=2,i/=2,s/=2,t/=2}for(var c=-1,l=0;i>t+l;l++)if(n(r,t+l)===n(e,-1===c?0:l-c)){if(-1===c&&(c=l),l-c+1===s)return(t+c)*a}else-1!==c&&(l-=l-c),c=-1;return-1}function E(r,e,t,o){t=Number(t)||0;var n=r.length-t;o?(o=Number(o),o>n&&(o=n)):o=n;var a=e.length;if(a%2!==0)throw new Error("Invalid hex string");o>a/2&&(o=a/2);for(var i=0;o>i;i++){var s=parseInt(e.substr(2*i,2),16);if(isNaN(s))return i;r[t+i]=s}return i}function q(r,e,t,o){return Z(M(e,r.length-t),r,t,o)}function A(r,e,t,o){return Z(z(e),r,t,o)}function S(r,e,t,o){return A(r,e,t,o)}function L(r,e,t,o){return Z(J(e),r,t,o)}function D(r,e,t,o){return Z(F(e,r.length-t),r,t,o)}function R(r,e,t){return 0===e&&t===r.length?K.fromByteArray(r):K.fromByteArray(r.slice(e,t))}function T(r,e,t){t=Math.min(r.length,t);for(var o=[],n=e;t>n;){var a=r[n],i=null,s=a>239?4:a>223?3:a>191?2:1;if(t>=n+s){var c,l,u,f;switch(s){case 1:128>a&&(i=a);break;case 2:c=r[n+1],128===(192&c)&&(f=(31&a)<<6|63&c,f>127&&(i=f));break;case 3:c=r[n+1],l=r[n+2],128===(192&c)&&128===(192&l)&&(f=(15&a)<<12|(63&c)<<6|63&l,f>2047&&(55296>f||f>57343)&&(i=f));break;case 4:c=r[n+1],l=r[n+2],u=r[n+3],128===(192&c)&&128===(192&l)&&128===(192&u)&&(f=(15&a)<<18|(63&c)<<12|(63&l)<<6|63&u,f>65535&&1114112>f&&(i=f))}}null===i?(i=65533,s=1):i>65535&&(i-=65536,o.push(i>>>10&1023|55296),i=56320|1023&i),o.push(i),n+=s}return k(o)}function k(r){var e=r.length;if($>=e)return String.fromCharCode.apply(String,r);for(var t="",o=0;e>o;)t+=String.fromCharCode.apply(String,r.slice(o,o+=$));return t}function x(r,e,t){var o="";t=Math.min(r.length,t);for(var n=e;t>n;n++)o+=String.fromCharCode(127&r[n]);return o}function U(r,e,t){var o="";t=Math.min(r.length,t);for(var n=e;t>n;n++)o+=String.fromCharCode(r[n]);return o}function C(r,e,t){var o=r.length;(!e||0>e)&&(e=0),(!t||0>t||t>o)&&(t=o);for(var n="",a=e;t>a;a++)n+=Y(r[a]);return n}function N(r,e,t){for(var o=r.slice(e,t),n="",a=0;a<o.length;a+=2)n+=String.fromCharCode(o[a]+256*o[a+1]);return n}function B(r,e,t){if(r%1!==0||0>r)throw new RangeError("offset is not uint");if(r+e>t)throw new RangeError("Trying to access beyond buffer length")}function P(r,e,t,o,n,a){if(!i.isBuffer(r))throw new TypeError('"buffer" argument must be a Buffer instance');if(e>n||a>e)throw new RangeError('"value" argument is out of bounds');if(t+o>r.length)throw new RangeError("Index out of range")}function O(r,e,t,o){0>e&&(e=65535+e+1);for(var n=0,a=Math.min(r.length-t,2);a>n;n++)r[t+n]=(e&255<<8*(o?n:1-n))>>>8*(o?n:1-n)}function V(r,e,t,o){0>e&&(e=4294967295+e+1);for(var n=0,a=Math.min(r.length-t,4);a>n;n++)r[t+n]=e>>>8*(o?n:3-n)&255}function I(r,e,t,o,n,a){if(t+o>r.length)throw new RangeError("Index out of range");if(0>t)throw new RangeError("Index out of range")}function _(r,e,t,o,n){return n||I(r,e,t,4,3.4028234663852886e38,-3.4028234663852886e38),Q.write(r,e,t,o,23,4),t+4}function G(r,e,t,o,n){return n||I(r,e,t,8,1.7976931348623157e308,-1.7976931348623157e308),Q.write(r,e,t,o,52,8),t+8}function j(r){if(r=H(r).replace(rr,""),r.length<2)return"";for(;r.length%4!==0;)r+="=";return r}function H(r){return r.trim?r.trim():r.replace(/^\s+|\s+$/g,"")}function Y(r){return 16>r?"0"+r.toString(16):r.toString(16)}function M(r,e){e=e||1/0;for(var t,o=r.length,n=null,a=[],i=0;o>i;i++){if(t=r.charCodeAt(i),t>55295&&57344>t){if(!n){if(t>56319){(e-=3)>-1&&a.push(239,191,189);continue}if(i+1===o){(e-=3)>-1&&a.push(239,191,189);continue}n=t;continue}if(56320>t){(e-=3)>-1&&a.push(239,191,189),n=t;continue}t=(n-55296<<10|t-56320)+65536}else n&&(e-=3)>-1&&a.push(239,191,189);if(n=null,128>t){if((e-=1)<0)break;a.push(t)}else if(2048>t){if((e-=2)<0)break;a.push(t>>6|192,63&t|128)}else if(65536>t){if((e-=3)<0)break;a.push(t>>12|224,t>>6&63|128,63&t|128)}else{if(!(1114112>t))throw new Error("Invalid code point");if((e-=4)<0)break;a.push(t>>18|240,t>>12&63|128,t>>6&63|128,63&t|128)}}return a}function z(r){for(var e=[],t=0;t<r.length;t++)e.push(255&r.charCodeAt(t));return e}function F(r,e){for(var t,o,n,a=[],i=0;i<r.length&&!((e-=2)<0);i++)t=r.charCodeAt(i),o=t>>8,n=t%256,a.push(n),a.push(o);return a}function J(r){return K.toByteArray(j(r))}function Z(r,e,t,o){for(var n=0;o>n&&!(n+t>=e.length||n>=r.length);n++)e[n+t]=r[n];return n}function W(r){return r!==r}var K=r("base64-js"),Q=r("ieee754"),X=r("isarray");t.Buffer=i,t.SlowBuffer=m,t.INSPECT_MAX_BYTES=50,i.TYPED_ARRAY_SUPPORT=void 0!==e.TYPED_ARRAY_SUPPORT?e.TYPED_ARRAY_SUPPORT:o(),t.kMaxLength=n(),i.poolSize=8192,i._augment=function(r){return r.__proto__=i.prototype,r},i.from=function(r,e,t){return s(null,r,e,t)},i.TYPED_ARRAY_SUPPORT&&(i.prototype.__proto__=Uint8Array.prototype,i.__proto__=Uint8Array,"undefined"!=typeof Symbol&&Symbol.species&&i[Symbol.species]===i&&Object.defineProperty(i,Symbol.species,{value:null,configurable:!0})),i.alloc=function(r,e,t){return l(null,r,e,t)},i.allocUnsafe=function(r){return u(null,r)},i.allocUnsafeSlow=function(r){return u(null,r)},i.isBuffer=function(r){return!(null==r||!r._isBuffer)},i.compare=function(r,e){if(!i.isBuffer(r)||!i.isBuffer(e))throw new TypeError("Arguments must be Buffers");if(r===e)return 0;for(var t=r.length,o=e.length,n=0,a=Math.min(t,o);a>n;++n)if(r[n]!==e[n]){t=r[n],o=e[n];break}return o>t?-1:t>o?1:0},i.isEncoding=function(r){switch(String(r).toLowerCase()){case"hex":case"utf8":case"utf-8":case"ascii":case"binary":case"base64":case"raw":case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return!0;default:return!1}},i.concat=function(r,e){if(!X(r))throw new TypeError('"list" argument must be an Array of Buffers');if(0===r.length)return i.alloc(0);var t;if(void 0===e)for(e=0,t=0;t<r.length;t++)e+=r[t].length;var o=i.allocUnsafe(e),n=0;for(t=0;t<r.length;t++){var a=r[t];if(!i.isBuffer(a))throw new TypeError('"list" argument must be an Array of Buffers');a.copy(o,n),n+=a.length}return o},i.byteLength=b,i.prototype._isBuffer=!0,i.prototype.swap16=function(){var r=this.length;if(r%2!==0)throw new RangeError("Buffer size must be a multiple of 16-bits");for(var e=0;r>e;e+=2)y(this,e,e+1);return this},i.prototype.swap32=function(){var r=this.length;if(r%4!==0)throw new RangeError("Buffer size must be a multiple of 32-bits");for(var e=0;r>e;e+=4)y(this,e,e+3),y(this,e+1,e+2);return this},i.prototype.toString=function(){var r=0|this.length;return 0===r?"":0===arguments.length?T(this,0,r):v.apply(this,arguments)},i.prototype.equals=function(r){if(!i.isBuffer(r))throw new TypeError("Argument must be a Buffer");return this===r?!0:0===i.compare(this,r)},i.prototype.inspect=function(){var r="",e=t.INSPECT_MAX_BYTES;return this.length>0&&(r=this.toString("hex",0,e).match(/.{2}/g).join(" "),this.length>e&&(r+=" ... ")),"<Buffer "+r+">"},i.prototype.compare=function(r,e,t,o,n){if(!i.isBuffer(r))throw new TypeError("Argument must be a Buffer");if(void 0===e&&(e=0),void 0===t&&(t=r?r.length:0),void 0===o&&(o=0),void 0===n&&(n=this.length),0>e||t>r.length||0>o||n>this.length)throw new RangeError("out of range index");if(o>=n&&e>=t)return 0;if(o>=n)return-1;if(e>=t)return 1;if(e>>>=0,t>>>=0,o>>>=0,n>>>=0,this===r)return 0;for(var a=n-o,s=t-e,c=Math.min(a,s),l=this.slice(o,n),u=r.slice(e,t),f=0;c>f;++f)if(l[f]!==u[f]){a=l[f],s=u[f];break}return s>a?-1:a>s?1:0},i.prototype.indexOf=function(r,e,t){if("string"==typeof e?(t=e,e=0):e>2147483647?e=2147483647:-2147483648>e&&(e=-2147483648),e>>=0,0===this.length)return-1;if(e>=this.length)return-1;if(0>e&&(e=Math.max(this.length+e,0)),"string"==typeof r&&(r=i.from(r,t)),i.isBuffer(r))return 0===r.length?-1:w(this,r,e,t);if("number"==typeof r)return i.TYPED_ARRAY_SUPPORT&&"function"===Uint8Array.prototype.indexOf?Uint8Array.prototype.indexOf.call(this,r,e):w(this,[r],e,t);throw new TypeError("val must be string, number or Buffer")},i.prototype.includes=function(r,e,t){return-1!==this.indexOf(r,e,t)},i.prototype.write=function(r,e,t,o){if(void 0===e)o="utf8",t=this.length,e=0;else if(void 0===t&&"string"==typeof e)o=e,t=this.length,e=0;else{if(!isFinite(e))throw new Error("Buffer.write(string, encoding, offset[, length]) is no longer supported");e=0|e,isFinite(t)?(t=0|t,void 0===o&&(o="utf8")):(o=t,t=void 0)}var n=this.length-e;if((void 0===t||t>n)&&(t=n),r.length>0&&(0>t||0>e)||e>this.length)throw new RangeError("Attempt to write outside buffer bounds");o||(o="utf8");for(var a=!1;;)switch(o){case"hex":return E(this,r,e,t);case"utf8":case"utf-8":return q(this,r,e,t);case"ascii":return A(this,r,e,t);case"binary":return S(this,r,e,t);case"base64":return L(this,r,e,t);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return D(this,r,e,t);default:if(a)throw new TypeError("Unknown encoding: "+o);o=(""+o).toLowerCase(),a=!0}},i.prototype.toJSON=function(){return{type:"Buffer",data:Array.prototype.slice.call(this._arr||this,0)}};var $=4096;i.prototype.slice=function(r,e){var t=this.length;r=~~r,e=void 0===e?t:~~e,0>r?(r+=t,0>r&&(r=0)):r>t&&(r=t),0>e?(e+=t,0>e&&(e=0)):e>t&&(e=t),r>e&&(e=r);var o;if(i.TYPED_ARRAY_SUPPORT)o=this.subarray(r,e),o.__proto__=i.prototype;else{var n=e-r;o=new i(n,void 0);for(var a=0;n>a;a++)o[a]=this[a+r]}return o},i.prototype.readUIntLE=function(r,e,t){r=0|r,e=0|e,t||B(r,e,this.length);for(var o=this[r],n=1,a=0;++a<e&&(n*=256);)o+=this[r+a]*n;return o},i.prototype.readUIntBE=function(r,e,t){r=0|r,e=0|e,t||B(r,e,this.length);for(var o=this[r+--e],n=1;e>0&&(n*=256);)o+=this[r+--e]*n;return o},i.prototype.readUInt8=function(r,e){return e||B(r,1,this.length),this[r]},i.prototype.readUInt16LE=function(r,e){return e||B(r,2,this.length),this[r]|this[r+1]<<8},i.prototype.readUInt16BE=function(r,e){return e||B(r,2,this.length),this[r]<<8|this[r+1]},i.prototype.readUInt32LE=function(r,e){return e||B(r,4,this.length),(this[r]|this[r+1]<<8|this[r+2]<<16)+16777216*this[r+3]},i.prototype.readUInt32BE=function(r,e){return e||B(r,4,this.length),16777216*this[r]+(this[r+1]<<16|this[r+2]<<8|this[r+3])},i.prototype.readIntLE=function(r,e,t){r=0|r,e=0|e,t||B(r,e,this.length);for(var o=this[r],n=1,a=0;++a<e&&(n*=256);)o+=this[r+a]*n;return n*=128,o>=n&&(o-=Math.pow(2,8*e)),o},i.prototype.readIntBE=function(r,e,t){r=0|r,e=0|e,t||B(r,e,this.length);for(var o=e,n=1,a=this[r+--o];o>0&&(n*=256);)a+=this[r+--o]*n;return n*=128,a>=n&&(a-=Math.pow(2,8*e)),a},i.prototype.readInt8=function(r,e){return e||B(r,1,this.length),128&this[r]?-1*(255-this[r]+1):this[r]},i.prototype.readInt16LE=function(r,e){e||B(r,2,this.length);var t=this[r]|this[r+1]<<8;return 32768&t?4294901760|t:t},i.prototype.readInt16BE=function(r,e){e||B(r,2,this.length);var t=this[r+1]|this[r]<<8;return 32768&t?4294901760|t:t},i.prototype.readInt32LE=function(r,e){return e||B(r,4,this.length),this[r]|this[r+1]<<8|this[r+2]<<16|this[r+3]<<24},i.prototype.readInt32BE=function(r,e){return e||B(r,4,this.length),this[r]<<24|this[r+1]<<16|this[r+2]<<8|this[r+3]},i.prototype.readFloatLE=function(r,e){return e||B(r,4,this.length),Q.read(this,r,!0,23,4)},i.prototype.readFloatBE=function(r,e){return e||B(r,4,this.length),Q.read(this,r,!1,23,4)},i.prototype.readDoubleLE=function(r,e){return e||B(r,8,this.length),Q.read(this,r,!0,52,8)},i.prototype.readDoubleBE=function(r,e){return e||B(r,8,this.length),Q.read(this,r,!1,52,8)},i.prototype.writeUIntLE=function(r,e,t,o){if(r=+r,e=0|e,t=0|t,!o){var n=Math.pow(2,8*t)-1;P(this,r,e,t,n,0)}var a=1,i=0;for(this[e]=255&r;++i<t&&(a*=256);)this[e+i]=r/a&255;return e+t},i.prototype.writeUIntBE=function(r,e,t,o){if(r=+r,e=0|e,t=0|t,!o){var n=Math.pow(2,8*t)-1;P(this,r,e,t,n,0)}var a=t-1,i=1;for(this[e+a]=255&r;--a>=0&&(i*=256);)this[e+a]=r/i&255;return e+t},i.prototype.writeUInt8=function(r,e,t){return r=+r,e=0|e,t||P(this,r,e,1,255,0),i.TYPED_ARRAY_SUPPORT||(r=Math.floor(r)),this[e]=255&r,e+1},i.prototype.writeUInt16LE=function(r,e,t){return r=+r,e=0|e,t||P(this,r,e,2,65535,0),i.TYPED_ARRAY_SUPPORT?(this[e]=255&r,this[e+1]=r>>>8):O(this,r,e,!0),e+2},i.prototype.writeUInt16BE=function(r,e,t){return r=+r,e=0|e,t||P(this,r,e,2,65535,0),i.TYPED_ARRAY_SUPPORT?(this[e]=r>>>8,this[e+1]=255&r):O(this,r,e,!1),e+2},i.prototype.writeUInt32LE=function(r,e,t){return r=+r,e=0|e,t||P(this,r,e,4,4294967295,0),i.TYPED_ARRAY_SUPPORT?(this[e+3]=r>>>24,this[e+2]=r>>>16,this[e+1]=r>>>8,this[e]=255&r):V(this,r,e,!0),e+4},i.prototype.writeUInt32BE=function(r,e,t){return r=+r,e=0|e,t||P(this,r,e,4,4294967295,0),i.TYPED_ARRAY_SUPPORT?(this[e]=r>>>24,this[e+1]=r>>>16,this[e+2]=r>>>8,this[e+3]=255&r):V(this,r,e,!1),e+4},i.prototype.writeIntLE=function(r,e,t,o){if(r=+r,e=0|e,!o){var n=Math.pow(2,8*t-1);P(this,r,e,t,n-1,-n)}var a=0,i=1,s=0;for(this[e]=255&r;++a<t&&(i*=256);)0>r&&0===s&&0!==this[e+a-1]&&(s=1),this[e+a]=(r/i>>0)-s&255;return e+t},i.prototype.writeIntBE=function(r,e,t,o){if(r=+r,e=0|e,!o){var n=Math.pow(2,8*t-1);P(this,r,e,t,n-1,-n)}var a=t-1,i=1,s=0;for(this[e+a]=255&r;--a>=0&&(i*=256);)0>r&&0===s&&0!==this[e+a+1]&&(s=1),this[e+a]=(r/i>>0)-s&255;return e+t},i.prototype.writeInt8=function(r,e,t){return r=+r,e=0|e,t||P(this,r,e,1,127,-128),i.TYPED_ARRAY_SUPPORT||(r=Math.floor(r)),0>r&&(r=255+r+1),this[e]=255&r,e+1},i.prototype.writeInt16LE=function(r,e,t){return r=+r,e=0|e,t||P(this,r,e,2,32767,-32768),i.TYPED_ARRAY_SUPPORT?(this[e]=255&r,this[e+1]=r>>>8):O(this,r,e,!0),e+2},i.prototype.writeInt16BE=function(r,e,t){return r=+r,e=0|e,t||P(this,r,e,2,32767,-32768),i.TYPED_ARRAY_SUPPORT?(this[e]=r>>>8,this[e+1]=255&r):O(this,r,e,!1),e+2},i.prototype.writeInt32LE=function(r,e,t){return r=+r,e=0|e,t||P(this,r,e,4,2147483647,-2147483648),i.TYPED_ARRAY_SUPPORT?(this[e]=255&r,this[e+1]=r>>>8,this[e+2]=r>>>16,this[e+3]=r>>>24):V(this,r,e,!0),e+4},i.prototype.writeInt32BE=function(r,e,t){return r=+r,e=0|e,t||P(this,r,e,4,2147483647,-2147483648),0>r&&(r=4294967295+r+1),i.TYPED_ARRAY_SUPPORT?(this[e]=r>>>24,this[e+1]=r>>>16,this[e+2]=r>>>8,this[e+3]=255&r):V(this,r,e,!1),e+4},i.prototype.writeFloatLE=function(r,e,t){return _(this,r,e,!0,t)},i.prototype.writeFloatBE=function(r,e,t){return _(this,r,e,!1,t)},i.prototype.writeDoubleLE=function(r,e,t){return G(this,r,e,!0,t)},i.prototype.writeDoubleBE=function(r,e,t){return G(this,r,e,!1,t)},i.prototype.copy=function(r,e,t,o){if(t||(t=0),o||0===o||(o=this.length),e>=r.length&&(e=r.length),e||(e=0),o>0&&t>o&&(o=t),o===t)return 0;if(0===r.length||0===this.length)return 0;if(0>e)throw new RangeError("targetStart out of bounds");if(0>t||t>=this.length)throw new RangeError("sourceStart out of bounds");if(0>o)throw new RangeError("sourceEnd out of bounds");o>this.length&&(o=this.length),r.length-e<o-t&&(o=r.length-e+t);var n,a=o-t;if(this===r&&e>t&&o>e)for(n=a-1;n>=0;n--)r[n+e]=this[n+t];else if(1e3>a||!i.TYPED_ARRAY_SUPPORT)for(n=0;a>n;n++)r[n+e]=this[n+t];else Uint8Array.prototype.set.call(r,this.subarray(t,t+a),e);return a},i.prototype.fill=function(r,e,t,o){if("string"==typeof r){if("string"==typeof e?(o=e,e=0,t=this.length):"string"==typeof t&&(o=t,t=this.length),1===r.length){var n=r.charCodeAt(0);256>n&&(r=n)}if(void 0!==o&&"string"!=typeof o)throw new TypeError("encoding must be a string");if("string"==typeof o&&!i.isEncoding(o))throw new TypeError("Unknown encoding: "+o)}else"number"==typeof r&&(r=255&r);if(0>e||this.length<e||this.length<t)throw new RangeError("Out of range index");if(e>=t)return this;e>>>=0,t=void 0===t?this.length:t>>>0,r||(r=0);var a;if("number"==typeof r)for(a=e;t>a;a++)this[a]=r;else{var s=i.isBuffer(r)?r:M(new i(r,o).toString()),c=s.length;for(a=0;t-e>a;a++)this[a+e]=s[a%c]}return this};var rr=/[^+\/0-9A-Za-z-_]/g}).call(this,"undefined"!=typeof global?global:"undefined"!=typeof self?self:"undefined"!=typeof window?window:{})},{"base64-js":1,ieee754:3,isarray:4}],3:[function(r,e,t){t.read=function(r,e,t,o,n){var a,i,s=8*n-o-1,c=(1<<s)-1,l=c>>1,u=-7,f=t?n-1:0,p=t?-1:1,h=r[e+f];for(f+=p,a=h&(1<<-u)-1,h>>=-u,u+=s;u>0;a=256*a+r[e+f],f+=p,u-=8);for(i=a&(1<<-u)-1,a>>=-u,u+=o;u>0;i=256*i+r[e+f],f+=p,u-=8);if(0===a)a=1-l;else{if(a===c)return i?NaN:(h?-1:1)*(1/0);i+=Math.pow(2,o),a-=l}return(h?-1:1)*i*Math.pow(2,a-o)},t.write=function(r,e,t,o,n,a){var i,s,c,l=8*a-n-1,u=(1<<l)-1,f=u>>1,p=23===n?Math.pow(2,-24)-Math.pow(2,-77):0,h=o?0:a-1,g=o?1:-1,d=0>e||0===e&&0>1/e?1:0;for(e=Math.abs(e),isNaN(e)||e===1/0?(s=isNaN(e)?1:0,i=u):(i=Math.floor(Math.log(e)/Math.LN2),e*(c=Math.pow(2,-i))<1&&(i--,c*=2),e+=i+f>=1?p/c:p*Math.pow(2,1-f),e*c>=2&&(i++,c/=2),i+f>=u?(s=0,i=u):i+f>=1?(s=(e*c-1)*Math.pow(2,n),i+=f):(s=e*Math.pow(2,f-1)*Math.pow(2,n),i=0));n>=8;r[t+h]=255&s,h+=g,s/=256,n-=8);for(i=i<<n|s,l+=n;l>0;r[t+h]=255&i,h+=g,i/=256,l-=8);r[t+h-g]|=128*d}},{}],4:[function(r,e,t){var o={}.toString;e.exports=Array.isArray||function(r){return"[object Array]"==o.call(r)}},{}],5:[function(r,e,t){"use strict";Object.defineProperty(t,"__esModule",{value:!0});t._isArray=function(r){return null!==r&&r.length>=0&&"[object Array]"===Object.prototype.toString.call(r)},t._pop=function(r){for(var e=[],t=0;t<r.length-1;t++)e[t]=r[t];return e}},{}],6:[function(r,e,t){"use strict";Object.defineProperty(t,"__esModule",{value:!0});t.ascii={0:["°","₀","۰"],1:["¹","₁","۱"],2:["²","₂","۲"],3:["³","₃","۳"],4:["⁴","₄","۴","٤"],5:["⁵","₅","۵","٥"],6:["⁶","₆","۶","٦"],7:["⁷","₇","۷"],8:["⁸","₈","۸"],9:["⁹","₉","۹"],a:["à","á","ả","ã","ạ","ă","ắ","ằ","ẳ","ẵ","ặ","â","ấ","ầ","ẩ","ẫ","ậ","ā","ą","å","α","ά","ἀ","ἁ","ἂ","ἃ","ἄ","ἅ","ἆ","ἇ","ᾀ","ᾁ","ᾂ","ᾃ","ᾄ","ᾅ","ᾆ","ᾇ","ὰ","ά","ᾰ","ᾱ","ᾲ","ᾳ","ᾴ","ᾶ","ᾷ","а","أ","အ","ာ","ါ","ǻ","ǎ","ª","ა","अ","ا"],b:["б","β","Ъ","Ь","ب","ဗ","ბ"],c:["ç","ć","č","ĉ","ċ"],d:["ď","ð","đ","ƌ","ȡ","ɖ","ɗ","ᵭ","ᶁ","ᶑ","д","δ","د","ض","ဍ","ဒ","დ"],e:["é","è","ẻ","ẽ","ẹ","ê","ế","ề","ể","ễ","ệ","ë","ē","ę","ě","ĕ","ė","ε","έ","ἐ","ἑ","ἒ","ἓ","ἔ","ἕ","ὲ","έ","е","ё","э","є","ə","ဧ","ေ","ဲ","ე","ए","إ","ئ"],f:["ф","φ","ف","ƒ","ფ"],g:["ĝ","ğ","ġ","ģ","г","ґ","γ","ဂ","გ","گ"],h:["ĥ","ħ","η","ή","ح","ه","ဟ","ှ","ჰ"],i:["í","ì","ỉ","ĩ","ị","î","ï","ī","ĭ","į","ı","ι","ί","ϊ","ΐ","ἰ","ἱ","ἲ","ἳ","ἴ","ἵ","ἶ","ἷ","ὶ","ί","ῐ","ῑ","ῒ","ΐ","ῖ","ῗ","і","ї","и","ဣ","ိ","ီ","ည်","ǐ","ი","इ","ی"],j:["ĵ","ј","Ј","ჯ","ج"],k:["ķ","ĸ","к","κ","Ķ","ق","ك","က","კ","ქ","ک"],l:["ł","ľ","ĺ","ļ","ŀ","л","λ","ل","လ","ლ"],m:["м","μ","م","မ","მ"],n:["ñ","ń","ň","ņ","ʼn","ŋ","ν","н","ن","န","ნ"],o:["ó","ò","ỏ","õ","ọ","ô","ố","ồ","ổ","ỗ","ộ","ơ","ớ","ờ","ở","ỡ","ợ","ø","ō","ő","ŏ","ο","ὀ","ὁ","ὂ","ὃ","ὄ","ὅ","ὸ","ό","о","و","θ","ို","ǒ","ǿ","º","ო","ओ"],p:["п","π","ပ","პ","پ"],q:["ყ"],r:["ŕ","ř","ŗ","р","ρ","ر","რ"],s:["ś","š","ş","с","σ","ș","ς","س","ص","စ","ſ","ს"],t:["ť","ţ","т","τ","ț","ت","ط","ဋ","တ","ŧ","თ","ტ"],u:["ú","ù","ủ","ũ","ụ","ư","ứ","ừ","ử","ữ","ự","û","ū","ů","ű","ŭ","ų","µ","у","ဉ","ု","ူ","ǔ","ǖ","ǘ","ǚ","ǜ","უ","उ"],v:["в","ვ","ϐ"],w:["ŵ","ω","ώ","ဝ","ွ"],x:["χ","ξ"],y:["ý","ỳ","ỷ","ỹ","ỵ","ÿ","ŷ","й","ы","υ","ϋ","ύ","ΰ","ي","ယ"],z:["ź","ž","ż","з","ζ","ز","ဇ","ზ"],aa:["ع","आ","آ"],ae:["ä","æ","ǽ"],ai:["ऐ"],at:["@"],ch:["ч","ჩ","ჭ","چ"],dj:["ђ","đ"],dz:["џ","ძ"],ei:["ऍ"],gh:["غ","ღ"],ii:["ई"],ij:["ij"],kh:["х","خ","ხ"],lj:["љ"],nj:["њ"],oe:["ö","œ","ؤ"],oi:["ऑ"],oii:["ऒ"],ps:["ψ"],sh:["ш","შ","ش"],shch:["щ"],ss:["ß"],sx:["ŝ"],th:["þ","ϑ","ث","ذ","ظ"],ts:["ц","ც","წ"],ue:["ü"],uu:["ऊ"],ya:["я"],yu:["ю"],zh:["ж","ჟ","ژ"],"(c)":["©"],A:["Á","À","Ả","Ã","Ạ","Ă","Ắ","Ằ","Ẳ","Ẵ","Ặ","Â","Ấ","Ầ","Ẩ","Ẫ","Ậ","Å","Ā","Ą","Α","Ά","Ἀ","Ἁ","Ἂ","Ἃ","Ἄ","Ἅ","Ἆ","Ἇ","ᾈ","ᾉ","ᾊ","ᾋ","ᾌ","ᾍ","ᾎ","ᾏ","Ᾰ","Ᾱ","Ὰ","Ά","ᾼ","А","Ǻ","Ǎ"],B:["Б","Β","ब"],C:["Ç","Ć","Č","Ĉ","Ċ"],D:["Ď","Ð","Đ","Ɖ","Ɗ","Ƌ","ᴅ","ᴆ","Д","Δ"],E:["É","È","Ẻ","Ẽ","Ẹ","Ê","Ế","Ề","Ể","Ễ","Ệ","Ë","Ē","Ę","Ě","Ĕ","Ė","Ε","Έ","Ἐ","Ἑ","Ἒ","Ἓ","Ἔ","Ἕ","Έ","Ὲ","Е","Ё","Э","Є","Ə"],F:["Ф","Φ"],G:["Ğ","Ġ","Ģ","Г","Ґ","Γ"],H:["Η","Ή","Ħ"],I:["Í","Ì","Ỉ","Ĩ","Ị","Î","Ï","Ī","Ĭ","Į","İ","Ι","Ί","Ϊ","Ἰ","Ἱ","Ἳ","Ἴ","Ἵ","Ἶ","Ἷ","Ῐ","Ῑ","Ὶ","Ί","И","І","Ї","Ǐ","ϒ"],K:["К","Κ"],L:["Ĺ","Ł","Л","Λ","Ļ","Ľ","Ŀ","ल"],M:["М","Μ"],N:["Ń","Ñ","Ň","Ņ","Ŋ","Н","Ν"],O:["Ó","Ò","Ỏ","Õ","Ọ","Ô","Ố","Ồ","Ổ","Ỗ","Ộ","Ơ","Ớ","Ờ","Ở","Ỡ","Ợ","Ø","Ō","Ő","Ŏ","Ο","Ό","Ὀ","Ὁ","Ὂ","Ὃ","Ὄ","Ὅ","Ὸ","Ό","О","Θ","Ө","Ǒ","Ǿ"],P:["П","Π"],R:["Ř","Ŕ","Р","Ρ","Ŗ"],S:["Ş","Ŝ","Ș","Š","Ś","С","Σ"],T:["Ť","Ţ","Ŧ","Ț","Т","Τ"],U:["Ú","Ù","Ủ","Ũ","Ụ","Ư","Ứ","Ừ","Ử","Ữ","Ự","Û","Ū","Ů","Ű","Ŭ","Ų","У","Ǔ","Ǖ","Ǘ","Ǚ","Ǜ"],V:["В"],W:["Ω","Ώ","Ŵ"],X:["Χ","Ξ"],Y:["Ý","Ỳ","Ỷ","Ỹ","Ỵ","Ÿ","Ῠ","Ῡ","Ὺ","Ύ","Ы","Й","Υ","Ϋ","Ŷ"],Z:["Ź","Ž","Ż","З","Ζ"],AE:["Ä","Æ","Ǽ"],CH:["Ч"],DJ:["Ђ"],DZ:["Џ"],GX:["Ĝ"],HX:["Ĥ"],IJ:["IJ"],JX:["Ĵ"],KH:["Х"],LJ:["Љ"],NJ:["Њ"],OE:["Ö","Œ"],PS:["Ψ"],SH:["Ш"],SHCH:["Щ"],SS:["ẞ"],TH:["Þ"],TS:["Ц"],UE:["Ü"],YA:["Я"],YU:["Ю"],ZH:["Ж"]," ":[" "," "," "," "," "," "," "," "," "," "," "," "," "," "," "]}},{}],7:[function(r,e,t){"use strict";Object.defineProperty(t,"__esModule",{value:!0});t.entitiesDecode={"&AElig":"Æ","&AElig;":"Æ","&AMP":"&","&AMP;":"&","&Aacute":"Á","&Aacute;":"Á","&Abreve;":"Ă","&Acirc":"Â","&Acirc;":"Â","&Acy;":"А","&Afr;":"𝔄","&Agrave":"À","&Agrave;":"À","&Alpha;":"Α","&Amacr;":"Ā","&And;":"⩓","&Aogon;":"Ą","&Aopf;":"𝔸","&ApplyFunction;":"⁡","&Aring":"Å","&Aring;":"Å","&Ascr;":"𝒜","&Assign;":"≔","&Atilde":"Ã","&Atilde;":"Ã","&Auml":"Ä","&Auml;":"Ä","&Backslash;":"∖","&Barv;":"⫧","&Barwed;":"⌆","&Bcy;":"Б","&Because;":"∵","&Bernoullis;":"ℬ","&Beta;":"Β","&Bfr;":"𝔅","&Bopf;":"𝔹","&Breve;":"˘","&Bscr;":"ℬ","&Bumpeq;":"≎","&CHcy;":"Ч","&COPY":"©","&COPY;":"©","&Cacute;":"Ć","&Cap;":"⋒","&CapitalDifferentialD;":"ⅅ","&Cayleys;":"ℭ","&Ccaron;":"Č","&Ccedil":"Ç","&Ccedil;":"Ç","&Ccirc;":"Ĉ","&Cconint;":"∰","&Cdot;":"Ċ","&Cedilla;":"¸","&CenterDot;":"·","&Cfr;":"ℭ","&Chi;":"Χ","&CircleDot;":"⊙","&CircleMinus;":"⊖","&CirclePlus;":"⊕","&CircleTimes;":"⊗","&ClockwiseContourIntegral;":"∲","&CloseCurlyDoubleQuote;":"”","&CloseCurlyQuote;":"’","&Colon;":"∷","&Colone;":"⩴","&Congruent;":"≡","&Conint;":"∯","&ContourIntegral;":"∮","&Copf;":"ℂ","&Coproduct;":"∐","&CounterClockwiseContourIntegral;":"∳","&Cross;":"⨯","&Cscr;":"𝒞","&Cup;":"⋓","&CupCap;":"≍","&DD;":"ⅅ","&DDotrahd;":"⤑","&DJcy;":"Ђ","&DScy;":"Ѕ","&DZcy;":"Џ","&Dagger;":"‡","&Darr;":"↡","&Dashv;":"⫤","&Dcaron;":"Ď","&Dcy;":"Д","&Del;":"∇","&Delta;":"Δ","&Dfr;":"𝔇","&DiacriticalAcute;":"´","&DiacriticalDot;":"˙","&DiacriticalDoubleAcute;":"˝","&DiacriticalGrave;":"`","&DiacriticalTilde;":"˜","&Diamond;":"⋄","&DifferentialD;":"ⅆ","&Dopf;":"𝔻","&Dot;":"¨","&DotDot;":"⃜","&DotEqual;":"≐","&DoubleContourIntegral;":"∯","&DoubleDot;":"¨","&DoubleDownArrow;":"⇓","&DoubleLeftArrow;":"⇐","&DoubleLeftRightArrow;":"⇔","&DoubleLeftTee;":"⫤","&DoubleLongLeftArrow;":"⟸","&DoubleLongLeftRightArrow;":"⟺","&DoubleLongRightArrow;":"⟹","&DoubleRightArrow;":"⇒","&DoubleRightTee;":"⊨","&DoubleUpArrow;":"⇑","&DoubleUpDownArrow;":"⇕","&DoubleVerticalBar;":"∥","&DownArrow;":"↓","&DownArrowBar;":"⤓","&DownArrowUpArrow;":"⇵","&DownBreve;":"̑","&DownLeftRightVector;":"⥐","&DownLeftTeeVector;":"⥞","&DownLeftVector;":"↽","&DownLeftVectorBar;":"⥖","&DownRightTeeVector;":"⥟","&DownRightVector;":"⇁","&DownRightVectorBar;":"⥗","&DownTee;":"⊤","&DownTeeArrow;":"↧","&Downarrow;":"⇓","&Dscr;":"𝒟","&Dstrok;":"Đ","&ENG;":"Ŋ","&ETH":"Ð","&ETH;":"Ð","&Eacute":"É","&Eacute;":"É","&Ecaron;":"Ě","&Ecirc":"Ê","&Ecirc;":"Ê","&Ecy;":"Э","&Edot;":"Ė","&Efr;":"𝔈","&Egrave":"È","&Egrave;":"È","&Element;":"∈","&Emacr;":"Ē","&EmptySmallSquare;":"◻","&EmptyVerySmallSquare;":"▫","&Eogon;":"Ę","&Eopf;":"𝔼","&Epsilon;":"Ε","&Equal;":"⩵","&EqualTilde;":"≂","&Equilibrium;":"⇌","&Escr;":"ℰ","&Esim;":"⩳","&Eta;":"Η","&Euml":"Ë","&Euml;":"Ë","&Exists;":"∃","&ExponentialE;":"ⅇ","&Fcy;":"Ф","&Ffr;":"𝔉","&FilledSmallSquare;":"◼","&FilledVerySmallSquare;":"▪","&Fopf;":"𝔽","&ForAll;":"∀","&Fouriertrf;":"ℱ","&Fscr;":"ℱ","&GJcy;":"Ѓ","&GT":">","&GT;":">","&Gamma;":"Γ","&Gammad;":"Ϝ","&Gbreve;":"Ğ","&Gcedil;":"Ģ","&Gcirc;":"Ĝ","&Gcy;":"Г","&Gdot;":"Ġ","&Gfr;":"𝔊","&Gg;":"⋙","&Gopf;":"𝔾","&GreaterEqual;":"≥","&GreaterEqualLess;":"⋛","&GreaterFullEqual;":"≧","&GreaterGreater;":"⪢","&GreaterLess;":"≷","&GreaterSlantEqual;":"⩾","&GreaterTilde;":"≳","&Gscr;":"𝒢","&Gt;":"≫","&HARDcy;":"Ъ","&Hacek;":"ˇ","&Hat;":"^","&Hcirc;":"Ĥ","&Hfr;":"ℌ","&HilbertSpace;":"ℋ","&Hopf;":"ℍ","&HorizontalLine;":"─","&Hscr;":"ℋ","&Hstrok;":"Ħ","&HumpDownHump;":"≎","&HumpEqual;":"≏","&IEcy;":"Е","&IJlig;":"IJ","&IOcy;":"Ё","&Iacute":"Í","&Iacute;":"Í","&Icirc":"Î","&Icirc;":"Î","&Icy;":"И","&Idot;":"İ","&Ifr;":"ℑ","&Igrave":"Ì","&Igrave;":"Ì","&Im;":"ℑ","&Imacr;":"Ī","&ImaginaryI;":"ⅈ","&Implies;":"⇒","&Int;":"∬","&Integral;":"∫","&Intersection;":"⋂","&InvisibleComma;":"⁣","&InvisibleTimes;":"⁢","&Iogon;":"Į","&Iopf;":"𝕀","&Iota;":"Ι","&Iscr;":"ℐ","&Itilde;":"Ĩ","&Iukcy;":"І","&Iuml":"Ï","&Iuml;":"Ï","&Jcirc;":"Ĵ","&Jcy;":"Й","&Jfr;":"𝔍","&Jopf;":"𝕁","&Jscr;":"𝒥","&Jsercy;":"Ј","&Jukcy;":"Є","&KHcy;":"Х","&KJcy;":"Ќ","&Kappa;":"Κ","&Kcedil;":"Ķ","&Kcy;":"К","&Kfr;":"𝔎","&Kopf;":"𝕂","&Kscr;":"𝒦","&LJcy;":"Љ","&LT":"<","&LT;":"<","&Lacute;":"Ĺ","&Lambda;":"Λ","&Lang;":"⟪","&Laplacetrf;":"ℒ","&Larr;":"↞","&Lcaron;":"Ľ","&Lcedil;":"Ļ","&Lcy;":"Л","&LeftAngleBracket;":"⟨","&LeftArrow;":"←","&LeftArrowBar;":"⇤","&LeftArrowRightArrow;":"⇆","&LeftCeiling;":"⌈","&LeftDoubleBracket;":"⟦","&LeftDownTeeVector;":"⥡","&LeftDownVector;":"⇃","&LeftDownVectorBar;":"⥙","&LeftFloor;":"⌊","&LeftRightArrow;":"↔","&LeftRightVector;":"⥎","&LeftTee;":"⊣","&LeftTeeArrow;":"↤","&LeftTeeVector;":"⥚","&LeftTriangle;":"⊲","&LeftTriangleBar;":"⧏","&LeftTriangleEqual;":"⊴","&LeftUpDownVector;":"⥑","&LeftUpTeeVector;":"⥠","&LeftUpVector;":"↿","&LeftUpVectorBar;":"⥘","&LeftVector;":"↼","&LeftVectorBar;":"⥒","&Leftarrow;":"⇐","&Leftrightarrow;":"⇔","&LessEqualGreater;":"⋚","&LessFullEqual;":"≦","&LessGreater;":"≶","&LessLess;":"⪡","&LessSlantEqual;":"⩽","&LessTilde;":"≲","&Lfr;":"𝔏","&Ll;":"⋘","&Lleftarrow;":"⇚","&Lmidot;":"Ŀ","&LongLeftArrow;":"⟵","&LongLeftRightArrow;":"⟷","&LongRightArrow;":"⟶","&Longleftarrow;":"⟸","&Longleftrightarrow;":"⟺","&Longrightarrow;":"⟹","&Lopf;":"𝕃","&LowerLeftArrow;":"↙","&LowerRightArrow;":"↘","&Lscr;":"ℒ","&Lsh;":"↰","&Lstrok;":"Ł","&Lt;":"≪","&Map;":"⤅","&Mcy;":"М","&MediumSpace;":" ","&Mellintrf;":"ℳ","&Mfr;":"𝔐","&MinusPlus;":"∓","&Mopf;":"𝕄","&Mscr;":"ℳ","&Mu;":"Μ","&NJcy;":"Њ","&Nacute;":"Ń","&Ncaron;":"Ň","&Ncedil;":"Ņ","&Ncy;":"Н","&NegativeMediumSpace;":"​","&NegativeThickSpace;":"​","&NegativeThinSpace;":"​","&NegativeVeryThinSpace;":"​","&NestedGreaterGreater;":"≫","&NestedLessLess;":"≪","&NewLine;":"\n",
0 ignored issues
show
This code seems to be duplicated in your project.
Loading history...
This code seems to be duplicated in your project.
Loading history...
2
"&Nfr;":"𝔑","&NoBreak;":"⁠","&NonBreakingSpace;":" ","&Nopf;":"ℕ","&Not;":"⫬","&NotCongruent;":"≢","&NotCupCap;":"≭","&NotDoubleVerticalBar;":"∦","&NotElement;":"∉","&NotEqual;":"≠","&NotEqualTilde;":"≂̸","&NotExists;":"∄","&NotGreater;":"≯","&NotGreaterEqual;":"≱","&NotGreaterFullEqual;":"≧̸","&NotGreaterGreater;":"≫̸","&NotGreaterLess;":"≹","&NotGreaterSlantEqual;":"⩾̸","&NotGreaterTilde;":"≵","&NotHumpDownHump;":"≎̸","&NotHumpEqual;":"≏̸","&NotLeftTriangle;":"⋪","&NotLeftTriangleBar;":"⧏̸","&NotLeftTriangleEqual;":"⋬","&NotLess;":"≮","&NotLessEqual;":"≰","&NotLessGreater;":"≸","&NotLessLess;":"≪̸","&NotLessSlantEqual;":"⩽̸","&NotLessTilde;":"≴","&NotNestedGreaterGreater;":"⪢̸","&NotNestedLessLess;":"⪡̸","&NotPrecedes;":"⊀","&NotPrecedesEqual;":"⪯̸","&NotPrecedesSlantEqual;":"⋠","&NotReverseElement;":"∌","&NotRightTriangle;":"⋫","&NotRightTriangleBar;":"⧐̸","&NotRightTriangleEqual;":"⋭","&NotSquareSubset;":"⊏̸","&NotSquareSubsetEqual;":"⋢","&NotSquareSuperset;":"⊐̸","&NotSquareSupersetEqual;":"⋣","&NotSubset;":"⊂⃒","&NotSubsetEqual;":"⊈","&NotSucceeds;":"⊁","&NotSucceedsEqual;":"⪰̸","&NotSucceedsSlantEqual;":"⋡","&NotSucceedsTilde;":"≿̸","&NotSuperset;":"⊃⃒","&NotSupersetEqual;":"⊉","&NotTilde;":"≁","&NotTildeEqual;":"≄","&NotTildeFullEqual;":"≇","&NotTildeTilde;":"≉","&NotVerticalBar;":"∤","&Nscr;":"𝒩","&Ntilde":"Ñ","&Ntilde;":"Ñ","&Nu;":"Ν","&OElig;":"Œ","&Oacute":"Ó","&Oacute;":"Ó","&Ocirc":"Ô","&Ocirc;":"Ô","&Ocy;":"О","&Odblac;":"Ő","&Ofr;":"𝔒","&Ograve":"Ò","&Ograve;":"Ò","&Omacr;":"Ō","&Omega;":"Ω","&Omicron;":"Ο","&Oopf;":"𝕆","&OpenCurlyDoubleQuote;":"“","&OpenCurlyQuote;":"‘","&Or;":"⩔","&Oscr;":"𝒪","&Oslash":"Ø","&Oslash;":"Ø","&Otilde":"Õ","&Otilde;":"Õ","&Otimes;":"⨷","&Ouml":"Ö","&Ouml;":"Ö","&OverBar;":"‾","&OverBrace;":"⏞","&OverBracket;":"⎴","&OverParenthesis;":"⏜","&PartialD;":"∂","&Pcy;":"П","&Pfr;":"𝔓","&Phi;":"Φ","&Pi;":"Π","&PlusMinus;":"±","&Poincareplane;":"ℌ","&Popf;":"ℙ","&Pr;":"⪻","&Precedes;":"≺","&PrecedesEqual;":"⪯","&PrecedesSlantEqual;":"≼","&PrecedesTilde;":"≾","&Prime;":"″","&Product;":"∏","&Proportion;":"∷","&Proportional;":"∝","&Pscr;":"𝒫","&Psi;":"Ψ","&QUOT":'"',"&QUOT;":'"',"&Qfr;":"𝔔","&Qopf;":"ℚ","&Qscr;":"𝒬","&RBarr;":"⤐","&REG":"®","&REG;":"®","&Racute;":"Ŕ","&Rang;":"⟫","&Rarr;":"↠","&Rarrtl;":"⤖","&Rcaron;":"Ř","&Rcedil;":"Ŗ","&Rcy;":"Р","&Re;":"ℜ","&ReverseElement;":"∋","&ReverseEquilibrium;":"⇋","&ReverseUpEquilibrium;":"⥯","&Rfr;":"ℜ","&Rho;":"Ρ","&RightAngleBracket;":"⟩","&RightArrow;":"→","&RightArrowBar;":"⇥","&RightArrowLeftArrow;":"⇄","&RightCeiling;":"⌉","&RightDoubleBracket;":"⟧","&RightDownTeeVector;":"⥝","&RightDownVector;":"⇂","&RightDownVectorBar;":"⥕","&RightFloor;":"⌋","&RightTee;":"⊢","&RightTeeArrow;":"↦","&RightTeeVector;":"⥛","&RightTriangle;":"⊳","&RightTriangleBar;":"⧐","&RightTriangleEqual;":"⊵","&RightUpDownVector;":"⥏","&RightUpTeeVector;":"⥜","&RightUpVector;":"↾","&RightUpVectorBar;":"⥔","&RightVector;":"⇀","&RightVectorBar;":"⥓","&Rightarrow;":"⇒","&Ropf;":"ℝ","&RoundImplies;":"⥰","&Rrightarrow;":"⇛","&Rscr;":"ℛ","&Rsh;":"↱","&RuleDelayed;":"⧴","&SHCHcy;":"Щ","&SHcy;":"Ш","&SOFTcy;":"Ь","&Sacute;":"Ś","&Sc;":"⪼","&Scaron;":"Š","&Scedil;":"Ş","&Scirc;":"Ŝ","&Scy;":"С","&Sfr;":"𝔖","&ShortDownArrow;":"↓","&ShortLeftArrow;":"←","&ShortRightArrow;":"→","&ShortUpArrow;":"↑","&Sigma;":"Σ","&SmallCircle;":"∘","&Sopf;":"𝕊","&Sqrt;":"√","&Square;":"□","&SquareIntersection;":"⊓","&SquareSubset;":"⊏","&SquareSubsetEqual;":"⊑","&SquareSuperset;":"⊐","&SquareSupersetEqual;":"⊒","&SquareUnion;":"⊔","&Sscr;":"𝒮","&Star;":"⋆","&Sub;":"⋐","&Subset;":"⋐","&SubsetEqual;":"⊆","&Succeeds;":"≻","&SucceedsEqual;":"⪰","&SucceedsSlantEqual;":"≽","&SucceedsTilde;":"≿","&SuchThat;":"∋","&Sum;":"∑","&Sup;":"⋑","&Superset;":"⊃","&SupersetEqual;":"⊇","&Supset;":"⋑","&THORN":"Þ","&THORN;":"Þ","&TRADE;":"™","&TSHcy;":"Ћ","&TScy;":"Ц","&Tab;":"	","&Tau;":"Τ","&Tcaron;":"Ť","&Tcedil;":"Ţ","&Tcy;":"Т","&Tfr;":"𝔗","&Therefore;":"∴","&Theta;":"Θ","&ThickSpace;":"  ","&ThinSpace;":" ","&Tilde;":"∼","&TildeEqual;":"≃","&TildeFullEqual;":"≅","&TildeTilde;":"≈","&Topf;":"𝕋","&TripleDot;":"⃛","&Tscr;":"𝒯","&Tstrok;":"Ŧ","&Uacute":"Ú","&Uacute;":"Ú","&Uarr;":"↟","&Uarrocir;":"⥉","&Ubrcy;":"Ў","&Ubreve;":"Ŭ","&Ucirc":"Û","&Ucirc;":"Û","&Ucy;":"У","&Udblac;":"Ű","&Ufr;":"𝔘","&Ugrave":"Ù","&Ugrave;":"Ù","&Umacr;":"Ū","&UnderBar;":"_","&UnderBrace;":"⏟","&UnderBracket;":"⎵","&UnderParenthesis;":"⏝","&Union;":"⋃","&UnionPlus;":"⊎","&Uogon;":"Ų","&Uopf;":"𝕌","&UpArrow;":"↑","&UpArrowBar;":"⤒","&UpArrowDownArrow;":"⇅","&UpDownArrow;":"↕","&UpEquilibrium;":"⥮","&UpTee;":"⊥","&UpTeeArrow;":"↥","&Uparrow;":"⇑","&Updownarrow;":"⇕","&UpperLeftArrow;":"↖","&UpperRightArrow;":"↗","&Upsi;":"ϒ","&Upsilon;":"Υ","&Uring;":"Ů","&Uscr;":"𝒰","&Utilde;":"Ũ","&Uuml":"Ü","&Uuml;":"Ü","&VDash;":"⊫","&Vbar;":"⫫","&Vcy;":"В","&Vdash;":"⊩","&Vdashl;":"⫦","&Vee;":"⋁","&Verbar;":"‖","&Vert;":"‖","&VerticalBar;":"∣","&VerticalLine;":"|","&VerticalSeparator;":"❘","&VerticalTilde;":"≀","&VeryThinSpace;":" ","&Vfr;":"𝔙","&Vopf;":"𝕍","&Vscr;":"𝒱","&Vvdash;":"⊪","&Wcirc;":"Ŵ","&Wedge;":"⋀","&Wfr;":"𝔚","&Wopf;":"𝕎","&Wscr;":"𝒲","&Xfr;":"𝔛","&Xi;":"Ξ","&Xopf;":"𝕏","&Xscr;":"𝒳","&YAcy;":"Я","&YIcy;":"Ї","&YUcy;":"Ю","&Yacute":"Ý","&Yacute;":"Ý","&Ycirc;":"Ŷ","&Ycy;":"Ы","&Yfr;":"𝔜","&Yopf;":"𝕐","&Yscr;":"𝒴","&Yuml;":"Ÿ","&ZHcy;":"Ж","&Zacute;":"Ź","&Zcaron;":"Ž","&Zcy;":"З","&Zdot;":"Ż","&ZeroWidthSpace;":"​","&Zeta;":"Ζ","&Zfr;":"ℨ","&Zopf;":"ℤ","&Zscr;":"𝒵","&aacute;":"á","&abreve;":"ă","&ac;":"∾","&acE;":"∾̳","&acd;":"∿","&acirc":"â","&acirc;":"â","&acute":"´","&acute;":"´","&acy;":"а","&aelig":"æ","&aelig;":"æ","&af;":"⁡","&afr;":"𝔞","&agrave":"à","&agrave;":"à","&alefsym;":"ℵ","&aleph;":"ℵ","&alpha;":"α","&amacr;":"ā","&amalg;":"⨿","&amp":"&","&amp;":"&","&and;":"∧","&andand;":"⩕","&andd;":"⩜","&andslope;":"⩘","&andv;":"⩚","&ang;":"∠","&ange;":"⦤","&angle;":"∠","&angmsd;":"∡","&angmsdaa;":"⦨","&angmsdab;":"⦩","&angmsdac;":"⦪","&angmsdad;":"⦫","&angmsdae;":"⦬","&angmsdaf;":"⦭","&angmsdag;":"⦮","&angmsdah;":"⦯","&angrt;":"∟","&angrtvb;":"⊾","&angrtvbd;":"⦝","&angsph;":"∢","&angst;":"Å","&angzarr;":"⍼","&aogon;":"ą","&aopf;":"𝕒","&ap;":"≈","&apE;":"⩰","&apacir;":"⩯","&ape;":"≊","&apid;":"≋","&apos;":"'","&approx;":"≈","&approxeq;":"≊","&aring":"å","&aring;":"å","&ascr;":"𝒶","&ast;":"*","&asymp;":"≈","&asympeq;":"≍","&atilde":"ã","&atilde;":"ã","&auml":"ä","&auml;":"ä","&awconint;":"∳","&awint;":"⨑","&bNot;":"⫭","&backcong;":"≌","&backepsilon;":"϶","&backprime;":"‵","&backsim;":"∽","&backsimeq;":"⋍","&barvee;":"⊽","&barwed;":"⌅","&barwedge;":"⌅","&bbrk;":"⎵","&bbrktbrk;":"⎶","&bcong;":"≌","&bcy;":"б","&bdquo;":"„","&becaus;":"∵","&because;":"∵","&bemptyv;":"⦰","&bepsi;":"϶","&bernou;":"ℬ","&beta;":"β","&beth;":"ℶ","&between;":"≬","&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;":"⌐","&bopf;":"𝕓","&bot;":"⊥","&bottom;":"⊥","&bowtie;":"⋈","&boxDL;":"╗","&boxDR;":"╔","&boxDl;":"╖","&boxDr;":"╓","&boxH;":"═","&boxHD;":"╦","&boxHU;":"╩","&boxHd;":"╤","&boxHu;":"╧","&boxUL;":"╝","&boxUR;":"╚","&boxUl;":"╜","&boxUr;":"╙","&boxV;":"║","&boxVH;":"╬","&boxVL;":"╣","&boxVR;":"╠","&boxVh;":"╫","&boxVl;":"╢","&boxVr;":"╟","&boxbox;":"⧉","&boxdL;":"╕","&boxdR;":"╒","&boxdl;":"┐","&boxdr;":"┌","&boxh;":"─","&boxhD;":"╥","&boxhU;":"╨","&boxhd;":"┬","&boxhu;":"┴","&boxminus;":"⊟","&boxplus;":"⊞","&boxtimes;":"⊠","&boxuL;":"╛","&boxuR;":"╘","&boxul;":"┘","&boxur;":"└","&boxv;":"│","&boxvH;":"╪","&boxvL;":"╡","&boxvR;":"╞","&boxvh;":"┼","&boxvl;":"┤","&boxvr;":"├","&bprime;":"‵","&breve;":"˘","&brvbar":"¦","&brvbar;":"¦","&bscr;":"𝒷","&bsemi;":"⁏","&bsim;":"∽","&bsime;":"⋍","&bsol;":"\\","&bsolb;":"⧅","&bsolhsub;":"⟈","&bull;":"•","&bullet;":"•","&bump;":"≎","&bumpE;":"⪮","&bumpe;":"≏","&bumpeq;":"≏","&cacute;":"ć","&cap;":"∩","&capand;":"⩄","&capbrcup;":"⩉","&capcap;":"⩋","&capcup;":"⩇","&capdot;":"⩀","&caps;":"∩︀","&caret;":"⁁","&caron;":"ˇ","&ccaps;":"⩍","&ccaron;":"č","&ccedil":"ç","&ccedil;":"ç","&ccirc;":"ĉ","&ccups;":"⩌","&ccupssm;":"⩐","&cdot;":"ċ","&cedil":"¸","&cedil;":"¸","&cemptyv;":"⦲","&cent":"¢","&cent;":"¢","&centerdot;":"·","&cfr;":"𝔠","&chcy;":"ч","&check;":"✓","&checkmark;":"✓","&chi;":"χ","&cir;":"○","&cirE;":"⧃","&circ;":"ˆ","&circeq;":"≗","&circlearrowleft;":"↺","&circlearrowright;":"↻","&circledR;":"®","&circledS;":"Ⓢ","&circledast;":"⊛","&circledcirc;":"⊚","&circleddash;":"⊝","&cire;":"≗","&cirfnint;":"⨐","&cirmid;":"⫯","&cirscir;":"⧂","&clubs;":"♣","&clubsuit;":"♣","&colon;":":","&colone;":"≔","&coloneq;":"≔","&comma;":",","&commat;":"@","&comp;":"∁","&compfn;":"∘","&complement;":"∁","&complexes;":"ℂ","&cong;":"≅","&congdot;":"⩭","&conint;":"∮","&copf;":"𝕔","&coprod;":"∐","&copy":"©","&copy;":"©","&copysr;":"℗","&crarr;":"↵","&cross;":"✗","&cscr;":"𝒸","&csub;":"⫏","&csube;":"⫑","&csup;":"⫐","&csupe;":"⫒","&ctdot;":"⋯","&cudarrl;":"⤸","&cudarrr;":"⤵","&cuepr;":"⋞","&cuesc;":"⋟","&cularr;":"↶","&cularrp;":"⤽","&cup;":"∪","&cupbrcap;":"⩈","&cupcap;":"⩆","&cupcup;":"⩊","&cupdot;":"⊍","&cupor;":"⩅","&cups;":"∪︀","&curarr;":"↷","&curarrm;":"⤼","&curlyeqprec;":"⋞","&curlyeqsucc;":"⋟","&curlyvee;":"⋎","&curlywedge;":"⋏","&curren":"¤","&curren;":"¤","&curvearrowleft;":"↶","&curvearrowright;":"↷","&cuvee;":"⋎","&cuwed;":"⋏","&cwconint;":"∲","&cwint;":"∱","&cylcty;":"⌭","&dArr;":"⇓","&dHar;":"⥥","&dagger;":"†","&daleth;":"ℸ","&darr;":"↓","&dash;":"‐","&dashv;":"⊣","&dbkarow;":"⤏","&dblac;":"˝","&dcaron;":"ď","&dcy;":"д","&dd;":"ⅆ","&ddagger;":"‡","&ddarr;":"⇊","&ddotseq;":"⩷","&deg":"°","&deg;":"°","&delta;":"δ","&demptyv;":"⦱","&dfisht;":"⥿","&dfr;":"𝔡","&dharl;":"⇃","&dharr;":"⇂","&diam;":"⋄","&diamond;":"⋄","&diamondsuit;":"♦","&diams;":"♦","&die;":"¨","&digamma;":"ϝ","&disin;":"⋲","&div;":"÷","&divide":"÷","&divide;":"÷","&divideontimes;":"⋇","&divonx;":"⋇","&djcy;":"ђ","&dlcorn;":"⌞","&dlcrop;":"⌍","&dollar;":"$","&dopf;":"𝕕","&dot;":"˙","&doteq;":"≐","&doteqdot;":"≑","&dotminus;":"∸","&dotplus;":"∔","&dotsquare;":"⊡","&doublebarwedge;":"⌆","&downarrow;":"↓","&downdownarrows;":"⇊","&downharpoonleft;":"⇃","&downharpoonright;":"⇂","&drbkarow;":"⤐","&drcorn;":"⌟","&drcrop;":"⌌","&dscr;":"𝒹","&dscy;":"ѕ","&dsol;":"⧶","&dstrok;":"đ","&dtdot;":"⋱","&dtri;":"▿","&dtrif;":"▾","&duarr;":"⇵","&duhar;":"⥯","&dwangle;":"⦦","&dzcy;":"џ","&dzigrarr;":"⟿","&eDDot;":"⩷","&eDot;":"≑","&eacute;":"é","&easter;":"⩮","&ecaron;":"ě","&ecir;":"≖","&ecirc":"ê","&ecirc;":"ê","&ecolon;":"≕","&ecy;":"э","&edot;":"ė","&ee;":"ⅇ","&efDot;":"≒","&efr;":"𝔢","&eg;":"⪚","&egrave":"è","&egrave;":"è","&egs;":"⪖","&egsdot;":"⪘","&el;":"⪙","&elinters;":"⏧","&ell;":"ℓ","&els;":"⪕","&elsdot;":"⪗","&emacr;":"ē","&empty;":"∅","&emptyset;":"∅","&emptyv;":"∅","&emsp13;":" ","&emsp14;":" ","&emsp;":" ","&eng;":"ŋ","&ensp;":" ","&eogon;":"ę","&eopf;":"𝕖","&epar;":"⋕","&eparsl;":"⧣","&eplus;":"⩱","&epsi;":"ε","&epsilon;":"ε","&epsiv;":"ϵ","&eqcirc;":"≖","&eqcolon;":"≕","&eqsim;":"≂","&eqslantgtr;":"⪖","&eqslantless;":"⪕","&equals;":"=","&equest;":"≟","&equiv;":"≡","&equivDD;":"⩸","&eqvparsl;":"⧥","&erDot;":"≓","&erarr;":"⥱","&escr;":"ℯ","&esdot;":"≐","&esim;":"≂","&eta;":"η","&eth":"ð","&eth;":"ð","&euml":"ë","&euml;":"ë","&euro;":"€","&excl;":"!","&exist;":"∃","&expectation;":"ℰ","&exponentiale;":"ⅇ","&fallingdotseq;":"≒","&fcy;":"ф","&female;":"♀","&ffilig;":"ffi","&fflig;":"ff","&ffllig;":"ffl","&ffr;":"𝔣","&filig;":"fi","&fjlig;":"fj","&flat;":"♭","&fllig;":"fl","&fltns;":"▱","&fnof;":"ƒ","&fopf;":"𝕗","&forall;":"∀","&fork;":"⋔","&forkv;":"⫙","&fpartint;":"⨍","&frac12":"½","&frac12;":"½","&frac13;":"⅓","&frac14":"¼","&frac14;":"¼","&frac15;":"⅕","&frac16;":"⅙","&frac18;":"⅛","&frac23;":"⅔","&frac25;":"⅖","&frac34":"¾","&frac34;":"¾","&frac35;":"⅗","&frac38;":"⅜","&frac45;":"⅘","&frac56;":"⅚","&frac58;":"⅝","&frac78;":"⅞","&frasl;":"⁄","&frown;":"⌢","&fscr;":"𝒻","&gE;":"≧","&gEl;":"⪌","&gacute;":"ǵ","&gamma;":"γ","&gammad;":"ϝ","&gap;":"⪆","&gbreve;":"ğ","&gcirc;":"ĝ","&gcy;":"г","&gdot;":"ġ","&ge;":"≥","&gel;":"⋛","&geq;":"≥","&geqq;":"≧","&geqslant;":"⩾","&ges;":"⩾","&gescc;":"⪩","&gesdot;":"⪀","&gesdoto;":"⪂","&gesdotol;":"⪄","&gesl;":"⋛︀","&gesles;":"⪔","&gfr;":"𝔤","&gg;":"≫","&ggg;":"⋙","&gimel;":"ℷ","&gjcy;":"ѓ","&gl;":"≷","&glE;":"⪒","&gla;":"⪥","&glj;":"⪤","&gnE;":"≩","&gnap;":"⪊","&gnapprox;":"⪊","&gne;":"⪈","&gneq;":"⪈","&gneqq;":"≩","&gnsim;":"⋧","&gopf;":"𝕘","&grave;":"`","&gscr;":"ℊ","&gsim;":"≳","&gsime;":"⪎","&gsiml;":"⪐","&gt":">","&gt;":">","&gtcc;":"⪧","&gtcir;":"⩺","&gtdot;":"⋗","&gtlPar;":"⦕","&gtquest;":"⩼","&gtrapprox;":"⪆","&gtrarr;":"⥸","&gtrdot;":"⋗","&gtreqless;":"⋛","&gtreqqless;":"⪌","&gtrless;":"≷","&gtrsim;":"≳","&gvertneqq;":"≩︀","&gvnE;":"≩︀","&hArr;":"⇔","&hairsp;":" ","&half;":"½","&hamilt;":"ℋ","&hardcy;":"ъ","&harr;":"↔","&harrcir;":"⥈","&harrw;":"↭","&hbar;":"ℏ","&hcirc;":"ĥ","&hearts;":"♥","&heartsuit;":"♥","&hellip;":"…","&hercon;":"⊹","&hfr;":"𝔥","&hksearow;":"⤥","&hkswarow;":"⤦","&hoarr;":"⇿","&homtht;":"∻","&hookleftarrow;":"↩","&hookrightarrow;":"↪","&hopf;":"𝕙","&horbar;":"―","&hscr;":"𝒽","&hslash;":"ℏ","&hstrok;":"ħ","&hybull;":"⁃","&hyphen;":"‐","&iacute":"í","&iacute;":"í","&ic;":"⁣","&icirc":"î","&icirc;":"î","&icy;":"и","&iecy;":"е","&iexcl":"¡","&iexcl;":"¡","&iff;":"⇔","&ifr;":"𝔦","&igrave":"ì","&igrave;":"ì","&ii;":"ⅈ","&iiiint;":"⨌","&iiint;":"∭","&iinfin;":"⧜","&iiota;":"℩","&ijlig;":"ij","&imacr;":"ī","&image;":"ℑ","&imagline;":"ℐ","&imagpart;":"ℑ","&imath;":"ı","&imof;":"⊷","&imped;":"Ƶ","&in;":"∈","&incare;":"℅","&infin;":"∞","&infintie;":"⧝","&inodot;":"ı","&int;":"∫","&intcal;":"⊺","&integers;":"ℤ","&intercal;":"⊺","&intlarhk;":"⨗","&intprod;":"⨼","&iocy;":"ё","&iogon;":"į","&iopf;":"𝕚","&iota;":"ι","&iprod;":"⨼","&iquest":"¿","&iquest;":"¿","&iscr;":"𝒾","&isin;":"∈","&isinE;":"⋹","&isindot;":"⋵","&isins;":"⋴","&isinsv;":"⋳","&isinv;":"∈","&it;":"⁢","&itilde;":"ĩ","&iukcy;":"і","&iuml":"ï","&iuml;":"ï","&jcirc;":"ĵ","&jcy;":"й","&jfr;":"𝔧","&jmath;":"ȷ","&jopf;":"𝕛","&jscr;":"𝒿","&jsercy;":"ј","&jukcy;":"є","&kappa;":"κ","&kappav;":"ϰ","&kcedil;":"ķ","&kcy;":"к","&kfr;":"𝔨","&kgreen;":"ĸ","&khcy;":"х","&kjcy;":"ќ","&kopf;":"𝕜","&kscr;":"𝓀","&lAarr;":"⇚","&lArr;":"⇐","&lAtail;":"⤛","&lBarr;":"⤎","&lE;":"≦","&lEg;":"⪋","&lHar;":"⥢","&lacute;":"ĺ","&laemptyv;":"⦴","&lagran;":"ℒ","&lambda;":"λ","&lang;":"⟨","&langd;":"⦑","&langle;":"⟨","&lap;":"⪅","&laquo":"«","&laquo;":"«","&larr;":"←","&larrb;":"⇤","&larrbfs;":"⤟","&larrfs;":"⤝","&larrhk;":"↩","&larrlp;":"↫","&larrpl;":"⤹","&larrsim;":"⥳","&larrtl;":"↢","&lat;":"⪫","&latail;":"⤙","&late;":"⪭","&lates;":"⪭︀","&lbarr;":"⤌","&lbbrk;":"❲","&lbrace;":"{","&lbrack;":"[","&lbrke;":"⦋","&lbrksld;":"⦏","&lbrkslu;":"⦍","&lcaron;":"ľ","&lcedil;":"ļ","&lceil;":"⌈","&lcub;":"{","&lcy;":"л","&ldca;":"⤶","&ldquo;":"“","&ldquor;":"„","&ldrdhar;":"⥧","&ldrushar;":"⥋","&ldsh;":"↲","&le;":"≤","&leftarrow;":"←","&leftarrowtail;":"↢","&leftharpoondown;":"↽","&leftharpoonup;":"↼","&leftleftarrows;":"⇇","&leftrightarrow;":"↔","&leftrightarrows;":"⇆","&leftrightharpoons;":"⇋","&leftrightsquigarrow;":"↭","&leftthreetimes;":"⋋","&leg;":"⋚","&leq;":"≤","&leqq;":"≦","&leqslant;":"⩽","&les;":"⩽","&lescc;":"⪨","&lesdot;":"⩿","&lesdoto;":"⪁","&lesdotor;":"⪃","&lesg;":"⋚︀","&lesges;":"⪓","&lessapprox;":"⪅","&lessdot;":"⋖","&lesseqgtr;":"⋚","&lesseqqgtr;":"⪋","&lessgtr;":"≶","&lesssim;":"≲","&lfisht;":"⥼","&lfloor;":"⌊","&lfr;":"𝔩","&lg;":"≶","&lgE;":"⪑","&lhard;":"↽","&lharu;":"↼","&lharul;":"⥪","&lhblk;":"▄","&ljcy;":"љ","&ll;":"≪","&llarr;":"⇇","&llcorner;":"⌞","&llhard;":"⥫","&lltri;":"◺","&lmidot;":"ŀ","&lmoust;":"⎰","&lmoustache;":"⎰","&lnE;":"≨","&lnap;":"⪉","&lnapprox;":"⪉","&lne;":"⪇","&lneq;":"⪇","&lneqq;":"≨","&lnsim;":"⋦","&loang;":"⟬","&loarr;":"⇽","&lobrk;":"⟦","&longleftarrow;":"⟵","&longleftrightarrow;":"⟷","&longmapsto;":"⟼","&longrightarrow;":"⟶","&looparrowleft;":"↫","&looparrowright;":"↬","&lopar;":"⦅","&lopf;":"𝕝","&loplus;":"⨭","&lotimes;":"⨴","&lowast;":"∗","&lowbar;":"_","&loz;":"◊","&lozenge;":"◊","&lozf;":"⧫","&lpar;":"(","&lparlt;":"⦓","&lrarr;":"⇆","&lrcorner;":"⌟","&lrhar;":"⇋","&lrhard;":"⥭","&lrm;":"‎","&lrtri;":"⊿","&lsaquo;":"‹","&lscr;":"𝓁","&lsh;":"↰","&lsim;":"≲","&lsime;":"⪍","&lsimg;":"⪏","&lsqb;":"[","&lsquo;":"‘","&lsquor;":"‚","&lstrok;":"ł","&lt":"<","&lt;":"<","&ltcc;":"⪦","&ltcir;":"⩹","&ltdot;":"⋖","&lthree;":"⋋","&ltimes;":"⋉","&ltlarr;":"⥶","&ltquest;":"⩻","&ltrPar;":"⦖","&ltri;":"◃","&ltrie;":"⊴","&ltrif;":"◂","&lurdshar;":"⥊","&luruhar;":"⥦","&lvertneqq;":"≨︀","&lvnE;":"≨︀","&mDDot;":"∺","&macr":"¯","&macr;":"¯","&male;":"♂","&malt;":"✠","&maltese;":"✠","&map;":"↦","&mapsto;":"↦","&mapstodown;":"↧","&mapstoleft;":"↤","&mapstoup;":"↥","&marker;":"▮","&mcomma;":"⨩","&mcy;":"м","&mdash;":"—","&measuredangle;":"∡","&mfr;":"𝔪","&mho;":"℧","&micro":"µ","&micro;":"µ","&mid;":"∣","&midast;":"*","&midcir;":"⫰","&middot":"·","&middot;":"·","&minus;":"−","&minusb;":"⊟","&minusd;":"∸","&minusdu;":"⨪","&mlcp;":"⫛","&mldr;":"…","&mnplus;":"∓","&models;":"⊧","&mopf;":"𝕞","&mp;":"∓","&mscr;":"𝓂","&mstpos;":"∾","&mu;":"μ","&multimap;":"⊸","&mumap;":"⊸","&nGg;":"⋙̸","&nGt;":"≫⃒","&nGtv;":"≫̸","&nLeftarrow;":"⇍","&nLeftrightarrow;":"⇎","&nLl;":"⋘̸","&nLt;":"≪⃒","&nLtv;":"≪̸","&nRightarrow;":"⇏","&nVDash;":"⊯","&nVdash;":"⊮","&nabla;":"∇","&nacute;":"ń","&nang;":"∠⃒","&nap;":"≉","&napE;":"⩰̸","&napid;":"≋̸","&napos;":"ʼn","&napprox;":"≉","&natur;":"♮","&natural;":"♮","&naturals;":"ℕ","&nbsp":" ","&nbsp;":" ","&nbump;":"≎̸","&nbumpe;":"≏̸","&ncap;":"⩃","&ncaron;":"ň","&ncedil;":"ņ","&ncong;":"≇","&ncongdot;":"⩭̸","&ncup;":"⩂","&ncy;":"н","&ndash;":"–","&ne;":"≠","&neArr;":"⇗","&nearhk;":"⤤","&nearr;":"↗","&nearrow;":"↗","&nedot;":"≐̸","&nequiv;":"≢","&nesear;":"⤨","&nesim;":"≂̸","&nexist;":"∄","&nexists;":"∄","&nfr;":"𝔫","&ngE;":"≧̸","&nge;":"≱","&ngeq;":"≱","&ngeqq;":"≧̸","&ngeqslant;":"⩾̸","&nges;":"⩾̸","&ngsim;":"≵","&ngt;":"≯","&ngtr;":"≯","&nhArr;":"⇎","&nharr;":"↮","&nhpar;":"⫲","&ni;":"∋","&nis;":"⋼","&nisd;":"⋺","&niv;":"∋","&njcy;":"њ","&nlArr;":"⇍","&nlE;":"≦̸","&nlarr;":"↚","&nldr;":"‥","&nle;":"≰","&nleftarrow;":"↚","&nleftrightarrow;":"↮","&nleq;":"≰","&nleqq;":"≦̸","&nleqslant;":"⩽̸","&nles;":"⩽̸","&nless;":"≮","&nlsim;":"≴","&nlt;":"≮","&nltri;":"⋪","&nltrie;":"⋬","&nmid;":"∤","&nopf;":"𝕟","&not":"¬","&not;":"¬","&notin;":"∉","&notinE;":"⋹̸","&notindot;":"⋵̸","&notinva;":"∉","&notinvb;":"⋷","&notinvc;":"⋶","&notni;":"∌","&notniva;":"∌","&notnivb;":"⋾","&notnivc;":"⋽","&npar;":"∦","&nparallel;":"∦","&nparsl;":"⫽⃥","&npart;":"∂̸","&npolint;":"⨔","&npr;":"⊀","&nprcue;":"⋠","&npre;":"⪯̸","&nprec;":"⊀","&npreceq;":"⪯̸","&nrArr;":"⇏","&nrarr;":"↛","&nrarrc;":"⤳̸","&nrarrw;":"↝̸","&nrightarrow;":"↛","&nrtri;":"⋫","&nrtrie;":"⋭","&nsc;":"⊁","&nsccue;":"⋡","&nsce;":"⪰̸","&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;":"ν","&num;":"#","&numero;":"№","&numsp;":" ","&nvDash;":"⊭","&nvHarr;":"⤄","&nvap;":"≍⃒","&nvdash;":"⊬","&nvge;":"≥⃒","&nvgt;":">⃒","&nvinfin;":"⧞","&nvlArr;":"⤂","&nvle;":"≤⃒","&nvlt;":"<⃒","&nvltrie;":"⊴⃒","&nvrArr;":"⤃","&nvrtrie;":"⊵⃒","&nvsim;":"∼⃒","&nwArr;":"⇖","&nwarhk;":"⤣","&nwarr;":"↖","&nwarrow;":"↖","&nwnear;":"⤧","&oS;":"Ⓢ","&oacute":"ó","&oacute;":"ó","&oast;":"⊛","&ocir;":"⊚","&ocirc":"ô","&ocirc;":"ô","&ocy;":"о","&odash;":"⊝","&odblac;":"ő","&odiv;":"⨸","&odot;":"⊙","&odsold;":"⦼","&oelig;":"œ","&ofcir;":"⦿","&ofr;":"𝔬","&ogon;":"˛","&ograve":"ò","&ograve;":"ò","&ogt;":"⧁","&ohbar;":"⦵","&ohm;":"Ω","&oint;":"∮","&olarr;":"↺","&olcir;":"⦾","&olcross;":"⦻","&oline;":"‾","&olt;":"⧀","&omacr;":"ō","&omega;":"ω","&omicron;":"ο","&omid;":"⦶","&ominus;":"⊖","&oopf;":"𝕠","&opar;":"⦷","&operp;":"⦹","&oplus;":"⊕","&or;":"∨","&orarr;":"↻","&ord;":"⩝","&order;":"ℴ","&orderof;":"ℴ","&ordf":"ª","&ordf;":"ª","&ordm":"º","&ordm;":"º","&origof;":"⊶","&oror;":"⩖","&orslope;":"⩗","&orv;":"⩛","&oscr;":"ℴ","&oslash":"ø","&oslash;":"ø","&osol;":"⊘","&otilde":"õ","&otilde;":"õ","&otimes;":"⊗","&otimesas;":"⨶","&ouml":"ö","&ouml;":"ö","&ovbar;":"⌽","&par;":"∥","&para":"¶","&para;":"¶","&parallel;":"∥","&parsim;":"⫳","&parsl;":"⫽","&part;":"∂","&pcy;":"п","&percnt;":"%","&period;":".","&permil;":"‰","&perp;":"⊥","&pertenk;":"‱","&pfr;":"𝔭","&phi;":"φ","&phiv;":"ϕ","&phmmat;":"ℳ","&phone;":"☎","&pi;":"π","&pitchfork;":"⋔","&piv;":"ϖ","&planck;":"ℏ","&planckh;":"ℎ","&plankv;":"ℏ","&plus;":"+","&plusacir;":"⨣","&plusb;":"⊞","&pluscir;":"⨢","&plusdo;":"∔","&plusdu;":"⨥","&pluse;":"⩲","&plusmn":"±","&plusmn;":"±","&plussim;":"⨦","&plustwo;":"⨧","&pm;":"±","&pointint;":"⨕","&popf;":"𝕡","&pound":"£","&pound;":"£","&pr;":"≺","&prE;":"⪳","&prap;":"⪷","&prcue;":"≼","&pre;":"⪯","&prec;":"≺","&precapprox;":"⪷","&preccurlyeq;":"≼","&preceq;":"⪯","&precnapprox;":"⪹","&precneqq;":"⪵","&precnsim;":"⋨","&precsim;":"≾","&prime;":"′","&primes;":"ℙ","&prnE;":"⪵","&prnap;":"⪹","&prnsim;":"⋨","&prod;":"∏","&profalar;":"⌮","&profline;":"⌒","&profsurf;":"⌓","&prop;":"∝","&propto;":"∝","&prsim;":"≾","&prurel;":"⊰","&pscr;":"𝓅","&psi;":"ψ","&puncsp;":" ","&qfr;":"𝔮","&qint;":"⨌","&qopf;":"𝕢","&qprime;":"⁗","&qscr;":"𝓆","&quaternions;":"ℍ","&quatint;":"⨖","&quest;":"?","&questeq;":"≟","&quot":'"',"&quot;":'"',"&rAarr;":"⇛","&rArr;":"⇒","&rAtail;":"⤜","&rBarr;":"⤏","&rHar;":"⥤","&race;":"∽̱","&racute;":"ŕ","&radic;":"√","&raemptyv;":"⦳","&rang;":"⟩","&rangd;":"⦒","&range;":"⦥","&rangle;":"⟩","&raquo":"»","&raquo;":"»","&rarr;":"→","&rarrap;":"⥵","&rarrb;":"⇥","&rarrbfs;":"⤠","&rarrc;":"⤳","&rarrfs;":"⤞","&rarrhk;":"↪","&rarrlp;":"↬","&rarrpl;":"⥅","&rarrsim;":"⥴","&rarrtl;":"↣","&rarrw;":"↝","&ratail;":"⤚","&ratio;":"∶","&rationals;":"ℚ","&rbarr;":"⤍","&rbbrk;":"❳","&rbrace;":"}","&rbrack;":"]","&rbrke;":"⦌","&rbrksld;":"⦎","&rbrkslu;":"⦐","&rcaron;":"ř","&rcedil;":"ŗ","&rceil;":"⌉","&rcub;":"}","&rcy;":"р","&rdca;":"⤷","&rdldhar;":"⥩","&rdquo;":"”","&rdquor;":"”","&rdsh;":"↳","&real;":"ℜ","&realine;":"ℛ","&realpart;":"ℜ","&reals;":"ℝ","&rect;":"▭","&reg":"®","&reg;":"®","&rfisht;":"⥽","&rfloor;":"⌋","&rfr;":"𝔯","&rhard;":"⇁","&rharu;":"⇀","&rharul;":"⥬","&rho;":"ρ","&rhov;":"ϱ","&rightarrow;":"→","&rightarrowtail;":"↣","&rightharpoondown;":"⇁","&rightharpoonup;":"⇀","&rightleftarrows;":"⇄","&rightleftharpoons;":"⇌","&rightrightarrows;":"⇉","&rightsquigarrow;":"↝","&rightthreetimes;":"⋌","&ring;":"˚","&risingdotseq;":"≓","&rlarr;":"⇄","&rlhar;":"⇌","&rlm;":"‏","&rmoust;":"⎱","&rmoustache;":"⎱","&rnmid;":"⫮","&roang;":"⟭","&roarr;":"⇾","&robrk;":"⟧","&ropar;":"⦆","&ropf;":"𝕣","&roplus;":"⨮","&rotimes;":"⨵","&rpar;":")","&rpargt;":"⦔","&rppolint;":"⨒","&rrarr;":"⇉","&rsaquo;":"›","&rscr;":"𝓇","&rsh;":"↱","&rsqb;":"]","&rsquo;":"’","&rsquor;":"’","&rthree;":"⋌","&rtimes;":"⋊","&rtri;":"▹","&rtrie;":"⊵","&rtrif;":"▸","&rtriltri;":"⧎","&ruluhar;":"⥨","&rx;":"℞","&sacute;":"ś","&sbquo;":"‚","&sc;":"≻","&scE;":"⪴","&scap;":"⪸","&scaron;":"š","&sccue;":"≽","&sce;":"⪰","&scedil;":"ş","&scirc;":"ŝ","&scnE;":"⪶","&scnap;":"⪺","&scnsim;":"⋩","&scpolint;":"⨓","&scsim;":"≿","&scy;":"с","&sdot;":"⋅","&sdotb;":"⊡","&sdote;":"⩦","&seArr;":"⇘","&searhk;":"⤥","&searr;":"↘","&searrow;":"↘","&sect":"§","&sect;":"§","&semi;":";","&seswar;":"⤩","&setminus;":"∖","&setmn;":"∖","&sext;":"✶","&sfr;":"𝔰","&sfrown;":"⌢","&sharp;":"♯","&shchcy;":"щ","&shcy;":"ш","&shortmid;":"∣","&shortparallel;":"∥","&shy":"­","&shy;":"­","&sigma;":"σ","&sigmaf;":"ς","&sigmav;":"ς","&sim;":"∼","&simdot;":"⩪","&sime;":"≃","&simeq;":"≃","&simg;":"⪞","&simgE;":"⪠","&siml;":"⪝","&simlE;":"⪟","&simne;":"≆","&simplus;":"⨤","&simrarr;":"⥲","&slarr;":"←","&smallsetminus;":"∖","&smashp;":"⨳","&smeparsl;":"⧤","&smid;":"∣","&smile;":"⌣","&smt;":"⪪","&smte;":"⪬","&smtes;":"⪬︀","&softcy;":"ь","&sol;":"/","&solb;":"⧄","&solbar;":"⌿","&sopf;":"𝕤","&spades;":"♠","&spadesuit;":"♠","&spar;":"∥","&sqcap;":"⊓","&sqcaps;":"⊓︀","&sqcup;":"⊔","&sqcups;":"⊔︀","&sqsub;":"⊏","&sqsube;":"⊑","&sqsubset;":"⊏","&sqsubseteq;":"⊑","&sqsup;":"⊐","&sqsupe;":"⊒","&sqsupset;":"⊐","&sqsupseteq;":"⊒","&squ;":"□","&square;":"□","&squarf;":"▪","&squf;":"▪","&srarr;":"→","&sscr;":"𝓈","&ssetmn;":"∖","&ssmile;":"⌣","&sstarf;":"⋆","&star;":"☆","&starf;":"★","&straightepsilon;":"ϵ","&straightphi;":"ϕ","&strns;":"¯","&sub;":"⊂","&subE;":"⫅","&subdot;":"⪽","&sube;":"⊆","&subedot;":"⫃","&submult;":"⫁","&subnE;":"⫋","&subne;":"⊊","&subplus;":"⪿","&subrarr;":"⥹","&subset;":"⊂","&subseteq;":"⊆","&subseteqq;":"⫅","&subsetneq;":"⊊","&subsetneqq;":"⫋","&subsim;":"⫇","&subsub;":"⫕","&subsup;":"⫓","&succ;":"≻","&succapprox;":"⪸","&succcurlyeq;":"≽","&succeq;":"⪰","&succnapprox;":"⪺","&succneqq;":"⪶","&succnsim;":"⋩","&succsim;":"≿","&sum;":"∑","&sung;":"♪","&sup1":"¹","&sup1;":"¹","&sup2":"²","&sup2;":"²","&sup3":"³","&sup3;":"³","&sup;":"⊃","&supE;":"⫆","&supdot;":"⪾","&supdsub;":"⫘","&supe;":"⊇","&supedot;":"⫄","&suphsol;":"⟉","&suphsub;":"⫗","&suplarr;":"⥻","&supmult;":"⫂","&supnE;":"⫌","&supne;":"⊋","&supplus;":"⫀","&supset;":"⊃","&supseteq;":"⊇","&supseteqq;":"⫆","&supsetneq;":"⊋","&supsetneqq;":"⫌","&supsim;":"⫈","&supsub;":"⫔","&supsup;":"⫖","&swArr;":"⇙","&swarhk;":"⤦","&swarr;":"↙","&swarrow;":"↙","&swnwar;":"⤪","&szlig":"ß","&szlig;":"ß","&target;":"⌖","&tau;":"τ","&tbrk;":"⎴","&tcaron;":"ť","&tcedil;":"ţ","&tcy;":"т","&tdot;":"⃛","&telrec;":"⌕","&tfr;":"𝔱","&there4;":"∴","&therefore;":"∴","&theta;":"θ","&thetasym;":"ϑ","&thetav;":"ϑ","&thickapprox;":"≈","&thicksim;":"∼","&thinsp;":" ","&thkap;":"≈","&thksim;":"∼","&thorn":"þ","&thorn;":"þ","&tilde;":"˜","&times":"×","&times;":"×","&timesb;":"⊠","&timesbar;":"⨱","&timesd;":"⨰","&tint;":"∭","&toea;":"⤨","&top;":"⊤","&topbot;":"⌶","&topcir;":"⫱","&topf;":"𝕥","&topfork;":"⫚","&tosa;":"⤩","&tprime;":"‴","&trade;":"™","&triangle;":"▵","&triangledown;":"▿","&triangleleft;":"◃","&trianglelefteq;":"⊴","&triangleq;":"≜","&triangleright;":"▹","&trianglerighteq;":"⊵","&tridot;":"◬","&trie;":"≜","&triminus;":"⨺","&triplus;":"⨹","&trisb;":"⧍","&tritime;":"⨻","&trpezium;":"⏢","&tscr;":"𝓉","&tscy;":"ц","&tshcy;":"ћ","&tstrok;":"ŧ","&twixt;":"≬","&twoheadleftarrow;":"↞","&twoheadrightarrow;":"↠","&uArr;":"⇑","&uHar;":"⥣","&uacute":"ú","&uacute;":"ú","&uarr;":"↑","&ubrcy;":"ў","&ubreve;":"ŭ","&ucirc":"û","&ucirc;":"û","&ucy;":"у","&udarr;":"⇅","&udblac;":"ű","&udhar;":"⥮","&ufisht;":"⥾","&ufr;":"𝔲","&ugrave":"ù","&ugrave;":"ù","&uharl;":"↿","&uharr;":"↾","&uhblk;":"▀","&ulcorn;":"⌜","&ulcorner;":"⌜","&ulcrop;":"⌏","&ultri;":"◸","&umacr;":"ū","&uml":"¨","&uml;":"¨","&uogon;":"ų","&uopf;":"𝕦","&uparrow;":"↑","&updownarrow;":"↕","&upharpoonleft;":"↿","&upharpoonright;":"↾","&uplus;":"⊎","&upsi;":"υ","&upsih;":"ϒ","&upsilon;":"υ","&upuparrows;":"⇈","&urcorn;":"⌝","&urcorner;":"⌝","&urcrop;":"⌎","&uring;":"ů","&urtri;":"◹","&uscr;":"𝓊","&utdot;":"⋰","&utilde;":"ũ","&utri;":"▵","&utrif;":"▴","&uuarr;":"⇈","&uuml":"ü","&uuml;":"ü","&uwangle;":"⦧","&vArr;":"⇕","&vBar;":"⫨","&vBarv;":"⫩","&vDash;":"⊨","&vangrt;":"⦜","&varepsilon;":"ϵ","&varkappa;":"ϰ","&varnothing;":"∅","&varphi;":"ϕ","&varpi;":"ϖ","&varpropto;":"∝","&varr;":"↕","&varrho;":"ϱ","&varsigma;":"ς","&varsubsetneq;":"⊊︀","&varsubsetneqq;":"⫋︀","&varsupsetneq;":"⊋︀","&varsupsetneqq;":"⫌︀","&vartheta;":"ϑ","&vartriangleleft;":"⊲","&vartriangleright;":"⊳","&vcy;":"в","&vdash;":"⊢","&vee;":"∨","&veebar;":"⊻","&veeeq;":"≚","&vellip;":"⋮","&verbar;":"|","&vert;":"|","&vfr;":"𝔳","&vltri;":"⊲","&vnsub;":"⊂⃒","&vnsup;":"⊃⃒","&vopf;":"𝕧","&vprop;":"∝","&vrtri;":"⊳","&vscr;":"𝓋","&vsubnE;":"⫋︀","&vsubne;":"⊊︀","&vsupnE;":"⫌︀","&vsupne;":"⊋︀","&vzigzag;":"⦚","&wcirc;":"ŵ","&wedbar;":"⩟","&wedge;":"∧","&wedgeq;":"≙","&weierp;":"℘","&wfr;":"𝔴","&wopf;":"𝕨","&wp;":"℘","&wr;":"≀","&wreath;":"≀","&wscr;":"𝓌","&xcap;":"⋂","&xcirc;":"◯","&xcup;":"⋃","&xdtri;":"▽","&xfr;":"𝔵","&xhArr;":"⟺","&xharr;":"⟷","&xi;":"ξ","&xlArr;":"⟸","&xlarr;":"⟵","&xmap;":"⟼","&xnis;":"⋻","&xodot;":"⨀","&xopf;":"𝕩","&xoplus;":"⨁","&xotime;":"⨂","&xrArr;":"⟹","&xrarr;":"⟶","&xscr;":"𝓍","&xsqcup;":"⨆","&xuplus;":"⨄","&xutri;":"△","&xvee;":"⋁","&xwedge;":"⋀","&yacute":"ý","&yacute;":"ý","&yacy;":"я","&ycirc;":"ŷ","&ycy;":"ы","&yen":"¥","&yen;":"¥","&yfr;":"𝔶","&yicy;":"ї","&yopf;":"𝕪","&yscr;":"𝓎","&yucy;":"ю","&yuml":"ÿ","&yuml;":"ÿ","&zacute;":"ź","&zcaron;":"ž","&zcy;":"з","&zdot;":"ż","&zeetrf;":"ℨ","&zeta;":"ζ","&zfr;":"𝔷","&zhcy;":"ж","&zigrarr;":"⇝","&zopf;":"𝕫","&zscr;":"𝓏","&zwj;":"‍","&zwnj;":"‌"},t.entitiesEncode={"Æ":"&AElig;","&":"&AMP;","Á":"&Aacute;","Ă":"&Abreve;","Â":"&Acirc;","А":"&Acy;","𝔄":"&Afr;","À":"&Agrave;","Α":"&Alpha;","Ā":"&Amacr;","⩓":"&And;","Ą":"&Aogon;","𝔸":"&Aopf;","⁡":"&ApplyFunction;","Å":"&Aring;","𝒜":"&Ascr;","≔":"&Assign;","Ã":"&Atilde;","Ä":"&Auml;","∖":"&Backslash;","⫧":"&Barv;","⌆":"&Barwed;","Б":"&Bcy;","∵":"&Because;","ℬ":"&Bernoullis;","Β":"&Beta;","𝔅":"&Bfr;","𝔹":"&Bopf;","˘":"&Breve;","≎":"&Bumpeq;","Ч":"&CHcy;","©":"&COPY;","Ć":"&Cacute;","⋒":"&Cap;","ⅅ":"&CapitalDifferentialD;","ℭ":"&Cayleys;","Č":"&Ccaron;","Ç":"&Ccedil;","Ĉ":"&Ccirc;","∰":"&Cconint;","Ċ":"&Cdot;","¸":"&Cedilla;","·":"&CenterDot;","Χ":"&Chi;","⊙":"&CircleDot;","⊖":"&CircleMinus;","⊕":"&CirclePlus;","⊗":"&CircleTimes;","∲":"&ClockwiseContourIntegral;","”":"&CloseCurlyDoubleQuote;","’":"&CloseCurlyQuote;","∷":"&Colon;","⩴":"&Colone;","≡":"&Congruent;","∯":"&Conint;","∮":"&ContourIntegral;","ℂ":"&Copf;","∐":"&Coproduct;","∳":"&CounterClockwiseContourIntegral;","⨯":"&Cross;","𝒞":"&Cscr;","⋓":"&Cup;","≍":"&CupCap;","⤑":"&DDotrahd;","Ђ":"&DJcy;","Ѕ":"&DScy;","Џ":"&DZcy;","‡":"&Dagger;","↡":"&Darr;","⫤":"&Dashv;","Ď":"&Dcaron;","Д":"&Dcy;","∇":"&Del;","Δ":"&Delta;","𝔇":"&Dfr;","´":"&DiacriticalAcute;","˙":"&DiacriticalDot;","˝":"&DiacriticalDoubleAcute;","`":"&DiacriticalGrave;","˜":"&DiacriticalTilde;","⋄":"&Diamond;","ⅆ":"&DifferentialD;","𝔻":"&Dopf;","¨":"&Dot;","⃜":"&DotDot;","≐":"&DotEqual;","⇓":"&DoubleDownArrow;","⇐":"&DoubleLeftArrow;","⇔":"&DoubleLeftRightArrow;","⟸":"&DoubleLongLeftArrow;","⟺":"&DoubleLongLeftRightArrow;","⟹":"&DoubleLongRightArrow;","⇒":"&DoubleRightArrow;","⊨":"&DoubleRightTee;","⇑":"&DoubleUpArrow;","⇕":"&DoubleUpDownArrow;","∥":"&DoubleVerticalBar;","↓":"&DownArrow;","⤓":"&DownArrowBar;","⇵":"&DownArrowUpArrow;","̑":"&DownBreve;","⥐":"&DownLeftRightVector;","⥞":"&DownLeftTeeVector;","↽":"&DownLeftVector;","⥖":"&DownLeftVectorBar;","⥟":"&DownRightTeeVector;","⇁":"&DownRightVector;","⥗":"&DownRightVectorBar;","⊤":"&DownTee;","↧":"&DownTeeArrow;","𝒟":"&Dscr;","Đ":"&Dstrok;","Ŋ":"&ENG;","Ð":"&ETH;","É":"&Eacute;","Ě":"&Ecaron;","Ê":"&Ecirc;","Э":"&Ecy;","Ė":"&Edot;","𝔈":"&Efr;","È":"&Egrave;","∈":"&Element;","Ē":"&Emacr;","◻":"&EmptySmallSquare;","▫":"&EmptyVerySmallSquare;","Ę":"&Eogon;","𝔼":"&Eopf;","Ε":"&Epsilon;","⩵":"&Equal;","≂":"&EqualTilde;","⇌":"&Equilibrium;","ℰ":"&Escr;","⩳":"&Esim;","Η":"&Eta;","Ë":"&Euml;","∃":"&Exists;","ⅇ":"&ExponentialE;","Ф":"&Fcy;","𝔉":"&Ffr;","◼":"&FilledSmallSquare;","▪":"&FilledVerySmallSquare;","𝔽":"&Fopf;","∀":"&ForAll;","ℱ":"&Fouriertrf;","Ѓ":"&GJcy;",">":"&GT;","Γ":"&Gamma;","Ϝ":"&Gammad;","Ğ":"&Gbreve;","Ģ":"&Gcedil;","Ĝ":"&Gcirc;","Г":"&Gcy;","Ġ":"&Gdot;","𝔊":"&Gfr;","⋙":"&Gg;","𝔾":"&Gopf;","≥":"&GreaterEqual;","⋛":"&GreaterEqualLess;","≧":"&GreaterFullEqual;","⪢":"&GreaterGreater;","≷":"&GreaterLess;","⩾":"&GreaterSlantEqual;","≳":"&GreaterTilde;","𝒢":"&Gscr;","≫":"&Gt;","Ъ":"&HARDcy;",
3
"ˇ":"&Hacek;","^":"&Hat;","Ĥ":"&Hcirc;","ℌ":"&Hfr;","ℋ":"&HilbertSpace;","ℍ":"&Hopf;","─":"&HorizontalLine;","Ħ":"&Hstrok;","≏":"&HumpEqual;","Е":"&IEcy;","IJ":"&IJlig;","Ё":"&IOcy;","Í":"&Iacute;","Î":"&Icirc;","И":"&Icy;","İ":"&Idot;","ℑ":"&Ifr;","Ì":"&Igrave;","Ī":"&Imacr;","ⅈ":"&ImaginaryI;","∬":"&Int;","∫":"&Integral;","⋂":"&Intersection;","⁣":"&InvisibleComma;","⁢":"&InvisibleTimes;","Į":"&Iogon;","𝕀":"&Iopf;","Ι":"&Iota;","ℐ":"&Iscr;","Ĩ":"&Itilde;","І":"&Iukcy;","Ï":"&Iuml;","Ĵ":"&Jcirc;","Й":"&Jcy;","𝔍":"&Jfr;","𝕁":"&Jopf;","𝒥":"&Jscr;","Ј":"&Jsercy;","Є":"&Jukcy;","Х":"&KHcy;","Ќ":"&KJcy;","Κ":"&Kappa;","Ķ":"&Kcedil;","К":"&Kcy;","𝔎":"&Kfr;","𝕂":"&Kopf;","𝒦":"&Kscr;","Љ":"&LJcy;","<":"&LT;","Ĺ":"&Lacute;","Λ":"&Lambda;","⟪":"&Lang;","ℒ":"&Laplacetrf;","↞":"&Larr;","Ľ":"&Lcaron;","Ļ":"&Lcedil;","Л":"&Lcy;","⟨":"&LeftAngleBracket;","←":"&LeftArrow;","⇤":"&LeftArrowBar;","⇆":"&LeftArrowRightArrow;","⌈":"&LeftCeiling;","⟦":"&LeftDoubleBracket;","⥡":"&LeftDownTeeVector;","⇃":"&LeftDownVector;","⥙":"&LeftDownVectorBar;","⌊":"&LeftFloor;","↔":"&LeftRightArrow;","⥎":"&LeftRightVector;","⊣":"&LeftTee;","↤":"&LeftTeeArrow;","⥚":"&LeftTeeVector;","⊲":"&LeftTriangle;","⧏":"&LeftTriangleBar;","⊴":"&LeftTriangleEqual;","⥑":"&LeftUpDownVector;","⥠":"&LeftUpTeeVector;","↿":"&LeftUpVector;","⥘":"&LeftUpVectorBar;","↼":"&LeftVector;","⥒":"&LeftVectorBar;","⋚":"&LessEqualGreater;","≦":"&LessFullEqual;","≶":"&LessGreater;","⪡":"&LessLess;","⩽":"&LessSlantEqual;","≲":"&LessTilde;","𝔏":"&Lfr;","⋘":"&Ll;","⇚":"&Lleftarrow;","Ŀ":"&Lmidot;","⟵":"&LongLeftArrow;","⟷":"&LongLeftRightArrow;","⟶":"&LongRightArrow;","𝕃":"&Lopf;","↙":"&LowerLeftArrow;","↘":"&LowerRightArrow;","↰":"&Lsh;","Ł":"&Lstrok;","≪":"&Lt;","⤅":"&Map;","М":"&Mcy;"," ":"&MediumSpace;","ℳ":"&Mellintrf;","𝔐":"&Mfr;","∓":"&MinusPlus;","𝕄":"&Mopf;","Μ":"&Mu;","Њ":"&NJcy;","Ń":"&Nacute;","Ň":"&Ncaron;","Ņ":"&Ncedil;","Н":"&Ncy;","​":"&NegativeMediumSpace;","\n":"&NewLine;","𝔑":"&Nfr;","⁠":"&NoBreak;"," ":"&NonBreakingSpace;","ℕ":"&Nopf;","⫬":"&Not;","≢":"&NotCongruent;","≭":"&NotCupCap;","∦":"&NotDoubleVerticalBar;","∉":"&NotElement;","≠":"&NotEqual;","≂̸":"&NotEqualTilde;","∄":"&NotExists;","≯":"&NotGreater;","≱":"&NotGreaterEqual;","≧̸":"&NotGreaterFullEqual;","≫̸":"&NotGreaterGreater;","≹":"&NotGreaterLess;","⩾̸":"&NotGreaterSlantEqual;","≵":"&NotGreaterTilde;","≎̸":"&NotHumpDownHump;","≏̸":"&NotHumpEqual;","⋪":"&NotLeftTriangle;","⧏̸":"&NotLeftTriangleBar;","⋬":"&NotLeftTriangleEqual;","≮":"&NotLess;","≰":"&NotLessEqual;","≸":"&NotLessGreater;","≪̸":"&NotLessLess;","⩽̸":"&NotLessSlantEqual;","≴":"&NotLessTilde;","⪢̸":"&NotNestedGreaterGreater;","⪡̸":"&NotNestedLessLess;","⊀":"&NotPrecedes;","⪯̸":"&NotPrecedesEqual;","⋠":"&NotPrecedesSlantEqual;","∌":"&NotReverseElement;","⋫":"&NotRightTriangle;","⧐̸":"&NotRightTriangleBar;","⋭":"&NotRightTriangleEqual;","⊏̸":"&NotSquareSubset;","⋢":"&NotSquareSubsetEqual;","⊐̸":"&NotSquareSuperset;","⋣":"&NotSquareSupersetEqual;","⊂⃒":"&NotSubset;","⊈":"&NotSubsetEqual;","⊁":"&NotSucceeds;","⪰̸":"&NotSucceedsEqual;","⋡":"&NotSucceedsSlantEqual;","≿̸":"&NotSucceedsTilde;","⊃⃒":"&NotSuperset;","⊉":"&NotSupersetEqual;","≁":"&NotTilde;","≄":"&NotTildeEqual;","≇":"&NotTildeFullEqual;","≉":"&NotTildeTilde;","∤":"&NotVerticalBar;","𝒩":"&Nscr;","Ñ":"&Ntilde;","Ν":"&Nu;","Œ":"&OElig;","Ó":"&Oacute;","Ô":"&Ocirc;","О":"&Ocy;","Ő":"&Odblac;","𝔒":"&Ofr;","Ò":"&Ograve;","Ō":"&Omacr;","Ω":"&Omega;","Ο":"&Omicron;","𝕆":"&Oopf;","“":"&OpenCurlyDoubleQuote;","‘":"&OpenCurlyQuote;","⩔":"&Or;","𝒪":"&Oscr;","Ø":"&Oslash;","Õ":"&Otilde;","⨷":"&Otimes;","Ö":"&Ouml;","‾":"&OverBar;","⏞":"&OverBrace;","⎴":"&OverBracket;","⏜":"&OverParenthesis;","∂":"&PartialD;","П":"&Pcy;","𝔓":"&Pfr;","Φ":"&Phi;","Π":"&Pi;","±":"&PlusMinus;","ℙ":"&Popf;","⪻":"&Pr;","≺":"&Precedes;","⪯":"&PrecedesEqual;","≼":"&PrecedesSlantEqual;","≾":"&PrecedesTilde;","″":"&Prime;","∏":"&Product;","∝":"&Proportional;","𝒫":"&Pscr;","Ψ":"&Psi;",'"':"&QUOT;","𝔔":"&Qfr;","ℚ":"&Qopf;","𝒬":"&Qscr;","⤐":"&RBarr;","®":"&REG;","Ŕ":"&Racute;","⟫":"&Rang;","↠":"&Rarr;","⤖":"&Rarrtl;","Ř":"&Rcaron;","Ŗ":"&Rcedil;","Р":"&Rcy;","ℜ":"&Re;","∋":"&ReverseElement;","⇋":"&ReverseEquilibrium;","⥯":"&ReverseUpEquilibrium;","Ρ":"&Rho;","⟩":"&RightAngleBracket;","→":"&RightArrow;","⇥":"&RightArrowBar;","⇄":"&RightArrowLeftArrow;","⌉":"&RightCeiling;","⟧":"&RightDoubleBracket;","⥝":"&RightDownTeeVector;","⇂":"&RightDownVector;","⥕":"&RightDownVectorBar;","⌋":"&RightFloor;","⊢":"&RightTee;","↦":"&RightTeeArrow;","⥛":"&RightTeeVector;","⊳":"&RightTriangle;","⧐":"&RightTriangleBar;","⊵":"&RightTriangleEqual;","⥏":"&RightUpDownVector;","⥜":"&RightUpTeeVector;","↾":"&RightUpVector;","⥔":"&RightUpVectorBar;","⇀":"&RightVector;","⥓":"&RightVectorBar;","ℝ":"&Ropf;","⥰":"&RoundImplies;","⇛":"&Rrightarrow;","ℛ":"&Rscr;","↱":"&Rsh;","⧴":"&RuleDelayed;","Щ":"&SHCHcy;","Ш":"&SHcy;","Ь":"&SOFTcy;","Ś":"&Sacute;","⪼":"&Sc;","Š":"&Scaron;","Ş":"&Scedil;","Ŝ":"&Scirc;","С":"&Scy;","𝔖":"&Sfr;","↑":"&ShortUpArrow;","Σ":"&Sigma;","∘":"&SmallCircle;","𝕊":"&Sopf;","√":"&Sqrt;","□":"&Square;","⊓":"&SquareIntersection;","⊏":"&SquareSubset;","⊑":"&SquareSubsetEqual;","⊐":"&SquareSuperset;","⊒":"&SquareSupersetEqual;","⊔":"&SquareUnion;","𝒮":"&Sscr;","⋆":"&Star;","⋐":"&Sub;","⊆":"&SubsetEqual;","≻":"&Succeeds;","⪰":"&SucceedsEqual;","≽":"&SucceedsSlantEqual;","≿":"&SucceedsTilde;","∑":"&Sum;","⋑":"&Sup;","⊃":"&Superset;","⊇":"&SupersetEqual;","Þ":"&THORN;","™":"&TRADE;","Ћ":"&TSHcy;","Ц":"&TScy;","	":"&Tab;","Τ":"&Tau;","Ť":"&Tcaron;","Ţ":"&Tcedil;","Т":"&Tcy;","𝔗":"&Tfr;","∴":"&Therefore;","Θ":"&Theta;","  ":"&ThickSpace;"," ":"&ThinSpace;","∼":"&Tilde;","≃":"&TildeEqual;","≅":"&TildeFullEqual;","≈":"&TildeTilde;","𝕋":"&Topf;","⃛":"&TripleDot;","𝒯":"&Tscr;","Ŧ":"&Tstrok;","Ú":"&Uacute;","↟":"&Uarr;","⥉":"&Uarrocir;","Ў":"&Ubrcy;","Ŭ":"&Ubreve;","Û":"&Ucirc;","У":"&Ucy;","Ű":"&Udblac;","𝔘":"&Ufr;","Ù":"&Ugrave;","Ū":"&Umacr;",_:"&UnderBar;","⏟":"&UnderBrace;","⎵":"&UnderBracket;","⏝":"&UnderParenthesis;","⋃":"&Union;","⊎":"&UnionPlus;","Ų":"&Uogon;","𝕌":"&Uopf;","⤒":"&UpArrowBar;","⇅":"&UpArrowDownArrow;","↕":"&UpDownArrow;","⥮":"&UpEquilibrium;","⊥":"&UpTee;","↥":"&UpTeeArrow;","↖":"&UpperLeftArrow;","↗":"&UpperRightArrow;","ϒ":"&Upsi;","Υ":"&Upsilon;","Ů":"&Uring;","𝒰":"&Uscr;","Ũ":"&Utilde;","Ü":"&Uuml;","⊫":"&VDash;","⫫":"&Vbar;","В":"&Vcy;","⊩":"&Vdash;","⫦":"&Vdashl;","⋁":"&Vee;","‖":"&Verbar;","∣":"&VerticalBar;","|":"&VerticalLine;","❘":"&VerticalSeparator;","≀":"&VerticalTilde;"," ":"&VeryThinSpace;","𝔙":"&Vfr;","𝕍":"&Vopf;","𝒱":"&Vscr;","⊪":"&Vvdash;","Ŵ":"&Wcirc;","⋀":"&Wedge;","𝔚":"&Wfr;","𝕎":"&Wopf;","𝒲":"&Wscr;","𝔛":"&Xfr;","Ξ":"&Xi;","𝕏":"&Xopf;","𝒳":"&Xscr;","Я":"&YAcy;","Ї":"&YIcy;","Ю":"&YUcy;","Ý":"&Yacute;","Ŷ":"&Ycirc;","Ы":"&Ycy;","𝔜":"&Yfr;","𝕐":"&Yopf;","𝒴":"&Yscr;","Ÿ":"&Yuml;","Ж":"&ZHcy;","Ź":"&Zacute;","Ž":"&Zcaron;","З":"&Zcy;","Ż":"&Zdot;","Ζ":"&Zeta;","ℨ":"&Zfr;","ℤ":"&Zopf;","𝒵":"&Zscr;","á":"&aacute;","ă":"&abreve;","∾":"&ac;","∾̳":"&acE;","∿":"&acd;","â":"&acirc;","а":"&acy;","æ":"&aelig;","𝔞":"&afr;","à":"&agrave;","ℵ":"&alefsym;","α":"&alpha;","ā":"&amacr;","⨿":"&amalg;","∧":"&and;","⩕":"&andand;","⩜":"&andd;","⩘":"&andslope;","⩚":"&andv;","∠":"&ang;","⦤":"&ange;","∡":"&angmsd;","⦨":"&angmsdaa;","⦩":"&angmsdab;","⦪":"&angmsdac;","⦫":"&angmsdad;","⦬":"&angmsdae;","⦭":"&angmsdaf;","⦮":"&angmsdag;","⦯":"&angmsdah;","∟":"&angrt;","⊾":"&angrtvb;","⦝":"&angrtvbd;","∢":"&angsph;","⍼":"&angzarr;","ą":"&aogon;","𝕒":"&aopf;","⩰":"&apE;","⩯":"&apacir;","≊":"&ape;","≋":"&apid;","'":"&apos;","å":"&aring;","𝒶":"&ascr;","*":"&ast;","ã":"&atilde;","ä":"&auml;","⨑":"&awint;","⫭":"&bNot;","≌":"&backcong;","϶":"&backepsilon;","‵":"&backprime;","∽":"&backsim;","⋍":"&backsimeq;","⊽":"&barvee;","⌅":"&barwed;","⎶":"&bbrktbrk;","б":"&bcy;","„":"&bdquo;","⦰":"&bemptyv;","β":"&beta;","ℶ":"&beth;","≬":"&between;","𝔟":"&bfr;","◯":"&bigcirc;","⨀":"&bigodot;","⨁":"&bigoplus;","⨂":"&bigotimes;","⨆":"&bigsqcup;","★":"&bigstar;","▽":"&bigtriangledown;","△":"&bigtriangleup;","⨄":"&biguplus;","⤍":"&bkarow;","⧫":"&blacklozenge;","▴":"&blacktriangle;","▾":"&blacktriangledown;","◂":"&blacktriangleleft;","▸":"&blacktriangleright;","␣":"&blank;","▒":"&blk12;","░":"&blk14;","▓":"&blk34;","█":"&block;","=⃥":"&bne;","≡⃥":"&bnequiv;","⌐":"&bnot;","𝕓":"&bopf;","⋈":"&bowtie;","╗":"&boxDL;","╔":"&boxDR;","╖":"&boxDl;","╓":"&boxDr;","═":"&boxH;","╦":"&boxHD;","╩":"&boxHU;","╤":"&boxHd;","╧":"&boxHu;","╝":"&boxUL;","╚":"&boxUR;","╜":"&boxUl;","╙":"&boxUr;","║":"&boxV;","╬":"&boxVH;","╣":"&boxVL;","╠":"&boxVR;","╫":"&boxVh;","╢":"&boxVl;","╟":"&boxVr;","⧉":"&boxbox;","╕":"&boxdL;","╒":"&boxdR;","┐":"&boxdl;","┌":"&boxdr;","╥":"&boxhD;","╨":"&boxhU;","┬":"&boxhd;","┴":"&boxhu;","⊟":"&boxminus;","⊞":"&boxplus;","⊠":"&boxtimes;","╛":"&boxuL;","╘":"&boxuR;","┘":"&boxul;","└":"&boxur;","│":"&boxv;","╪":"&boxvH;","╡":"&boxvL;","╞":"&boxvR;","┼":"&boxvh;","┤":"&boxvl;","├":"&boxvr;","¦":"&brvbar;","𝒷":"&bscr;","⁏":"&bsemi;","\\":"&bsol;","⧅":"&bsolb;","⟈":"&bsolhsub;","•":"&bull;","⪮":"&bumpE;","ć":"&cacute;","∩":"&cap;","⩄":"&capand;","⩉":"&capbrcup;","⩋":"&capcap;","⩇":"&capcup;","⩀":"&capdot;","∩︀":"&caps;","⁁":"&caret;","⩍":"&ccaps;","č":"&ccaron;","ç":"&ccedil;","ĉ":"&ccirc;","⩌":"&ccups;","⩐":"&ccupssm;","ċ":"&cdot;","⦲":"&cemptyv;","¢":"&cent;","𝔠":"&cfr;","ч":"&chcy;","✓":"&check;","χ":"&chi;","○":"&cir;","⧃":"&cirE;","ˆ":"&circ;","≗":"&circeq;","↺":"&circlearrowleft;","↻":"&circlearrowright;","Ⓢ":"&circledS;","⊛":"&circledast;","⊚":"&circledcirc;","⊝":"&circleddash;","⨐":"&cirfnint;","⫯":"&cirmid;","⧂":"&cirscir;","♣":"&clubs;",":":"&colon;",",":"&comma;","@":"&commat;","∁":"&comp;","⩭":"&congdot;","𝕔":"&copf;","℗":"&copysr;","↵":"&crarr;","✗":"&cross;","𝒸":"&cscr;","⫏":"&csub;","⫑":"&csube;","⫐":"&csup;","⫒":"&csupe;","⋯":"&ctdot;","⤸":"&cudarrl;","⤵":"&cudarrr;","⋞":"&cuepr;","⋟":"&cuesc;","↶":"&cularr;","⤽":"&cularrp;","∪":"&cup;","⩈":"&cupbrcap;","⩆":"&cupcap;","⩊":"&cupcup;","⊍":"&cupdot;","⩅":"&cupor;","∪︀":"&cups;","↷":"&curarr;","⤼":"&curarrm;","⋎":"&curlyvee;","⋏":"&curlywedge;","¤":"&curren;","∱":"&cwint;","⌭":"&cylcty;","⥥":"&dHar;","†":"&dagger;","ℸ":"&daleth;","‐":"&dash;","⤏":"&dbkarow;","ď":"&dcaron;","д":"&dcy;","⇊":"&ddarr;","⩷":"&ddotseq;","°":"&deg;","δ":"&delta;","⦱":"&demptyv;","⥿":"&dfisht;","𝔡":"&dfr;","♦":"&diamondsuit;","ϝ":"&digamma;","⋲":"&disin;","÷":"&div;","⋇":"&divideontimes;","ђ":"&djcy;","⌞":"&dlcorn;","⌍":"&dlcrop;",$:"&dollar;","𝕕":"&dopf;","≑":"&doteqdot;","∸":"&dotminus;","∔":"&dotplus;","⊡":"&dotsquare;","⌟":"&drcorn;","⌌":"&drcrop;","𝒹":"&dscr;","ѕ":"&dscy;","⧶":"&dsol;","đ":"&dstrok;","⋱":"&dtdot;","⦦":"&dwangle;","џ":"&dzcy;","⩮":"&easter;","ě":"&ecaron;","≖":"&ecir;","≕":"&ecolon;","э":"&ecy;","≒":"&efDot;","𝔢":"&efr;","⪚":"&eg;","⪖":"&egs;","⪘":"&egsdot;","⪙":"&el;","⏧":"&elinters;","ℓ":"&ell;","⪕":"&els;","⪗":"&elsdot;","ē":"&emacr;"," ":"&emsp13;"," ":"&emsp14;"," ":"&emsp;","ŋ":"&eng;"," ":"&ensp;","ę":"&eogon;","𝕖":"&eopf;","⋕":"&epar;","⧣":"&eparsl;","⩱":"&eplus;","ε":"&epsi;","ϵ":"&epsiv;","=":"&equals;","≟":"&equest;","⩸":"&equivDD;","⧥":"&eqvparsl;","≓":"&erDot;","⥱":"&erarr;","ℯ":"&escr;","η":"&eta;","ð":"&eth;","ë":"&euml;","€":"&euro;","!":"&excl;","ф":"&fcy;","♀":"&female;","ffi":"&ffilig;","ff":"&fflig;","ffl":"&ffllig;","𝔣":"&ffr;","fi":"&filig;",fj:"&fjlig;","♭":"&flat;","fl":"&fllig;","▱":"&fltns;","ƒ":"&fnof;","𝕗":"&fopf;","⋔":"&fork;","⫙":"&forkv;","⨍":"&fpartint;","½":"&frac12;","⅓":"&frac13;","¼":"&frac14;","⅕":"&frac15;","⅙":"&frac16;","⅛":"&frac18;","⅔":"&frac23;","⅖":"&frac25;","¾":"&frac34;","⅗":"&frac35;","⅜":"&frac38;","⅘":"&frac45;","⅚":"&frac56;","⅝":"&frac58;","⅞":"&frac78;","⁄":"&frasl;","⌢":"&frown;","𝒻":"&fscr;","é":"&eacute;","⪌":"&gEl;","ǵ":"&gacute;","γ":"&gamma;","⪆":"&gap;","ğ":"&gbreve;","ĝ":"&gcirc;","г":"&gcy;","ġ":"&gdot;","⪩":"&gescc;","⪀":"&gesdot;","⪂":"&gesdoto;","⪄":"&gesdotol;","⋛︀":"&gesl;","⪔":"&gesles;","𝔤":"&gfr;","ℷ":"&gimel;","ѓ":"&gjcy;","⪒":"&glE;","⪥":"&gla;","⪤":"&glj;","≩":"&gnE;","⪊":"&gnap;","⪈":"&gne;","⋧":"&gnsim;","𝕘":"&gopf;","ℊ":"&gscr;","⪎":"&gsime;","⪐":"&gsiml;","⪧":"&gtcc;","⩺":"&gtcir;","⋗":"&gtdot;","⦕":"&gtlPar;","⩼":"&gtquest;","⥸":"&gtrarr;","≩︀":"&gvertneqq;","ъ":"&hardcy;","⥈":"&harrcir;","↭":"&harrw;","ℏ":"&hbar;","ĥ":"&hcirc;","♥":"&hearts;","…":"&hellip;","⊹":"&hercon;","𝔥":"&hfr;","⤥":"&hksearow;","⤦":"&hkswarow;","⇿":"&hoarr;","∻":"&homtht;","↩":"&hookleftarrow;","↪":"&hookrightarrow;","𝕙":"&hopf;","―":"&horbar;","𝒽":"&hscr;","ħ":"&hstrok;","⁃":"&hybull;","í":"&iacute;","î":"&icirc;","и":"&icy;","е":"&iecy;","¡":"&iexcl;","𝔦":"&ifr;","ì":"&igrave;","⨌":"&iiiint;","∭":"&iiint;","⧜":"&iinfin;","℩":"&iiota;","ij":"&ijlig;","ī":"&imacr;","ı":"&imath;","⊷":"&imof;","Ƶ":"&imped;","℅":"&incare;","∞":"&infin;","⧝":"&infintie;","⊺":"&intcal;","⨗":"&intlarhk;","⨼":"&intprod;","ё":"&iocy;","į":"&iogon;","𝕚":"&iopf;","ι":"&iota;","¿":"&iquest;","𝒾":"&iscr;","⋹":"&isinE;","⋵":"&isindot;","⋴":"&isins;","⋳":"&isinsv;","ĩ":"&itilde;","і":"&iukcy;","ï":"&iuml;","ĵ":"&jcirc;","й":"&jcy;","𝔧":"&jfr;","ȷ":"&jmath;","𝕛":"&jopf;","𝒿":"&jscr;","ј":"&jsercy;","є":"&jukcy;","κ":"&kappa;","ϰ":"&kappav;","ķ":"&kcedil;","к":"&kcy;","𝔨":"&kfr;","ĸ":"&kgreen;","х":"&khcy;","ќ":"&kjcy;","𝕜":"&kopf;","𝓀":"&kscr;","⤛":"&lAtail;","⤎":"&lBarr;","⪋":"&lEg;","⥢":"&lHar;","ĺ":"&lacute;","⦴":"&laemptyv;","λ":"&lambda;","⦑":"&langd;","⪅":"&lap;","«":"&laquo;","⤟":"&larrbfs;","⤝":"&larrfs;","↫":"&larrlp;","⤹":"&larrpl;","⥳":"&larrsim;","↢":"&larrtl;","⪫":"&lat;","⤙":"&latail;","⪭":"&late;","⪭︀":"&lates;","⤌":"&lbarr;","❲":"&lbbrk;","{":"&lbrace;","[":"&lbrack;","⦋":"&lbrke;","⦏":"&lbrksld;","⦍":"&lbrkslu;","ľ":"&lcaron;","ļ":"&lcedil;","л":"&lcy;","⤶":"&ldca;","⥧":"&ldrdhar;","⥋":"&ldrushar;","↲":"&ldsh;","≤":"&le;","⇇":"&leftleftarrows;","⋋":"&leftthreetimes;","⪨":"&lescc;","⩿":"&lesdot;","⪁":"&lesdoto;","⪃":"&lesdotor;","⋚︀":"&lesg;","⪓":"&lesges;","⋖":"&lessdot;","⥼":"&lfisht;","𝔩":"&lfr;","⪑":"&lgE;","⥪":"&lharul;","▄":"&lhblk;","љ":"&ljcy;","⥫":"&llhard;","◺":"&lltri;","ŀ":"&lmidot;","⎰":"&lmoust;","≨":"&lnE;","⪉":"&lnap;","⪇":"&lne;","⋦":"&lnsim;","⟬":"&loang;","⇽":"&loarr;","↬":"&looparrowright;","⦅":"&lopar;","𝕝":"&lopf;","⨭":"&loplus;","⨴":"&lotimes;","∗":"&lowast;","◊":"&loz;","(":"&lpar;","⦓":"&lparlt;","⥭":"&lrhard;","‎":"&lrm;","⊿":"&lrtri;","‹":"&lsaquo;","𝓁":"&lscr;","⪍":"&lsime;","⪏":"&lsimg;","‚":"&lsquor;","ł":"&lstrok;","⪦":"&ltcc;","⩹":"&ltcir;","⋉":"&ltimes;","⥶":"&ltlarr;","⩻":"&ltquest;","⦖":"&ltrPar;","◃":"&ltri;","⥊":"&lurdshar;","⥦":"&luruhar;","≨︀":"&lvertneqq;","∺":"&mDDot;","¯":"&macr;","♂":"&male;","✠":"&malt;","▮":"&marker;","⨩":"&mcomma;","м":"&mcy;","—":"&mdash;","𝔪":"&mfr;","℧":"&mho;","µ":"&micro;","⫰":"&midcir;","−":"&minus;","⨪":"&minusdu;","⫛":"&mlcp;","⊧":"&models;","𝕞":"&mopf;","𝓂":"&mscr;","μ":"&mu;","⊸":"&multimap;","⋙̸":"&nGg;","≫⃒":"&nGt;","⇍":"&nLeftarrow;","⇎":"&nLeftrightarrow;","⋘̸":"&nLl;","≪⃒":"&nLt;","⇏":"&nRightarrow;","⊯":"&nVDash;","⊮":"&nVdash;","ń":"&nacute;","∠⃒":"&nang;","⩰̸":"&napE;","≋̸":"&napid;","ʼn":"&napos;","♮":"&natur;","⩃":"&ncap;","ň":"&ncaron;","ņ":"&ncedil;","⩭̸":"&ncongdot;","⩂":"&ncup;","н":"&ncy;","–":"&ndash;","⇗":"&neArr;","⤤":"&nearhk;","≐̸":"&nedot;","⤨":"&nesear;","𝔫":"&nfr;","↮":"&nharr;","⫲":"&nhpar;","⋼":"&nis;","⋺":"&nisd;","њ":"&njcy;","≦̸":"&nlE;","↚":"&nlarr;","‥":"&nldr;","𝕟":"&nopf;","¬":"&not;","⋹̸":"&notinE;","⋵̸":"&notindot;","⋷":"&notinvb;","⋶":"&notinvc;","⋾":"&notnivb;","⋽":"&notnivc;","⫽⃥":"&nparsl;","∂̸":"&npart;","⨔":"&npolint;","↛":"&nrarr;","⤳̸":"&nrarrc;","↝̸":"&nrarrw;","𝓃":"&nscr;","⊄":"&nsub;","⫅̸":"&nsubE;","⊅":"&nsup;","⫆̸":"&nsupE;","ν":"&nu;","#":"&num;","№":"&numero;"," ":"&numsp;","⊭":"&nvDash;","⤄":"&nvHarr;","≍⃒":"&nvap;","⊬":"&nvdash;","≥⃒":"&nvge;",">⃒":"&nvgt;","⧞":"&nvinfin;","⤂":"&nvlArr;","≤⃒":"&nvle;","<⃒":"&nvlt;","⊴⃒":"&nvltrie;","⤃":"&nvrArr;","⊵⃒":"&nvrtrie;","∼⃒":"&nvsim;","⇖":"&nwArr;","⤣":"&nwarhk;","⤧":"&nwnear;","ó":"&oacute;","ô":"&ocirc;","о":"&ocy;","ő":"&odblac;","⨸":"&odiv;","⦼":"&odsold;","œ":"&oelig;","⦿":"&ofcir;","𝔬":"&ofr;","˛":"&ogon;","ò":"&ograve;","⧁":"&ogt;","⦵":"&ohbar;","⦾":"&olcir;","⦻":"&olcross;","⧀":"&olt;","ō":"&omacr;","ω":"&omega;","ο":"&omicron;","⦶":"&omid;","𝕠":"&oopf;","⦷":"&opar;","⦹":"&operp;","∨":"&or;","⩝":"&ord;","ℴ":"&order;","ª":"&ordf;","º":"&ordm;","⊶":"&origof;","⩖":"&oror;","⩗":"&orslope;","⊘":"&osol;","⨶":"&otimesas;","⫳":"&parsim;","п":"&pcy;","%":"&percnt;",".":"&period;","‱":"&pertenk;","𝔭":"&pfr;","φ":"&phi;","☎":"&phone;","+":"&plus;","⨥":"&plusdu;","⩲":"&pluse;","⨦":"&plussim;","⨧":"&plustwo;","⨕":"&pointint;","𝕡":"&popf;","£":"&pound;","⪳":"&prE;","⪷":"&prap;","⪹":"&precnapprox;","⪵":"&precneqq;","⋨":"&precnsim;","′":"&prime;","⌮":"&profalar;","⌒":"&profline;","⌓":"&profsurf;","⊰":"&prurel;","𝓅":"&pscr;","ψ":"&psi;"," ":"&puncsp;","𝔮":"&qfr;","𝕢":"&qopf;","⁗":"&qprime;","𝓆":"&qscr;","⨖":"&quatint;","?":"&quest;","⤜":"&rAtail;","⥤":"&rHar;","∽̱":"&race;","ŕ":"&racute;","⦳":"&raemptyv;","⦒":"&rangd;","⦥":"&range;","»":"&raquo;","⥵":"&rarrap;","⤠":"&rarrbfs;","⤳":"&rarrc;","⤞":"&rarrfs;","⥅":"&rarrpl;","⥴":"&rarrsim;","↣":"&rarrtl;","↝":"&rarrw;","⤚":"&ratail;","∶":"&ratio;","❳":"&rbbrk;","}":"&rbrace;","]":"&rbrack;","⦌":"&rbrke;","⦎":"&rbrksld;","⦐":"&rbrkslu;","ř":"&rcaron;","ŗ":"&rcedil;","р":"&rcy;","⤷":"&rdca;","⥩":"&rdldhar;","↳":"&rdsh;","▭":"&rect;","⥽":"&rfisht;","𝔯":"&rfr;","⥬":"&rharul;","ρ":"&rho;","ϱ":"&rhov;","⇉":"&rightrightarrows;","⋌":"&rightthreetimes;","˚":"&ring;","‏":"&rlm;","⎱":"&rmoust;","⫮":"&rnmid;","⟭":"&roang;","⇾":"&roarr;","⦆":"&ropar;","𝕣":"&ropf;","⨮":"&roplus;","⟼":"&longmapsto;","⨵":"&rotimes;",")":"&rpar;","⦔":"&rpargt;","⨒":"&rppolint;","›":"&rsaquo;","𝓇":"&rscr;","⋊":"&rtimes;","▹":"&rtri;","⧎":"&rtriltri;","⥨":"&ruluhar;","℞":"&rx;","ś":"&sacute;","⪴":"&scE;","⪸":"&scap;","š":"&scaron;","ş":"&scedil;","ŝ":"&scirc;","⪶":"&scnE;","⪺":"&scnap;","⋩":"&scnsim;","⨓":"&scpolint;","с":"&scy;","⋅":"&sdot;","⩦":"&sdote;","⇘":"&seArr;","§":"&sect;",";":"&semi;","⤩":"&seswar;","✶":"&sext;","𝔰":"&sfr;","♯":"&sharp;","щ":"&shchcy;","ш":"&shcy;","­":"&shy;","σ":"&sigma;","ς":"&sigmaf;","⩪":"&simdot;","⪞":"&simg;","⪠":"&simgE;","⪝":"&siml;","⪟":"&simlE;","≆":"&simne;","⨤":"&simplus;","⥲":"&simrarr;","⨳":"&smashp;","⧤":"&smeparsl;","⌣":"&smile;","⪪":"&smt;","⪬":"&smte;","⪬︀":"&smtes;","ь":"&softcy;","/":"&sol;","⧄":"&solb;","⌿":"&solbar;","𝕤":"&sopf;","♠":"&spades;","⊓︀":"&sqcaps;","⊔︀":"&sqcups;","𝓈":"&sscr;","☆":"&star;","ϕ":"&straightphi;","⊂":"&sub;","⫅":"&subE;","⪽":"&subdot;","⫃":"&subedot;","⫁":"&submult;","⫋":"&subnE;","⊊":"&subne;","⪿":"&subplus;","⥹":"&subrarr;","⫇":"&subsim;","⫕":"&subsub;","⫓":"&subsup;","♪":"&sung;","¹":"&sup1;","²":"&sup2;","³":"&sup3;","⫆":"&supE;","⪾":"&supdot;","⫘":"&supdsub;","⫄":"&supedot;","⟉":"&suphsol;","⫗":"&suphsub;","⥻":"&suplarr;","⫂":"&supmult;","⫌":"&supnE;","⊋":"&supne;","⫀":"&supplus;","⫈":"&supsim;","⫔":"&supsub;","⫖":"&supsup;","⇙":"&swArr;","⤪":"&swnwar;","ß":"&szlig;","⌖":"&target;","τ":"&tau;","ť":"&tcaron;","ţ":"&tcedil;","т":"&tcy;","⌕":"&telrec;","𝔱":"&tfr;","θ":"&theta;","ϑ":"&thetasym;","þ":"&thorn;","×":"&times;","⨱":"&timesbar;","⨰":"&timesd;","⌶":"&topbot;","⫱":"&topcir;","𝕥":"&topf;","⫚":"&topfork;","‴":"&tprime;","▵":"&triangle;","▿":"&triangledown;","≜":"&triangleq;","◬":"&tridot;","⨺":"&triminus;","⨹":"&triplus;","⧍":"&trisb;","⨻":"&tritime;","⏢":"&trpezium;","𝓉":"&tscr;","ц":"&tscy;","ћ":"&tshcy;","ŧ":"&tstrok;","⥣":"&uHar;","ú":"&uacute;","ў":"&ubrcy;","ŭ":"&ubreve;","û":"&ucirc;","у":"&ucy;","ű":"&udblac;","⥾":"&ufisht;","𝔲":"&ufr;","ù":"&ugrave;","▀":"&uhblk;","⌜":"&ulcorn;","⌏":"&ulcrop;","◸":"&ultri;","ū":"&umacr;","ų":"&uogon;","𝕦":"&uopf;","υ":"&upsi;","⇈":"&upuparrows;","⌝":"&urcorn;","⌎":"&urcrop;","ů":"&uring;","◹":"&urtri;","𝓊":"&uscr;","⋰":"&utdot;","ũ":"&utilde;","ü":"&uuml;","⦧":"&uwangle;","⫨":"&vBar;","⫩":"&vBarv;","⦜":"&vangrt;","∅":"&varnothing;","⊊︀":"&varsubsetneq;","⫋︀":"&varsubsetneqq;","⊋︀":"&varsupsetneq;","⫌︀":"&varsupsetneqq;","в":"&vcy;","⊻":"&veebar;","≚":"&veeeq;","⋮":"&vellip;","𝔳":"&vfr;","𝕧":"&vopf;","𝓋":"&vscr;","⦚":"&vzigzag;","ŵ":"&wcirc;","⩟":"&wedbar;","≙":"&wedgeq;","℘":"&weierp;","𝔴":"&wfr;","𝕨":"&wopf;","𝓌":"&wscr;","𝔵":"&xfr;","ξ":"&xi;","⋻":"&xnis;","𝕩":"&xopf;","𝓍":"&xscr;","ý":"&yacute;","я":"&yacy;","ŷ":"&ycirc;","ы":"&ycy;","¥":"&yen;","𝔶":"&yfr;","ї":"&yicy;","𝕪":"&yopf;","𝓎":"&yscr;","ю":"&yucy;","ÿ":"&yuml;","ź":"&zacute;","ž":"&zcaron;","з":"&zcy;","ż":"&zdot;","ζ":"&zeta;","𝔷":"&zfr;","ж":"&zhcy;","⇝":"&zigrarr;","𝕫":"&zopf;","𝓏":"&zscr;","‍":"&zwj;","‌":"&zwnj;"}},{}],8:[function(r,e,t){"use strict";Object.defineProperty(t,"__esModule",{value:!0});t._isNumber=function(r){return"[object Number]"===Object.prototype.toString.call(r)}},{}],9:[function(r,e,t){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.validCharLength=t.validNumber=t.validArrayString=t.validString=void 0;var o=r("../string.utils.js"),n=r("./number"),a=function(r){if(!(0,o.isString)(r))throw new Error("[strman] "+r+" is not a String.");return!0};t.validString=a;var i=function(r){return r.map(function(r){if(!(0,o.isString)(r))throw new Error("[strman] "+r+" is not a String.");return r}),!0};t.validArrayString=i;var s=function(r){if(!(0,n._isNumber)(r))throw new Error("[strman] "+r+" is not a Number.");return!0};t.validNumber=s;var c=function(r){if(0===(0,o.length)(r))throw new Error("Char should be length >= 1");return!0};t.validCharLength=c},{"../string.utils.js":12,"./number":8}],10:[function(r,e,t){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.slugify=void 0;var o=r("./strman"),n=function(r){var e=r;return e=(0,o.toLowerCase)(e),e=(0,o.trim)(e),e=(0,o.removeSpaces)(e,"-"),e=(0,o.replace)(e,"&","-and-"),e=(0,o.transliterate)(e),e=(0,o.replace)(e,"[^\\w\\-]+",""),e=(0,o.replace)(e,"--+","-")};t.slugify=n},{"./strman":13}],11:[function(r,e,t){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var o=function(r){return r.toLowerCase()};t.toLowerCase=o;var n=function(r){return r.toUpperCase()};t.toUpperCase=n;var a=function(r){return r===o(r)};t.isLowerCase=a;var i=function(r){return r===n(r)};t.isUpperCase=i;var s=function(r){var e=r.replace(/[\-_\s]+(.)?/g,function(r,e){return e?n(e):""});return n(e.substr(0,1))+e.substr(1)};t.toStudlyCaps=s;var c=function(r){var e=s(r);return o(e.substr(0,1))+e.substr(1)};t.toCamelCase=c;var l=function(r){var e=arguments.length<=1||void 0===arguments[1]?"_":arguments[1],t=c(r),n=t.replace(/([A-Z])+/g,e+"$1");return o(n)};t.toDecamelize=l;var u=function(r){return l(r,"_")};t.toSnakeCase=u;var f=function(r){return l(r,"-")};t.toKebabCase=f},{}],12:[function(r,e,t){(function(e){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.htmlEncode=t.htmlDecode=t.base64Decode=t.base64Encode=t.urlDecode=t.urlEncode=t.decDecode=t.decEncode=t.binDecode=t.binEncode=t.hexDecode=t.hexEncode=t.inequal=t.equal=t.compare=t.format=t.removeEmptyStrings=t.truncate=t.safeTruncate=t.slice=t.surround=t.shuffle=t.reverse=t.repeat=t.removeRight=t.removeLeft=t.prependArray=t.prepend=t.split=t.substr=t.rightPad=t.leftPad=t.length=t.insert=t.lastIndexOf=t.indexOf=t.last=t.first=t.ensureRight=t.ensureLeft=t.startsWith=t.endsWith=t.countSubstr=t.containsAny=t.containsAll=t.contains=t.removeNonWords=t.collapseWhitespace=t.chars=t.between=t.at=t.appendArray=t.append=t.transliterate=t.replace=t.removeSpaces=t.rightTrim=t.leftTrim=t.trim=t.isString=void 0;var o="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(r){return typeof r}:function(r){return r&&"function"==typeof Symbol&&r.constructor===Symbol?"symbol":typeof r},n=r("./lib/ascii"),a=r("./lib/array"),i=r("./lib/validate"),s=r("./string.cases"),c=r("./lib/entities"),l=function(r){return"[object String]"===Object.prototype.toString.call(r)};t.isString=l;var u=function(r){var e=arguments.length<=1||void 0===arguments[1]?" ":arguments[1];return f(p(r,e),e)};t.trim=u;var f=function(r){var e=arguments.length<=1||void 0===arguments[1]?" ":arguments[1];return g(r,"^"+e+"+","")};t.leftTrim=f;var p=function(r){var e=arguments.length<=1||void 0===arguments[1]?" ":arguments[1];return g(r,e+"+$","")};t.rightTrim=p;var h=function(r){var e=arguments.length<=1||void 0===arguments[1]?"":arguments[1];return g(r,"\\s+",e)};t.removeSpaces=h;var g=function(r){var e=arguments.length<=1||void 0===arguments[1]?"":arguments[1],t=arguments.length<=2||void 0===arguments[2]?"":arguments[2],o=arguments.length<=3||void 0===arguments[3]?!0:arguments[3],n=(arguments.length<=4||void 0===arguments[4]?!0:arguments[4],o?"g":"gi");return r.replace(new RegExp(e,n),t)};t.replace=g;var d=function(r){var e=r;for(var t in n.ascii)for(var o in n.ascii[t])e=g(e,n.ascii[t][o],t);return e};t.transliterate=d;var m=function(r){for(var e=arguments.length,t=Array(e>1?e-1:0),o=1;e>o;o++)t[o-1]=arguments[o];return(0,i.validString)(r),(0,i.validArrayString)(t),0===V(t)?r:r+t.join("")};t.append=m;var b=function(r){var e=arguments.length<=1||void 0===arguments[1]?[]:arguments[1];return(0,i.validString)(r),(0,i.validArrayString)(e),0===V(e)?r:r+e.join("")};t.appendArray=b;var v=function(r,e){return(0,i.validString)(r),(0,i.validNumber)(e),G(r,e,1)};t.at=v;var y=function(r,e,t){var o=null;return(0,i.validArrayString)([r,e,t]),o=j(r,t),o=o.map(function(r){return G(r,B(r,e)+V(e))}),o=(0,a._pop)(o)};t.between=y;var w=function(r){return(0,i.validString)(r),r.split("")};t.chars=w;var E=function(r){return u(g(r,"\\s\\s+"," "))};t.collapseWhitespace=E;var q=function(r){var e=arguments.length<=1||void 0===arguments[1]?"":arguments[1];return g(r,"[^\\w]+",e)};t.removeNonWords=q;var A=function(r,e){var t=arguments.length<=2||void 0===arguments[2]?!0:arguments[2];return t?B(r,e)>-1:B((0,s.toUpperCase)(r),(0,s.toUpperCase)(e))>-1};t.contains=A;var S=function(r,e){var t=arguments.length<=2||void 0===arguments[2]?!0:arguments[2];if(0===V(e))return!1;for(var o=0;o<V(e);o++)if(!A(r,e[o],t))return!1;return!0};t.containsAll=S;var L=function(r,e){for(var t=arguments.length<=2||void 0===arguments[2]?!0:arguments[2],o=0;o<V(e);o++)if(A(r,e[o],t))return!0;return!1};t.containsAny=L;var D=function br(r,e){var t=arguments.length<=2||void 0===arguments[2]?!1:arguments[2],o=arguments.length<=3||void 0===arguments[3]?0:arguments[3],n=arguments.length<=4||void 0===arguments[4]?0:arguments[4],a=B(r,e,o);return-1===a?n:(t||(a=a+V(e)-1),br(r,e,t,a+1,n+1))},R=function(r,e){var t=arguments.length<=2||void 0===arguments[2]?!0:arguments[2],o=arguments.length<=3||void 0===arguments[3]?!1:arguments[3];return t||(r=(0,s.toUpperCase)(r),e=(0,s.toUpperCase)(e)),D(r,e,o)};t.countSubstr=R;var T=function(r,e){var t=arguments.length<=2||void 0===arguments[2]?null:arguments[2],o=arguments.length<=3||void 0===arguments[3]?!0:arguments[3],n=null;return("number"!=typeof t||!isFinite(t)||Math.floor(t)!==t||t>V(r))&&(t=V(r)),t-=V(e),n=o?B(r,e,t):B((0,s.toUpperCase)(r),(0,s.toUpperCase)(e),t),-1!==n&&n===t};t.endsWith=T;var k=function(r,e){var t=arguments.length<=2||void 0===arguments[2]?0:arguments[2],o=arguments.length<=3||void 0===arguments[3]?!0:arguments[3];return o?G(r,t,V(e))===e:G((0,s.toUpperCase)(r),t,V(e))===(0,s.toUpperCase)(e)};t.startsWith=k;var x=function(r,e){var t=arguments.length<=2||void 0===arguments[2]?!0:arguments[2];return k(r,e,0,t)?r:m(e,r)};t.ensureLeft=x;var U=function(r,e){var t=arguments.length<=2||void 0===arguments[2]?!0:arguments[2];return T(r,e,null,t)?r:m(r,e)};t.ensureRight=U;var C=function(r,e){return G(r,0,e)};t.first=C;var N=function(r,e){return G(r,-1*e,e)};t.last=N;var B=function(r,e){var t=arguments.length<=2||void 0===arguments[2]?0:arguments[2],o=arguments.length<=3||void 0===arguments[3]?!0:arguments[3];return o?r.indexOf(e,t):(0,s.toUpperCase)(r).indexOf((0,s.toUpperCase)(e),t)};t.indexOf=B;var P=function(r,e){var t=arguments.length<=2||void 0===arguments[2]?void 0:arguments[2],o=arguments.length<=3||void 0===arguments[3]?!0:arguments[3];return o?r.lastIndexOf(e,t):(0,s.toUpperCase)(r).lastIndexOf((0,s.toUpperCase)(e),t)};t.lastIndexOf=P;var O=function(r,e,t){var o=null,n=null;return t>V(r)?r:(o=G(r,0,t),n=G(r,t,V(r)),m(o,e,n))};t.insert=O;var V=function(r){for(var e=0;void 0!==r[e];)e++;return e};t.length=V;var I=function(r,e){var t=arguments.length<=2||void 0===arguments[2]?" ":arguments[2],o=r;return t=String(t),V(t)>1&&(t=G(t,0,1)),(0,i.validCharLength)(t),e-=V(r),o=m(F(t,e),o)};t.leftPad=I;var _=function(r,e){var t=arguments.length<=2||void 0===arguments[2]?" ":arguments[2],o=r;return t=String(t),V(t)>1&&(t=G(t,0,1)),(0,i.validCharLength)(t),e-=V(r),o=m(o,F(t,e))};t.rightPad=_;var G=function(r,e){var t=arguments.length<=2||void 0===arguments[2]?void 0:arguments[2];return r.substr(e,t)};t.substr=G;var j=function(r,e){var t=arguments.length<=2||void 0===arguments[2]?void 0:arguments[2];return r.split(e,t)};t.split=j;var H=function(r){for(var e=arguments.length,t=Array(e>1?e-1:0),o=1;e>o;o++)t[o-1]=arguments[o];return(0,i.validString)(r),(0,i.validArrayString)(t),0===V(t)?r:t.join("")+r};t.prepend=H;var Y=function(r){var e=arguments.length<=1||void 0===arguments[1]?[]:arguments[1];return(0,i.validString)(r),(0,i.validArrayString)(e),0===V(e)?r:e.join("")+r};t.prependArray=Y;var M=function(r,e){var t=arguments.length<=2||void 0===arguments[2]?!0:arguments[2];return k(r,e,0,t)?G(r,V(e)):r};t.removeLeft=M;var z=function(r,e){var t=arguments.length<=2||void 0===arguments[2]?!0:arguments[2],o=V(r)-V(e);return T(r,e,null,t)?G(r,0,o):r};t.removeRight=z;var F=function(r,e){for(var t=0,o="";e>t++;)o+=r;return o};t.repeat=F;var J=function(r){for(var e=0,t="";V(r)>e++;)t=m(t,G(r,-1*e,1));return t};t.reverse=J;var Z=function(r){var e=void 0,t=void 0,o=void 0;for(o=V(r);o;o-=1)e=Math.floor(Math.random()*o),t=r[o-1],r[o-1]=r[e],r[e]=t;return r},W=function(r){return Z(j(r)).join("")};t.shuffle=W;var K=function(r){var e=arguments.length<=1||void 0===arguments[1]?"":arguments[1],t=arguments.length<=2||void 0===arguments[2]?null:arguments[2];return m(e,r,null===t?e:t)};t.surround=K;var Q=function(r,e){var t=arguments.length<=2||void 0===arguments[2]?void 0:arguments[2];return r.slice(e,t)};t.slice=Q;var X=function(r,e){var t=arguments.length<=2||void 0===arguments[2]?"":arguments[2],o="";if(0===e)return"";if(e>=V(r))return r;e-=V(t),o=G(r,0,e);var n=B(r," ",e-1);if(n!==e){var a=P(o," ");o=G(o,0,a)}return m(o,t)};t.safeTruncate=X;var $=function(r,e){var t=arguments.length<=2||void 0===arguments[2]?"":arguments[2],o="";return 0===e?"":e>=V(r)?r:(e-=V(t),o=G(r,0,e),m(o,t))};t.truncate=$;var rr=function(r){return r.filter(function(r){return r&&""!==r})};t.removeEmptyStrings=rr;var er=function(r){var e=arguments.length<=1||void 0===arguments[1]?[]:arguments[1];return g(r,"{(\\w+)}",function(r,t){return void 0!==o(e[t])?e[t]:r})};t.format=er;var tr=function(r,e){return or(r,e)?0:r>e?1:-1};t.compare=tr;var or=function(r,e){return r===e};t.equal=or;var nr=function(r,e){return r!==e};t.inequal=nr;var ar=function(r){return w(r).map(function(r){return I(r.charCodeAt(0).toString(16),4,"0")}).join("")};t.hexEncode=ar;var ir=function(r){return r.match(/.{1,4}/g).map(function(r){return String.fromCharCode(parseInt(r,16))}).join("")};t.hexDecode=ir;var sr=function(r){return w(r).map(function(r){return I(r.charCodeAt(0).toString(2),16,"0")}).join("")};t.binEncode=sr;var cr=function(r){return r.match(/.{1,16}/g).map(function(r){return String.fromCharCode(parseInt(r,2))}).join("")};t.binDecode=cr;var lr=function(r){return w(r).map(function(r){return I(r.charCodeAt(0).toString(10),5,"0")}).join("")};t.decEncode=lr;var ur=function(r){return r.match(/.{1,5}/g).map(function(r){return String.fromCharCode(parseInt(r,10))}).join("")};t.decDecode=ur;var fr=function(r){return encodeURI(r)};t.urlEncode=fr;var pr=function(r){return decodeURI(r)};t.urlDecode=pr;var hr=function(r){return new e(r).toString("base64")};t.base64Encode=hr;var gr=function(r){return new e(r,"base64").toString()};t.base64Decode=gr;var dr=function(r){return g(r,"(&\\w+;)",function(r,e){
4
return void 0!==o(c.entitiesDecode[e])?c.entitiesDecode[e]:r})};t.htmlDecode=dr;var mr=function(r){return g(r,"[\\u00A0-\\u9999<>\\&]",function(r){return void 0!==o(c.entitiesEncode[r])?c.entitiesEncode[r]:r},!0,!0)};t.htmlEncode=mr}).call(this,r("buffer").Buffer)},{"./lib/array":5,"./lib/ascii":6,"./lib/entities":7,"./lib/validate":9,"./string.cases":11,buffer:2}],13:[function(r,e,t){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var o=r("./slugify");Object.keys(o).forEach(function(r){"default"!==r&&Object.defineProperty(t,r,{enumerable:!0,get:function(){return o[r]}})});var n=r("./string.utils");Object.keys(n).forEach(function(r){"default"!==r&&Object.defineProperty(t,r,{enumerable:!0,get:function(){return n[r]}})});var a=r("./string.cases");Object.keys(a).forEach(function(r){"default"!==r&&Object.defineProperty(t,r,{enumerable:!0,get:function(){return a[r]}})})},{"./slugify":10,"./string.cases":11,"./string.utils":12}]},{},[13])(13)});