diff --git a/prism/tomorrow-theme-custom/js/prism-plugins.min.js b/prism/tomorrow-theme-custom/js/prism-plugins.min.js new file mode 100644 index 0000000..4152ab7 --- /dev/null +++ b/prism/tomorrow-theme-custom/js/prism-plugins.min.js @@ -0,0 +1,480 @@ +// Versions: 1.29.0 +// Toolbar +!function() { + if ('undefined' != typeof Prism && 'undefined' != typeof document) { + var e = [], t = {}, n = function() { + }; + Prism.plugins.toolbar = {}; + var a = Prism.plugins.toolbar.registerButton = function(n, a) { + var r; + r = 'function' == typeof a ? a : function(e) { + var t; + return 'function' == typeof a.onClick ? ((t = document.createElement('button')).type = 'button', t.addEventListener('click', (function() { + a.onClick.call(this, e); + }))) : 'string' == typeof a.url ? (t = document.createElement('a')).href = a.url : t = document.createElement('span'), a.className && t.classList.add(a.className), t.textContent = a.text, t; + }, n in t ? console.warn('There is a button with the key "' + n + '" registered already.') : e.push(t[n] = r); + }, r = Prism.plugins.toolbar.hook = function(a) { + var r = a.element.parentNode; + if (r && /pre/i.test(r.nodeName) && !r.parentNode.classList.contains('code-toolbar')) { + var o = document.createElement('div'); + o.classList.add('code-toolbar'), r.parentNode.insertBefore(o, r), o.appendChild(r); + var i = document.createElement('div'); + i.classList.add('toolbar'); + var l = e, d = function(e) { + for (; e;) { + var t = e.getAttribute('data-toolbar-order'); + if (null != t) return (t = t.trim()).length ? t.split(/\s*,\s*/g) : []; + e = e.parentElement; + } + }(a.element); + d && (l = d.map((function(e) { + return t[e] || n; + }))), l.forEach((function(e) { + var t = e(a); + if (t) { + var n = document.createElement('div'); + n.classList.add('toolbar-item'), n.appendChild(t), i.appendChild(n); + } + })), o.appendChild(i); + } + }; + a('label', (function(e) { + var t = e.element.parentNode; + if (t && /pre/i.test(t.nodeName) && t.hasAttribute('data-label')) { + var n, a, r = t.getAttribute('data-label'); + try { + a = document.querySelector('template#' + r); + } catch (e) { + } + return a ? n = a.content : (t.hasAttribute('data-url') ? (n = document.createElement('a')).href = t.getAttribute('data-url') : n = document.createElement('span'), n.textContent = r), n; + } + })), Prism.hooks.add('complete', r); + } +}(); +// Show Language +!function() { + if ('undefined' != typeof Prism && 'undefined' != typeof document) if (Prism.plugins.toolbar) { + var e = { + none: 'Plain text', + plain: 'Plain text', + plaintext: 'Plain text', + text: 'Plain text', + txt: 'Plain text', + html: 'HTML', + xml: 'XML', + svg: 'SVG', + mathml: 'MathML', + ssml: 'SSML', + rss: 'RSS', + css: 'CSS', + clike: 'C-like', + js: 'JavaScript', + abap: 'ABAP', + abnf: 'ABNF', + al: 'AL', + antlr4: 'ANTLR4', + g4: 'ANTLR4', + apacheconf: 'Apache Configuration', + apl: 'APL', + aql: 'AQL', + ino: 'Arduino', + arff: 'ARFF', + armasm: 'ARM Assembly', + 'arm-asm': 'ARM Assembly', + art: 'Arturo', + asciidoc: 'AsciiDoc', + adoc: 'AsciiDoc', + aspnet: 'ASP.NET (C#)', + asm6502: '6502 Assembly', + asmatmel: 'Atmel AVR Assembly', + autohotkey: 'AutoHotkey', + autoit: 'AutoIt', + avisynth: 'AviSynth', + avs: 'AviSynth', + 'avro-idl': 'Avro IDL', + avdl: 'Avro IDL', + awk: 'AWK', + gawk: 'GAWK', + sh: 'Shell', + basic: 'BASIC', + bbcode: 'BBcode', + bbj: 'BBj', + bnf: 'BNF', + rbnf: 'RBNF', + bqn: 'BQN', + bsl: 'BSL (1C:Enterprise)', + oscript: 'OneScript', + csharp: 'C#', + cs: 'C#', + dotnet: 'C#', + cpp: 'C++', + cfscript: 'CFScript', + cfc: 'CFScript', + cil: 'CIL', + cilkc: 'Cilk/C', + 'cilk-c': 'Cilk/C', + cilkcpp: 'Cilk/C++', + 'cilk-cpp': 'Cilk/C++', + cilk: 'Cilk/C++', + cmake: 'CMake', + cobol: 'COBOL', + coffee: 'CoffeeScript', + conc: 'Concurnas', + csp: 'Content-Security-Policy', + 'css-extras': 'CSS Extras', + csv: 'CSV', + cue: 'CUE', + dataweave: 'DataWeave', + dax: 'DAX', + django: 'Django/Jinja2', + jinja2: 'Django/Jinja2', + 'dns-zone-file': 'DNS zone file', + 'dns-zone': 'DNS zone file', + dockerfile: 'Docker', + dot: 'DOT (Graphviz)', + gv: 'DOT (Graphviz)', + ebnf: 'EBNF', + editorconfig: 'EditorConfig', + ejs: 'EJS', + etlua: 'Embedded Lua templating', + erb: 'ERB', + 'excel-formula': 'Excel Formula', + xlsx: 'Excel Formula', + xls: 'Excel Formula', + fsharp: 'F#', + 'firestore-security-rules': 'Firestore security rules', + ftl: 'FreeMarker Template Language', + gml: 'GameMaker Language', + gamemakerlanguage: 'GameMaker Language', + gap: 'GAP (CAS)', + gcode: 'G-code', + gdscript: 'GDScript', + gedcom: 'GEDCOM', + gettext: 'gettext', + po: 'gettext', + glsl: 'GLSL', + gn: 'GN', + gni: 'GN', + 'linker-script': 'GNU Linker Script', + ld: 'GNU Linker Script', + 'go-module': 'Go module', + 'go-mod': 'Go module', + graphql: 'GraphQL', + hbs: 'Handlebars', + hs: 'Haskell', + hcl: 'HCL', + hlsl: 'HLSL', + http: 'HTTP', + hpkp: 'HTTP Public-Key-Pins', + hsts: 'HTTP Strict-Transport-Security', + ichigojam: 'IchigoJam', + 'icu-message-format': 'ICU Message Format', + idr: 'Idris', + ignore: '.ignore', + gitignore: '.gitignore', + hgignore: '.hgignore', + npmignore: '.npmignore', + inform7: 'Inform 7', + javadoc: 'JavaDoc', + javadoclike: 'JavaDoc-like', + javastacktrace: 'Java stack trace', + jq: 'JQ', + jsdoc: 'JSDoc', + 'js-extras': 'JS Extras', + json: 'JSON', + webmanifest: 'Web App Manifest', + json5: 'JSON5', + jsonp: 'JSONP', + jsstacktrace: 'JS stack trace', + 'js-templates': 'JS Templates', + keepalived: 'Keepalived Configure', + kts: 'Kotlin Script', + kt: 'Kotlin', + kumir: 'KuMir (КуМир)', + kum: 'KuMir (КуМир)', + latex: 'LaTeX', + tex: 'TeX', + context: 'ConTeXt', + lilypond: 'LilyPond', + ly: 'LilyPond', + emacs: 'Lisp', + elisp: 'Lisp', + 'emacs-lisp': 'Lisp', + llvm: 'LLVM IR', + log: 'Log file', + lolcode: 'LOLCODE', + magma: 'Magma (CAS)', + md: 'Markdown', + 'markup-templating': 'Markup templating', + matlab: 'MATLAB', + maxscript: 'MAXScript', + mel: 'MEL', + metafont: 'METAFONT', + mongodb: 'MongoDB', + moon: 'MoonScript', + n1ql: 'N1QL', + n4js: 'N4JS', + n4jsd: 'N4JS', + 'nand2tetris-hdl': 'Nand To Tetris HDL', + naniscript: 'Naninovel Script', + nani: 'Naninovel Script', + nasm: 'NASM', + neon: 'NEON', + nginx: 'nginx', + nsis: 'NSIS', + objectivec: 'Objective-C', + objc: 'Objective-C', + ocaml: 'OCaml', + opencl: 'OpenCL', + openqasm: 'OpenQasm', + qasm: 'OpenQasm', + parigp: 'PARI/GP', + objectpascal: 'Object Pascal', + psl: 'PATROL Scripting Language', + pcaxis: 'PC-Axis', + px: 'PC-Axis', + peoplecode: 'PeopleCode', + pcode: 'PeopleCode', + php: 'PHP', + phpdoc: 'PHPDoc', + 'php-extras': 'PHP Extras', + 'plant-uml': 'PlantUML', + plantuml: 'PlantUML', + plsql: 'PL/SQL', + powerquery: 'PowerQuery', + pq: 'PowerQuery', + mscript: 'PowerQuery', + powershell: 'PowerShell', + promql: 'PromQL', + properties: '.properties', + protobuf: 'Protocol Buffers', + purebasic: 'PureBasic', + pbfasm: 'PureBasic', + purs: 'PureScript', + py: 'Python', + qsharp: 'Q#', + qs: 'Q#', + q: 'Q (kdb+ database)', + qml: 'QML', + rkt: 'Racket', + cshtml: 'Razor C#', + razor: 'Razor C#', + jsx: 'React JSX', + tsx: 'React TSX', + renpy: 'Ren\'py', + rpy: 'Ren\'py', + res: 'ReScript', + rest: 'reST (reStructuredText)', + robotframework: 'Robot Framework', + robot: 'Robot Framework', + rb: 'Ruby', + sas: 'SAS', + sass: 'Sass (Sass)', + scss: 'Sass (SCSS)', + 'shell-session': 'Shell session', + 'sh-session': 'Shell session', + shellsession: 'Shell session', + sml: 'SML', + smlnj: 'SML/NJ', + solidity: 'Solidity (Ethereum)', + sol: 'Solidity (Ethereum)', + 'solution-file': 'Solution file', + sln: 'Solution file', + soy: 'Soy (Closure Template)', + sparql: 'SPARQL', + rq: 'SPARQL', + 'splunk-spl': 'Splunk SPL', + sqf: 'SQF: Status Quo Function (Arma 3)', + sql: 'SQL', + stata: 'Stata Ado', + iecst: 'Structured Text (IEC 61131-3)', + supercollider: 'SuperCollider', + sclang: 'SuperCollider', + systemd: 'Systemd configuration file', + 't4-templating': 'T4 templating', + 't4-cs': 'T4 Text Templates (C#)', + t4: 'T4 Text Templates (C#)', + 't4-vb': 'T4 Text Templates (VB)', + tap: 'TAP', + tt2: 'Template Toolkit 2', + toml: 'TOML', + trickle: 'trickle', + troy: 'troy', + trig: 'TriG', + ts: 'TypeScript', + tsconfig: 'TSConfig', + uscript: 'UnrealScript', + uc: 'UnrealScript', + uorazor: 'UO Razor Script', + uri: 'URI', + url: 'URL', + vbnet: 'VB.Net', + vhdl: 'VHDL', + vim: 'vim', + 'visual-basic': 'Visual Basic', + vba: 'VBA', + vb: 'Visual Basic', + wasm: 'WebAssembly', + 'web-idl': 'Web IDL', + webidl: 'Web IDL', + wgsl: 'WGSL', + wiki: 'Wiki markup', + wolfram: 'Wolfram language', + nb: 'Mathematica Notebook', + wl: 'Wolfram language', + xeoracube: 'XeoraCube', + 'xml-doc': 'XML doc (.net)', + xojo: 'Xojo (REALbasic)', + xquery: 'XQuery', + yaml: 'YAML', + yml: 'YAML', + yang: 'YANG', + }; + Prism.plugins.toolbar.registerButton('show-language', (function(a) { + var t = a.element.parentNode; + if (t && /pre/i.test(t.nodeName)) { + var o, + i = t.getAttribute('data-language') || e[a.language] || ((o = a.language) ? (o.substring(0, 1).toUpperCase() + o.substring(1)).replace(/s(?=cript)/, 'S') : o); + if (i) { + var s = document.createElement('span'); + return s.textContent = i, s; + } + } + })); + } else console.warn('Show Languages plugin loaded before Toolbar plugin.'); +}(); +// Copy Button +!function() { + function t(t) { + var e = document.createElement('textarea'); + e.value = t.getText(), e.style.top = '0', e.style.left = '0', e.style.position = 'fixed', document.body.appendChild(e), e.focus(), e.select(); + try { + var o = document.execCommand('copy'); + setTimeout((function() { + o ? t.success() : t.error(); + }), 1); + } catch (e) { + setTimeout((function() { + t.error(e); + }), 1); + } + document.body.removeChild(e); + } + + 'undefined' != typeof Prism && 'undefined' != typeof document && (Prism.plugins.toolbar ? Prism.plugins.toolbar.registerButton('copy-to-clipboard', (function(e) { + var o = e.element, n = function(t) { + var e = { + copy: 'Copy', + 'copy-error': 'Press Ctrl+C to copy', + 'copy-success': 'Copied!', + 'copy-timeout': 5e3, + }; + for (var o in e) { + for (var n = 'data-prismjs-' + o, c = t; c && !c.hasAttribute(n);) c = c.parentElement; + c && (e[o] = c.getAttribute(n)); + } + return e; + }(o), c = document.createElement('button'); + c.className = 'copy-to-clipboard-button', c.setAttribute('type', 'button'); + var r = document.createElement('span'); + return c.appendChild(r), u('copy'), function(e, o) { + e.addEventListener('click', (function() { + !function(e) { + navigator.clipboard ? navigator.clipboard.writeText(e.getText()).then(e.success, (function() { + t(e); + })) : t(e); + }(o); + })); + }(c, { + getText: function() { + return o.textContent; + }, success: function() { + u('copy-success'), i(); + }, error: function() { + u('copy-error'), setTimeout((function() { + !function(t) { + window.getSelection().selectAllChildren(t); + }(o); + }), 1), i(); + }, + }), c; + + function i() { + setTimeout((function() { + u('copy'); + }), n['copy-timeout']); + } + + function u(t) { + r.textContent = n[t], c.setAttribute('data-copy-state', t); + } + })) : console.warn('Copy to Clipboard plugin loaded before Toolbar plugin.')); +}(); +// Line Numbers +!function() { + if ('undefined' != typeof Prism && 'undefined' != typeof document) { + var e = 'line-numbers', n = /\n(?!$)/g, t = Prism.plugins.lineNumbers = { + getLine: function(n, t) { + if ('PRE' === n.tagName && n.classList.contains(e)) { + var i = n.querySelector('.line-numbers-rows'); + if (i) { + var r = parseInt(n.getAttribute('data-start'), 10) || 1, s = r + (i.children.length - 1); + t < r && (t = r), t > s && (t = s); + var l = t - r; + return i.children[l]; + } + } + }, resize: function(e) { + r([e]); + }, assumeViewportIndependence: !0, + }, i = void 0; + window.addEventListener('resize', (function() { + t.assumeViewportIndependence && i === window.innerWidth || (i = window.innerWidth, r(Array.prototype.slice.call(document.querySelectorAll('pre.line-numbers')))); + })), Prism.hooks.add('complete', (function(t) { + if (t.code) { + var i = t.element, s = i.parentNode; + if (s && /pre/i.test(s.nodeName) && !i.querySelector('.line-numbers-rows') && Prism.util.isActive(i, e)) { + i.classList.remove(e), s.classList.add(e); + var l, o = t.code.match(n), a = o ? o.length + 1 : 1, u = new Array(a + 1).join(''); + (l = document.createElement('span')).setAttribute('aria-hidden', 'true'), l.className = 'line-numbers-rows', l.innerHTML = u, s.hasAttribute('data-start') && (s.style.counterReset = 'linenumber ' + (parseInt(s.getAttribute('data-start'), 10) - 1)), t.element.appendChild(l), r([s]), Prism.hooks.run('line-numbers', t); + } + } + })), Prism.hooks.add('line-numbers', (function(e) { + e.plugins = e.plugins || {}, e.plugins.lineNumbers = !0; + })); + } + + function r(e) { + if (0 != (e = e.filter((function(e) { + var n, + t = (n = e, n ? window.getComputedStyle ? getComputedStyle(n) : n.currentStyle || null : null)['white-space']; + return 'pre-wrap' === t || 'pre-line' === t; + }))).length) { + var t = e.map((function(e) { + var t = e.querySelector('code'), i = e.querySelector('.line-numbers-rows'); + if (t && i) { + var r = e.querySelector('.line-numbers-sizer'), s = t.textContent.split(n); + r || ((r = document.createElement('span')).className = 'line-numbers-sizer', t.appendChild(r)), r.innerHTML = '0', r.style.display = 'block'; + var l = r.getBoundingClientRect().height; + return r.innerHTML = '', { element: e, lines: s, lineHeights: [], oneLinerHeight: l, sizer: r }; + } + })).filter(Boolean); + t.forEach((function(e) { + var n = e.sizer, t = e.lines, i = e.lineHeights, r = e.oneLinerHeight; + i[t.length - 1] = void 0, t.forEach((function(e, t) { + if (e && e.length > 1) { + var s = n.appendChild(document.createElement('span')); + s.style.display = 'block', s.textContent = e; + } else i[t] = r; + })); + })), t.forEach((function(e) { + for (var n = e.sizer, t = e.lineHeights, i = 0, r = 0; r < t.length; r++) void 0 === t[r] && (t[r] = n.children[i++].getBoundingClientRect().height); + })), t.forEach((function(e) { + var n = e.sizer, t = e.element.querySelector('.line-numbers-rows'); + n.style.display = 'none', n.innerHTML = '', e.lineHeights.forEach((function(e, n) { + t.children[n].style.height = e + 'px'; + })); + })); + } + } +}(); \ No newline at end of file diff --git a/prism/tomorrow-theme-custom/js/scripts.min.js b/prism/tomorrow-theme-custom/js/scripts.min.js new file mode 100644 index 0000000..325fa28 --- /dev/null +++ b/prism/tomorrow-theme-custom/js/scripts.min.js @@ -0,0 +1,4374 @@ +!function(e) { + 'use strict'; + var t = function(t, n, i) { + function o() { + a.addEventListener && a.removeEventListener('load', o), a.media = i || 'all'; + } + + var r, s = e.document, a = s.createElement('link'); + if (n) r = n; else { + var l = (s.body || s.getElementsByTagName('head')[0]).childNodes; + r = l[l.length - 1]; + } + var c = s.styleSheets; + a.rel = 'stylesheet', a.href = t, a.media = 'only x', function e(t) { + return s.body ? t() : void setTimeout((function() { + e(t); + })); + }((function() { + r.parentNode.insertBefore(a, n ? r : r.nextSibling); + })); + var d = function(e) { + for (var t = a.href, n = c.length; n--;) if (c[n].href === t) return e(); + setTimeout((function() { + d(e); + })); + }; + return a.addEventListener && a.addEventListener('load', o), a.onloadcssdefined = d, d(o), a; + }; + 'undefined' != typeof exports ? exports.loadCSS = t : e.loadCSS = t; +}('undefined' != typeof global ? global : this), function(e) { + if (e.loadCSS) { + var t = loadCSS.relpreload = {}; + if (t.support = function() { + try { + return e.document.createElement('link').relList.supports('preload'); + } catch (e) { + return !1; + } + }, t.poly = function() { + for (var t = e.document.getElementsByTagName('link'), n = 0; n < t.length; n++) { + var i = t[n]; + 'preload' === i.rel && 'style' === i.getAttribute('as') && (e.loadCSS(i.href, i), i.rel = null); + } + }, !t.support()) { + t.poly(); + var n = e.setInterval(t.poly, 300); + e.addEventListener && e.addEventListener('load', (function() { + e.clearInterval(n); + })), e.attachEvent && e.attachEvent('onload', (function() { + e.clearInterval(n); + })); + } + } +}(this), function(e, t) { + 'use strict'; + 'object' == typeof module && 'object' == typeof module.exports ? module.exports = e.document ? t(e, !0) : function(e) { + if (!e.document) throw new Error('jQuery requires a window with a document'); + return t(e); + } : t(e); +}('undefined' != typeof window ? window : this, (function(e, t) { + 'use strict'; + var n = [], i = Object.getPrototypeOf, o = n.slice, r = n.flat ? function(e) { + return n.flat.call(e); + } : function(e) { + return n.concat.apply([], e); + }, s = n.push, a = n.indexOf, l = {}, c = l.toString, d = l.hasOwnProperty, u = d.toString, p = u.call(Object), + f = {}, h = function(e) { + return 'function' == typeof e && 'number' != typeof e.nodeType && 'function' != typeof e.item; + }, m = function(e) { + return null != e && e === e.window; + }, g = e.document, v = { type: !0, src: !0, nonce: !0, noModule: !0 }; + + function y(e, t, n) { + var i, o, r = (n = n || g).createElement('script'); + if (r.text = e, t) for (i in v) (o = t[i] || t.getAttribute && t.getAttribute(i)) && r.setAttribute(i, o); + n.head.appendChild(r).parentNode.removeChild(r); + } + + function b(e) { + return null == e ? e + '' : 'object' == typeof e || 'function' == typeof e ? l[c.call(e)] || 'object' : typeof e; + } + + var w = '3.6.0', x = function(e, t) { + return new x.fn.init(e, t); + }; + + function k(e) { + var t = !!e && 'length' in e && e.length, n = b(e); + return !h(e) && !m(e) && ('array' === n || 0 === t || 'number' == typeof t && 0 < t && t - 1 in e); + } + + x.fn = x.prototype = { + jquery: w, constructor: x, length: 0, toArray: function() { + return o.call(this); + }, get: function(e) { + return null == e ? o.call(this) : e < 0 ? this[e + this.length] : this[e]; + }, pushStack: function(e) { + var t = x.merge(this.constructor(), e); + return t.prevObject = this, t; + }, each: function(e) { + return x.each(this, e); + }, map: function(e) { + return this.pushStack(x.map(this, (function(t, n) { + return e.call(t, n, t); + }))); + }, slice: function() { + return this.pushStack(o.apply(this, arguments)); + }, first: function() { + return this.eq(0); + }, last: function() { + return this.eq(-1); + }, even: function() { + return this.pushStack(x.grep(this, (function(e, t) { + return (t + 1) % 2; + }))); + }, odd: function() { + return this.pushStack(x.grep(this, (function(e, t) { + return t % 2; + }))); + }, eq: function(e) { + var t = this.length, n = +e + (e < 0 ? t : 0); + return this.pushStack(0 <= n && n < t ? [this[n]] : []); + }, end: function() { + return this.prevObject || this.constructor(); + }, push: s, sort: n.sort, splice: n.splice, + }, x.extend = x.fn.extend = function() { + var e, t, n, i, o, r, s = arguments[0] || {}, a = 1, l = arguments.length, c = !1; + for ('boolean' == typeof s && (c = s, s = arguments[a] || {}, a++), 'object' == typeof s || h(s) || (s = {}), a === l && (s = this, a--); a < l; a++) if (null != (e = arguments[a])) for (t in e) i = e[t], '__proto__' !== t && s !== i && (c && i && (x.isPlainObject(i) || (o = Array.isArray(i))) ? (n = s[t], r = o && !Array.isArray(n) ? [] : o || x.isPlainObject(n) ? n : {}, o = !1, s[t] = x.extend(c, r, i)) : void 0 !== i && (s[t] = i)); + return s; + }, x.extend({ + expando: 'jQuery' + (w + Math.random()).replace(/\D/g, ''), isReady: !0, error: function(e) { + throw new Error(e); + }, noop: function() { + }, isPlainObject: function(e) { + var t, n; + return !(!e || '[object Object]' !== c.call(e) || (t = i(e)) && ('function' != typeof (n = d.call(t, 'constructor') && t.constructor) || u.call(n) !== p)); + }, isEmptyObject: function(e) { + var t; + for (t in e) return !1; + return !0; + }, globalEval: function(e, t, n) { + y(e, { nonce: t && t.nonce }, n); + }, each: function(e, t) { + var n, i = 0; + if (k(e)) for (n = e.length; i < n && !1 !== t.call(e[i], i, e[i]); i++) ; else for (i in e) if (!1 === t.call(e[i], i, e[i])) break; + return e; + }, makeArray: function(e, t) { + var n = t || []; + return null != e && (k(Object(e)) ? x.merge(n, 'string' == typeof e ? [e] : e) : s.call(n, e)), n; + }, inArray: function(e, t, n) { + return null == t ? -1 : a.call(t, e, n); + }, merge: function(e, t) { + for (var n = +t.length, i = 0, o = e.length; i < n; i++) e[o++] = t[i]; + return e.length = o, e; + }, grep: function(e, t, n) { + for (var i = [], o = 0, r = e.length, s = !n; o < r; o++) !t(e[o], o) !== s && i.push(e[o]); + return i; + }, map: function(e, t, n) { + var i, o, s = 0, a = []; + if (k(e)) for (i = e.length; s < i; s++) null != (o = t(e[s], s, n)) && a.push(o); else for (s in e) null != (o = t(e[s], s, n)) && a.push(o); + return r(a); + }, guid: 1, support: f, + }), 'function' == typeof Symbol && (x.fn[Symbol.iterator] = n[Symbol.iterator]), x.each('Boolean Number String Function Array Date RegExp Object Error Symbol'.split(' '), (function(e, t) { + l['[object ' + t + ']'] = t.toLowerCase(); + })); + var C = function(e) { + var t, n, i, o, r, s, a, l, c, d, u, p, f, h, m, g, v, y, b, w = 'sizzle' + 1 * new Date, x = e.document, k = 0, + C = 0, T = le(), S = le(), E = le(), A = le(), $ = function(e, t) { + return e === t && (u = !0), 0; + }, j = {}.hasOwnProperty, L = [], O = L.pop, N = L.push, H = L.push, I = L.slice, P = function(e, t) { + for (var n = 0, i = e.length; n < i; n++) if (e[n] === t) return n; + return -1; + }, + D = 'checked|selected|async|autofocus|autoplay|controls|defer|disabled|hidden|ismap|loop|multiple|open|readonly|required|scoped', + M = '[\\x20\\t\\r\\n\\f]', q = '(?:\\\\[\\da-fA-F]{1,6}' + M + '?|\\\\[^\\r\\n\\f]|[\\w-]|[^\0-\\x7f])+', + z = '\\[' + M + '*(' + q + ')(?:' + M + '*([*^$|!~]?=)' + M + '*(?:\'((?:\\\\.|[^\\\\\'])*)\'|"((?:\\\\.|[^\\\\"])*)"|(' + q + '))|)' + M + '*\\]', + _ = ':(' + q + ')(?:\\(((\'((?:\\\\.|[^\\\\\'])*)\'|"((?:\\\\.|[^\\\\"])*)")|((?:\\\\.|[^\\\\()[\\]]|' + z + ')*)|.*)\\)|)', + R = new RegExp(M + '+', 'g'), F = new RegExp('^' + M + '+|((?:^|[^\\\\])(?:\\\\.)*)' + M + '+$', 'g'), + W = new RegExp('^' + M + '*,' + M + '*'), B = new RegExp('^' + M + '*([>+~]|' + M + ')' + M + '*'), + Q = new RegExp(M + '|>'), U = new RegExp(_), X = new RegExp('^' + q + '$'), Y = { + ID: new RegExp('^#(' + q + ')'), + CLASS: new RegExp('^\\.(' + q + ')'), + TAG: new RegExp('^(' + q + '|[*])'), + ATTR: new RegExp('^' + z), + PSEUDO: new RegExp('^' + _), + CHILD: new RegExp('^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\(' + M + '*(even|odd|(([+-]|)(\\d*)n|)' + M + '*(?:([+-]|)' + M + '*(\\d+)|))' + M + '*\\)|)', 'i'), + bool: new RegExp('^(?:' + D + ')$', 'i'), + needsContext: new RegExp('^' + M + '*[>+~]|:(even|odd|eq|gt|lt|nth|first|last)(?:\\(' + M + '*((?:-\\d)?\\d*)' + M + '*\\)|)(?=[^-]|$)', 'i'), + }, G = /HTML$/i, V = /^(?:input|select|textarea|button)$/i, J = /^h\d$/i, Z = /^[^{]+\{\s*\[native \w/, + K = /^(?:#([\w-]+)|(\w+)|\.([\w-]+))$/, ee = /[+~]/, + te = new RegExp('\\\\[\\da-fA-F]{1,6}' + M + '?|\\\\([^\\r\\n\\f])', 'g'), ne = function(e, t) { + var n = '0x' + e.slice(1) - 65536; + return t || (n < 0 ? String.fromCharCode(n + 65536) : String.fromCharCode(n >> 10 | 55296, 1023 & n | 56320)); + }, ie = /([\0-\x1f\x7f]|^-?\d)|^-$|[^\0-\x1f\x7f-\uFFFF\w-]/g, oe = function(e, t) { + return t ? '\0' === e ? '�' : e.slice(0, -1) + '\\' + e.charCodeAt(e.length - 1).toString(16) + ' ' : '\\' + e; + }, re = function() { + p(); + }, se = we((function(e) { + return !0 === e.disabled && 'fieldset' === e.nodeName.toLowerCase(); + }), { dir: 'parentNode', next: 'legend' }); + try { + H.apply(L = I.call(x.childNodes), x.childNodes), L[x.childNodes.length].nodeType; + } catch (t) { + H = { + apply: L.length ? function(e, t) { + N.apply(e, I.call(t)); + } : function(e, t) { + for (var n = e.length, i = 0; e[n++] = t[i++];) ; + e.length = n - 1; + }, + }; + } + + function ae(e, t, i, o) { + var r, a, c, d, u, h, v, y = t && t.ownerDocument, x = t ? t.nodeType : 9; + if (i = i || [], 'string' != typeof e || !e || 1 !== x && 9 !== x && 11 !== x) return i; + if (!o && (p(t), t = t || f, m)) { + if (11 !== x && (u = K.exec(e))) if (r = u[1]) { + if (9 === x) { + if (!(c = t.getElementById(r))) return i; + if (c.id === r) return i.push(c), i; + } else if (y && (c = y.getElementById(r)) && b(t, c) && c.id === r) return i.push(c), i; + } else { + if (u[2]) return H.apply(i, t.getElementsByTagName(e)), i; + if ((r = u[3]) && n.getElementsByClassName && t.getElementsByClassName) return H.apply(i, t.getElementsByClassName(r)), i; + } + if (n.qsa && !A[e + ' '] && (!g || !g.test(e)) && (1 !== x || 'object' !== t.nodeName.toLowerCase())) { + if (v = e, y = t, 1 === x && (Q.test(e) || B.test(e))) { + for ((y = ee.test(e) && ve(t.parentNode) || t) === t && n.scope || ((d = t.getAttribute('id')) ? d = d.replace(ie, oe) : t.setAttribute('id', d = w)), a = (h = s(e)).length; a--;) h[a] = (d ? '#' + d : ':scope') + ' ' + be(h[a]); + v = h.join(','); + } + try { + return H.apply(i, y.querySelectorAll(v)), i; + } catch (t) { + A(e, !0); + } finally { + d === w && t.removeAttribute('id'); + } + } + } + return l(e.replace(F, '$1'), t, i, o); + } + + function le() { + var e = []; + return function t(n, o) { + return e.push(n + ' ') > i.cacheLength && delete t[e.shift()], t[n + ' '] = o; + }; + } + + function ce(e) { + return e[w] = !0, e; + } + + function de(e) { + var t = f.createElement('fieldset'); + try { + return !!e(t); + } catch (e) { + return !1; + } finally { + t.parentNode && t.parentNode.removeChild(t), t = null; + } + } + + function ue(e, t) { + for (var n = e.split('|'), o = n.length; o--;) i.attrHandle[n[o]] = t; + } + + function pe(e, t) { + var n = t && e, i = n && 1 === e.nodeType && 1 === t.nodeType && e.sourceIndex - t.sourceIndex; + if (i) return i; + if (n) for (; n = n.nextSibling;) if (n === t) return -1; + return e ? 1 : -1; + } + + function fe(e) { + return function(t) { + return 'input' === t.nodeName.toLowerCase() && t.type === e; + }; + } + + function he(e) { + return function(t) { + var n = t.nodeName.toLowerCase(); + return ('input' === n || 'button' === n) && t.type === e; + }; + } + + function me(e) { + return function(t) { + return 'form' in t ? t.parentNode && !1 === t.disabled ? 'label' in t ? 'label' in t.parentNode ? t.parentNode.disabled === e : t.disabled === e : t.isDisabled === e || t.isDisabled !== !e && se(t) === e : t.disabled === e : 'label' in t && t.disabled === e; + }; + } + + function ge(e) { + return ce((function(t) { + return t = +t, ce((function(n, i) { + for (var o, r = e([], n.length, t), s = r.length; s--;) n[o = r[s]] && (n[o] = !(i[o] = n[o])); + })); + })); + } + + function ve(e) { + return e && void 0 !== e.getElementsByTagName && e; + } + + for (t in n = ae.support = {}, r = ae.isXML = function(e) { + var t = e && e.namespaceURI, n = e && (e.ownerDocument || e).documentElement; + return !G.test(t || n && n.nodeName || 'HTML'); + }, p = ae.setDocument = function(e) { + var t, o, s = e ? e.ownerDocument || e : x; + return s != f && 9 === s.nodeType && s.documentElement && (h = (f = s).documentElement, m = !r(f), x != f && (o = f.defaultView) && o.top !== o && (o.addEventListener ? o.addEventListener('unload', re, !1) : o.attachEvent && o.attachEvent('onunload', re)), n.scope = de((function(e) { + return h.appendChild(e).appendChild(f.createElement('div')), void 0 !== e.querySelectorAll && !e.querySelectorAll(':scope fieldset div').length; + })), n.attributes = de((function(e) { + return e.className = 'i', !e.getAttribute('className'); + })), n.getElementsByTagName = de((function(e) { + return e.appendChild(f.createComment('')), !e.getElementsByTagName('*').length; + })), n.getElementsByClassName = Z.test(f.getElementsByClassName), n.getById = de((function(e) { + return h.appendChild(e).id = w, !f.getElementsByName || !f.getElementsByName(w).length; + })), n.getById ? (i.filter.ID = function(e) { + var t = e.replace(te, ne); + return function(e) { + return e.getAttribute('id') === t; + }; + }, i.find.ID = function(e, t) { + if (void 0 !== t.getElementById && m) { + var n = t.getElementById(e); + return n ? [n] : []; + } + }) : (i.filter.ID = function(e) { + var t = e.replace(te, ne); + return function(e) { + var n = void 0 !== e.getAttributeNode && e.getAttributeNode('id'); + return n && n.value === t; + }; + }, i.find.ID = function(e, t) { + if (void 0 !== t.getElementById && m) { + var n, i, o, r = t.getElementById(e); + if (r) { + if ((n = r.getAttributeNode('id')) && n.value === e) return [r]; + for (o = t.getElementsByName(e), i = 0; r = o[i++];) if ((n = r.getAttributeNode('id')) && n.value === e) return [r]; + } + return []; + } + }), i.find.TAG = n.getElementsByTagName ? function(e, t) { + return void 0 !== t.getElementsByTagName ? t.getElementsByTagName(e) : n.qsa ? t.querySelectorAll(e) : void 0; + } : function(e, t) { + var n, i = [], o = 0, r = t.getElementsByTagName(e); + if ('*' === e) { + for (; n = r[o++];) 1 === n.nodeType && i.push(n); + return i; + } + return r; + }, i.find.CLASS = n.getElementsByClassName && function(e, t) { + if (void 0 !== t.getElementsByClassName && m) return t.getElementsByClassName(e); + }, v = [], g = [], (n.qsa = Z.test(f.querySelectorAll)) && (de((function(e) { + var t; + h.appendChild(e).innerHTML = '', e.querySelectorAll('[msallowcapture^=\'\']').length && g.push('[*^$]=' + M + '*(?:\'\'|"")'), e.querySelectorAll('[selected]').length || g.push('\\[' + M + '*(?:value|' + D + ')'), e.querySelectorAll('[id~=' + w + '-]').length || g.push('~='), (t = f.createElement('input')).setAttribute('name', ''), e.appendChild(t), e.querySelectorAll('[name=\'\']').length || g.push('\\[' + M + '*name' + M + '*=' + M + '*(?:\'\'|"")'), e.querySelectorAll(':checked').length || g.push(':checked'), e.querySelectorAll('a#' + w + '+*').length || g.push('.#.+[+~]'), e.querySelectorAll('\\\f'), g.push('[\\r\\n\\f]'); + })), de((function(e) { + e.innerHTML = ''; + var t = f.createElement('input'); + t.setAttribute('type', 'hidden'), e.appendChild(t).setAttribute('name', 'D'), e.querySelectorAll('[name=d]').length && g.push('name' + M + '*[*^$|!~]?='), 2 !== e.querySelectorAll(':enabled').length && g.push(':enabled', ':disabled'), h.appendChild(e).disabled = !0, 2 !== e.querySelectorAll(':disabled').length && g.push(':enabled', ':disabled'), e.querySelectorAll('*,:x'), g.push(',.*:'); + }))), (n.matchesSelector = Z.test(y = h.matches || h.webkitMatchesSelector || h.mozMatchesSelector || h.oMatchesSelector || h.msMatchesSelector)) && de((function(e) { + n.disconnectedMatch = y.call(e, '*'), y.call(e, '[s!=\'\']:x'), v.push('!=', _); + })), g = g.length && new RegExp(g.join('|')), v = v.length && new RegExp(v.join('|')), t = Z.test(h.compareDocumentPosition), b = t || Z.test(h.contains) ? function(e, t) { + var n = 9 === e.nodeType ? e.documentElement : e, i = t && t.parentNode; + return e === i || !(!i || 1 !== i.nodeType || !(n.contains ? n.contains(i) : e.compareDocumentPosition && 16 & e.compareDocumentPosition(i))); + } : function(e, t) { + if (t) for (; t = t.parentNode;) if (t === e) return !0; + return !1; + }, $ = t ? function(e, t) { + if (e === t) return u = !0, 0; + var i = !e.compareDocumentPosition - !t.compareDocumentPosition; + return i || (1 & (i = (e.ownerDocument || e) == (t.ownerDocument || t) ? e.compareDocumentPosition(t) : 1) || !n.sortDetached && t.compareDocumentPosition(e) === i ? e == f || e.ownerDocument == x && b(x, e) ? -1 : t == f || t.ownerDocument == x && b(x, t) ? 1 : d ? P(d, e) - P(d, t) : 0 : 4 & i ? -1 : 1); + } : function(e, t) { + if (e === t) return u = !0, 0; + var n, i = 0, o = e.parentNode, r = t.parentNode, s = [e], a = [t]; + if (!o || !r) return e == f ? -1 : t == f ? 1 : o ? -1 : r ? 1 : d ? P(d, e) - P(d, t) : 0; + if (o === r) return pe(e, t); + for (n = e; n = n.parentNode;) s.unshift(n); + for (n = t; n = n.parentNode;) a.unshift(n); + for (; s[i] === a[i];) i++; + return i ? pe(s[i], a[i]) : s[i] == x ? -1 : a[i] == x ? 1 : 0; + }), f; + }, ae.matches = function(e, t) { + return ae(e, null, null, t); + }, ae.matchesSelector = function(e, t) { + if (p(e), n.matchesSelector && m && !A[t + ' '] && (!v || !v.test(t)) && (!g || !g.test(t))) try { + var i = y.call(e, t); + if (i || n.disconnectedMatch || e.document && 11 !== e.document.nodeType) return i; + } catch (e) { + A(t, !0); + } + return 0 < ae(t, f, null, [e]).length; + }, ae.contains = function(e, t) { + return (e.ownerDocument || e) != f && p(e), b(e, t); + }, ae.attr = function(e, t) { + (e.ownerDocument || e) != f && p(e); + var o = i.attrHandle[t.toLowerCase()], + r = o && j.call(i.attrHandle, t.toLowerCase()) ? o(e, t, !m) : void 0; + return void 0 !== r ? r : n.attributes || !m ? e.getAttribute(t) : (r = e.getAttributeNode(t)) && r.specified ? r.value : null; + }, ae.escape = function(e) { + return (e + '').replace(ie, oe); + }, ae.error = function(e) { + throw new Error('Syntax error, unrecognized expression: ' + e); + }, ae.uniqueSort = function(e) { + var t, i = [], o = 0, r = 0; + if (u = !n.detectDuplicates, d = !n.sortStable && e.slice(0), e.sort($), u) { + for (; t = e[r++];) t === e[r] && (o = i.push(r)); + for (; o--;) e.splice(i[o], 1); + } + return d = null, e; + }, o = ae.getText = function(e) { + var t, n = '', i = 0, r = e.nodeType; + if (r) { + if (1 === r || 9 === r || 11 === r) { + if ('string' == typeof e.textContent) return e.textContent; + for (e = e.firstChild; e; e = e.nextSibling) n += o(e); + } else if (3 === r || 4 === r) return e.nodeValue; + } else for (; t = e[i++];) n += o(t); + return n; + }, (i = ae.selectors = { + cacheLength: 50, + createPseudo: ce, + match: Y, + attrHandle: {}, + find: {}, + relative: { + '>': { dir: 'parentNode', first: !0 }, + ' ': { dir: 'parentNode' }, + '+': { dir: 'previousSibling', first: !0 }, + '~': { dir: 'previousSibling' }, + }, + preFilter: { + ATTR: function(e) { + return e[1] = e[1].replace(te, ne), e[3] = (e[3] || e[4] || e[5] || '').replace(te, ne), '~=' === e[2] && (e[3] = ' ' + e[3] + ' '), e.slice(0, 4); + }, CHILD: function(e) { + return e[1] = e[1].toLowerCase(), 'nth' === e[1].slice(0, 3) ? (e[3] || ae.error(e[0]), e[4] = +(e[4] ? e[5] + (e[6] || 1) : 2 * ('even' === e[3] || 'odd' === e[3])), e[5] = +(e[7] + e[8] || 'odd' === e[3])) : e[3] && ae.error(e[0]), e; + }, PSEUDO: function(e) { + var t, n = !e[6] && e[2]; + return Y.CHILD.test(e[0]) ? null : (e[3] ? e[2] = e[4] || e[5] || '' : n && U.test(n) && (t = s(n, !0)) && (t = n.indexOf(')', n.length - t) - n.length) && (e[0] = e[0].slice(0, t), e[2] = n.slice(0, t)), e.slice(0, 3)); + }, + }, + filter: { + TAG: function(e) { + var t = e.replace(te, ne).toLowerCase(); + return '*' === e ? function() { + return !0; + } : function(e) { + return e.nodeName && e.nodeName.toLowerCase() === t; + }; + }, CLASS: function(e) { + var t = T[e + ' ']; + return t || (t = new RegExp('(^|' + M + ')' + e + '(' + M + '|$)')) && T(e, (function(e) { + return t.test('string' == typeof e.className && e.className || void 0 !== e.getAttribute && e.getAttribute('class') || ''); + })); + }, ATTR: function(e, t, n) { + return function(i) { + var o = ae.attr(i, e); + return null == o ? '!=' === t : !t || (o += '', '=' === t ? o === n : '!=' === t ? o !== n : '^=' === t ? n && 0 === o.indexOf(n) : '*=' === t ? n && -1 < o.indexOf(n) : '$=' === t ? n && o.slice(-n.length) === n : '~=' === t ? -1 < (' ' + o.replace(R, ' ') + ' ').indexOf(n) : '|=' === t && (o === n || o.slice(0, n.length + 1) === n + '-')); + }; + }, CHILD: function(e, t, n, i, o) { + var r = 'nth' !== e.slice(0, 3), s = 'last' !== e.slice(-4), a = 'of-type' === t; + return 1 === i && 0 === o ? function(e) { + return !!e.parentNode; + } : function(t, n, l) { + var c, d, u, p, f, h, m = r !== s ? 'nextSibling' : 'previousSibling', g = t.parentNode, + v = a && t.nodeName.toLowerCase(), y = !l && !a, b = !1; + if (g) { + if (r) { + for (; m;) { + for (p = t; p = p[m];) if (a ? p.nodeName.toLowerCase() === v : 1 === p.nodeType) return !1; + h = m = 'only' === e && !h && 'nextSibling'; + } + return !0; + } + if (h = [s ? g.firstChild : g.lastChild], s && y) { + for (b = (f = (c = (d = (u = (p = g)[w] || (p[w] = {}))[p.uniqueID] || (u[p.uniqueID] = {}))[e] || [])[0] === k && c[1]) && c[2], p = f && g.childNodes[f]; p = ++f && p && p[m] || (b = f = 0) || h.pop();) if (1 === p.nodeType && ++b && p === t) { + d[e] = [k, f, b]; + break; + } + } else if (y && (b = f = (c = (d = (u = (p = t)[w] || (p[w] = {}))[p.uniqueID] || (u[p.uniqueID] = {}))[e] || [])[0] === k && c[1]), !1 === b) for (; (p = ++f && p && p[m] || (b = f = 0) || h.pop()) && ((a ? p.nodeName.toLowerCase() !== v : 1 !== p.nodeType) || !++b || (y && ((d = (u = p[w] || (p[w] = {}))[p.uniqueID] || (u[p.uniqueID] = {}))[e] = [k, b]), p !== t));) ; + return (b -= o) === i || b % i == 0 && 0 <= b / i; + } + }; + }, PSEUDO: function(e, t) { + var n, o = i.pseudos[e] || i.setFilters[e.toLowerCase()] || ae.error('unsupported pseudo: ' + e); + return o[w] ? o(t) : 1 < o.length ? (n = [e, e, '', t], i.setFilters.hasOwnProperty(e.toLowerCase()) ? ce((function(e, n) { + for (var i, r = o(e, t), s = r.length; s--;) e[i = P(e, r[s])] = !(n[i] = r[s]); + })) : function(e) { + return o(e, 0, n); + }) : o; + }, + }, + pseudos: { + not: ce((function(e) { + var t = [], n = [], i = a(e.replace(F, '$1')); + return i[w] ? ce((function(e, t, n, o) { + for (var r, s = i(e, null, o, []), a = e.length; a--;) (r = s[a]) && (e[a] = !(t[a] = r)); + })) : function(e, o, r) { + return t[0] = e, i(t, null, r, n), t[0] = null, !n.pop(); + }; + })), has: ce((function(e) { + return function(t) { + return 0 < ae(e, t).length; + }; + })), contains: ce((function(e) { + return e = e.replace(te, ne), function(t) { + return -1 < (t.textContent || o(t)).indexOf(e); + }; + })), lang: ce((function(e) { + return X.test(e || '') || ae.error('unsupported lang: ' + e), e = e.replace(te, ne).toLowerCase(), function(t) { + var n; + do { + if (n = m ? t.lang : t.getAttribute('xml:lang') || t.getAttribute('lang')) return (n = n.toLowerCase()) === e || 0 === n.indexOf(e + '-'); + } while ((t = t.parentNode) && 1 === t.nodeType); + return !1; + }; + })), target: function(t) { + var n = e.location && e.location.hash; + return n && n.slice(1) === t.id; + }, root: function(e) { + return e === h; + }, focus: function(e) { + return e === f.activeElement && (!f.hasFocus || f.hasFocus()) && !!(e.type || e.href || ~e.tabIndex); + }, enabled: me(!1), disabled: me(!0), checked: function(e) { + var t = e.nodeName.toLowerCase(); + return 'input' === t && !!e.checked || 'option' === t && !!e.selected; + }, selected: function(e) { + return e.parentNode && e.parentNode.selectedIndex, !0 === e.selected; + }, empty: function(e) { + for (e = e.firstChild; e; e = e.nextSibling) if (e.nodeType < 6) return !1; + return !0; + }, parent: function(e) { + return !i.pseudos.empty(e); + }, header: function(e) { + return J.test(e.nodeName); + }, input: function(e) { + return V.test(e.nodeName); + }, button: function(e) { + var t = e.nodeName.toLowerCase(); + return 'input' === t && 'button' === e.type || 'button' === t; + }, text: function(e) { + var t; + return 'input' === e.nodeName.toLowerCase() && 'text' === e.type && (null == (t = e.getAttribute('type')) || 'text' === t.toLowerCase()); + }, first: ge((function() { + return [0]; + })), last: ge((function(e, t) { + return [t - 1]; + })), eq: ge((function(e, t, n) { + return [n < 0 ? n + t : n]; + })), even: ge((function(e, t) { + for (var n = 0; n < t; n += 2) e.push(n); + return e; + })), odd: ge((function(e, t) { + for (var n = 1; n < t; n += 2) e.push(n); + return e; + })), lt: ge((function(e, t, n) { + for (var i = n < 0 ? n + t : t < n ? t : n; 0 <= --i;) e.push(i); + return e; + })), gt: ge((function(e, t, n) { + for (var i = n < 0 ? n + t : n; ++i < t;) e.push(i); + return e; + })), + }, + }).pseudos.nth = i.pseudos.eq, { + radio: !0, + checkbox: !0, + file: !0, + password: !0, + image: !0, + }) i.pseudos[t] = fe(t); + for (t in { submit: !0, reset: !0 }) i.pseudos[t] = he(t); + + function ye() { + } + + function be(e) { + for (var t = 0, n = e.length, i = ''; t < n; t++) i += e[t].value; + return i; + } + + function we(e, t, n) { + var i = t.dir, o = t.next, r = o || i, s = n && 'parentNode' === r, a = C++; + return t.first ? function(t, n, o) { + for (; t = t[i];) if (1 === t.nodeType || s) return e(t, n, o); + return !1; + } : function(t, n, l) { + var c, d, u, p = [k, a]; + if (l) { + for (; t = t[i];) if ((1 === t.nodeType || s) && e(t, n, l)) return !0; + } else for (; t = t[i];) if (1 === t.nodeType || s) if (d = (u = t[w] || (t[w] = {}))[t.uniqueID] || (u[t.uniqueID] = {}), o && o === t.nodeName.toLowerCase()) t = t[i] || t; else { + if ((c = d[r]) && c[0] === k && c[1] === a) return p[2] = c[2]; + if ((d[r] = p)[2] = e(t, n, l)) return !0; + } + return !1; + }; + } + + function xe(e) { + return 1 < e.length ? function(t, n, i) { + for (var o = e.length; o--;) if (!e[o](t, n, i)) return !1; + return !0; + } : e[0]; + } + + function ke(e, t, n, i, o) { + for (var r, s = [], a = 0, l = e.length, c = null != t; a < l; a++) (r = e[a]) && (n && !n(r, i, o) || (s.push(r), c && t.push(a))); + return s; + } + + function Ce(e, t, n, i, o, r) { + return i && !i[w] && (i = Ce(i)), o && !o[w] && (o = Ce(o, r)), ce((function(r, s, a, l) { + var c, d, u, p = [], f = [], h = s.length, m = r || function(e, t, n) { + for (var i = 0, o = t.length; i < o; i++) ae(e, t[i], n); + return n; + }(t || '*', a.nodeType ? [a] : a, []), g = !e || !r && t ? m : ke(m, p, e, a, l), + v = n ? o || (r ? e : h || i) ? [] : s : g; + if (n && n(g, v, a, l), i) for (c = ke(v, f), i(c, [], a, l), d = c.length; d--;) (u = c[d]) && (v[f[d]] = !(g[f[d]] = u)); + if (r) { + if (o || e) { + if (o) { + for (c = [], d = v.length; d--;) (u = v[d]) && c.push(g[d] = u); + o(null, v = [], c, l); + } + for (d = v.length; d--;) (u = v[d]) && -1 < (c = o ? P(r, u) : p[d]) && (r[c] = !(s[c] = u)); + } + } else v = ke(v === s ? v.splice(h, v.length) : v), o ? o(null, s, v, l) : H.apply(s, v); + })); + } + + function Te(e) { + for (var t, n, o, r = e.length, s = i.relative[e[0].type], a = s || i.relative[' '], l = s ? 1 : 0, d = we((function(e) { + return e === t; + }), a, !0), u = we((function(e) { + return -1 < P(t, e); + }), a, !0), p = [function(e, n, i) { + var o = !s && (i || n !== c) || ((t = n).nodeType ? d(e, n, i) : u(e, n, i)); + return t = null, o; + }]; l < r; l++) if (n = i.relative[e[l].type]) p = [we(xe(p), n)]; else { + if ((n = i.filter[e[l].type].apply(null, e[l].matches))[w]) { + for (o = ++l; o < r && !i.relative[e[o].type]; o++) ; + return Ce(1 < l && xe(p), 1 < l && be(e.slice(0, l - 1).concat({ value: ' ' === e[l - 2].type ? '*' : '' })).replace(F, '$1'), n, l < o && Te(e.slice(l, o)), o < r && Te(e = e.slice(o)), o < r && be(e)); + } + p.push(n); + } + return xe(p); + } + + return ye.prototype = i.filters = i.pseudos, i.setFilters = new ye, s = ae.tokenize = function(e, t) { + var n, o, r, s, a, l, c, d = S[e + ' ']; + if (d) return t ? 0 : d.slice(0); + for (a = e, l = [], c = i.preFilter; a;) { + for (s in n && !(o = W.exec(a)) || (o && (a = a.slice(o[0].length) || a), l.push(r = [])), n = !1, (o = B.exec(a)) && (n = o.shift(), r.push({ + value: n, + type: o[0].replace(F, ' '), + }), a = a.slice(n.length)), i.filter) !(o = Y[s].exec(a)) || c[s] && !(o = c[s](o)) || (n = o.shift(), r.push({ + value: n, + type: s, + matches: o, + }), a = a.slice(n.length)); + if (!n) break; + } + return t ? a.length : a ? ae.error(e) : S(e, l).slice(0); + }, a = ae.compile = function(e, t) { + var n, o, r, a, l, d, u = [], h = [], g = E[e + ' ']; + if (!g) { + for (t || (t = s(e)), n = t.length; n--;) (g = Te(t[n]))[w] ? u.push(g) : h.push(g); + (g = E(e, (o = h, a = 0 < (r = u).length, l = 0 < o.length, d = function(e, t, n, s, d) { + var u, h, g, v = 0, y = '0', b = e && [], w = [], x = c, C = e || l && i.find.TAG('*', d), + T = k += null == x ? 1 : Math.random() || .1, S = C.length; + for (d && (c = t == f || t || d); y !== S && null != (u = C[y]); y++) { + if (l && u) { + for (h = 0, t || u.ownerDocument == f || (p(u), n = !m); g = o[h++];) if (g(u, t || f, n)) { + s.push(u); + break; + } + d && (k = T); + } + a && ((u = !g && u) && v--, e && b.push(u)); + } + if (v += y, a && y !== v) { + for (h = 0; g = r[h++];) g(b, w, t, n); + if (e) { + if (0 < v) for (; y--;) b[y] || w[y] || (w[y] = O.call(s)); + w = ke(w); + } + H.apply(s, w), d && !e && 0 < w.length && 1 < v + r.length && ae.uniqueSort(s); + } + return d && (k = T, c = x), b; + }, a ? ce(d) : d))).selector = e; + } + return g; + }, l = ae.select = function(e, t, n, o) { + var r, l, c, d, u, p = 'function' == typeof e && e, f = !o && s(e = p.selector || e); + if (n = n || [], 1 === f.length) { + if (2 < (l = f[0] = f[0].slice(0)).length && 'ID' === (c = l[0]).type && 9 === t.nodeType && m && i.relative[l[1].type]) { + if (!(t = (i.find.ID(c.matches[0].replace(te, ne), t) || [])[0])) return n; + p && (t = t.parentNode), e = e.slice(l.shift().value.length); + } + for (r = Y.needsContext.test(e) ? 0 : l.length; r-- && (c = l[r], !i.relative[d = c.type]);) if ((u = i.find[d]) && (o = u(c.matches[0].replace(te, ne), ee.test(l[0].type) && ve(t.parentNode) || t))) { + if (l.splice(r, 1), !(e = o.length && be(l))) return H.apply(n, o), n; + break; + } + } + return (p || a(e, f))(o, t, !m, n, !t || ee.test(e) && ve(t.parentNode) || t), n; + }, n.sortStable = w.split('').sort($).join('') === w, n.detectDuplicates = !!u, p(), n.sortDetached = de((function(e) { + return 1 & e.compareDocumentPosition(f.createElement('fieldset')); + })), de((function(e) { + return e.innerHTML = '', '#' === e.firstChild.getAttribute('href'); + })) || ue('type|href|height|width', (function(e, t, n) { + if (!n) return e.getAttribute(t, 'type' === t.toLowerCase() ? 1 : 2); + })), n.attributes && de((function(e) { + return e.innerHTML = '', e.firstChild.setAttribute('value', ''), '' === e.firstChild.getAttribute('value'); + })) || ue('value', (function(e, t, n) { + if (!n && 'input' === e.nodeName.toLowerCase()) return e.defaultValue; + })), de((function(e) { + return null == e.getAttribute('disabled'); + })) || ue(D, (function(e, t, n) { + var i; + if (!n) return !0 === e[t] ? t.toLowerCase() : (i = e.getAttributeNode(t)) && i.specified ? i.value : null; + })), ae; + }(e); + x.find = C, x.expr = C.selectors, x.expr[':'] = x.expr.pseudos, x.uniqueSort = x.unique = C.uniqueSort, x.text = C.getText, x.isXMLDoc = C.isXML, x.contains = C.contains, x.escapeSelector = C.escape; + var T = function(e, t, n) { + for (var i = [], o = void 0 !== n; (e = e[t]) && 9 !== e.nodeType;) if (1 === e.nodeType) { + if (o && x(e).is(n)) break; + i.push(e); + } + return i; + }, S = function(e, t) { + for (var n = []; e; e = e.nextSibling) 1 === e.nodeType && e !== t && n.push(e); + return n; + }, E = x.expr.match.needsContext; + + function A(e, t) { + return e.nodeName && e.nodeName.toLowerCase() === t.toLowerCase(); + } + + var $ = /^<([a-z][^\/\0>:\x20\t\r\n\f]*)[\x20\t\r\n\f]*\/?>(?:<\/\1>|)$/i; + + function j(e, t, n) { + return h(t) ? x.grep(e, (function(e, i) { + return !!t.call(e, i, e) !== n; + })) : t.nodeType ? x.grep(e, (function(e) { + return e === t !== n; + })) : 'string' != typeof t ? x.grep(e, (function(e) { + return -1 < a.call(t, e) !== n; + })) : x.filter(t, e, n); + } + + x.filter = function(e, t, n) { + var i = t[0]; + return n && (e = ':not(' + e + ')'), 1 === t.length && 1 === i.nodeType ? x.find.matchesSelector(i, e) ? [i] : [] : x.find.matches(e, x.grep(t, (function(e) { + return 1 === e.nodeType; + }))); + }, x.fn.extend({ + find: function(e) { + var t, n, i = this.length, o = this; + if ('string' != typeof e) return this.pushStack(x(e).filter((function() { + for (t = 0; t < i; t++) if (x.contains(o[t], this)) return !0; + }))); + for (n = this.pushStack([]), t = 0; t < i; t++) x.find(e, o[t], n); + return 1 < i ? x.uniqueSort(n) : n; + }, filter: function(e) { + return this.pushStack(j(this, e || [], !1)); + }, not: function(e) { + return this.pushStack(j(this, e || [], !0)); + }, is: function(e) { + return !!j(this, 'string' == typeof e && E.test(e) ? x(e) : e || [], !1).length; + }, + }); + var L, O = /^(?:\s*(<[\w\W]+>)[^>]*|#([\w-]+))$/; + (x.fn.init = function(e, t, n) { + var i, o; + if (!e) return this; + if (n = n || L, 'string' == typeof e) { + if (!(i = '<' === e[0] && '>' === e[e.length - 1] && 3 <= e.length ? [null, e, null] : O.exec(e)) || !i[1] && t) return !t || t.jquery ? (t || n).find(e) : this.constructor(t).find(e); + if (i[1]) { + if (t = t instanceof x ? t[0] : t, x.merge(this, x.parseHTML(i[1], t && t.nodeType ? t.ownerDocument || t : g, !0)), $.test(i[1]) && x.isPlainObject(t)) for (i in t) h(this[i]) ? this[i](t[i]) : this.attr(i, t[i]); + return this; + } + return (o = g.getElementById(i[2])) && (this[0] = o, this.length = 1), this; + } + return e.nodeType ? (this[0] = e, this.length = 1, this) : h(e) ? void 0 !== n.ready ? n.ready(e) : e(x) : x.makeArray(e, this); + }).prototype = x.fn, L = x(g); + var N = /^(?:parents|prev(?:Until|All))/, H = { children: !0, contents: !0, next: !0, prev: !0 }; + + function I(e, t) { + for (; (e = e[t]) && 1 !== e.nodeType;) ; + return e; + } + + x.fn.extend({ + has: function(e) { + var t = x(e, this), n = t.length; + return this.filter((function() { + for (var e = 0; e < n; e++) if (x.contains(this, t[e])) return !0; + })); + }, closest: function(e, t) { + var n, i = 0, o = this.length, r = [], s = 'string' != typeof e && x(e); + if (!E.test(e)) for (; i < o; i++) for (n = this[i]; n && n !== t; n = n.parentNode) if (n.nodeType < 11 && (s ? -1 < s.index(n) : 1 === n.nodeType && x.find.matchesSelector(n, e))) { + r.push(n); + break; + } + return this.pushStack(1 < r.length ? x.uniqueSort(r) : r); + }, index: function(e) { + return e ? 'string' == typeof e ? a.call(x(e), this[0]) : a.call(this, e.jquery ? e[0] : e) : this[0] && this[0].parentNode ? this.first().prevAll().length : -1; + }, add: function(e, t) { + return this.pushStack(x.uniqueSort(x.merge(this.get(), x(e, t)))); + }, addBack: function(e) { + return this.add(null == e ? this.prevObject : this.prevObject.filter(e)); + }, + }), x.each({ + parent: function(e) { + var t = e.parentNode; + return t && 11 !== t.nodeType ? t : null; + }, parents: function(e) { + return T(e, 'parentNode'); + }, parentsUntil: function(e, t, n) { + return T(e, 'parentNode', n); + }, next: function(e) { + return I(e, 'nextSibling'); + }, prev: function(e) { + return I(e, 'previousSibling'); + }, nextAll: function(e) { + return T(e, 'nextSibling'); + }, prevAll: function(e) { + return T(e, 'previousSibling'); + }, nextUntil: function(e, t, n) { + return T(e, 'nextSibling', n); + }, prevUntil: function(e, t, n) { + return T(e, 'previousSibling', n); + }, siblings: function(e) { + return S((e.parentNode || {}).firstChild, e); + }, children: function(e) { + return S(e.firstChild); + }, contents: function(e) { + return null != e.contentDocument && i(e.contentDocument) ? e.contentDocument : (A(e, 'template') && (e = e.content || e), x.merge([], e.childNodes)); + }, + }, (function(e, t) { + x.fn[e] = function(n, i) { + var o = x.map(this, t, n); + return 'Until' !== e.slice(-5) && (i = n), i && 'string' == typeof i && (o = x.filter(i, o)), 1 < this.length && (H[e] || x.uniqueSort(o), N.test(e) && o.reverse()), this.pushStack(o); + }; + })); + var P = /[^\x20\t\r\n\f]+/g; + + function D(e) { + return e; + } + + function M(e) { + throw e; + } + + function q(e, t, n, i) { + var o; + try { + e && h(o = e.promise) ? o.call(e).done(t).fail(n) : e && h(o = e.then) ? o.call(e, t, n) : t.apply(void 0, [e].slice(i)); + } catch (e) { + n.apply(void 0, [e]); + } + } + + x.Callbacks = function(e) { + var t, n; + e = 'string' == typeof e ? (t = e, n = {}, x.each(t.match(P) || [], (function(e, t) { + n[t] = !0; + })), n) : x.extend({}, e); + var i, o, r, s, a = [], l = [], c = -1, d = function() { + for (s = s || e.once, r = i = !0; l.length; c = -1) for (o = l.shift(); ++c < a.length;) !1 === a[c].apply(o[0], o[1]) && e.stopOnFalse && (c = a.length, o = !1); + e.memory || (o = !1), i = !1, s && (a = o ? [] : ''); + }, u = { + add: function() { + return a && (o && !i && (c = a.length - 1, l.push(o)), function t(n) { + x.each(n, (function(n, i) { + h(i) ? e.unique && u.has(i) || a.push(i) : i && i.length && 'string' !== b(i) && t(i); + })); + }(arguments), o && !i && d()), this; + }, remove: function() { + return x.each(arguments, (function(e, t) { + for (var n; -1 < (n = x.inArray(t, a, n));) a.splice(n, 1), n <= c && c--; + })), this; + }, has: function(e) { + return e ? -1 < x.inArray(e, a) : 0 < a.length; + }, empty: function() { + return a && (a = []), this; + }, disable: function() { + return s = l = [], a = o = '', this; + }, disabled: function() { + return !a; + }, lock: function() { + return s = l = [], o || i || (a = o = ''), this; + }, locked: function() { + return !!s; + }, fireWith: function(e, t) { + return s || (t = [e, (t = t || []).slice ? t.slice() : t], l.push(t), i || d()), this; + }, fire: function() { + return u.fireWith(this, arguments), this; + }, fired: function() { + return !!r; + }, + }; + return u; + }, x.extend({ + Deferred: function(t) { + var n = [['notify', 'progress', x.Callbacks('memory'), x.Callbacks('memory'), 2], ['resolve', 'done', x.Callbacks('once memory'), x.Callbacks('once memory'), 0, 'resolved'], ['reject', 'fail', x.Callbacks('once memory'), x.Callbacks('once memory'), 1, 'rejected']], + i = 'pending', o = { + state: function() { + return i; + }, always: function() { + return r.done(arguments).fail(arguments), this; + }, catch: function(e) { + return o.then(null, e); + }, pipe: function() { + var e = arguments; + return x.Deferred((function(t) { + x.each(n, (function(n, i) { + var o = h(e[i[4]]) && e[i[4]]; + r[i[1]]((function() { + var e = o && o.apply(this, arguments); + e && h(e.promise) ? e.promise().progress(t.notify).done(t.resolve).fail(t.reject) : t[i[0] + 'With'](this, o ? [e] : arguments); + })); + })), e = null; + })).promise(); + }, then: function(t, i, o) { + var r = 0; + + function s(t, n, i, o) { + return function() { + var a = this, l = arguments, c = function() { + var e, c; + if (!(t < r)) { + if ((e = i.apply(a, l)) === n.promise()) throw new TypeError('Thenable self-resolution'); + c = e && ('object' == typeof e || 'function' == typeof e) && e.then, h(c) ? o ? c.call(e, s(r, n, D, o), s(r, n, M, o)) : (r++, c.call(e, s(r, n, D, o), s(r, n, M, o), s(r, n, D, n.notifyWith))) : (i !== D && (a = void 0, l = [e]), (o || n.resolveWith)(a, l)); + } + }, d = o ? c : function() { + try { + c(); + } catch (e) { + x.Deferred.exceptionHook && x.Deferred.exceptionHook(e, d.stackTrace), r <= t + 1 && (i !== M && (a = void 0, l = [e]), n.rejectWith(a, l)); + } + }; + t ? d() : (x.Deferred.getStackHook && (d.stackTrace = x.Deferred.getStackHook()), e.setTimeout(d)); + }; + } + + return x.Deferred((function(e) { + n[0][3].add(s(0, e, h(o) ? o : D, e.notifyWith)), n[1][3].add(s(0, e, h(t) ? t : D)), n[2][3].add(s(0, e, h(i) ? i : M)); + })).promise(); + }, promise: function(e) { + return null != e ? x.extend(e, o) : o; + }, + }, r = {}; + return x.each(n, (function(e, t) { + var s = t[2], a = t[5]; + o[t[1]] = s.add, a && s.add((function() { + i = a; + }), n[3 - e][2].disable, n[3 - e][3].disable, n[0][2].lock, n[0][3].lock), s.add(t[3].fire), r[t[0]] = function() { + return r[t[0] + 'With'](this === r ? void 0 : this, arguments), this; + }, r[t[0] + 'With'] = s.fireWith; + })), o.promise(r), t && t.call(r, r), r; + }, when: function(e) { + var t = arguments.length, n = t, i = Array(n), r = o.call(arguments), s = x.Deferred(), a = function(e) { + return function(n) { + i[e] = this, r[e] = 1 < arguments.length ? o.call(arguments) : n, --t || s.resolveWith(i, r); + }; + }; + if (t <= 1 && (q(e, s.done(a(n)).resolve, s.reject, !t), 'pending' === s.state() || h(r[n] && r[n].then))) return s.then(); + for (; n--;) q(r[n], a(n), s.reject); + return s.promise(); + }, + }); + var z = /^(Eval|Internal|Range|Reference|Syntax|Type|URI)Error$/; + x.Deferred.exceptionHook = function(t, n) { + e.console && e.console.warn && t && z.test(t.name) && e.console.warn('jQuery.Deferred exception: ' + t.message, t.stack, n); + }, x.readyException = function(t) { + e.setTimeout((function() { + throw t; + })); + }; + var _ = x.Deferred(); + + function R() { + g.removeEventListener('DOMContentLoaded', R), e.removeEventListener('load', R), x.ready(); + } + + x.fn.ready = function(e) { + return _.then(e).catch((function(e) { + x.readyException(e); + })), this; + }, x.extend({ + isReady: !1, readyWait: 1, ready: function(e) { + (!0 === e ? --x.readyWait : x.isReady) || (x.isReady = !0) !== e && 0 < --x.readyWait || _.resolveWith(g, [x]); + }, + }), x.ready.then = _.then, 'complete' === g.readyState || 'loading' !== g.readyState && !g.documentElement.doScroll ? e.setTimeout(x.ready) : (g.addEventListener('DOMContentLoaded', R), e.addEventListener('load', R)); + var F = function(e, t, n, i, o, r, s) { + var a = 0, l = e.length, c = null == n; + if ('object' === b(n)) for (a in o = !0, n) F(e, t, a, n[a], !0, r, s); else if (void 0 !== i && (o = !0, h(i) || (s = !0), c && (s ? (t.call(e, i), t = null) : (c = t, t = function(e, t, n) { + return c.call(x(e), n); + })), t)) for (; a < l; a++) t(e[a], n, s ? i : i.call(e[a], a, t(e[a], n))); + return o ? e : c ? t.call(e) : l ? t(e[0], n) : r; + }, W = /^-ms-/, B = /-([a-z])/g; + + function Q(e, t) { + return t.toUpperCase(); + } + + function U(e) { + return e.replace(W, 'ms-').replace(B, Q); + } + + var X = function(e) { + return 1 === e.nodeType || 9 === e.nodeType || !+e.nodeType; + }; + + function Y() { + this.expando = x.expando + Y.uid++; + } + + Y.uid = 1, Y.prototype = { + cache: function(e) { + var t = e[this.expando]; + return t || (t = {}, X(e) && (e.nodeType ? e[this.expando] = t : Object.defineProperty(e, this.expando, { + value: t, + configurable: !0, + }))), t; + }, set: function(e, t, n) { + var i, o = this.cache(e); + if ('string' == typeof t) o[U(t)] = n; else for (i in t) o[U(i)] = t[i]; + return o; + }, get: function(e, t) { + return void 0 === t ? this.cache(e) : e[this.expando] && e[this.expando][U(t)]; + }, access: function(e, t, n) { + return void 0 === t || t && 'string' == typeof t && void 0 === n ? this.get(e, t) : (this.set(e, t, n), void 0 !== n ? n : t); + }, remove: function(e, t) { + var n, i = e[this.expando]; + if (void 0 !== i) { + if (void 0 !== t) { + n = (t = Array.isArray(t) ? t.map(U) : (t = U(t)) in i ? [t] : t.match(P) || []).length; + for (; n--;) delete i[t[n]]; + } + (void 0 === t || x.isEmptyObject(i)) && (e.nodeType ? e[this.expando] = void 0 : delete e[this.expando]); + } + }, hasData: function(e) { + var t = e[this.expando]; + return void 0 !== t && !x.isEmptyObject(t); + }, + }; + var G = new Y, V = new Y, J = /^(?:\{[\w\W]*\}|\[[\w\W]*\])$/, Z = /[A-Z]/g; + + function K(e, t, n) { + var i, o; + if (void 0 === n && 1 === e.nodeType) if (i = 'data-' + t.replace(Z, '-$&').toLowerCase(), 'string' == typeof (n = e.getAttribute(i))) { + try { + n = 'true' === (o = n) || 'false' !== o && ('null' === o ? null : o === +o + '' ? +o : J.test(o) ? JSON.parse(o) : o); + } catch (e) { + } + V.set(e, t, n); + } else n = void 0; + return n; + } + + x.extend({ + hasData: function(e) { + return V.hasData(e) || G.hasData(e); + }, data: function(e, t, n) { + return V.access(e, t, n); + }, removeData: function(e, t) { + V.remove(e, t); + }, _data: function(e, t, n) { + return G.access(e, t, n); + }, _removeData: function(e, t) { + G.remove(e, t); + }, + }), x.fn.extend({ + data: function(e, t) { + var n, i, o, r = this[0], s = r && r.attributes; + if (void 0 === e) { + if (this.length && (o = V.get(r), 1 === r.nodeType && !G.get(r, 'hasDataAttrs'))) { + for (n = s.length; n--;) s[n] && 0 === (i = s[n].name).indexOf('data-') && (i = U(i.slice(5)), K(r, i, o[i])); + G.set(r, 'hasDataAttrs', !0); + } + return o; + } + return 'object' == typeof e ? this.each((function() { + V.set(this, e); + })) : F(this, (function(t) { + var n; + if (r && void 0 === t) return void 0 !== (n = V.get(r, e)) || void 0 !== (n = K(r, e)) ? n : void 0; + this.each((function() { + V.set(this, e, t); + })); + }), null, t, 1 < arguments.length, null, !0); + }, removeData: function(e) { + return this.each((function() { + V.remove(this, e); + })); + }, + }), x.extend({ + queue: function(e, t, n) { + var i; + if (e) return t = (t || 'fx') + 'queue', i = G.get(e, t), n && (!i || Array.isArray(n) ? i = G.access(e, t, x.makeArray(n)) : i.push(n)), i || []; + }, dequeue: function(e, t) { + t = t || 'fx'; + var n = x.queue(e, t), i = n.length, o = n.shift(), r = x._queueHooks(e, t); + 'inprogress' === o && (o = n.shift(), i--), o && ('fx' === t && n.unshift('inprogress'), delete r.stop, o.call(e, (function() { + x.dequeue(e, t); + }), r)), !i && r && r.empty.fire(); + }, _queueHooks: function(e, t) { + var n = t + 'queueHooks'; + return G.get(e, n) || G.access(e, n, { + empty: x.Callbacks('once memory').add((function() { + G.remove(e, [t + 'queue', n]); + })), + }); + }, + }), x.fn.extend({ + queue: function(e, t) { + var n = 2; + return 'string' != typeof e && (t = e, e = 'fx', n--), arguments.length < n ? x.queue(this[0], e) : void 0 === t ? this : this.each((function() { + var n = x.queue(this, e, t); + x._queueHooks(this, e), 'fx' === e && 'inprogress' !== n[0] && x.dequeue(this, e); + })); + }, dequeue: function(e) { + return this.each((function() { + x.dequeue(this, e); + })); + }, clearQueue: function(e) { + return this.queue(e || 'fx', []); + }, promise: function(e, t) { + var n, i = 1, o = x.Deferred(), r = this, s = this.length, a = function() { + --i || o.resolveWith(r, [r]); + }; + for ('string' != typeof e && (t = e, e = void 0), e = e || 'fx'; s--;) (n = G.get(r[s], e + 'queueHooks')) && n.empty && (i++, n.empty.add(a)); + return a(), o.promise(t); + }, + }); + var ee = /[+-]?(?:\d*\.|)\d+(?:[eE][+-]?\d+|)/.source, te = new RegExp('^(?:([+-])=|)(' + ee + ')([a-z%]*)$', 'i'), + ne = ['Top', 'Right', 'Bottom', 'Left'], ie = g.documentElement, oe = function(e) { + return x.contains(e.ownerDocument, e); + }, re = { composed: !0 }; + ie.getRootNode && (oe = function(e) { + return x.contains(e.ownerDocument, e) || e.getRootNode(re) === e.ownerDocument; + }); + var se = function(e, t) { + return 'none' === (e = t || e).style.display || '' === e.style.display && oe(e) && 'none' === x.css(e, 'display'); + }; + + function ae(e, t, n, i) { + var o, r, s = 20, a = i ? function() { + return i.cur(); + } : function() { + return x.css(e, t, ''); + }, l = a(), c = n && n[3] || (x.cssNumber[t] ? '' : 'px'), + d = e.nodeType && (x.cssNumber[t] || 'px' !== c && +l) && te.exec(x.css(e, t)); + if (d && d[3] !== c) { + for (l /= 2, c = c || d[3], d = +l || 1; s--;) x.style(e, t, d + c), (1 - r) * (1 - (r = a() / l || .5)) <= 0 && (s = 0), d /= r; + d *= 2, x.style(e, t, d + c), n = n || []; + } + return n && (d = +d || +l || 0, o = n[1] ? d + (n[1] + 1) * n[2] : +n[2], i && (i.unit = c, i.start = d, i.end = o)), o; + } + + var le = {}; + + function ce(e, t) { + for (var n, i, o, r, s, a, l, c = [], d = 0, u = e.length; d < u; d++) (i = e[d]).style && (n = i.style.display, t ? ('none' === n && (c[d] = G.get(i, 'display') || null, c[d] || (i.style.display = '')), '' === i.style.display && se(i) && (c[d] = (l = s = r = void 0, s = (o = i).ownerDocument, a = o.nodeName, (l = le[a]) || (r = s.body.appendChild(s.createElement(a)), l = x.css(r, 'display'), r.parentNode.removeChild(r), 'none' === l && (l = 'block'), le[a] = l)))) : 'none' !== n && (c[d] = 'none', G.set(i, 'display', n))); + for (d = 0; d < u; d++) null != c[d] && (e[d].style.display = c[d]); + return e; + } + + x.fn.extend({ + show: function() { + return ce(this, !0); + }, hide: function() { + return ce(this); + }, toggle: function(e) { + return 'boolean' == typeof e ? e ? this.show() : this.hide() : this.each((function() { + se(this) ? x(this).show() : x(this).hide(); + })); + }, + }); + var de, ue, pe = /^(?:checkbox|radio)$/i, fe = /<([a-z][^\/\0>\x20\t\r\n\f]*)/i, + he = /^$|^module$|\/(?:java|ecma)script/i; + de = g.createDocumentFragment().appendChild(g.createElement('div')), (ue = g.createElement('input')).setAttribute('type', 'radio'), ue.setAttribute('checked', 'checked'), ue.setAttribute('name', 't'), de.appendChild(ue), f.checkClone = de.cloneNode(!0).cloneNode(!0).lastChild.checked, de.innerHTML = '', f.noCloneChecked = !!de.cloneNode(!0).lastChild.defaultValue, de.innerHTML = '', f.option = !!de.lastChild; + var me = { + thead: [1, '