@chocolatey-software/design 2.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +201 -0
- package/README.md +9 -0
- package/dist/css/design.css +58009 -0
- package/dist/css/design.min.css +26 -0
- package/dist/partials/_CollapsingRightSidebarContent.cshtml +111 -0
- package/dist/partials/_GlobalNavigation.cshtml +41 -0
- package/dist/partials/_GoogleTag.cshtml +8 -0
- package/dist/partials/_SocialMedia.cshtml +79 -0
- package/dist/partials/_SvgStyles.cshtml +12 -0
- package/dist/partials/_TermsContent.cshtml +500 -0
- package/dist/partials/_TermsLastUpdated.cshtml +1 -0
- package/dist/partials/_TermsToc.cshtml +38 -0
- package/dist/partials/_ThemeToggle.cshtml +31 -0
- package/dist/partials/_TopAlertBanner.cshtml +14 -0
- package/dist/scripts/design.js +10342 -0
- package/dist/scripts/design.min.js +30 -0
- package/dist/scripts/theme-toggle.js +65 -0
- package/dist/scripts/theme-toggle.min.js +1 -0
- package/package.json +31 -0
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
(()=>{(()=>{var tr=Object.create,gn=Object.defineProperty,nr=Object.getOwnPropertyDescriptor,yn=Object.getOwnPropertyNames,rr=Object.getPrototypeOf,ir=Object.prototype.hasOwnProperty,zt=(F,_)=>function(){return _||(0,F[yn(F)[0]])((_={exports:{}}).exports,_),_.exports},ar=(F,_,E,h)=>{if(_&&typeof _=="object"||typeof _=="function")for(let f of yn(_))!ir.call(F,f)&&f!==E&&gn(F,f,{get:()=>_[f],enumerable:!(h=nr(_,f))||h.enumerable});return F},Wt=(F,_,E)=>(E=F!=null?tr(rr(F)):{},ar(_||!F||!F.__esModule?gn(E,"default",{value:F,enumerable:!0}):E,F)),or=zt({"src/scripts/lib/prism.js"(F,_){var E=typeof window!="undefined"?window:typeof WorkerGlobalScope!="undefined"&&self instanceof WorkerGlobalScope?self:{},h=(function(f){var x=/(?:^|\s)lang(?:uage)?-([\w-]+)(?=\s|$)/i,S=0,b={},g={manual:f.Prism&&f.Prism.manual,disableWorkerMessageHandler:f.Prism&&f.Prism.disableWorkerMessageHandler,util:{encode:function $(L){return L instanceof N?new N(L.type,$(L.content),L.alias):Array.isArray(L)?L.map($):L.replace(/&/g,"&").replace(/</g,"<").replace(/\u00a0/g," ")},type:function($){return Object.prototype.toString.call($).slice(8,-1)},objId:function($){return $.__id||Object.defineProperty($,"__id",{value:++S}),$.__id},clone:function $(L,j){j=j||{};var H,M;switch(g.util.type(L)){case"Object":if(M=g.util.objId(L),j[M])return j[M];H={},j[M]=H;for(var r in L)L.hasOwnProperty(r)&&(H[r]=$(L[r],j));return H;case"Array":return M=g.util.objId(L),j[M]?j[M]:(H=[],j[M]=H,L.forEach(function(oe,P){H[P]=$(oe,j)}),H);default:return L}},getLanguage:function($){for(;$;){var L=x.exec($.className);if(L)return L[1].toLowerCase();$=$.parentElement}return"none"},setLanguage:function($,L){$.className=$.className.replace(RegExp(x,"gi"),""),$.classList.add("language-"+L)},currentScript:function(){if(typeof document=="undefined")return null;if(document.currentScript&&document.currentScript.tagName==="SCRIPT")return document.currentScript;try{throw new Error}catch(H){var $=(/at [^(\r\n]*\((.*):[^:]+:[^:]+\)$/i.exec(H.stack)||[])[1];if($){var L=document.getElementsByTagName("script");for(var j in L)if(L[j].src==$)return L[j]}return null}},isActive:function($,L,j){for(var H="no-"+L;$;){var M=$.classList;if(M.contains(L))return!0;if(M.contains(H))return!1;$=$.parentElement}return!!j}},languages:{plain:b,plaintext:b,text:b,txt:b,extend:function($,L){var j=g.util.clone(g.languages[$]);for(var H in L)j[H]=L[H];return j},insertBefore:function($,L,j,H){H=H||g.languages;var M=H[$],r={};for(var oe in M)if(M.hasOwnProperty(oe)){if(oe==L)for(var P in j)j.hasOwnProperty(P)&&(r[P]=j[P]);j.hasOwnProperty(oe)||(r[oe]=M[oe])}var he=H[$];return H[$]=r,g.languages.DFS(g.languages,function(pe,Te){Te===he&&pe!=$&&(this[pe]=r)}),r},DFS:function $(L,j,H,M){M=M||{};var r=g.util.objId;for(var oe in L)if(L.hasOwnProperty(oe)){j.call(L,oe,L[oe],H||oe);var P=L[oe],he=g.util.type(P);he==="Object"&&!M[r(P)]?(M[r(P)]=!0,$(P,j,null,M)):he==="Array"&&!M[r(P)]&&(M[r(P)]=!0,$(P,j,oe,M))}}},plugins:{},highlightAll:function($,L){g.highlightAllUnder(document,$,L)},highlightAllUnder:function($,L,j){var H={callback:j,container:$,selector:'code[class*="language-"], [class*="language-"] code, code[class*="lang-"], [class*="lang-"] code'};g.hooks.run("before-highlightall",H),H.elements=Array.prototype.slice.apply(H.container.querySelectorAll(H.selector)),g.hooks.run("before-all-elements-highlight",H);for(var M=0,r;r=H.elements[M++];)g.highlightElement(r,L===!0,H.callback)},highlightElement:function($,L,j){var H=g.util.getLanguage($),M=g.languages[H];g.util.setLanguage($,H);var r=$.parentElement;r&&r.nodeName.toLowerCase()==="pre"&&g.util.setLanguage(r,H);var oe=$.textContent,P={element:$,language:H,grammar:M,code:oe};function he(Te){P.highlightedCode=Te,g.hooks.run("before-insert",P),P.element.innerHTML=P.highlightedCode,g.hooks.run("after-highlight",P),g.hooks.run("complete",P),j&&j.call(P.element)}if(g.hooks.run("before-sanity-check",P),r=P.element.parentElement,r&&r.nodeName.toLowerCase()==="pre"&&!r.hasAttribute("tabindex")&&r.setAttribute("tabindex","0"),!P.code){g.hooks.run("complete",P),j&&j.call(P.element);return}if(g.hooks.run("before-highlight",P),!P.grammar){he(g.util.encode(P.code));return}if(L&&f.Worker){var pe=new Worker(g.filename);pe.onmessage=function(Te){he(Te.data)},pe.postMessage(JSON.stringify({language:P.language,code:P.code,immediateClose:!0}))}else he(g.highlight(P.code,P.grammar,P.language))},highlight:function($,L,j){var H={code:$,grammar:L,language:j};if(g.hooks.run("before-tokenize",H),!H.grammar)throw new Error('The language "'+H.language+'" has no grammar.');return H.tokens=g.tokenize(H.code,H.grammar),g.hooks.run("after-tokenize",H),N.stringify(g.util.encode(H.tokens),H.language)},tokenize:function($,L){var j=L.rest;if(j){for(var H in j)L[H]=j[H];delete L.rest}var M=new T;return X(M,M.head,$),R($,M,L,M.head,0),O(M)},hooks:{all:{},add:function($,L){var j=g.hooks.all;j[$]=j[$]||[],j[$].push(L)},run:function($,L){var j=g.hooks.all[$];if(!(!j||!j.length))for(var H=0,M;M=j[H++];)M(L)}},Token:N};f.Prism=g;function N($,L,j,H){this.type=$,this.content=L,this.alias=j,this.length=(H||"").length|0}N.stringify=function $(L,j){if(typeof L=="string")return L;if(Array.isArray(L)){var H="";return L.forEach(function(he){H+=$(he,j)}),H}var M={type:L.type,content:$(L.content,j),tag:"span",classes:["token",L.type],attributes:{},language:j},r=L.alias;r&&(Array.isArray(r)?Array.prototype.push.apply(M.classes,r):M.classes.push(r)),g.hooks.run("wrap",M);var oe="";for(var P in M.attributes)oe+=" "+P+'="'+(M.attributes[P]||"").replace(/"/g,""")+'"';return"<"+M.tag+' class="'+M.classes.join(" ")+'"'+oe+">"+M.content+"</"+M.tag+">"};function k($,L,j,H){$.lastIndex=L;var M=$.exec(j);if(M&&H&&M[1]){var r=M[1].length;M.index+=r,M[0]=M[0].slice(r)}return M}function R($,L,j,H,M,r){for(var oe in j)if(!(!j.hasOwnProperty(oe)||!j[oe])){var P=j[oe];P=Array.isArray(P)?P:[P];for(var he=0;he<P.length;++he){if(r&&r.cause==oe+","+he)return;var pe=P[he],Te=pe.inside,ie=!!pe.lookbehind,Ie=!!pe.greedy,At=pe.alias;if(Ie&&!pe.pattern.global){var et=pe.pattern.toString().match(/[imsuy]*$/)[0];pe.pattern=RegExp(pe.pattern.source,et+"g")}for(var me=pe.pattern||pe,fe=H.next,ge=M;fe!==L.tail&&!(r&&ge>=r.reach);ge+=fe.value.length,fe=fe.next){var Le=fe.value;if(L.length>$.length)return;if(!(Le instanceof N)){var qe=1,le;if(Ie){if(le=k(me,ge,$,ie),!le||le.index>=$.length)break;var ot=le.index,Ne=le.index+le[0].length,ve=ge;for(ve+=fe.value.length;ot>=ve;)fe=fe.next,ve+=fe.value.length;if(ve-=fe.value.length,ge=ve,fe.value instanceof N)continue;for(var We=fe;We!==L.tail&&(ve<Ne||typeof We.value=="string");We=We.next)qe++,ve+=We.value.length;qe--,Le=$.slice(ge,ve),le.index-=ge}else if(le=k(me,0,Le,ie),!le)continue;var ot=le.index,st=le[0],mt=Le.slice(0,ot),xt=Le.slice(ot+st.length),we=ge+Le.length;r&&we>r.reach&&(r.reach=we);var ut=fe.prev;mt&&(ut=X(L,ut,mt),ge+=mt.length),U(L,ut,qe);var Qe=new N(oe,Te?g.tokenize(st,Te):st,At,st);if(fe=X(L,ut,Qe),xt&&X(L,fe,xt),qe>1){var Ve={cause:oe+","+he,reach:we};R($,L,j,fe.prev,ge,Ve),r&&Ve.reach>r.reach&&(r.reach=Ve.reach)}}}}}}function T(){var $={value:null,prev:null,next:null},L={value:null,prev:$,next:null};$.next=L,this.head=$,this.tail=L,this.length=0}function X($,L,j){var H=L.next,M={value:j,prev:L,next:H};return L.next=M,H.prev=M,$.length++,M}function U($,L,j){for(var H=L.next,M=0;M<j&&H!==$.tail;M++)H=H.next;L.next=H,H.prev=L,$.length-=M}function O($){for(var L=[],j=$.head.next;j!==$.tail;)L.push(j.value),j=j.next;return L}if(!f.document)return f.addEventListener&&(g.disableWorkerMessageHandler||f.addEventListener("message",function($){var L=JSON.parse($.data),j=L.language,H=L.code,M=L.immediateClose;f.postMessage(g.highlight(H,g.languages[j],j)),M&&f.close()},!1)),g;var I=g.util.currentScript();I&&(g.filename=I.src,I.hasAttribute("data-manual")&&(g.manual=!0));function J(){g.manual||g.highlightAll()}if(!g.manual){var W=document.readyState;W==="loading"||W==="interactive"&&I&&I.defer?document.addEventListener("DOMContentLoaded",J):window.requestAnimationFrame?window.requestAnimationFrame(J):window.setTimeout(J,16)}return g})(E);typeof _!="undefined"&&_.exports&&(_.exports=h),typeof global!="undefined"&&(global.Prism=h),h.languages.markup={comment:{pattern:/<!--(?:(?!<!--)[\s\S])*?-->/,greedy:!0},prolog:{pattern:/<\?[\s\S]+?\?>/,greedy:!0},doctype:{pattern:/<!DOCTYPE(?:[^>"'[\]]|"[^"]*"|'[^']*')+(?:\[(?:[^<"'\]]|"[^"]*"|'[^']*'|<(?!!--)|<!--(?:[^-]|-(?!->))*-->)*\]\s*)?>/i,greedy:!0,inside:{"internal-subset":{pattern:/(^[^\[]*\[)[\s\S]+(?=\]>$)/,lookbehind:!0,greedy:!0,inside:null},string:{pattern:/"[^"]*"|'[^']*'/,greedy:!0},punctuation:/^<!|>$|[[\]]/,"doctype-tag":/^DOCTYPE/i,name:/[^\s<>'"]+/}},cdata:{pattern:/<!\[CDATA\[[\s\S]*?\]\]>/i,greedy:!0},tag:{pattern:/<\/?(?!\d)[^\s>\/=$<%]+(?:\s(?:\s*[^\s>\/=]+(?:\s*=\s*(?:"[^"]*"|'[^']*'|[^\s'">=]+(?=[\s>]))|(?=[\s/>])))+)?\s*\/?>/,greedy:!0,inside:{tag:{pattern:/^<\/?[^\s>\/]+/,inside:{punctuation:/^<\/?/,namespace:/^[^\s>\/:]+:/}},"special-attr":[],"attr-value":{pattern:/=\s*(?:"[^"]*"|'[^']*'|[^\s'">=]+)/,inside:{punctuation:[{pattern:/^=/,alias:"attr-equals"},{pattern:/^(\s*)["']|["']$/,lookbehind:!0}]}},punctuation:/\/?>/,"attr-name":{pattern:/[^\s>\/]+/,inside:{namespace:/^[^\s>\/:]+:/}}}},entity:[{pattern:/&[\da-z]{1,8};/i,alias:"named-entity"},/&#x?[\da-f]{1,8};/i]},h.languages.markup.tag.inside["attr-value"].inside.entity=h.languages.markup.entity,h.languages.markup.doctype.inside["internal-subset"].inside=h.languages.markup,h.hooks.add("wrap",function(f){f.type==="entity"&&(f.attributes.title=f.content.replace(/&/,"&"))}),Object.defineProperty(h.languages.markup.tag,"addInlined",{value:function(x,S){var b={};b["language-"+S]={pattern:/(^<!\[CDATA\[)[\s\S]+?(?=\]\]>$)/i,lookbehind:!0,inside:h.languages[S]},b.cdata=/^<!\[CDATA\[|\]\]>$/i;var g={"included-cdata":{pattern:/<!\[CDATA\[[\s\S]*?\]\]>/i,inside:b}};g["language-"+S]={pattern:/[\s\S]+/,inside:h.languages[S]};var N={};N[x]={pattern:RegExp(/(<__[^>]*>)(?:<!\[CDATA\[(?:[^\]]|\](?!\]>))*\]\]>|(?!<!\[CDATA\[)[\s\S])*?(?=<\/__>)/.source.replace(/__/g,function(){return x}),"i"),lookbehind:!0,greedy:!0,inside:g},h.languages.insertBefore("markup","cdata",N)}}),Object.defineProperty(h.languages.markup.tag,"addAttribute",{value:function(f,x){h.languages.markup.tag.inside["special-attr"].push({pattern:RegExp(/(^|["'\s])/.source+"(?:"+f+")"+/\s*=\s*(?:"[^"]*"|'[^']*'|[^\s'">=]+(?=[\s>]))/.source,"i"),lookbehind:!0,inside:{"attr-name":/^[^\s=]+/,"attr-value":{pattern:/=[\s\S]+/,inside:{value:{pattern:/(^=\s*(["']|(?!["'])))\S[\s\S]*(?=\2$)/,lookbehind:!0,alias:[x,"language-"+x],inside:h.languages[x]},punctuation:[{pattern:/^=/,alias:"attr-equals"},/"|'/]}}}})}}),h.languages.html=h.languages.markup,h.languages.mathml=h.languages.markup,h.languages.svg=h.languages.markup,h.languages.xml=h.languages.extend("markup",{}),h.languages.ssml=h.languages.xml,h.languages.atom=h.languages.xml,h.languages.rss=h.languages.xml,(function(f){var x=/(?:"(?:\\(?:\r\n|[\s\S])|[^"\\\r\n])*"|'(?:\\(?:\r\n|[\s\S])|[^'\\\r\n])*')/;f.languages.css={comment:/\/\*[\s\S]*?\*\//,atrule:{pattern:RegExp("@[\\w-](?:"+/[^;{\s"']|\s+(?!\s)/.source+"|"+x.source+")*?"+/(?:;|(?=\s*\{))/.source),inside:{rule:/^@[\w-]+/,"selector-function-argument":{pattern:/(\bselector\s*\(\s*(?![\s)]))(?:[^()\s]|\s+(?![\s)])|\((?:[^()]|\([^()]*\))*\))+(?=\s*\))/,lookbehind:!0,alias:"selector"},keyword:{pattern:/(^|[^\w-])(?:and|not|only|or)(?![\w-])/,lookbehind:!0}}},url:{pattern:RegExp("\\burl\\((?:"+x.source+"|"+/(?:[^\\\r\n()"']|\\[\s\S])*/.source+")\\)","i"),greedy:!0,inside:{function:/^url/i,punctuation:/^\(|\)$/,string:{pattern:RegExp("^"+x.source+"$"),alias:"url"}}},selector:{pattern:RegExp(`(^|[{}\\s])[^{}\\s](?:[^{};"'\\s]|\\s+(?![\\s{])|`+x.source+")*(?=\\s*\\{)"),lookbehind:!0},string:{pattern:x,greedy:!0},property:{pattern:/(^|[^-\w\xA0-\uFFFF])(?!\s)[-_a-z\xA0-\uFFFF](?:(?!\s)[-\w\xA0-\uFFFF])*(?=\s*:)/i,lookbehind:!0},important:/!important\b/i,function:{pattern:/(^|[^-a-z0-9])[-a-z0-9]+(?=\()/i,lookbehind:!0},punctuation:/[(){};:,]/},f.languages.css.atrule.inside.rest=f.languages.css;var S=f.languages.markup;S&&(S.tag.addInlined("style","css"),S.tag.addAttribute("style","css"))})(h),h.languages.clike={comment:[{pattern:/(^|[^\\])\/\*[\s\S]*?(?:\*\/|$)/,lookbehind:!0,greedy:!0},{pattern:/(^|[^\\:])\/\/.*/,lookbehind:!0,greedy:!0}],string:{pattern:/(["'])(?:\\(?:\r\n|[\s\S])|(?!\1)[^\\\r\n])*\1/,greedy:!0},"class-name":{pattern:/(\b(?:class|extends|implements|instanceof|interface|new|trait)\s+|\bcatch\s+\()[\w.\\]+/i,lookbehind:!0,inside:{punctuation:/[.\\]/}},keyword:/\b(?:break|catch|continue|do|else|finally|for|function|if|in|instanceof|new|null|return|throw|try|while)\b/,boolean:/\b(?:false|true)\b/,function:/\b\w+(?=\()/,number:/\b0x[\da-f]+\b|(?:\b\d+(?:\.\d*)?|\B\.\d+)(?:e[+-]?\d+)?/i,operator:/[<>]=?|[!=]=?=?|--?|\+\+?|&&?|\|\|?|[?*/~^%]/,punctuation:/[{}[\];(),.:]/},h.languages.javascript=h.languages.extend("clike",{"class-name":[h.languages.clike["class-name"],{pattern:/(^|[^$\w\xA0-\uFFFF])(?!\s)[_$A-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*(?=\.(?:constructor|prototype))/,lookbehind:!0}],keyword:[{pattern:/((?:^|\})\s*)catch\b/,lookbehind:!0},{pattern:/(^|[^.]|\.\.\.\s*)\b(?:as|assert(?=\s*\{)|async(?=\s*(?:function\b|\(|[$\w\xA0-\uFFFF]|$))|await|break|case|class|const|continue|debugger|default|delete|do|else|enum|export|extends|finally(?=\s*(?:\{|$))|for|from(?=\s*(?:['"]|$))|function|(?:get|set)(?=\s*(?:[#\[$\w\xA0-\uFFFF]|$))|if|implements|import|in|instanceof|interface|let|new|null|of|package|private|protected|public|return|static|super|switch|this|throw|try|typeof|undefined|var|void|while|with|yield)\b/,lookbehind:!0}],function:/#?(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*(?=\s*(?:\.\s*(?:apply|bind|call)\s*)?\()/,number:{pattern:RegExp(/(^|[^\w$])/.source+"(?:"+(/NaN|Infinity/.source+"|"+/0[bB][01]+(?:_[01]+)*n?/.source+"|"+/0[oO][0-7]+(?:_[0-7]+)*n?/.source+"|"+/0[xX][\dA-Fa-f]+(?:_[\dA-Fa-f]+)*n?/.source+"|"+/\d+(?:_\d+)*n/.source+"|"+/(?:\d+(?:_\d+)*(?:\.(?:\d+(?:_\d+)*)?)?|\.\d+(?:_\d+)*)(?:[Ee][+-]?\d+(?:_\d+)*)?/.source)+")"+/(?![\w$])/.source),lookbehind:!0},operator:/--|\+\+|\*\*=?|=>|&&=?|\|\|=?|[!=]==|<<=?|>>>?=?|[-+*/%&|^!=<>]=?|\.{3}|\?\?=?|\?\.?|[~:]/}),h.languages.javascript["class-name"][0].pattern=/(\b(?:class|extends|implements|instanceof|interface|new)\s+)[\w.\\]+/,h.languages.insertBefore("javascript","keyword",{regex:{pattern:RegExp(/((?:^|[^$\w\xA0-\uFFFF."'\])\s]|\b(?:return|yield))\s*)/.source+/\//.source+"(?:"+/(?:\[(?:[^\]\\\r\n]|\\.)*\]|\\.|[^/\\\[\r\n])+\/[dgimyus]{0,7}/.source+"|"+/(?:\[(?:[^[\]\\\r\n]|\\.|\[(?:[^[\]\\\r\n]|\\.|\[(?:[^[\]\\\r\n]|\\.)*\])*\])*\]|\\.|[^/\\\[\r\n])+\/[dgimyus]{0,7}v[dgimyus]{0,7}/.source+")"+/(?=(?:\s|\/\*(?:[^*]|\*(?!\/))*\*\/)*(?:$|[\r\n,.;:})\]]|\/\/))/.source),lookbehind:!0,greedy:!0,inside:{"regex-source":{pattern:/^(\/)[\s\S]+(?=\/[a-z]*$)/,lookbehind:!0,alias:"language-regex",inside:h.languages.regex},"regex-delimiter":/^\/|\/$/,"regex-flags":/^[a-z]+$/}},"function-variable":{pattern:/#?(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*(?=\s*[=:]\s*(?:async\s*)?(?:\bfunction\b|(?:\((?:[^()]|\([^()]*\))*\)|(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*)\s*=>))/,alias:"function"},parameter:[{pattern:/(function(?:\s+(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*)?\s*\(\s*)(?!\s)(?:[^()\s]|\s+(?![\s)])|\([^()]*\))+(?=\s*\))/,lookbehind:!0,inside:h.languages.javascript},{pattern:/(^|[^$\w\xA0-\uFFFF])(?!\s)[_$a-z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*(?=\s*=>)/i,lookbehind:!0,inside:h.languages.javascript},{pattern:/(\(\s*)(?!\s)(?:[^()\s]|\s+(?![\s)])|\([^()]*\))+(?=\s*\)\s*=>)/,lookbehind:!0,inside:h.languages.javascript},{pattern:/((?:\b|\s|^)(?!(?:as|async|await|break|case|catch|class|const|continue|debugger|default|delete|do|else|enum|export|extends|finally|for|from|function|get|if|implements|import|in|instanceof|interface|let|new|null|of|package|private|protected|public|return|set|static|super|switch|this|throw|try|typeof|undefined|var|void|while|with|yield)(?![$\w\xA0-\uFFFF]))(?:(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*\s*)\(\s*|\]\s*\(\s*)(?!\s)(?:[^()\s]|\s+(?![\s)])|\([^()]*\))+(?=\s*\)\s*\{)/,lookbehind:!0,inside:h.languages.javascript}],constant:/\b[A-Z](?:[A-Z_]|\dx?)*\b/}),h.languages.insertBefore("javascript","string",{hashbang:{pattern:/^#!.*/,greedy:!0,alias:"comment"},"template-string":{pattern:/`(?:\\[\s\S]|\$\{(?:[^{}]|\{(?:[^{}]|\{[^}]*\})*\})+\}|(?!\$\{)[^\\`])*`/,greedy:!0,inside:{"template-punctuation":{pattern:/^`|`$/,alias:"string"},interpolation:{pattern:/((?:^|[^\\])(?:\\{2})*)\$\{(?:[^{}]|\{(?:[^{}]|\{[^}]*\})*\})+\}/,lookbehind:!0,inside:{"interpolation-punctuation":{pattern:/^\$\{|\}$/,alias:"punctuation"},rest:h.languages.javascript}},string:/[\s\S]+/}},"string-property":{pattern:/((?:^|[,{])[ \t]*)(["'])(?:\\(?:\r\n|[\s\S])|(?!\2)[^\\\r\n])*\2(?=\s*:)/m,lookbehind:!0,greedy:!0,alias:"property"}}),h.languages.insertBefore("javascript","operator",{"literal-property":{pattern:/((?:^|[,{])[ \t]*)(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*(?=\s*:)/m,lookbehind:!0,alias:"property"}}),h.languages.markup&&(h.languages.markup.tag.addInlined("script","javascript"),h.languages.markup.tag.addAttribute(/on(?:abort|blur|change|click|composition(?:end|start|update)|dblclick|error|focus(?:in|out)?|key(?:down|up)|load|mouse(?:down|enter|leave|move|out|over|up)|reset|resize|scroll|select|slotchange|submit|unload|wheel)/.source,"javascript")),h.languages.js=h.languages.javascript,(function(f){var x="\\b(?:BASH|BASHOPTS|BASH_ALIASES|BASH_ARGC|BASH_ARGV|BASH_CMDS|BASH_COMPLETION_COMPAT_DIR|BASH_LINENO|BASH_REMATCH|BASH_SOURCE|BASH_VERSINFO|BASH_VERSION|COLORTERM|COLUMNS|COMP_WORDBREAKS|DBUS_SESSION_BUS_ADDRESS|DEFAULTS_PATH|DESKTOP_SESSION|DIRSTACK|DISPLAY|EUID|GDMSESSION|GDM_LANG|GNOME_KEYRING_CONTROL|GNOME_KEYRING_PID|GPG_AGENT_INFO|GROUPS|HISTCONTROL|HISTFILE|HISTFILESIZE|HISTSIZE|HOME|HOSTNAME|HOSTTYPE|IFS|INSTANCE|JOB|LANG|LANGUAGE|LC_ADDRESS|LC_ALL|LC_IDENTIFICATION|LC_MEASUREMENT|LC_MONETARY|LC_NAME|LC_NUMERIC|LC_PAPER|LC_TELEPHONE|LC_TIME|LESSCLOSE|LESSOPEN|LINES|LOGNAME|LS_COLORS|MACHTYPE|MAILCHECK|MANDATORY_PATH|NO_AT_BRIDGE|OLDPWD|OPTERR|OPTIND|ORBIT_SOCKETDIR|OSTYPE|PAPERSIZE|PATH|PIPESTATUS|PPID|PS1|PS2|PS3|PS4|PWD|RANDOM|REPLY|SECONDS|SELINUX_INIT|SESSION|SESSIONTYPE|SESSION_MANAGER|SHELL|SHELLOPTS|SHLVL|SSH_AUTH_SOCK|TERM|UID|UPSTART_EVENTS|UPSTART_INSTANCE|UPSTART_JOB|UPSTART_SESSION|USER|WINDOWID|XAUTHORITY|XDG_CONFIG_DIRS|XDG_CURRENT_DESKTOP|XDG_DATA_DIRS|XDG_GREETER_DATA_DIR|XDG_MENU_PREFIX|XDG_RUNTIME_DIR|XDG_SEAT|XDG_SEAT_PATH|XDG_SESSION_DESKTOP|XDG_SESSION_ID|XDG_SESSION_PATH|XDG_SESSION_TYPE|XDG_VTNR|XMODIFIERS)\\b",S={pattern:/(^(["']?)\w+\2)[ \t]+\S.*/,lookbehind:!0,alias:"punctuation",inside:null},b={bash:S,environment:{pattern:RegExp("\\$"+x),alias:"constant"},variable:[{pattern:/\$?\(\([\s\S]+?\)\)/,greedy:!0,inside:{variable:[{pattern:/(^\$\(\([\s\S]+)\)\)/,lookbehind:!0},/^\$\(\(/],number:/\b0x[\dA-Fa-f]+\b|(?:\b\d+(?:\.\d*)?|\B\.\d+)(?:[Ee]-?\d+)?/,operator:/--|\+\+|\*\*=?|<<=?|>>=?|&&|\|\||[=!+\-*/%<>^&|]=?|[?~:]/,punctuation:/\(\(?|\)\)?|,|;/}},{pattern:/\$\((?:\([^)]+\)|[^()])+\)|`[^`]+`/,greedy:!0,inside:{variable:/^\$\(|^`|\)$|`$/}},{pattern:/\$\{[^}]+\}/,greedy:!0,inside:{operator:/:[-=?+]?|[!\/]|##?|%%?|\^\^?|,,?/,punctuation:/[\[\]]/,environment:{pattern:RegExp("(\\{)"+x),lookbehind:!0,alias:"constant"}}},/\$(?:\w+|[#?*!@$])/],entity:/\\(?:[abceEfnrtv\\"]|O?[0-7]{1,3}|U[0-9a-fA-F]{8}|u[0-9a-fA-F]{4}|x[0-9a-fA-F]{1,2})/};f.languages.bash={shebang:{pattern:/^#!\s*\/.*/,alias:"important"},comment:{pattern:/(^|[^"{\\$])#.*/,lookbehind:!0},"function-name":[{pattern:/(\bfunction\s+)[\w-]+(?=(?:\s*\(?:\s*\))?\s*\{)/,lookbehind:!0,alias:"function"},{pattern:/\b[\w-]+(?=\s*\(\s*\)\s*\{)/,alias:"function"}],"for-or-select":{pattern:/(\b(?:for|select)\s+)\w+(?=\s+in\s)/,alias:"variable",lookbehind:!0},"assign-left":{pattern:/(^|[\s;|&]|[<>]\()\w+(?:\.\w+)*(?=\+?=)/,inside:{environment:{pattern:RegExp("(^|[\\s;|&]|[<>]\\()"+x),lookbehind:!0,alias:"constant"}},alias:"variable",lookbehind:!0},parameter:{pattern:/(^|\s)-{1,2}(?:\w+:[+-]?)?\w+(?:\.\w+)*(?=[=\s]|$)/,alias:"variable",lookbehind:!0},string:[{pattern:/((?:^|[^<])<<-?\s*)(\w+)\s[\s\S]*?(?:\r?\n|\r)\2/,lookbehind:!0,greedy:!0,inside:b},{pattern:/((?:^|[^<])<<-?\s*)(["'])(\w+)\2\s[\s\S]*?(?:\r?\n|\r)\3/,lookbehind:!0,greedy:!0,inside:{bash:S}},{pattern:/(^|[^\\](?:\\\\)*)"(?:\\[\s\S]|\$\([^)]+\)|\$(?!\()|`[^`]+`|[^"\\`$])*"/,lookbehind:!0,greedy:!0,inside:b},{pattern:/(^|[^$\\])'[^']*'/,lookbehind:!0,greedy:!0},{pattern:/\$'(?:[^'\\]|\\[\s\S])*'/,greedy:!0,inside:{entity:b.entity}}],environment:{pattern:RegExp("\\$?"+x),alias:"constant"},variable:b.variable,function:{pattern:/(^|[\s;|&]|[<>]\()(?:add|apropos|apt|apt-cache|apt-get|aptitude|aspell|automysqlbackup|awk|basename|bash|bc|bconsole|bg|bzip2|cal|cargo|cat|cfdisk|chgrp|chkconfig|chmod|chown|chroot|cksum|clear|cmp|column|comm|composer|cp|cron|crontab|csplit|curl|cut|date|dc|dd|ddrescue|debootstrap|df|diff|diff3|dig|dir|dircolors|dirname|dirs|dmesg|docker|docker-compose|du|egrep|eject|env|ethtool|expand|expect|expr|fdformat|fdisk|fg|fgrep|file|find|fmt|fold|format|free|fsck|ftp|fuser|gawk|git|gparted|grep|groupadd|groupdel|groupmod|groups|grub-mkconfig|gzip|halt|head|hg|history|host|hostname|htop|iconv|id|ifconfig|ifdown|ifup|import|install|ip|java|jobs|join|kill|killall|less|link|ln|locate|logname|logrotate|look|lpc|lpr|lprint|lprintd|lprintq|lprm|ls|lsof|lynx|make|man|mc|mdadm|mkconfig|mkdir|mke2fs|mkfifo|mkfs|mkisofs|mknod|mkswap|mmv|more|most|mount|mtools|mtr|mutt|mv|nano|nc|netstat|nice|nl|node|nohup|notify-send|npm|nslookup|op|open|parted|passwd|paste|pathchk|ping|pkill|pnpm|podman|podman-compose|popd|pr|printcap|printenv|ps|pushd|pv|quota|quotacheck|quotactl|ram|rar|rcp|reboot|remsync|rename|renice|rev|rm|rmdir|rpm|rsync|scp|screen|sdiff|sed|sendmail|seq|service|sftp|sh|shellcheck|shuf|shutdown|sleep|slocate|sort|split|ssh|stat|strace|su|sudo|sum|suspend|swapon|sync|sysctl|tac|tail|tar|tee|time|timeout|top|touch|tr|traceroute|tsort|tty|umount|uname|unexpand|uniq|units|unrar|unshar|unzip|update-grub|uptime|useradd|userdel|usermod|users|uudecode|uuencode|v|vcpkg|vdir|vi|vim|virsh|vmstat|wait|watch|wc|wget|whereis|which|who|whoami|write|xargs|xdg-open|yarn|yes|zenity|zip|zsh|zypper)(?=$|[)\s;|&])/,lookbehind:!0},keyword:{pattern:/(^|[\s;|&]|[<>]\()(?:case|do|done|elif|else|esac|fi|for|function|if|in|select|then|until|while)(?=$|[)\s;|&])/,lookbehind:!0},builtin:{pattern:/(^|[\s;|&]|[<>]\()(?:\.|:|alias|bind|break|builtin|caller|cd|command|continue|declare|echo|enable|eval|exec|exit|export|getopts|hash|help|let|local|logout|mapfile|printf|pwd|read|readarray|readonly|return|set|shift|shopt|source|test|times|trap|type|typeset|ulimit|umask|unalias|unset)(?=$|[)\s;|&])/,lookbehind:!0,alias:"class-name"},boolean:{pattern:/(^|[\s;|&]|[<>]\()(?:false|true)(?=$|[)\s;|&])/,lookbehind:!0},"file-descriptor":{pattern:/\B&\d\b/,alias:"important"},operator:{pattern:/\d?<>|>\||\+=|=[=~]?|!=?|<<[<-]?|[&\d]?>>|\d[<>]&?|[<>][&=]?|&[>&]?|\|[&|]?/,inside:{"file-descriptor":{pattern:/^\d/,alias:"important"}}},punctuation:/\$?\(\(?|\)\)?|\.\.|[{}[\];\\]/,number:{pattern:/(^|\s)(?:[1-9]\d*|0)(?:[.,]\d+)?\b/,lookbehind:!0}},S.inside=f.languages.bash;for(var g=["comment","function-name","for-or-select","assign-left","parameter","string","environment","function","keyword","builtin","boolean","file-descriptor","operator","punctuation","number"],N=b.variable[1].inside,k=0;k<g.length;k++)N[g[k]]=f.languages.bash[g[k]];f.languages.sh=f.languages.bash,f.languages.shell=f.languages.bash})(h),(function(f){function x(le,Ne){return le.replace(/<<(\d+)>>/g,function(ve,We){return"(?:"+Ne[+We]+")"})}function S(le,Ne,ve){return RegExp(x(le,Ne),ve||"")}function b(le,Ne){for(var ve=0;ve<Ne;ve++)le=le.replace(/<<self>>/g,function(){return"(?:"+le+")"});return le.replace(/<<self>>/g,"[^\\s\\S]")}var g={type:"bool byte char decimal double dynamic float int long object sbyte short string uint ulong ushort var void",typeDeclaration:"class enum interface record struct",contextual:"add alias and ascending async await by descending from(?=\\s*(?:\\w|$)) get global group into init(?=\\s*;) join let nameof not notnull on or orderby partial remove select set unmanaged value when where with(?=\\s*{)",other:"abstract as base break case catch checked const continue default delegate do else event explicit extern finally fixed for foreach goto if implicit in internal is lock namespace new null operator out override params private protected public readonly ref return sealed sizeof stackalloc static switch this throw try typeof unchecked unsafe using virtual volatile while yield"};function N(le){return"\\b(?:"+le.trim().replace(/ /g,"|")+")\\b"}var k=N(g.typeDeclaration),R=RegExp(N(g.type+" "+g.typeDeclaration+" "+g.contextual+" "+g.other)),T=N(g.typeDeclaration+" "+g.contextual+" "+g.other),X=N(g.type+" "+g.typeDeclaration+" "+g.other),U=b(/<(?:[^<>;=+\-*/%&|^]|<<self>>)*>/.source,2),O=b(/\((?:[^()]|<<self>>)*\)/.source,2),I=/@?\b[A-Za-z_]\w*\b/.source,J=x(/<<0>>(?:\s*<<1>>)?/.source,[I,U]),W=x(/(?!<<0>>)<<1>>(?:\s*\.\s*<<1>>)*/.source,[T,J]),$=/\[\s*(?:,\s*)*\]/.source,L=x(/<<0>>(?:\s*(?:\?\s*)?<<1>>)*(?:\s*\?)?/.source,[W,$]),j=x(/[^,()<>[\];=+\-*/%&|^]|<<0>>|<<1>>|<<2>>/.source,[U,O,$]),H=x(/\(<<0>>+(?:,<<0>>+)+\)/.source,[j]),M=x(/(?:<<0>>|<<1>>)(?:\s*(?:\?\s*)?<<2>>)*(?:\s*\?)?/.source,[H,W,$]),r={keyword:R,punctuation:/[<>()?,.:[\]]/},oe=/'(?:[^\r\n'\\]|\\.|\\[Uux][\da-fA-F]{1,8})'/.source,P=/"(?:\\.|[^\\"\r\n])*"/.source,he=/@"(?:""|\\[\s\S]|[^\\"])*"(?!")/.source;f.languages.csharp=f.languages.extend("clike",{string:[{pattern:S(/(^|[^$\\])<<0>>/.source,[he]),lookbehind:!0,greedy:!0},{pattern:S(/(^|[^@$\\])<<0>>/.source,[P]),lookbehind:!0,greedy:!0}],"class-name":[{pattern:S(/(\busing\s+static\s+)<<0>>(?=\s*;)/.source,[W]),lookbehind:!0,inside:r},{pattern:S(/(\busing\s+<<0>>\s*=\s*)<<1>>(?=\s*;)/.source,[I,M]),lookbehind:!0,inside:r},{pattern:S(/(\busing\s+)<<0>>(?=\s*=)/.source,[I]),lookbehind:!0},{pattern:S(/(\b<<0>>\s+)<<1>>/.source,[k,J]),lookbehind:!0,inside:r},{pattern:S(/(\bcatch\s*\(\s*)<<0>>/.source,[W]),lookbehind:!0,inside:r},{pattern:S(/(\bwhere\s+)<<0>>/.source,[I]),lookbehind:!0},{pattern:S(/(\b(?:is(?:\s+not)?|as)\s+)<<0>>/.source,[L]),lookbehind:!0,inside:r},{pattern:S(/\b<<0>>(?=\s+(?!<<1>>|with\s*\{)<<2>>(?:\s*[=,;:{)\]]|\s+(?:in|when)\b))/.source,[M,X,I]),inside:r}],keyword:R,number:/(?:\b0(?:x[\da-f_]*[\da-f]|b[01_]*[01])|(?:\B\.\d+(?:_+\d+)*|\b\d+(?:_+\d+)*(?:\.\d+(?:_+\d+)*)?)(?:e[-+]?\d+(?:_+\d+)*)?)(?:[dflmu]|lu|ul)?\b/i,operator:/>>=?|<<=?|[-=]>|([-+&|])\1|~|\?\?=?|[-+*/%&|^!=<>]=?/,punctuation:/\?\.?|::|[{}[\];(),.:]/}),f.languages.insertBefore("csharp","number",{range:{pattern:/\.\./,alias:"operator"}}),f.languages.insertBefore("csharp","punctuation",{"named-parameter":{pattern:S(/([(,]\s*)<<0>>(?=\s*:)/.source,[I]),lookbehind:!0,alias:"punctuation"}}),f.languages.insertBefore("csharp","class-name",{namespace:{pattern:S(/(\b(?:namespace|using)\s+)<<0>>(?:\s*\.\s*<<0>>)*(?=\s*[;{])/.source,[I]),lookbehind:!0,inside:{punctuation:/\./}},"type-expression":{pattern:S(/(\b(?:default|sizeof|typeof)\s*\(\s*(?!\s))(?:[^()\s]|\s(?!\s)|<<0>>)*(?=\s*\))/.source,[O]),lookbehind:!0,alias:"class-name",inside:r},"return-type":{pattern:S(/<<0>>(?=\s+(?:<<1>>\s*(?:=>|[({]|\.\s*this\s*\[)|this\s*\[))/.source,[M,W]),inside:r,alias:"class-name"},"constructor-invocation":{pattern:S(/(\bnew\s+)<<0>>(?=\s*[[({])/.source,[M]),lookbehind:!0,inside:r,alias:"class-name"},"generic-method":{pattern:S(/<<0>>\s*<<1>>(?=\s*\()/.source,[I,U]),inside:{function:S(/^<<0>>/.source,[I]),generic:{pattern:RegExp(U),alias:"class-name",inside:r}}},"type-list":{pattern:S(/\b((?:<<0>>\s+<<1>>|record\s+<<1>>\s*<<5>>|where\s+<<2>>)\s*:\s*)(?:<<3>>|<<4>>|<<1>>\s*<<5>>|<<6>>)(?:\s*,\s*(?:<<3>>|<<4>>|<<6>>))*(?=\s*(?:where|[{;]|=>|$))/.source,[k,J,I,M,R.source,O,/\bnew\s*\(\s*\)/.source]),lookbehind:!0,inside:{"record-arguments":{pattern:S(/(^(?!new\s*\()<<0>>\s*)<<1>>/.source,[J,O]),lookbehind:!0,greedy:!0,inside:f.languages.csharp},keyword:R,"class-name":{pattern:RegExp(M),greedy:!0,inside:r},punctuation:/[,()]/}},preprocessor:{pattern:/(^[\t ]*)#.*/m,lookbehind:!0,alias:"property",inside:{directive:{pattern:/(#)\b(?:define|elif|else|endif|endregion|error|if|line|nullable|pragma|region|undef|warning)\b/,lookbehind:!0,alias:"keyword"}}}});var pe=P+"|"+oe,Te=x(/\/(?![*/])|\/\/[^\r\n]*[\r\n]|\/\*(?:[^*]|\*(?!\/))*\*\/|<<0>>/.source,[pe]),ie=b(x(/[^"'/()]|<<0>>|\(<<self>>*\)/.source,[Te]),2),Ie=/\b(?:assembly|event|field|method|module|param|property|return|type)\b/.source,At=x(/<<0>>(?:\s*\(<<1>>*\))?/.source,[W,ie]);f.languages.insertBefore("csharp","class-name",{attribute:{pattern:S(/((?:^|[^\s\w>)?])\s*\[\s*)(?:<<0>>\s*:\s*)?<<1>>(?:\s*,\s*<<1>>)*(?=\s*\])/.source,[Ie,At]),lookbehind:!0,greedy:!0,inside:{target:{pattern:S(/^<<0>>(?=\s*:)/.source,[Ie]),alias:"keyword"},"attribute-arguments":{pattern:S(/\(<<0>>*\)/.source,[ie]),inside:f.languages.csharp},"class-name":{pattern:RegExp(W),inside:{punctuation:/\./}},punctuation:/[:,]/}}});var et=/:[^}\r\n]+/.source,me=b(x(/[^"'/()]|<<0>>|\(<<self>>*\)/.source,[Te]),2),fe=x(/\{(?!\{)(?:(?![}:])<<0>>)*<<1>>?\}/.source,[me,et]),ge=b(x(/[^"'/()]|\/(?!\*)|\/\*(?:[^*]|\*(?!\/))*\*\/|<<0>>|\(<<self>>*\)/.source,[pe]),2),Le=x(/\{(?!\{)(?:(?![}:])<<0>>)*<<1>>?\}/.source,[ge,et]);function qe(le,Ne){return{interpolation:{pattern:S(/((?:^|[^{])(?:\{\{)*)<<0>>/.source,[le]),lookbehind:!0,inside:{"format-string":{pattern:S(/(^\{(?:(?![}:])<<0>>)*)<<1>>(?=\}$)/.source,[Ne,et]),lookbehind:!0,inside:{punctuation:/^:/}},punctuation:/^\{|\}$/,expression:{pattern:/[\s\S]+/,alias:"language-csharp",inside:f.languages.csharp}}},string:/[\s\S]+/}}f.languages.insertBefore("csharp","string",{"interpolation-string":[{pattern:S(/(^|[^\\])(?:\$@|@\$)"(?:""|\\[\s\S]|\{\{|<<0>>|[^\\{"])*"/.source,[fe]),lookbehind:!0,greedy:!0,inside:qe(fe,me)},{pattern:S(/(^|[^@\\])\$"(?:\\.|\{\{|<<0>>|[^\\"{])*"/.source,[Le]),lookbehind:!0,greedy:!0,inside:qe(Le,ge)}],char:{pattern:RegExp(oe),greedy:!0}}),f.languages.dotnet=f.languages.cs=f.languages.csharp})(h),(function(f){f.languages.diff={coord:[/^(?:\*{3}|-{3}|\+{3}).*$/m,/^@@.*@@$/m,/^\d.*$/m]};var x={"deleted-sign":"-","deleted-arrow":"<","inserted-sign":"+","inserted-arrow":">",unchanged:" ",diff:"!"};Object.keys(x).forEach(function(S){var b=x[S],g=[];/^\w+$/.test(S)||g.push(/\w+/.exec(S)[0]),S==="diff"&&g.push("bold"),f.languages.diff[S]={pattern:RegExp("^(?:["+b+`].*(?:\r
|
|
2
|
+
?|
|
|
3
|
+
|(?![\\s\\S])))+`,"m"),alias:g,inside:{line:{pattern:/(.)(?=[\s\S]).*(?:\r\n?|\n)?/,lookbehind:!0},prefix:{pattern:/[\s\S]/,alias:/\w+/.exec(S)[0]}}}}),Object.defineProperty(f.languages.diff,"PREFIXES",{value:x})})(h),h.languages.json={property:{pattern:/(^|[^\\])"(?:\\.|[^\\"\r\n])*"(?=\s*:)/,lookbehind:!0,greedy:!0},string:{pattern:/(^|[^\\])"(?:\\.|[^\\"\r\n])*"(?!\s*:)/,lookbehind:!0,greedy:!0},comment:{pattern:/\/\/.*|\/\*[\s\S]*?(?:\*\/|$)/,greedy:!0},number:/-?\b\d+(?:\.\d+)?(?:e[+-]?\d+)?\b/i,punctuation:/[{}[\],]/,operator:/:/,boolean:/\b(?:false|true)\b/,null:{pattern:/\bnull\b/,alias:"keyword"}},h.languages.webmanifest=h.languages.json,(function(f){var x=f.languages.powershell={"sensitive-variable":{pattern:/(\[\[.*?\]\])/i,greedy:!0},comment:[{pattern:/(^|[^`])<#[\s\S]*?#>/,lookbehind:!0},{pattern:/(^|[^`])#.*/,lookbehind:!0}],string:[{pattern:/"(?:`[\s\S]|[^`"])*"/,greedy:!0,inside:{function:{pattern:/(^|[^`])\$\((?:\$\(.*?\)|(?!\$\()[^\r\n)])*\)/,lookbehind:!0,inside:{}},"sensitive-variable":{pattern:/(\[\[.*?\]\])/i,greedy:!0}}},{pattern:/'(?:[^']|'')*'/,greedy:!0}],namespace:/\[[a-z](?:\[(?:\[[^\]]*\]|[^\[\]])*\]|[^\[\]])*\]/i,boolean:/\$(?:false|true)\b/i,variable:/\$\w+\b/,function:[/\b(?:Add|Approve|Assert|Backup|Block|Checkpoint|Clear|Close|Compare|Complete|Compress|Confirm|Connect|Convert|ConvertFrom|ConvertTo|Copy|Debug|Deny|Disable|Disconnect|Dismount|Edit|Enable|Enter|Exit|Expand|Export|Find|ForEach|Format|Get|Grant|Group|Hide|Import|Initialize|Install|Invoke|Join|Limit|Lock|Measure|Merge|Move|New|Open|Optimize|Out|Ping|Pop|Protect|Publish|Push|Read|Receive|Redo|Register|Remove|Rename|Repair|Request|Reset|Resize|Resolve|Restart|Restore|Resume|Revoke|Save|Search|Select|Send|Set|Show|Skip|Sort|Split|Start|Step|Stop|Submit|Suspend|Switch|Sync|Tee|Test|Trace|Unblock|Undo|Uninstall|Unlock|Unprotect|Unpublish|Unregister|Update|Use|Wait|Watch|Where|Write)-[a-z]+\b/i,/\b(?:ac|cat|chdir|clc|cli|clp|clv|compare|copy|cp|cpi|cpp|cvpa|dbp|del|diff|dir|ebp|echo|epal|epcsv|epsn|erase|fc|fl|ft|fw|gal|gbp|gc|gci|gcs|gdr|gi|gl|gm|gp|gps|group|gsv|gu|gv|gwmi|iex|ii|ipal|ipcsv|ipsn|irm|iwmi|iwr|kill|lp|ls|measure|mi|mount|move|mp|mv|nal|ndr|ni|nv|ogv|popd|ps|pushd|pwd|rbp|rd|rdr|ren|ri|rm|rmdir|rni|rnp|rp|rv|rvpa|rwmi|sal|saps|sasv|sbp|sc|select|set|shcm|si|sl|sleep|sls|sort|sp|spps|spsv|start|sv|swmi|tee|trcm|type|write)\b/i],keyword:/\b(?:Begin|Break|Catch|Class|Continue|Data|Define|Do|DynamicParam|Else|ElseIf|End|Exit|Filter|Finally|For|ForEach|From|Function|If|InlineScript|Parallel|Param|Process|Return|Sequence|Switch|Throw|Trap|Try|Until|Using|Var|While|Workflow)\b/i,operator:{pattern:/(^|\W)(?:!|-(?:b?(?:and|x?or)|as|(?:Not)?(?:Contains|In|Like|Match)|eq|ge|gt|is(?:Not)?|Join|le|lt|ne|not|Replace|sh[lr])\b|-[-=]?|\+[+=]?|[*\/%]=?)/i,lookbehind:!0},punctuation:/[|{}[\];(),.]/};x.string[0].inside={function:{pattern:/(^|[^`])\$\((?:\$\([^\r\n()]*\)|(?!\$\()[^\r\n)])*\)/,lookbehind:!0,inside:x},boolean:x.boolean,variable:x.variable}})(h),(function(f){f.languages.puppet={heredoc:[{pattern:/(@\("([^"\r\n\/):]+)"(?:\/[nrts$uL]*)?\).*(?:\r?\n|\r))(?:.*(?:\r?\n|\r(?!\n)))*?[ \t]*(?:\|[ \t]*)?(?:-[ \t]*)?\2/,lookbehind:!0,alias:"string",inside:{punctuation:/(?=\S).*\S(?= *$)/}},{pattern:/(@\(([^"\r\n\/):]+)(?:\/[nrts$uL]*)?\).*(?:\r?\n|\r))(?:.*(?:\r?\n|\r(?!\n)))*?[ \t]*(?:\|[ \t]*)?(?:-[ \t]*)?\2/,lookbehind:!0,greedy:!0,alias:"string",inside:{punctuation:/(?=\S).*\S(?= *$)/}},{pattern:/@\("?(?:[^"\r\n\/):]+)"?(?:\/[nrts$uL]*)?\)/,alias:"string",inside:{punctuation:{pattern:/(\().+?(?=\))/,lookbehind:!0}}}],"multiline-comment":{pattern:/(^|[^\\])\/\*[\s\S]*?\*\//,lookbehind:!0,greedy:!0,alias:"comment"},regex:{pattern:/((?:\bnode\s+|[~=\(\[\{,]\s*|[=+]>\s*|^\s*))\/(?:[^\/\\]|\\[\s\S])+\/(?:[imx]+\b|\B)/,lookbehind:!0,greedy:!0,inside:{"extended-regex":{pattern:/^\/(?:[^\/\\]|\\[\s\S])+\/[im]*x[im]*$/,inside:{comment:/#.*/}}}},comment:{pattern:/(^|[^\\])#.*/,lookbehind:!0,greedy:!0},string:{pattern:/(["'])(?:\$\{(?:[^'"}]|(["'])(?:(?!\2)[^\\]|\\[\s\S])*\2)+\}|\$(?!\{)|(?!\1)[^\\$]|\\[\s\S])*\1/,greedy:!0,inside:{"double-quoted":{pattern:/^"[\s\S]*"$/,inside:{}}}},variable:{pattern:/\$(?:::)?\w+(?:::\w+)*/,inside:{punctuation:/::/}},"attr-name":/(?:\b\w+|\*)(?=\s*=>)/,function:[{pattern:/(\.)(?!\d)\w+/,lookbehind:!0},/\b(?:contain|debug|err|fail|include|info|notice|realize|require|tag|warning)\b|\b(?!\d)\w+(?=\()/],number:/\b(?:0x[a-f\d]+|\d+(?:\.\d+)?(?:e-?\d+)?)\b/i,boolean:/\b(?:false|true)\b/,keyword:/\b(?:application|attr|case|class|consumes|default|define|else|elsif|function|if|import|inherits|node|private|produces|type|undef|unless)\b/,datatype:{pattern:/\b(?:Any|Array|Boolean|Callable|Catalogentry|Class|Collection|Data|Default|Enum|Float|Hash|Integer|NotUndef|Numeric|Optional|Pattern|Regexp|Resource|Runtime|Scalar|String|Struct|Tuple|Type|Undef|Variant)\b/,alias:"symbol"},operator:/=[=~>]?|![=~]?|<(?:<\|?|[=~|-])?|>[>=]?|->?|~>|\|>?>?|[*\/%+?]|\b(?:and|in|or)\b/,punctuation:/[\[\]{}().,;]|:+/};var x=[{pattern:/(^|[^\\])\$\{(?:[^'"{}]|\{[^}]*\}|(["'])(?:(?!\2)[^\\]|\\[\s\S])*\2)+\}/,lookbehind:!0,inside:{"short-variable":{pattern:/(^\$\{)(?!\w+\()(?:::)?\w+(?:::\w+)*/,lookbehind:!0,alias:"variable",inside:{punctuation:/::/}},delimiter:{pattern:/^\$/,alias:"variable"},rest:f.languages.puppet}},{pattern:/(^|[^\\])\$(?:::)?\w+(?:::\w+)*/,lookbehind:!0,alias:"variable",inside:{punctuation:/::/}}];f.languages.puppet.heredoc[0].inside.interpolation=x,f.languages.puppet.string.inside["double-quoted"].inside.interpolation=x})(h),h.languages.python={comment:{pattern:/(^|[^\\])#.*/,lookbehind:!0,greedy:!0},"string-interpolation":{pattern:/(?:f|fr|rf)(?:("""|''')[\s\S]*?\1|("|')(?:\\.|(?!\2)[^\\\r\n])*\2)/i,greedy:!0,inside:{interpolation:{pattern:/((?:^|[^{])(?:\{\{)*)\{(?!\{)(?:[^{}]|\{(?!\{)(?:[^{}]|\{(?!\{)(?:[^{}])+\})+\})+\}/,lookbehind:!0,inside:{"format-spec":{pattern:/(:)[^:(){}]+(?=\}$)/,lookbehind:!0},"conversion-option":{pattern://,alias:"punctuation"},rest:null}},string:/[\s\S]+/}},"triple-quoted-string":{pattern:/(?:[rub]|br|rb)?("""|''')[\s\S]*?\1/i,greedy:!0,alias:"string"},string:{pattern:/(?:[rub]|br|rb)?("|')(?:\\.|(?!\1)[^\\\r\n])*\1/i,greedy:!0},function:{pattern:/((?:^|\s)def[ \t]+)[a-zA-Z_]\w*(?=\s*\()/g,lookbehind:!0},"class-name":{pattern:/(\bclass\s+)\w+/i,lookbehind:!0},decorator:{pattern:/(^[\t ]*)@\w+(?:\.\w+)*/m,lookbehind:!0,alias:["annotation","punctuation"],inside:{punctuation:/\./}},keyword:/\b(?:_(?=\s*:)|and|as|assert|async|await|break|case|class|continue|def|del|elif|else|except|exec|finally|for|from|global|if|import|in|is|lambda|match|nonlocal|not|or|pass|print|raise|return|try|while|with|yield)\b/,builtin:/\b(?:__import__|abs|all|any|apply|ascii|basestring|bin|bool|buffer|bytearray|bytes|callable|chr|classmethod|cmp|coerce|compile|complex|delattr|dict|dir|divmod|enumerate|eval|execfile|file|filter|float|format|frozenset|getattr|globals|hasattr|hash|help|hex|id|input|int|intern|isinstance|issubclass|iter|len|list|locals|long|map|max|memoryview|min|next|object|oct|open|ord|pow|property|range|raw_input|reduce|reload|repr|reversed|round|set|setattr|slice|sorted|staticmethod|str|sum|super|tuple|type|unichr|unicode|vars|xrange|zip)\b/,boolean:/\b(?:False|None|True)\b/,number:/\b0(?:b(?:_?[01])+|o(?:_?[0-7])+|x(?:_?[a-f0-9])+)\b|(?:\b\d+(?:_\d+)*(?:\.(?:\d+(?:_\d+)*)?)?|\B\.\d+(?:_\d+)*)(?:e[+-]?\d+(?:_\d+)*)?j?(?!\w)/i,operator:/[-+%=]=?|!=|:=|\*\*?=?|\/\/?=?|<[<=>]?|>[=>]?|[&|^~]/,punctuation:/[{}[\];(),.:]/},h.languages.python["string-interpolation"].inside.interpolation.inside.rest=h.languages.python,h.languages.py=h.languages.python,(function(f){f.languages.ruby=f.languages.extend("clike",{comment:{pattern:/#.*|^=begin\s[\s\S]*?^=end/m,greedy:!0},"class-name":{pattern:/(\b(?:class|module)\s+|\bcatch\s+\()[\w.\\]+|\b[A-Z_]\w*(?=\s*\.\s*new\b)/,lookbehind:!0,inside:{punctuation:/[.\\]/}},keyword:/\b(?:BEGIN|END|alias|and|begin|break|case|class|def|define_method|defined|do|each|else|elsif|end|ensure|extend|for|if|in|include|module|new|next|nil|not|or|prepend|private|protected|public|raise|redo|require|rescue|retry|return|self|super|then|throw|undef|unless|until|when|while|yield)\b/,operator:/\.{2,3}|&\.|===|<?=>|[!=]?~|(?:&&|\|\||<<|>>|\*\*|[+\-*/%<>!^&|=])=?|[?:]/,punctuation:/[(){}[\].,;]/}),f.languages.insertBefore("ruby","operator",{"double-colon":{pattern:/::/,alias:"punctuation"}});var x={pattern:/((?:^|[^\\])(?:\\{2})*)#\{(?:[^{}]|\{[^{}]*\})*\}/,lookbehind:!0,inside:{content:{pattern:/^(#\{)[\s\S]+(?=\}$)/,lookbehind:!0,inside:f.languages.ruby},delimiter:{pattern:/^#\{|\}$/,alias:"punctuation"}}};delete f.languages.ruby.function;var S="(?:"+[/([^a-zA-Z0-9\s{(\[<=])(?:(?!\1)[^\\]|\\[\s\S])*\1/.source,/\((?:[^()\\]|\\[\s\S]|\((?:[^()\\]|\\[\s\S])*\))*\)/.source,/\{(?:[^{}\\]|\\[\s\S]|\{(?:[^{}\\]|\\[\s\S])*\})*\}/.source,/\[(?:[^\[\]\\]|\\[\s\S]|\[(?:[^\[\]\\]|\\[\s\S])*\])*\]/.source,/<(?:[^<>\\]|\\[\s\S]|<(?:[^<>\\]|\\[\s\S])*>)*>/.source].join("|")+")",b=/(?:"(?:\\.|[^"\\\r\n])*"|(?:\b[a-zA-Z_]\w*|[^\s\0-\x7F]+)[?!]?|\$.)/.source;f.languages.insertBefore("ruby","keyword",{"regex-literal":[{pattern:RegExp(/%r/.source+S+/[egimnosux]{0,6}/.source),greedy:!0,inside:{interpolation:x,regex:/[\s\S]+/}},{pattern:/(^|[^/])\/(?!\/)(?:\[[^\r\n\]]+\]|\\.|[^[/\\\r\n])+\/[egimnosux]{0,6}(?=\s*(?:$|[\r\n,.;})#]))/,lookbehind:!0,greedy:!0,inside:{interpolation:x,regex:/[\s\S]+/}}],variable:/[@$]+[a-zA-Z_]\w*(?:[?!]|\b)/,symbol:[{pattern:RegExp(/(^|[^:]):/.source+b),lookbehind:!0,greedy:!0},{pattern:RegExp(/([\r\n{(,][ \t]*)/.source+b+/(?=:(?!:))/.source),lookbehind:!0,greedy:!0}],"method-definition":{pattern:/(\bdef\s+)\w+(?:\s*\.\s*\w+)?/,lookbehind:!0,inside:{function:/\b\w+$/,keyword:/^self\b/,"class-name":/^\w+/,punctuation:/\./}}}),f.languages.insertBefore("ruby","string",{"string-literal":[{pattern:RegExp(/%[qQiIwWs]?/.source+S),greedy:!0,inside:{interpolation:x,string:/[\s\S]+/}},{pattern:/("|')(?:#\{[^}]+\}|#(?!\{)|\\(?:\r\n|[\s\S])|(?!\1)[^\\#\r\n])*\1/,greedy:!0,inside:{interpolation:x,string:/[\s\S]+/}},{pattern:/<<[-~]?([a-z_]\w*)[\r\n](?:.*[\r\n])*?[\t ]*\1/i,alias:"heredoc-string",greedy:!0,inside:{delimiter:{pattern:/^<<[-~]?[a-z_]\w*|\b[a-z_]\w*$/i,inside:{symbol:/\b\w+/,punctuation:/^<<[-~]?/}},interpolation:x,string:/[\s\S]+/}},{pattern:/<<[-~]?'([a-z_]\w*)'[\r\n](?:.*[\r\n])*?[\t ]*\1/i,alias:"heredoc-string",greedy:!0,inside:{delimiter:{pattern:/^<<[-~]?'[a-z_]\w*'|\b[a-z_]\w*$/i,inside:{symbol:/\b\w+/,punctuation:/^<<[-~]?'|'$/}},string:/[\s\S]+/}}],"command-literal":[{pattern:RegExp(/%x/.source+S),greedy:!0,inside:{interpolation:x,command:{pattern:/[\s\S]+/,alias:"string"}}},{pattern:/`(?:#\{[^}]+\}|#(?!\{)|\\(?:\r\n|[\s\S])|[^\\`#\r\n])*`/,greedy:!0,inside:{interpolation:x,command:{pattern:/[\s\S]+/,alias:"string"}}}]}),delete f.languages.ruby.string,f.languages.insertBefore("ruby","number",{builtin:/\b(?:Array|Bignum|Binding|Class|Continuation|Dir|Exception|FalseClass|File|Fixnum|Float|Hash|IO|Integer|MatchData|Method|Module|NilClass|Numeric|Object|Proc|Range|Regexp|Stat|String|Struct|Symbol|TMS|Thread|ThreadGroup|Time|TrueClass)\b/,constant:/\b[A-Z][A-Z0-9_]*(?:[?!]|\b)/}),f.languages.rb=f.languages.ruby})(h),h.languages.scss=h.languages.extend("css",{comment:{pattern:/(^|[^\\])(?:\/\*[\s\S]*?\*\/|\/\/.*)/,lookbehind:!0},atrule:{pattern:/@[\w-](?:\([^()]+\)|[^()\s]|\s+(?!\s))*?(?=\s+[{;])/,inside:{rule:/@[\w-]+/}},url:/(?:[-a-z]+-)?url(?=\()/i,selector:{pattern:/(?=\S)[^@;{}()]?(?:[^@;{}()\s]|\s+(?!\s)|#\{\$[-\w]+\})+(?=\s*\{(?:\}|\s|[^}][^:{}]*[:{][^}]))/,inside:{parent:{pattern:/&/,alias:"important"},placeholder:/%[-\w]+/,variable:/\$[-\w]+|#\{\$[-\w]+\}/}},property:{pattern:/(?:[-\w]|\$[-\w]|#\{\$[-\w]+\})+(?=\s*:)/,inside:{variable:/\$[-\w]+|#\{\$[-\w]+\}/}}}),h.languages.insertBefore("scss","atrule",{keyword:[/@(?:content|debug|each|else(?: if)?|extend|for|forward|function|if|import|include|mixin|return|use|warn|while)\b/i,{pattern:/( )(?:from|through)(?= )/,lookbehind:!0}]}),h.languages.insertBefore("scss","important",{variable:/\$[-\w]+|#\{\$[-\w]+\}/}),h.languages.insertBefore("scss","function",{"module-modifier":{pattern:/\b(?:as|hide|show|with)\b/i,alias:"keyword"},placeholder:{pattern:/%[-\w]+/,alias:"selector"},statement:{pattern:/\B!(?:default|optional)\b/i,alias:"keyword"},boolean:/\b(?:false|true)\b/,null:{pattern:/\bnull\b/,alias:"keyword"},operator:{pattern:/(\s)(?:[-+*\/%]|[=!]=|<=?|>=?|and|not|or)(?=\s)/,lookbehind:!0}}),h.languages.scss.atrule.inside.rest=h.languages.scss,(function(f){var x=[/"(?:\\[\s\S]|\$\([^)]+\)|\$(?!\()|`[^`]+`|[^"\\`$])*"/.source,/'[^']*'/.source,/\$'(?:[^'\\]|\\[\s\S])*'/.source,/<<-?\s*(["']?)(\w+)\1\s[\s\S]*?[\r\n]\2/.source].join("|");f.languages["shell-session"]={command:{pattern:RegExp(/^/.source+"(?:"+(/[^\s@:$#%*!/\\]+@[^\r\n@:$#%*!/\\]+(?::[^\0-\x1F$#%*?"<>:;|]+)?/.source+"|"+/[/~.][^\0-\x1F$#%*?"<>@:;|]*/.source)+")?"+/[$#%](?=\s)/.source+/(?:[^\\\r\n \t'"<$]|[ \t](?:(?!#)|#.*$)|\\(?:[^\r]|\r\n?)|\$(?!')|<(?!<)|<<str>>)+/.source.replace(/<<str>>/g,function(){return x}),"m"),greedy:!0,inside:{info:{pattern:/^[^#$%]+/,alias:"punctuation",inside:{user:/^[^\s@:$#%*!/\\]+@[^\r\n@:$#%*!/\\]+/,punctuation:/:/,path:/[\s\S]+/}},bash:{pattern:/(^[$#%]\s*)\S[\s\S]*/,lookbehind:!0,alias:"language-bash",inside:f.languages.bash},"shell-symbol":{pattern:/^[$#%]/,alias:"important"}}},output:/.(?:.*(?:[\r\n]|.$))*/},f.languages["sh-session"]=f.languages.shellsession=f.languages["shell-session"]})(h),(function(f){function x(N,k){f.languages[N]&&f.languages.insertBefore(N,"comment",{"doc-comment":k})}var S=f.languages.markup.tag,b={pattern:/\/\/\/.*/,greedy:!0,alias:"comment",inside:{tag:S}},g={pattern:/'''.*/,greedy:!0,alias:"comment",inside:{tag:S}};x("csharp",b),x("fsharp",b),x("vbnet",g)})(h),(function(f){var x=/[*&][^\s[\]{},]+/,S=/!(?:<[\w\-%#;/?:@&=+$,.!~*'()[\]]+>|(?:[a-zA-Z\d-]*!)?[\w\-%#;/?:@&=+$.~*'()]+)?/,b="(?:"+S.source+"(?:[ ]+"+x.source+")?|"+x.source+"(?:[ ]+"+S.source+")?)",g=/(?:[^\s\x00-\x08\x0e-\x1f!"#%&'*,\-:>?@[\]`{|}\x7f-\x84\x86-\x9f\ud800-\udfff\ufffe\uffff]|[?:-]<PLAIN>)(?:[ \t]*(?:(?![#:])<PLAIN>|:<PLAIN>))*/.source.replace(/<PLAIN>/g,function(){return/[^\s\x00-\x08\x0e-\x1f,[\]{}\x7f-\x84\x86-\x9f\ud800-\udfff\ufffe\uffff]/.source}),N=/"(?:[^"\\\r\n]|\\.)*"|'(?:[^'\\\r\n]|\\.)*'/.source;function k(R,T){T=(T||"").replace(/m/g,"")+"m";var X=/([:\-,[{]\s*(?:\s<<prop>>[ \t]+)?)(?:<<value>>)(?=[ \t]*(?:$|,|\]|\}|(?:[\r\n]\s*)?#))/.source.replace(/<<prop>>/g,function(){return b}).replace(/<<value>>/g,function(){return R});return RegExp(X,T)}f.languages.yaml={scalar:{pattern:RegExp(/([\-:]\s*(?:\s<<prop>>[ \t]+)?[|>])[ \t]*(?:((?:\r?\n|\r)[ \t]+)\S[^\r\n]*(?:\2[^\r\n]+)*)/.source.replace(/<<prop>>/g,function(){return b})),lookbehind:!0,alias:"string"},comment:/#.*/,key:{pattern:RegExp(/((?:^|[:\-,[{\r\n?])[ \t]*(?:<<prop>>[ \t]+)?)<<key>>(?=\s*:\s)/.source.replace(/<<prop>>/g,function(){return b}).replace(/<<key>>/g,function(){return"(?:"+g+"|"+N+")"})),lookbehind:!0,greedy:!0,alias:"atrule"},directive:{pattern:/(^[ \t]*)%.+/m,lookbehind:!0,alias:"important"},datetime:{pattern:k(/\d{4}-\d\d?-\d\d?(?:[tT]|[ \t]+)\d\d?:\d{2}:\d{2}(?:\.\d*)?(?:[ \t]*(?:Z|[-+]\d\d?(?::\d{2})?))?|\d{4}-\d{2}-\d{2}|\d\d?:\d{2}(?::\d{2}(?:\.\d*)?)?/.source),lookbehind:!0,alias:"number"},boolean:{pattern:k(/false|true/.source,"i"),lookbehind:!0,alias:"important"},null:{pattern:k(/null|~/.source,"i"),lookbehind:!0,alias:"important"},string:{pattern:k(N),lookbehind:!0,greedy:!0},number:{pattern:k(/[+-]?(?:0x[\da-f]+|0o[0-7]+|(?:\d+(?:\.\d*)?|\.\d+)(?:e[+-]?\d+)?|\.inf|\.nan)/.source,"i"),lookbehind:!0},tag:S,important:x,punctuation:/---|[:[\]{}\-,|>?]|\.\.\./},f.languages.yml=f.languages.yaml})(h),(function(f){var x={pattern:/[0-9a-fA-F]{8}[-]?([0-9a-fA-F]{4}[-]?){3}[0-9a-fA-F]{12}/i,alias:"constant"};f.languages["log-file"]={"sensitive-variable":{pattern:/(\[\[.*?\]\])/i,greedy:!0},verbose:[{pattern:/\b(Trace)\b:/i,greedy:!0},{pattern:/\[(verbose|verb|vrb|vb|v)\]/i,greedy:!0}],debug:[{pattern:/\b(DEBUG|Debug)\b|\b(debug)\:/i,greedy:!0},{pattern:/\[(debug|dbug|dbg|de|d)\]/i,greedy:!0}],info:[{pattern:/\b(HINT|INFO|INFORMATION|Info|NOTICE|II)\b | \b(^[^\.\.]+$)\b | \b(info|information)\:/,greedy:!0},{pattern:/\[(information|info|inf|in|i)\]/i,greedy:!0}],warning:[{pattern:/\b(WARNING|WARN|Warn|WW)\b|\b(warning)\:/i,greedy:!0},{pattern:/\[(warning|warn|wrn|wn|w)\]/i,greedy:!0}],error:[{pattern:/\b(ALERT|CRITICAL|EMERGENCY|ERROR|FAILURE|FAIL|Fatal|FATAL|Error|EE)\b|\b(error)\:/i,greedy:!0},{pattern:/\[(error|eror|err|er|e|fatal|fatl|ftl|fa|f)\]/i,greedy:!0}],date:[{pattern:/\b\d{4}-\d{2}-\d{2}(T|\b)/i,greedy:!0},{pattern:/\b\d{2}[^\w\s]\d{2}[^\w\s]\d{4}\b/i,greedy:!0},{pattern:/\d{1,2}:\d{2}(:\d{2}([.,]\d{1,})?)?(Z| ?[+-]\d{1,2}:\d{2})?\b/i,greedy:!0}],guid:x,"text-string":[{pattern:/[a-zA-Z]'[a-zA-Z]/i,greedy:!0},{pattern:/[a-zA-Z]\('[a-zA-Z]/i,greedy:!0}],string:[{pattern:/"[^"]*"/i,greedy:!0,inside:{"sensitive-variable":{pattern:/(\[\[.*?\]\])/i,greedy:!0}}},{pattern:/'[^']*'/i,greedy:!0}],exceptiontype:{pattern:/\b([a-zA-Z.]*Exception)\b/i,greedy:!0},"text-constant":{pattern:/(\\[\w-]+.\w+)/i,greedy:!0},constant:[{pattern:/\b([0-9]+|true|false|null)\b/i,greedy:!0},{pattern:/\b(http|https|ftp|file):\/\S+\b\/?/i,greedy:!0},{pattern:/([\w-]+\.)+([\w-])+(?![\w/\\])/i,greedy:!0}]},f.languages.log=f.languages["log-file"]})(h),(function(){if(typeof h=="undefined"||typeof document=="undefined")return;var f="line-numbers",x=/\n(?!$)/g,S=h.plugins.lineNumbers={getLine:function(k,R){if(!(k.tagName!=="PRE"||!k.classList.contains(f))){var T=k.querySelector(".line-numbers-rows");if(T){var X=parseInt(k.getAttribute("data-start"),10)||1,U=X+(T.children.length-1);R<X&&(R=X),R>U&&(R=U);var O=R-X;return T.children[O]}}},resize:function(k){b([k])},assumeViewportIndependence:!0};function b(k){if(k=k.filter(function(T){var X=g(T),U=X["white-space"];return U==="pre-wrap"||U==="pre-line"}),k.length!=0){var R=k.map(function(T){var X=T.querySelector("code"),U=T.querySelector(".line-numbers-rows");if(!(!X||!U)){var O=T.querySelector(".line-numbers-sizer"),I=X.textContent.split(x);O||(O=document.createElement("span"),O.className="line-numbers-sizer",X.appendChild(O)),O.innerHTML="0",O.style.display="block";var J=O.getBoundingClientRect().height;return O.innerHTML="",{element:T,lines:I,lineHeights:[],oneLinerHeight:J,sizer:O}}}).filter(Boolean);R.forEach(function(T){var X=T.sizer,U=T.lines,O=T.lineHeights,I=T.oneLinerHeight;O[U.length-1]=void 0,U.forEach(function(J,W){if(J&&J.length>1){var $=X.appendChild(document.createElement("span"));$.style.display="block",$.textContent=J}else O[W]=I})}),R.forEach(function(T){for(var X=T.sizer,U=T.lineHeights,O=0,I=0;I<U.length;I++)U[I]===void 0&&(U[I]=X.children[O++].getBoundingClientRect().height)}),R.forEach(function(T){var X=T.sizer,U=T.element.querySelector(".line-numbers-rows");X.style.display="none",X.innerHTML="",T.lineHeights.forEach(function(O,I){U.children[I].style.height=O+"px"})})}}function g(k){return k?window.getComputedStyle?getComputedStyle(k):k.currentStyle||null:null}var N=void 0;window.addEventListener("resize",function(){S.assumeViewportIndependence&&N===window.innerWidth||(N=window.innerWidth,b(Array.prototype.slice.call(document.querySelectorAll("pre."+f))))}),h.hooks.add("complete",function(k){if(k.code){var R=k.element,T=R.parentNode;if(!(!T||!/pre/i.test(T.nodeName))&&!R.querySelector(".line-numbers-rows")&&h.util.isActive(R,f)){R.classList.remove(f),T.classList.add(f);var X=k.code.match(x),U=X?X.length+1:1,O,I=new Array(U+1).join("<span></span>");O=document.createElement("span"),O.setAttribute("aria-hidden","true"),O.className="line-numbers-rows",O.innerHTML=I,T.hasAttribute("data-start")&&(T.style.counterReset="linenumber "+(parseInt(T.getAttribute("data-start"),10)-1)),k.element.appendChild(O),b([T]),h.hooks.run("line-numbers",k)}}}),h.hooks.add("line-numbers",function(k){k.plugins=k.plugins||{},k.plugins.lineNumbers=!0})})(),(function(){if(typeof h=="undefined"||typeof document=="undefined")return;var f=[],x={},S=function(){};h.plugins.toolbar={};var b=h.plugins.toolbar.registerButton=function(k,R){var T;if(typeof R=="function"?T=R:T=function(X){var U;return typeof R.onClick=="function"?(U=document.createElement("button"),U.type="button",U.addEventListener("click",function(){R.onClick.call(this,X)})):typeof R.url=="string"?(U=document.createElement("a"),U.href=R.url):U=document.createElement("span"),R.className&&U.classList.add(R.className),U.textContent=R.text,U},k in x){console.warn('There is a button with the key "'+k+'" registered already.');return}f.push(x[k]=T)};function g(k){for(;k;){var R=k.getAttribute("data-toolbar-order");if(R!=null)return R=R.trim(),R.length?R.split(/\s*,\s*/g):[];k=k.parentElement}}var N=h.plugins.toolbar.hook=function(k){var R=k.element.parentNode;if(!(!R||!/pre/i.test(R.nodeName))&&!R.parentNode.classList.contains("code-toolbar")){var T=document.createElement("div");T.classList.add("code-toolbar"),R.parentNode.insertBefore(T,R),T.appendChild(R);var X=document.createElement("div");X.classList.add("toolbar");var U=f,O=g(k.element);O&&(U=O.map(function(I){return x[I]||S})),U.forEach(function(I){var J=I(k);if(J){var W=document.createElement("div");W.classList.add("toolbar-item"),W.appendChild(J),X.appendChild(W)}}),T.appendChild(X)}};b("label",function(k){var R=k.element.parentNode;if(!(!R||!/pre/i.test(R.nodeName))&&R.hasAttribute("data-label")){var T,X,U=R.getAttribute("data-label");try{X=document.querySelector("template#"+U)}catch(O){}return X?T=X.content:(R.hasAttribute("data-url")?(T=document.createElement("a"),T.href=R.getAttribute("data-url")):T=document.createElement("span"),T.textContent=U),T}}),h.hooks.add("complete",N)})(),(function(){if(typeof h=="undefined"||typeof document=="undefined")return;if(!h.plugins.toolbar){console.warn("Copy to Clipboard plugin loaded before Toolbar plugin.");return}function f(N,k){N.addEventListener("click",function(){S(k)})}function x(N){var k=document.createElement("textarea");k.value=N.getText(),k.style.top="0",k.style.left="0",k.style.position="fixed",document.body.appendChild(k),k.focus(),k.select();try{var R=document.execCommand("copy");setTimeout(function(){R?N.success():N.error()},1)}catch(T){setTimeout(function(){N.error(T)},1)}document.body.removeChild(k)}function S(N){navigator.clipboard?navigator.clipboard.writeText(N.getText()).then(N.success,function(){x(N)}):x(N)}function b(N){window.getSelection().selectAllChildren(N)}function g(N){var k={copy:"Copy","copy-error":"Press Ctrl+C to copy","copy-success":"Copied!","copy-timeout":5e3},R="data-prismjs-";for(var T in k){for(var X=R+T,U=N;U&&!U.hasAttribute(X);)U=U.parentElement;U&&(k[T]=U.getAttribute(X))}return k}h.plugins.toolbar.registerButton("copy-to-clipboard",function(N){var k=N.element,R=g(k),T=document.createElement("button");T.className="copy-to-clipboard-button",T.setAttribute("type","button");var X=document.createElement("span");return T.appendChild(X),O("copy"),f(T,{getText:function(){return k.textContent},success:function(){O("copy-success"),U()},error:function(){O("copy-error"),setTimeout(function(){b(k)},1),U()}}),T;function U(){setTimeout(function(){O("copy")},R["copy-timeout"])}function O(I){X.textContent=R[I],T.setAttribute("data-copy-state",I)}})})(),(function(){if(typeof h!="undefined"){var f=/^diff-([\w-]+)/i,x=/<\/?(?!\d)[^\s>\/=$<%]+(?:\s(?:\s*[^\s>\/=]+(?:\s*=\s*(?:"[^"]*"|'[^']*'|[^\s'">=]+(?=[\s>]))|(?=[\s/>])))+)?\s*\/?>/g,S=RegExp(/(?:__|[^\r\n<])*(?:\r\n?|\n|(?:__|[^\r\n<])(?![^\r\n]))/.source.replace(/__/g,function(){return x.source}),"gi"),b=!1;h.hooks.add("before-sanity-check",function(g){var N=g.language;f.test(N)&&!g.grammar&&(g.grammar=h.languages[N]=h.languages.diff)}),h.hooks.add("before-tokenize",function(g){!b&&!h.languages.diff&&!h.plugins.autoloader&&(b=!0,console.warn("Prism's Diff Highlight plugin requires the Diff language definition (prism-diff.js).Make sure the language definition is loaded or use Prism's Autoloader plugin."));var N=g.language;f.test(N)&&!h.languages[N]&&(h.languages[N]=h.languages.diff)}),h.hooks.add("wrap",function(g){var N,k;if(g.language!=="diff"){var R=f.exec(g.language);if(!R)return;N=R[1],k=h.languages[N]}var T=h.languages.diff&&h.languages.diff.PREFIXES;if(T&&g.type in T){var X=g.content.replace(x,""),U=X.replace(/</g,"<").replace(/&/g,"&"),O=U.replace(/(^|[\r\n])./g,"$1"),I;k?I=h.highlight(O,k,N):I=h.util.encode(O);var J=new h.Token("prefix",T[g.type],[/\w+/.exec(g.type)[0]]),W=h.Token.stringify(J,g.language),$=[],L;for(S.lastIndex=0;L=S.exec(I);)$.push(W+L[0]);/(?:^|[\r\n]).$/.test(U)&&$.push(W),g.content=$.join(""),k&&g.classes.push("language-"+N)}})}})()}}),sr=zt({"node_modules/anchor-js/anchor.js"(F,_){(function(E,h){"use strict";typeof define=="function"&&define.amd?define([],h):typeof _=="object"&&_.exports?_.exports=h():(E.AnchorJS=h(),E.anchors=new E.AnchorJS)})(globalThis,function(){"use strict";function E(h){this.options=h||{},this.elements=[];function f(b){b.icon=Object.prototype.hasOwnProperty.call(b,"icon")?b.icon:"\uE9CB",b.visible=Object.prototype.hasOwnProperty.call(b,"visible")?b.visible:"hover",b.placement=Object.prototype.hasOwnProperty.call(b,"placement")?b.placement:"right",b.ariaLabel=Object.prototype.hasOwnProperty.call(b,"ariaLabel")?b.ariaLabel:"Anchor",b.class=Object.prototype.hasOwnProperty.call(b,"class")?b.class:"",b.base=Object.prototype.hasOwnProperty.call(b,"base")?b.base:"",b.truncate=Object.prototype.hasOwnProperty.call(b,"truncate")?Math.floor(b.truncate):64,b.titleText=Object.prototype.hasOwnProperty.call(b,"titleText")?b.titleText:""}f(this.options),this.add=function(b){var g,N,k,R,T,X,U,O,I,J,W,$=[];if(f(this.options),b||(b="h2, h3, h4, h5, h6"),g=x(b),g.length===0)return this;for(S(),N=document.querySelectorAll("[id]"),k=[].map.call(N,function(L){return L.id}),T=0;T<g.length;T++){if(this.hasAnchorJSLink(g[T])){$.push(T);continue}if(g[T].hasAttribute("id"))R=g[T].getAttribute("id");else if(g[T].hasAttribute("data-anchor-id"))R=g[T].getAttribute("data-anchor-id");else{O=this.urlify(g[T].textContent),I=O,U=0;do X!==void 0&&(I=O+"-"+U),X=k.indexOf(I),U+=1;while(X!==-1);X=void 0,k.push(I),g[T].setAttribute("id",I),R=I}J=document.createElement("a"),J.className="anchorjs-link "+this.options.class,J.setAttribute("aria-label",this.options.ariaLabel),J.setAttribute("data-anchorjs-icon",this.options.icon),this.options.titleText&&(J.title=this.options.titleText),W=document.querySelector("base")?window.location.pathname+window.location.search:"",W=this.options.base||W,J.href=W+"#"+R,this.options.visible==="always"&&(J.style.opacity="1"),this.options.icon==="\uE9CB"&&(J.style.font="1em/1 anchorjs-icons",this.options.placement==="left"&&(J.style.lineHeight="inherit")),this.options.placement==="left"?(J.style.position="absolute",J.style.marginLeft="-1.25em",J.style.paddingRight=".25em",J.style.paddingLeft=".25em",g[T].insertBefore(J,g[T].firstChild)):(J.style.marginLeft=".1875em",J.style.paddingRight=".1875em",J.style.paddingLeft=".1875em",g[T].appendChild(J))}for(T=0;T<$.length;T++)g.splice($[T]-T,1);return this.elements=this.elements.concat(g),this},this.remove=function(b){for(var g,N,k=x(b),R=0;R<k.length;R++)N=k[R].querySelector(".anchorjs-link"),N&&(g=this.elements.indexOf(k[R]),g!==-1&&this.elements.splice(g,1),k[R].removeChild(N));return this},this.removeAll=function(){this.remove(this.elements)},this.urlify=function(b){var g=document.createElement("textarea");g.innerHTML=b,b=g.value;var N=/[& +$,:;=?@"#{}|^~[`%!'<>\]./()*\\\n\t\b\v\u00A0]/g;return this.options.truncate||f(this.options),b.trim().replace(/'/gi,"").replace(N,"-").replace(/-{2,}/g,"-").substring(0,this.options.truncate).replace(/^-+|-+$/gm,"").toLowerCase()},this.hasAnchorJSLink=function(b){var g=b.firstChild&&(" "+b.firstChild.className+" ").indexOf(" anchorjs-link ")>-1,N=b.lastChild&&(" "+b.lastChild.className+" ").indexOf(" anchorjs-link ")>-1;return g||N||!1};function x(b){var g;if(typeof b=="string"||b instanceof String)g=[].slice.call(document.querySelectorAll(b));else if(Array.isArray(b)||b instanceof NodeList)g=[].slice.call(b);else throw new TypeError("The selector provided to AnchorJS was invalid.");return g}function S(){if(document.head.querySelector("style.anchorjs")===null){var b=document.createElement("style"),g=".anchorjs-link{opacity:0;text-decoration:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}",N=":hover>.anchorjs-link,.anchorjs-link:focus{opacity:1}",k='@font-face{font-family:anchorjs-icons;src:url(data:n/a;base64,AAEAAAALAIAAAwAwT1MvMg8yG2cAAAE4AAAAYGNtYXDp3gC3AAABpAAAAExnYXNwAAAAEAAAA9wAAAAIZ2x5ZlQCcfwAAAH4AAABCGhlYWQHFvHyAAAAvAAAADZoaGVhBnACFwAAAPQAAAAkaG10eASAADEAAAGYAAAADGxvY2EACACEAAAB8AAAAAhtYXhwAAYAVwAAARgAAAAgbmFtZQGOH9cAAAMAAAAAunBvc3QAAwAAAAADvAAAACAAAQAAAAEAAHzE2p9fDzz1AAkEAAAAAADRecUWAAAAANQA6R8AAAAAAoACwAAAAAgAAgAAAAAAAAABAAADwP/AAAACgAAA/9MCrQABAAAAAAAAAAAAAAAAAAAAAwABAAAAAwBVAAIAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAMCQAGQAAUAAAKZAswAAACPApkCzAAAAesAMwEJAAAAAAAAAAAAAAAAAAAAARAAAAAAAAAAAAAAAAAAAAAAQAAg//0DwP/AAEADwABAAAAAAQAAAAAAAAAAAAAAIAAAAAAAAAIAAAACgAAxAAAAAwAAAAMAAAAcAAEAAwAAABwAAwABAAAAHAAEADAAAAAIAAgAAgAAACDpy//9//8AAAAg6cv//f///+EWNwADAAEAAAAAAAAAAAAAAAAACACEAAEAAAAAAAAAAAAAAAAxAAACAAQARAKAAsAAKwBUAAABIiYnJjQ3NzY2MzIWFxYUBwcGIicmNDc3NjQnJiYjIgYHBwYUFxYUBwYGIwciJicmNDc3NjIXFhQHBwYUFxYWMzI2Nzc2NCcmNDc2MhcWFAcHBgYjARQGDAUtLXoWOR8fORYtLTgKGwoKCjgaGg0gEhIgDXoaGgkJBQwHdR85Fi0tOAobCgoKOBoaDSASEiANehoaCQkKGwotLXoWOR8BMwUFLYEuehYXFxYugC44CQkKGwo4GkoaDQ0NDXoaShoKGwoFBe8XFi6ALjgJCQobCjgaShoNDQ0NehpKGgobCgoKLYEuehYXAAAADACWAAEAAAAAAAEACAAAAAEAAAAAAAIAAwAIAAEAAAAAAAMACAAAAAEAAAAAAAQACAAAAAEAAAAAAAUAAQALAAEAAAAAAAYACAAAAAMAAQQJAAEAEAAMAAMAAQQJAAIABgAcAAMAAQQJAAMAEAAMAAMAAQQJAAQAEAAMAAMAAQQJAAUAAgAiAAMAAQQJAAYAEAAMYW5jaG9yanM0MDBAAGEAbgBjAGgAbwByAGoAcwA0ADAAMABAAAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAH//wAP) format("truetype")}',R="[data-anchorjs-icon]::after{content:attr(data-anchorjs-icon)}",T;b.className="anchorjs",b.appendChild(document.createTextNode("")),T=document.head.querySelector('[rel="stylesheet"],style'),T===void 0?document.head.appendChild(b):document.head.insertBefore(b,T),b.sheet.insertRule(g,b.sheet.cssRules.length),b.sheet.insertRule(N,b.sheet.cssRules.length),b.sheet.insertRule(R,b.sheet.cssRules.length),b.sheet.insertRule(k,b.sheet.cssRules.length)}}}return E})}}),ur=zt({"node_modules/jquery/dist/jquery.js"(F,_){(function(E,h){"use strict";typeof _=="object"&&typeof _.exports=="object"?_.exports=E.document?h(E,!0):function(f){if(!f.document)throw new Error("jQuery requires a window with a document");return h(f)}:h(E)})(typeof window!="undefined"?window:F,function(E,h){"use strict";var f=[],x=Object.getPrototypeOf,S=f.slice,b=f.flat?function(e){return f.flat.call(e)}:function(e){return f.concat.apply([],e)},g=f.push,N=f.indexOf,k={},R=k.toString,T=k.hasOwnProperty,X=T.toString,U=X.call(Object),O={},I=function(t){return typeof t=="function"&&typeof t.nodeType!="number"&&typeof t.item!="function"},J=function(t){return t!=null&&t===t.window},W=E.document,$={type:!0,src:!0,nonce:!0,noModule:!0};function L(e,t,n){n=n||W;var i,a,o=n.createElement("script");if(o.text=e,t)for(i in $)a=t[i]||t.getAttribute&&t.getAttribute(i),a&&o.setAttribute(i,a);n.head.appendChild(o).parentNode.removeChild(o)}function j(e){return e==null?e+"":typeof e=="object"||typeof e=="function"?k[R.call(e)]||"object":typeof e}var H="3.7.1",M=/HTML$/i,r=function(e,t){return new r.fn.init(e,t)};r.fn=r.prototype={jquery:H,constructor:r,length:0,toArray:function(){return S.call(this)},get:function(e){return e==null?S.call(this):e<0?this[e+this.length]:this[e]},pushStack:function(e){var t=r.merge(this.constructor(),e);return t.prevObject=this,t},each:function(e){return r.each(this,e)},map:function(e){return this.pushStack(r.map(this,function(t,n){return e.call(t,n,t)}))},slice:function(){return this.pushStack(S.apply(this,arguments))},first:function(){return this.eq(0)},last:function(){return this.eq(-1)},even:function(){return this.pushStack(r.grep(this,function(e,t){return(t+1)%2}))},odd:function(){return this.pushStack(r.grep(this,function(e,t){return t%2}))},eq:function(e){var t=this.length,n=+e+(e<0?t:0);return this.pushStack(n>=0&&n<t?[this[n]]:[])},end:function(){return this.prevObject||this.constructor()},push:g,sort:f.sort,splice:f.splice},r.extend=r.fn.extend=function(){var e,t,n,i,a,o,s=arguments[0]||{},c=1,l=arguments.length,p=!1;for(typeof s=="boolean"&&(p=s,s=arguments[c]||{},c++),typeof s!="object"&&!I(s)&&(s={}),c===l&&(s=this,c--);c<l;c++)if((e=arguments[c])!=null)for(t in e)i=e[t],!(t==="__proto__"||s===i)&&(p&&i&&(r.isPlainObject(i)||(a=Array.isArray(i)))?(n=s[t],a&&!Array.isArray(n)?o=[]:!a&&!r.isPlainObject(n)?o={}:o=n,a=!1,s[t]=r.extend(p,o,i)):i!==void 0&&(s[t]=i));return s},r.extend({expando:"jQuery"+(H+Math.random()).replace(/\D/g,""),isReady:!0,error:function(e){throw new Error(e)},noop:function(){},isPlainObject:function(e){var t,n;return!e||R.call(e)!=="[object Object]"?!1:(t=x(e),t?(n=T.call(t,"constructor")&&t.constructor,typeof n=="function"&&X.call(n)===U):!0)},isEmptyObject:function(e){var t;for(t in e)return!1;return!0},globalEval:function(e,t,n){L(e,{nonce:t&&t.nonce},n)},each:function(e,t){var n,i=0;if(oe(e))for(n=e.length;i<n&&t.call(e[i],i,e[i])!==!1;i++);else for(i in e)if(t.call(e[i],i,e[i])===!1)break;return e},text:function(e){var t,n="",i=0,a=e.nodeType;if(!a)for(;t=e[i++];)n+=r.text(t);return a===1||a===11?e.textContent:a===9?e.documentElement.textContent:a===3||a===4?e.nodeValue:n},makeArray:function(e,t){var n=t||[];return e!=null&&(oe(Object(e))?r.merge(n,typeof e=="string"?[e]:e):g.call(n,e)),n},inArray:function(e,t,n){return t==null?-1:N.call(t,e,n)},isXMLDoc:function(e){var t=e&&e.namespaceURI,n=e&&(e.ownerDocument||e).documentElement;return!M.test(t||n&&n.nodeName||"HTML")},merge:function(e,t){for(var n=+t.length,i=0,a=e.length;i<n;i++)e[a++]=t[i];return e.length=a,e},grep:function(e,t,n){for(var i,a=[],o=0,s=e.length,c=!n;o<s;o++)i=!t(e[o],o),i!==c&&a.push(e[o]);return a},map:function(e,t,n){var i,a,o=0,s=[];if(oe(e))for(i=e.length;o<i;o++)a=t(e[o],o,n),a!=null&&s.push(a);else for(o in e)a=t(e[o],o,n),a!=null&&s.push(a);return b(s)},guid:1,support:O}),typeof Symbol=="function"&&(r.fn[Symbol.iterator]=f[Symbol.iterator]),r.each("Boolean Number String Function Array Date RegExp Object Error Symbol".split(" "),function(e,t){k["[object "+t+"]"]=t.toLowerCase()});function oe(e){var t=!!e&&"length"in e&&e.length,n=j(e);return I(e)||J(e)?!1:n==="array"||t===0||typeof t=="number"&&t>0&&t-1 in e}function P(e,t){return e.nodeName&&e.nodeName.toLowerCase()===t.toLowerCase()}var he=f.pop,pe=f.sort,Te=f.splice,ie="[\\x20\\t\\r\\n\\f]",Ie=new RegExp("^"+ie+"+|((?:^|[^\\\\])(?:\\\\.)*)"+ie+"+$","g");r.contains=function(e,t){var n=t&&t.parentNode;return e===n||!!(n&&n.nodeType===1&&(e.contains?e.contains(n):e.compareDocumentPosition&&e.compareDocumentPosition(n)&16))};var At=/([\0-\x1f\x7f]|^-?\d)|^-$|[^\x80-\uFFFF\w-]/g;function et(e,t){return t?e==="\0"?"\uFFFD":e.slice(0,-1)+"\\"+e.charCodeAt(e.length-1).toString(16)+" ":"\\"+e}r.escapeSelector=function(e){return(e+"").replace(At,et)};var me=W,fe=g;(function(){var e,t,n,i,a,o=fe,s,c,l,p,m,C=r.expando,v=0,D=0,Z=Ht(),ae=Ht(),ee=Ht(),be=Ht(),ye=function(u,d){return u===d&&(a=!0),0},He="checked|selected|async|autofocus|autoplay|controls|defer|disabled|hidden|ismap|loop|multiple|open|readonly|required|scoped",Me="(?:\\\\[\\da-fA-F]{1,6}"+ie+"?|\\\\[^\\r\\n\\f]|[\\w-]|[^\0-\\x7f])+",re="\\["+ie+"*("+Me+")(?:"+ie+"*([*^$|!~]?=)"+ie+`*(?:'((?:\\\\.|[^\\\\'])*)'|"((?:\\\\.|[^\\\\"])*)"|(`+Me+"))|)"+ie+"*\\]",it=":("+Me+`)(?:\\((('((?:\\\\.|[^\\\\'])*)'|"((?:\\\\.|[^\\\\"])*)")|((?:\\\\.|[^\\\\()[\\]]|`+re+")*)|.*)\\)|)",se=new RegExp(ie+"+","g"),de=new RegExp("^"+ie+"*,"+ie+"*"),$t=new RegExp("^"+ie+"*([>+~]|"+ie+")"+ie+"*"),un=new RegExp(ie+"|>"),Pe=new RegExp(it),Dt=new RegExp("^"+Me+"$"),Be={ID:new RegExp("^#("+Me+")"),CLASS:new RegExp("^\\.("+Me+")"),TAG:new RegExp("^("+Me+"|[*])"),ATTR:new RegExp("^"+re),PSEUDO:new RegExp("^"+it),CHILD:new RegExp("^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\("+ie+"*(even|odd|(([+-]|)(\\d*)n|)"+ie+"*(?:([+-]|)"+ie+"*(\\d+)|))"+ie+"*\\)|)","i"),bool:new RegExp("^(?:"+He+")$","i"),needsContext:new RegExp("^"+ie+"*[>+~]|:(even|odd|eq|gt|lt|nth|first|last)(?:\\("+ie+"*((?:-\\d)?\\d*)"+ie+"*\\)|)(?=[^-]|$)","i")},Ze=/^(?:input|select|textarea|button)$/i,Je=/^h\d$/i,De=/^(?:#([\w-]+)|(\w+)|\.([\w-]+))$/,ln=/[+~]/,Xe=new RegExp("\\\\[\\da-fA-F]{1,6}"+ie+"?|\\\\([^\\r\\n\\f])","g"),Ye=function(u,d){var y="0x"+u.slice(1)-65536;return d||(y<0?String.fromCharCode(y+65536):String.fromCharCode(y>>10|55296,y&1023|56320))},ti=function(){Ke()},ni=Pt(function(u){return u.disabled===!0&&P(u,"fieldset")},{dir:"parentNode",next:"legend"});function ri(){try{return s.activeElement}catch(u){}}try{o.apply(f=S.call(me.childNodes),me.childNodes),f[me.childNodes.length].nodeType}catch(u){o={apply:function(d,y){fe.apply(d,S.call(y))},call:function(d){fe.apply(d,S.call(arguments,1))}}}function ue(u,d,y,A){var w,q,B,G,z,te,V,K=d&&d.ownerDocument,ne=d?d.nodeType:9;if(y=y||[],typeof u!="string"||!u||ne!==1&&ne!==9&&ne!==11)return y;if(!A&&(Ke(d),d=d||s,l)){if(ne!==11&&(z=De.exec(u)))if(w=z[1]){if(ne===9)if(B=d.getElementById(w)){if(B.id===w)return o.call(y,B),y}else return y;else if(K&&(B=K.getElementById(w))&&ue.contains(d,B)&&B.id===w)return o.call(y,B),y}else{if(z[2])return o.apply(y,d.getElementsByTagName(u)),y;if((w=z[3])&&d.getElementsByClassName)return o.apply(y,d.getElementsByClassName(w)),y}if(!be[u+" "]&&(!p||!p.test(u))){if(V=u,K=d,ne===1&&(un.test(u)||$t.test(u))){for(K=ln.test(u)&&cn(d.parentNode)||d,(K!=d||!O.scope)&&((G=d.getAttribute("id"))?G=r.escapeSelector(G):d.setAttribute("id",G=C)),te=Ot(u),q=te.length;q--;)te[q]=(G?"#"+G:":scope")+" "+Mt(te[q]);V=te.join(",")}try{return o.apply(y,K.querySelectorAll(V)),y}catch(Q){be(u,!0)}finally{G===C&&d.removeAttribute("id")}}}return er(u.replace(Ie,"$1"),d,y,A)}function Ht(){var u=[];function d(y,A){return u.push(y+" ")>t.cacheLength&&delete d[u.shift()],d[y+" "]=A}return d}function _e(u){return u[C]=!0,u}function gt(u){var d=s.createElement("fieldset");try{return!!u(d)}catch(y){return!1}finally{d.parentNode&&d.parentNode.removeChild(d),d=null}}function ii(u){return function(d){return P(d,"input")&&d.type===u}}function ai(u){return function(d){return(P(d,"input")||P(d,"button"))&&d.type===u}}function Jn(u){return function(d){return"form"in d?d.parentNode&&d.disabled===!1?"label"in d?"label"in d.parentNode?d.parentNode.disabled===u:d.disabled===u:d.isDisabled===u||d.isDisabled!==!u&&ni(d)===u:d.disabled===u:"label"in d?d.disabled===u:!1}}function at(u){return _e(function(d){return d=+d,_e(function(y,A){for(var w,q=u([],y.length,d),B=q.length;B--;)y[w=q[B]]&&(y[w]=!(A[w]=y[w]))})})}function cn(u){return u&&typeof u.getElementsByTagName!="undefined"&&u}function Ke(u){var d,y=u?u.ownerDocument||u:me;return y==s||y.nodeType!==9||!y.documentElement||(s=y,c=s.documentElement,l=!r.isXMLDoc(s),m=c.matches||c.webkitMatchesSelector||c.msMatchesSelector,c.msMatchesSelector&&me!=s&&(d=s.defaultView)&&d.top!==d&&d.addEventListener("unload",ti),O.getById=gt(function(A){return c.appendChild(A).id=r.expando,!s.getElementsByName||!s.getElementsByName(r.expando).length}),O.disconnectedMatch=gt(function(A){return m.call(A,"*")}),O.scope=gt(function(){return s.querySelectorAll(":scope")}),O.cssHas=gt(function(){try{return s.querySelector(":has(*,:jqfake)"),!1}catch(A){return!0}}),O.getById?(t.filter.ID=function(A){var w=A.replace(Xe,Ye);return function(q){return q.getAttribute("id")===w}},t.find.ID=function(A,w){if(typeof w.getElementById!="undefined"&&l){var q=w.getElementById(A);return q?[q]:[]}}):(t.filter.ID=function(A){var w=A.replace(Xe,Ye);return function(q){var B=typeof q.getAttributeNode!="undefined"&&q.getAttributeNode("id");return B&&B.value===w}},t.find.ID=function(A,w){if(typeof w.getElementById!="undefined"&&l){var q,B,G,z=w.getElementById(A);if(z){if(q=z.getAttributeNode("id"),q&&q.value===A)return[z];for(G=w.getElementsByName(A),B=0;z=G[B++];)if(q=z.getAttributeNode("id"),q&&q.value===A)return[z]}return[]}}),t.find.TAG=function(A,w){return typeof w.getElementsByTagName!="undefined"?w.getElementsByTagName(A):w.querySelectorAll(A)},t.find.CLASS=function(A,w){if(typeof w.getElementsByClassName!="undefined"&&l)return w.getElementsByClassName(A)},p=[],gt(function(A){var w;c.appendChild(A).innerHTML="<a id='"+C+"' href='' disabled='disabled'></a><select id='"+C+"-\r\\' disabled='disabled'><option selected=''></option></select>",A.querySelectorAll("[selected]").length||p.push("\\["+ie+"*(?:value|"+He+")"),A.querySelectorAll("[id~="+C+"-]").length||p.push("~="),A.querySelectorAll("a#"+C+"+*").length||p.push(".#.+[+~]"),A.querySelectorAll(":checked").length||p.push(":checked"),w=s.createElement("input"),w.setAttribute("type","hidden"),A.appendChild(w).setAttribute("name","D"),c.appendChild(A).disabled=!0,A.querySelectorAll(":disabled").length!==2&&p.push(":enabled",":disabled"),w=s.createElement("input"),w.setAttribute("name",""),A.appendChild(w),A.querySelectorAll("[name='']").length||p.push("\\["+ie+"*name"+ie+"*="+ie+`*(?:''|"")`)}),O.cssHas||p.push(":has"),p=p.length&&new RegExp(p.join("|")),ye=function(A,w){if(A===w)return a=!0,0;var q=!A.compareDocumentPosition-!w.compareDocumentPosition;return q||(q=(A.ownerDocument||A)==(w.ownerDocument||w)?A.compareDocumentPosition(w):1,q&1||!O.sortDetached&&w.compareDocumentPosition(A)===q?A===s||A.ownerDocument==me&&ue.contains(me,A)?-1:w===s||w.ownerDocument==me&&ue.contains(me,w)?1:i?N.call(i,A)-N.call(i,w):0:q&4?-1:1)}),s}ue.matches=function(u,d){return ue(u,null,null,d)},ue.matchesSelector=function(u,d){if(Ke(u),l&&!be[d+" "]&&(!p||!p.test(d)))try{var y=m.call(u,d);if(y||O.disconnectedMatch||u.document&&u.document.nodeType!==11)return y}catch(A){be(d,!0)}return ue(d,s,null,[u]).length>0},ue.contains=function(u,d){return(u.ownerDocument||u)!=s&&Ke(u),r.contains(u,d)},ue.attr=function(u,d){(u.ownerDocument||u)!=s&&Ke(u);var y=t.attrHandle[d.toLowerCase()],A=y&&T.call(t.attrHandle,d.toLowerCase())?y(u,d,!l):void 0;return A!==void 0?A:u.getAttribute(d)},ue.error=function(u){throw new Error("Syntax error, unrecognized expression: "+u)},r.uniqueSort=function(u){var d,y=[],A=0,w=0;if(a=!O.sortStable,i=!O.sortStable&&S.call(u,0),pe.call(u,ye),a){for(;d=u[w++];)d===u[w]&&(A=y.push(w));for(;A--;)Te.call(u,y[A],1)}return i=null,u},r.fn.uniqueSort=function(){return this.pushStack(r.uniqueSort(S.apply(this)))},t=r.expr={cacheLength:50,createPseudo:_e,match:Be,attrHandle:{},find:{},relative:{">":{dir:"parentNode",first:!0}," ":{dir:"parentNode"},"+":{dir:"previousSibling",first:!0},"~":{dir:"previousSibling"}},preFilter:{ATTR:function(u){return u[1]=u[1].replace(Xe,Ye),u[3]=(u[3]||u[4]||u[5]||"").replace(Xe,Ye),u[2]==="~="&&(u[3]=" "+u[3]+" "),u.slice(0,4)},CHILD:function(u){return u[1]=u[1].toLowerCase(),u[1].slice(0,3)==="nth"?(u[3]||ue.error(u[0]),u[4]=+(u[4]?u[5]+(u[6]||1):2*(u[3]==="even"||u[3]==="odd")),u[5]=+(u[7]+u[8]||u[3]==="odd")):u[3]&&ue.error(u[0]),u},PSEUDO:function(u){var d,y=!u[6]&&u[2];return Be.CHILD.test(u[0])?null:(u[3]?u[2]=u[4]||u[5]||"":y&&Pe.test(y)&&(d=Ot(y,!0))&&(d=y.indexOf(")",y.length-d)-y.length)&&(u[0]=u[0].slice(0,d),u[2]=y.slice(0,d)),u.slice(0,3))}},filter:{TAG:function(u){var d=u.replace(Xe,Ye).toLowerCase();return u==="*"?function(){return!0}:function(y){return P(y,d)}},CLASS:function(u){var d=Z[u+" "];return d||(d=new RegExp("(^|"+ie+")"+u+"("+ie+"|$)"))&&Z(u,function(y){return d.test(typeof y.className=="string"&&y.className||typeof y.getAttribute!="undefined"&&y.getAttribute("class")||"")})},ATTR:function(u,d,y){return function(A){var w=ue.attr(A,u);return w==null?d==="!=":d?(w+="",d==="="?w===y:d==="!="?w!==y:d==="^="?y&&w.indexOf(y)===0:d==="*="?y&&w.indexOf(y)>-1:d==="$="?y&&w.slice(-y.length)===y:d==="~="?(" "+w.replace(se," ")+" ").indexOf(y)>-1:d==="|="?w===y||w.slice(0,y.length+1)===y+"-":!1):!0}},CHILD:function(u,d,y,A,w){var q=u.slice(0,3)!=="nth",B=u.slice(-4)!=="last",G=d==="of-type";return A===1&&w===0?(function(z){return!!z.parentNode}):function(z,te,V){var K,ne,Q,ce,ke,Ae=q!==B?"nextSibling":"previousSibling",Oe=z.parentNode,ze=G&&z.nodeName.toLowerCase(),yt=!V&&!G,xe=!1;if(Oe){if(q){for(;Ae;){for(Q=z;Q=Q[Ae];)if(G?P(Q,ze):Q.nodeType===1)return!1;ke=Ae=u==="only"&&!ke&&"nextSibling"}return!0}if(ke=[B?Oe.firstChild:Oe.lastChild],B&&yt){for(ne=Oe[C]||(Oe[C]={}),K=ne[u]||[],ce=K[0]===v&&K[1],xe=ce&&K[2],Q=ce&&Oe.childNodes[ce];Q=++ce&&Q&&Q[Ae]||(xe=ce=0)||ke.pop();)if(Q.nodeType===1&&++xe&&Q===z){ne[u]=[v,ce,xe];break}}else if(yt&&(ne=z[C]||(z[C]={}),K=ne[u]||[],ce=K[0]===v&&K[1],xe=ce),xe===!1)for(;(Q=++ce&&Q&&Q[Ae]||(xe=ce=0)||ke.pop())&&!((G?P(Q,ze):Q.nodeType===1)&&++xe&&(yt&&(ne=Q[C]||(Q[C]={}),ne[u]=[v,xe]),Q===z)););return xe-=w,xe===A||xe%A===0&&xe/A>=0}}},PSEUDO:function(u,d){var y,A=t.pseudos[u]||t.setFilters[u.toLowerCase()]||ue.error("unsupported pseudo: "+u);return A[C]?A(d):A.length>1?(y=[u,u,"",d],t.setFilters.hasOwnProperty(u.toLowerCase())?_e(function(w,q){for(var B,G=A(w,d),z=G.length;z--;)B=N.call(w,G[z]),w[B]=!(q[B]=G[z])}):function(w){return A(w,0,y)}):A}},pseudos:{not:_e(function(u){var d=[],y=[],A=hn(u.replace(Ie,"$1"));return A[C]?_e(function(w,q,B,G){for(var z,te=A(w,null,G,[]),V=w.length;V--;)(z=te[V])&&(w[V]=!(q[V]=z))}):function(w,q,B){return d[0]=w,A(d,null,B,y),d[0]=null,!y.pop()}}),has:_e(function(u){return function(d){return ue(u,d).length>0}}),contains:_e(function(u){return u=u.replace(Xe,Ye),function(d){return(d.textContent||r.text(d)).indexOf(u)>-1}}),lang:_e(function(u){return Dt.test(u||"")||ue.error("unsupported lang: "+u),u=u.replace(Xe,Ye).toLowerCase(),function(d){var y;do if(y=l?d.lang:d.getAttribute("xml:lang")||d.getAttribute("lang"))return y=y.toLowerCase(),y===u||y.indexOf(u+"-")===0;while((d=d.parentNode)&&d.nodeType===1);return!1}}),target:function(u){var d=E.location&&E.location.hash;return d&&d.slice(1)===u.id},root:function(u){return u===c},focus:function(u){return u===ri()&&s.hasFocus()&&!!(u.type||u.href||~u.tabIndex)},enabled:Jn(!1),disabled:Jn(!0),checked:function(u){return P(u,"input")&&!!u.checked||P(u,"option")&&!!u.selected},selected:function(u){return u.parentNode&&u.parentNode.selectedIndex,u.selected===!0},empty:function(u){for(u=u.firstChild;u;u=u.nextSibling)if(u.nodeType<6)return!1;return!0},parent:function(u){return!t.pseudos.empty(u)},header:function(u){return Je.test(u.nodeName)},input:function(u){return Ze.test(u.nodeName)},button:function(u){return P(u,"input")&&u.type==="button"||P(u,"button")},text:function(u){var d;return P(u,"input")&&u.type==="text"&&((d=u.getAttribute("type"))==null||d.toLowerCase()==="text")},first:at(function(){return[0]}),last:at(function(u,d){return[d-1]}),eq:at(function(u,d,y){return[y<0?y+d:y]}),even:at(function(u,d){for(var y=0;y<d;y+=2)u.push(y);return u}),odd:at(function(u,d){for(var y=1;y<d;y+=2)u.push(y);return u}),lt:at(function(u,d,y){var A;for(y<0?A=y+d:y>d?A=d:A=y;--A>=0;)u.push(A);return u}),gt:at(function(u,d,y){for(var A=y<0?y+d:y;++A<d;)u.push(A);return u})}},t.pseudos.nth=t.pseudos.eq;for(e in{radio:!0,checkbox:!0,file:!0,password:!0,image:!0})t.pseudos[e]=ii(e);for(e in{submit:!0,reset:!0})t.pseudos[e]=ai(e);function Kn(){}Kn.prototype=t.filters=t.pseudos,t.setFilters=new Kn;function Ot(u,d){var y,A,w,q,B,G,z,te=ae[u+" "];if(te)return d?0:te.slice(0);for(B=u,G=[],z=t.preFilter;B;){(!y||(A=de.exec(B)))&&(A&&(B=B.slice(A[0].length)||B),G.push(w=[])),y=!1,(A=$t.exec(B))&&(y=A.shift(),w.push({value:y,type:A[0].replace(Ie," ")}),B=B.slice(y.length));for(q in t.filter)(A=Be[q].exec(B))&&(!z[q]||(A=z[q](A)))&&(y=A.shift(),w.push({value:y,type:q,matches:A}),B=B.slice(y.length));if(!y)break}return d?B.length:B?ue.error(u):ae(u,G).slice(0)}function Mt(u){for(var d=0,y=u.length,A="";d<y;d++)A+=u[d].value;return A}function Pt(u,d,y){var A=d.dir,w=d.next,q=w||A,B=y&&q==="parentNode",G=D++;return d.first?(function(z,te,V){for(;z=z[A];)if(z.nodeType===1||B)return u(z,te,V);return!1}):(function(z,te,V){var K,ne,Q=[v,G];if(V){for(;z=z[A];)if((z.nodeType===1||B)&&u(z,te,V))return!0}else for(;z=z[A];)if(z.nodeType===1||B)if(ne=z[C]||(z[C]={}),w&&P(z,w))z=z[A]||z;else{if((K=ne[q])&&K[0]===v&&K[1]===G)return Q[2]=K[2];if(ne[q]=Q,Q[2]=u(z,te,V))return!0}return!1})}function fn(u){return u.length>1?function(d,y,A){for(var w=u.length;w--;)if(!u[w](d,y,A))return!1;return!0}:u[0]}function oi(u,d,y){for(var A=0,w=d.length;A<w;A++)ue(u,d[A],y);return y}function Bt(u,d,y,A,w){for(var q,B=[],G=0,z=u.length,te=d!=null;G<z;G++)(q=u[G])&&(!y||y(q,A,w))&&(B.push(q),te&&d.push(G));return B}function dn(u,d,y,A,w,q){return A&&!A[C]&&(A=dn(A)),w&&!w[C]&&(w=dn(w,q)),_e(function(B,G,z,te){var V,K,ne,Q,ce=[],ke=[],Ae=G.length,Oe=B||oi(d||"*",z.nodeType?[z]:z,[]),ze=u&&(B||!d)?Bt(Oe,ce,u,z,te):Oe;if(y?(Q=w||(B?u:Ae||A)?[]:G,y(ze,Q,z,te)):Q=ze,A)for(V=Bt(Q,ke),A(V,[],z,te),K=V.length;K--;)(ne=V[K])&&(Q[ke[K]]=!(ze[ke[K]]=ne));if(B){if(w||u){if(w){for(V=[],K=Q.length;K--;)(ne=Q[K])&&V.push(ze[K]=ne);w(null,Q=[],V,te)}for(K=Q.length;K--;)(ne=Q[K])&&(V=w?N.call(B,ne):ce[K])>-1&&(B[V]=!(G[V]=ne))}}else Q=Bt(Q===G?Q.splice(Ae,Q.length):Q),w?w(null,G,Q,te):o.apply(G,Q)})}function pn(u){for(var d,y,A,w=u.length,q=t.relative[u[0].type],B=q||t.relative[" "],G=q?1:0,z=Pt(function(K){return K===d},B,!0),te=Pt(function(K){return N.call(d,K)>-1},B,!0),V=[function(K,ne,Q){var ce=!q&&(Q||ne!=n)||((d=ne).nodeType?z(K,ne,Q):te(K,ne,Q));return d=null,ce}];G<w;G++)if(y=t.relative[u[G].type])V=[Pt(fn(V),y)];else{if(y=t.filter[u[G].type].apply(null,u[G].matches),y[C]){for(A=++G;A<w&&!t.relative[u[A].type];A++);return dn(G>1&&fn(V),G>1&&Mt(u.slice(0,G-1).concat({value:u[G-2].type===" "?"*":""})).replace(Ie,"$1"),y,G<A&&pn(u.slice(G,A)),A<w&&pn(u=u.slice(A)),A<w&&Mt(u))}V.push(y)}return fn(V)}function si(u,d){var y=d.length>0,A=u.length>0,w=function(q,B,G,z,te){var V,K,ne,Q=0,ce="0",ke=q&&[],Ae=[],Oe=n,ze=q||A&&t.find.TAG("*",te),yt=v+=Oe==null?1:Math.random()||.1,xe=ze.length;for(te&&(n=B==s||B||te);ce!==xe&&(V=ze[ce])!=null;ce++){if(A&&V){for(K=0,!B&&V.ownerDocument!=s&&(Ke(V),G=!l);ne=u[K++];)if(ne(V,B||s,G)){o.call(z,V);break}te&&(v=yt)}y&&((V=!ne&&V)&&Q--,q&&ke.push(V))}if(Q+=ce,y&&ce!==Q){for(K=0;ne=d[K++];)ne(ke,Ae,B,G);if(q){if(Q>0)for(;ce--;)ke[ce]||Ae[ce]||(Ae[ce]=he.call(z));Ae=Bt(Ae)}o.apply(z,Ae),te&&!q&&Ae.length>0&&Q+d.length>1&&r.uniqueSort(z)}return te&&(v=yt,n=Oe),ke};return y?_e(w):w}function hn(u,d){var y,A=[],w=[],q=ee[u+" "];if(!q){for(d||(d=Ot(u)),y=d.length;y--;)q=pn(d[y]),q[C]?A.push(q):w.push(q);q=ee(u,si(w,A)),q.selector=u}return q}function er(u,d,y,A){var w,q,B,G,z,te=typeof u=="function"&&u,V=!A&&Ot(u=te.selector||u);if(y=y||[],V.length===1){if(q=V[0]=V[0].slice(0),q.length>2&&(B=q[0]).type==="ID"&&d.nodeType===9&&l&&t.relative[q[1].type]){if(d=(t.find.ID(B.matches[0].replace(Xe,Ye),d)||[])[0],d)te&&(d=d.parentNode);else return y;u=u.slice(q.shift().value.length)}for(w=Be.needsContext.test(u)?0:q.length;w--&&(B=q[w],!t.relative[G=B.type]);)if((z=t.find[G])&&(A=z(B.matches[0].replace(Xe,Ye),ln.test(q[0].type)&&cn(d.parentNode)||d))){if(q.splice(w,1),u=A.length&&Mt(q),!u)return o.apply(y,A),y;break}}return(te||hn(u,V))(A,d,!l,y,!d||ln.test(u)&&cn(d.parentNode)||d),y}O.sortStable=C.split("").sort(ye).join("")===C,Ke(),O.sortDetached=gt(function(u){return u.compareDocumentPosition(s.createElement("fieldset"))&1}),r.find=ue,r.expr[":"]=r.expr.pseudos,r.unique=r.uniqueSort,ue.compile=hn,ue.select=er,ue.setDocument=Ke,ue.tokenize=Ot,ue.escape=r.escapeSelector,ue.getText=r.text,ue.isXML=r.isXMLDoc,ue.selectors=r.expr,ue.support=r.support,ue.uniqueSort=r.uniqueSort})();var ge=function(e,t,n){for(var i=[],a=n!==void 0;(e=e[t])&&e.nodeType!==9;)if(e.nodeType===1){if(a&&r(e).is(n))break;i.push(e)}return i},Le=function(e,t){for(var n=[];e;e=e.nextSibling)e.nodeType===1&&e!==t&&n.push(e);return n},qe=r.expr.match.needsContext,le=/^<([a-z][^\/\0>:\x20\t\r\n\f]*)[\x20\t\r\n\f]*\/?>(?:<\/\1>|)$/i;function Ne(e,t,n){return I(t)?r.grep(e,function(i,a){return!!t.call(i,a,i)!==n}):t.nodeType?r.grep(e,function(i){return i===t!==n}):typeof t!="string"?r.grep(e,function(i){return N.call(t,i)>-1!==n}):r.filter(t,e,n)}r.filter=function(e,t,n){var i=t[0];return n&&(e=":not("+e+")"),t.length===1&&i.nodeType===1?r.find.matchesSelector(i,e)?[i]:[]:r.find.matches(e,r.grep(t,function(a){return a.nodeType===1}))},r.fn.extend({find:function(e){var t,n,i=this.length,a=this;if(typeof e!="string")return this.pushStack(r(e).filter(function(){for(t=0;t<i;t++)if(r.contains(a[t],this))return!0}));for(n=this.pushStack([]),t=0;t<i;t++)r.find(e,a[t],n);return i>1?r.uniqueSort(n):n},filter:function(e){return this.pushStack(Ne(this,e||[],!1))},not:function(e){return this.pushStack(Ne(this,e||[],!0))},is:function(e){return!!Ne(this,typeof e=="string"&&qe.test(e)?r(e):e||[],!1).length}});var ve,We=/^(?:\s*(<[\w\W]+>)[^>]*|#([\w-]+))$/,ot=r.fn.init=function(e,t,n){var i,a;if(!e)return this;if(n=n||ve,typeof e=="string")if(e[0]==="<"&&e[e.length-1]===">"&&e.length>=3?i=[null,e,null]:i=We.exec(e),i&&(i[1]||!t))if(i[1]){if(t=t instanceof r?t[0]:t,r.merge(this,r.parseHTML(i[1],t&&t.nodeType?t.ownerDocument||t:W,!0)),le.test(i[1])&&r.isPlainObject(t))for(i in t)I(this[i])?this[i](t[i]):this.attr(i,t[i]);return this}else return a=W.getElementById(i[2]),a&&(this[0]=a,this.length=1),this;else return!t||t.jquery?(t||n).find(e):this.constructor(t).find(e);else{if(e.nodeType)return this[0]=e,this.length=1,this;if(I(e))return n.ready!==void 0?n.ready(e):e(r)}return r.makeArray(e,this)};ot.prototype=r.fn,ve=r(W);var st=/^(?:parents|prev(?:Until|All))/,mt={children:!0,contents:!0,next:!0,prev:!0};r.fn.extend({has:function(e){var t=r(e,this),n=t.length;return this.filter(function(){for(var i=0;i<n;i++)if(r.contains(this,t[i]))return!0})},closest:function(e,t){var n,i=0,a=this.length,o=[],s=typeof e!="string"&&r(e);if(!qe.test(e)){for(;i<a;i++)for(n=this[i];n&&n!==t;n=n.parentNode)if(n.nodeType<11&&(s?s.index(n)>-1:n.nodeType===1&&r.find.matchesSelector(n,e))){o.push(n);break}}return this.pushStack(o.length>1?r.uniqueSort(o):o)},index:function(e){return e?typeof e=="string"?N.call(r(e),this[0]):N.call(this,e.jquery?e[0]:e):this[0]&&this[0].parentNode?this.first().prevAll().length:-1},add:function(e,t){return this.pushStack(r.uniqueSort(r.merge(this.get(),r(e,t))))},addBack:function(e){return this.add(e==null?this.prevObject:this.prevObject.filter(e))}});function xt(e,t){for(;(e=e[t])&&e.nodeType!==1;);return e}r.each({parent:function(e){var t=e.parentNode;return t&&t.nodeType!==11?t:null},parents:function(e){return ge(e,"parentNode")},parentsUntil:function(e,t,n){return ge(e,"parentNode",n)},next:function(e){return xt(e,"nextSibling")},prev:function(e){return xt(e,"previousSibling")},nextAll:function(e){return ge(e,"nextSibling")},prevAll:function(e){return ge(e,"previousSibling")},nextUntil:function(e,t,n){return ge(e,"nextSibling",n)},prevUntil:function(e,t,n){return ge(e,"previousSibling",n)},siblings:function(e){return Le((e.parentNode||{}).firstChild,e)},children:function(e){return Le(e.firstChild)},contents:function(e){return e.contentDocument!=null&&x(e.contentDocument)?e.contentDocument:(P(e,"template")&&(e=e.content||e),r.merge([],e.childNodes))}},function(e,t){r.fn[e]=function(n,i){var a=r.map(this,t,n);return e.slice(-5)!=="Until"&&(i=n),i&&typeof i=="string"&&(a=r.filter(i,a)),this.length>1&&(mt[e]||r.uniqueSort(a),st.test(e)&&a.reverse()),this.pushStack(a)}});var we=/[^\x20\t\r\n\f]+/g;function ut(e){var t={};return r.each(e.match(we)||[],function(n,i){t[i]=!0}),t}r.Callbacks=function(e){e=typeof e=="string"?ut(e):r.extend({},e);var t,n,i,a,o=[],s=[],c=-1,l=function(){for(a=a||e.once,i=t=!0;s.length;c=-1)for(n=s.shift();++c<o.length;)o[c].apply(n[0],n[1])===!1&&e.stopOnFalse&&(c=o.length,n=!1);e.memory||(n=!1),t=!1,a&&(n?o=[]:o="")},p={add:function(){return o&&(n&&!t&&(c=o.length-1,s.push(n)),(function m(C){r.each(C,function(v,D){I(D)?(!e.unique||!p.has(D))&&o.push(D):D&&D.length&&j(D)!=="string"&&m(D)})})(arguments),n&&!t&&l()),this},remove:function(){return r.each(arguments,function(m,C){for(var v;(v=r.inArray(C,o,v))>-1;)o.splice(v,1),v<=c&&c--}),this},has:function(m){return m?r.inArray(m,o)>-1:o.length>0},empty:function(){return o&&(o=[]),this},disable:function(){return a=s=[],o=n="",this},disabled:function(){return!o},lock:function(){return a=s=[],!n&&!t&&(o=n=""),this},locked:function(){return!!a},fireWith:function(m,C){return a||(C=C||[],C=[m,C.slice?C.slice():C],s.push(C),t||l()),this},fire:function(){return p.fireWith(this,arguments),this},fired:function(){return!!i}};return p};function Qe(e){return e}function Ve(e){throw e}function mn(e,t,n,i){var a;try{e&&I(a=e.promise)?a.call(e).done(t).fail(n):e&&I(a=e.then)?a.call(e,t,n):t.apply(void 0,[e].slice(i))}catch(o){n.apply(void 0,[o])}}r.extend({Deferred:function(e){var t=[["notify","progress",r.Callbacks("memory"),r.Callbacks("memory"),2],["resolve","done",r.Callbacks("once memory"),r.Callbacks("once memory"),0,"resolved"],["reject","fail",r.Callbacks("once memory"),r.Callbacks("once memory"),1,"rejected"]],n="pending",i={state:function(){return n},always:function(){return a.done(arguments).fail(arguments),this},catch:function(o){return i.then(null,o)},pipe:function(){var o=arguments;return r.Deferred(function(s){r.each(t,function(c,l){var p=I(o[l[4]])&&o[l[4]];a[l[1]](function(){var m=p&&p.apply(this,arguments);m&&I(m.promise)?m.promise().progress(s.notify).done(s.resolve).fail(s.reject):s[l[0]+"With"](this,p?[m]:arguments)})}),o=null}).promise()},then:function(o,s,c){var l=0;function p(m,C,v,D){return function(){var Z=this,ae=arguments,ee=function(){var ye,He;if(!(m<l)){if(ye=v.apply(Z,ae),ye===C.promise())throw new TypeError("Thenable self-resolution");He=ye&&(typeof ye=="object"||typeof ye=="function")&&ye.then,I(He)?D?He.call(ye,p(l,C,Qe,D),p(l,C,Ve,D)):(l++,He.call(ye,p(l,C,Qe,D),p(l,C,Ve,D),p(l,C,Qe,C.notifyWith))):(v!==Qe&&(Z=void 0,ae=[ye]),(D||C.resolveWith)(Z,ae))}},be=D?ee:function(){try{ee()}catch(ye){r.Deferred.exceptionHook&&r.Deferred.exceptionHook(ye,be.error),m+1>=l&&(v!==Ve&&(Z=void 0,ae=[ye]),C.rejectWith(Z,ae))}};m?be():(r.Deferred.getErrorHook?be.error=r.Deferred.getErrorHook():r.Deferred.getStackHook&&(be.error=r.Deferred.getStackHook()),E.setTimeout(be))}}return r.Deferred(function(m){t[0][3].add(p(0,m,I(c)?c:Qe,m.notifyWith)),t[1][3].add(p(0,m,I(o)?o:Qe)),t[2][3].add(p(0,m,I(s)?s:Ve))}).promise()},promise:function(o){return o!=null?r.extend(o,i):i}},a={};return r.each(t,function(o,s){var c=s[2],l=s[5];i[s[1]]=c.add,l&&c.add(function(){n=l},t[3-o][2].disable,t[3-o][3].disable,t[0][2].lock,t[0][3].lock),c.add(s[3].fire),a[s[0]]=function(){return a[s[0]+"With"](this===a?void 0:this,arguments),this},a[s[0]+"With"]=c.fireWith}),i.promise(a),e&&e.call(a,a),a},when:function(e){var t=arguments.length,n=t,i=Array(n),a=S.call(arguments),o=r.Deferred(),s=function(c){return function(l){i[c]=this,a[c]=arguments.length>1?S.call(arguments):l,--t||o.resolveWith(i,a)}};if(t<=1&&(mn(e,o.done(s(n)).resolve,o.reject,!t),o.state()==="pending"||I(a[n]&&a[n].then)))return o.then();for(;n--;)mn(a[n],s(n),o.reject);return o.promise()}});var dr=/^(Eval|Internal|Range|Reference|Syntax|Type|URI)Error$/;r.Deferred.exceptionHook=function(e,t){E.console&&E.console.warn&&e&&dr.test(e.name)&&E.console.warn("jQuery.Deferred exception: "+e.message,e.stack,t)},r.readyException=function(e){E.setTimeout(function(){throw e})};var Gt=r.Deferred();r.fn.ready=function(e){return Gt.then(e).catch(function(t){r.readyException(t)}),this},r.extend({isReady:!1,readyWait:1,ready:function(e){(e===!0?--r.readyWait:r.isReady)||(r.isReady=!0,!(e!==!0&&--r.readyWait>0)&&Gt.resolveWith(W,[r]))}}),r.ready.then=Gt.then;function It(){W.removeEventListener("DOMContentLoaded",It),E.removeEventListener("load",It),r.ready()}W.readyState==="complete"||W.readyState!=="loading"&&!W.documentElement.doScroll?E.setTimeout(r.ready):(W.addEventListener("DOMContentLoaded",It),E.addEventListener("load",It));var Ue=function(e,t,n,i,a,o,s){var c=0,l=e.length,p=n==null;if(j(n)==="object"){a=!0;for(c in n)Ue(e,t,c,n[c],!0,o,s)}else if(i!==void 0&&(a=!0,I(i)||(s=!0),p&&(s?(t.call(e,i),t=null):(p=t,t=function(m,C,v){return p.call(r(m),v)})),t))for(;c<l;c++)t(e[c],n,s?i:i.call(e[c],c,t(e[c],n)));return a?e:p?t.call(e):l?t(e[0],n):o},pr=/^-ms-/,hr=/-([a-z])/g;function gr(e,t){return t.toUpperCase()}function Fe(e){return e.replace(pr,"ms-").replace(hr,gr)}var wt=function(e){return e.nodeType===1||e.nodeType===9||!+e.nodeType};function St(){this.expando=r.expando+St.uid++}St.uid=1,St.prototype={cache:function(e){var t=e[this.expando];return t||(t={},wt(e)&&(e.nodeType?e[this.expando]=t:Object.defineProperty(e,this.expando,{value:t,configurable:!0}))),t},set:function(e,t,n){var i,a=this.cache(e);if(typeof t=="string")a[Fe(t)]=n;else for(i in t)a[Fe(i)]=t[i];return a},get:function(e,t){return t===void 0?this.cache(e):e[this.expando]&&e[this.expando][Fe(t)]},access:function(e,t,n){return t===void 0||t&&typeof t=="string"&&n===void 0?this.get(e,t):(this.set(e,t,n),n!==void 0?n:t)},remove:function(e,t){var n,i=e[this.expando];if(i!==void 0){if(t!==void 0)for(Array.isArray(t)?t=t.map(Fe):(t=Fe(t),t=t in i?[t]:t.match(we)||[]),n=t.length;n--;)delete i[t[n]];(t===void 0||r.isEmptyObject(i))&&(e.nodeType?e[this.expando]=void 0:delete e[this.expando])}},hasData:function(e){var t=e[this.expando];return t!==void 0&&!r.isEmptyObject(t)}};var Y=new St,Se=new St,yr=/^(?:\{[\w\W]*\}|\[[\w\W]*\])$/,vr=/[A-Z]/g;function br(e){return e==="true"?!0:e==="false"?!1:e==="null"?null:e===+e+""?+e:yr.test(e)?JSON.parse(e):e}function xn(e,t,n){var i;if(n===void 0&&e.nodeType===1)if(i="data-"+t.replace(vr,"-$&").toLowerCase(),n=e.getAttribute(i),typeof n=="string"){try{n=br(n)}catch(a){}Se.set(e,t,n)}else n=void 0;return n}r.extend({hasData:function(e){return Se.hasData(e)||Y.hasData(e)},data:function(e,t,n){return Se.access(e,t,n)},removeData:function(e,t){Se.remove(e,t)},_data:function(e,t,n){return Y.access(e,t,n)},_removeData:function(e,t){Y.remove(e,t)}}),r.fn.extend({data:function(e,t){var n,i,a,o=this[0],s=o&&o.attributes;if(e===void 0){if(this.length&&(a=Se.get(o),o.nodeType===1&&!Y.get(o,"hasDataAttrs"))){for(n=s.length;n--;)s[n]&&(i=s[n].name,i.indexOf("data-")===0&&(i=Fe(i.slice(5)),xn(o,i,a[i])));Y.set(o,"hasDataAttrs",!0)}return a}return typeof e=="object"?this.each(function(){Se.set(this,e)}):Ue(this,function(c){var l;if(o&&c===void 0)return l=Se.get(o,e),l!==void 0||(l=xn(o,e),l!==void 0)?l:void 0;this.each(function(){Se.set(this,e,c)})},null,t,arguments.length>1,null,!0)},removeData:function(e){return this.each(function(){Se.remove(this,e)})}}),r.extend({queue:function(e,t,n){var i;if(e)return t=(t||"fx")+"queue",i=Y.get(e,t),n&&(!i||Array.isArray(n)?i=Y.access(e,t,r.makeArray(n)):i.push(n)),i||[]},dequeue:function(e,t){t=t||"fx";var n=r.queue(e,t),i=n.length,a=n.shift(),o=r._queueHooks(e,t),s=function(){r.dequeue(e,t)};a==="inprogress"&&(a=n.shift(),i--),a&&(t==="fx"&&n.unshift("inprogress"),delete o.stop,a.call(e,s,o)),!i&&o&&o.empty.fire()},_queueHooks:function(e,t){var n=t+"queueHooks";return Y.get(e,n)||Y.access(e,n,{empty:r.Callbacks("once memory").add(function(){Y.remove(e,[t+"queue",n])})})}}),r.fn.extend({queue:function(e,t){var n=2;return typeof e!="string"&&(t=e,e="fx",n--),arguments.length<n?r.queue(this[0],e):t===void 0?this:this.each(function(){var i=r.queue(this,e,t);r._queueHooks(this,e),e==="fx"&&i[0]!=="inprogress"&&r.dequeue(this,e)})},dequeue:function(e){return this.each(function(){r.dequeue(this,e)})},clearQueue:function(e){return this.queue(e||"fx",[])},promise:function(e,t){var n,i=1,a=r.Deferred(),o=this,s=this.length,c=function(){--i||a.resolveWith(o,[o])};for(typeof e!="string"&&(t=e,e=void 0),e=e||"fx";s--;)n=Y.get(o[s],e+"queueHooks"),n&&n.empty&&(i++,n.empty.add(c));return c(),a.promise(t)}});var wn=/[+-]?(?:\d*\.|)\d+(?:[eE][+-]?\d+|)/.source,Ct=new RegExp("^(?:([+-])=|)("+wn+")([a-z%]*)$","i"),Ge=["Top","Right","Bottom","Left"],tt=W.documentElement,lt=function(e){return r.contains(e.ownerDocument,e)},Ar={composed:!0};tt.getRootNode&&(lt=function(e){return r.contains(e.ownerDocument,e)||e.getRootNode(Ar)===e.ownerDocument});var Rt=function(e,t){return e=t||e,e.style.display==="none"||e.style.display===""&<(e)&&r.css(e,"display")==="none"};function Sn(e,t,n,i){var a,o,s=20,c=i?function(){return i.cur()}:function(){return r.css(e,t,"")},l=c(),p=n&&n[3]||(r.cssNumber[t]?"":"px"),m=e.nodeType&&(r.cssNumber[t]||p!=="px"&&+l)&&Ct.exec(r.css(e,t));if(m&&m[3]!==p){for(l=l/2,p=p||m[3],m=+l||1;s--;)r.style(e,t,m+p),(1-o)*(1-(o=c()/l||.5))<=0&&(s=0),m=m/o;m=m*2,r.style(e,t,m+p),n=n||[]}return n&&(m=+m||+l||0,a=n[1]?m+(n[1]+1)*n[2]:+n[2],i&&(i.unit=p,i.start=m,i.end=a)),a}var Cn={};function mr(e){var t,n=e.ownerDocument,i=e.nodeName,a=Cn[i];return a||(t=n.body.appendChild(n.createElement(i)),a=r.css(t,"display"),t.parentNode.removeChild(t),a==="none"&&(a="block"),Cn[i]=a,a)}function ct(e,t){for(var n,i,a=[],o=0,s=e.length;o<s;o++)i=e[o],i.style&&(n=i.style.display,t?(n==="none"&&(a[o]=Y.get(i,"display")||null,a[o]||(i.style.display="")),i.style.display===""&&Rt(i)&&(a[o]=mr(i))):n!=="none"&&(a[o]="none",Y.set(i,"display",n)));for(o=0;o<s;o++)a[o]!=null&&(e[o].style.display=a[o]);return e}r.fn.extend({show:function(){return ct(this,!0)},hide:function(){return ct(this)},toggle:function(e){return typeof e=="boolean"?e?this.show():this.hide():this.each(function(){Rt(this)?r(this).show():r(this).hide()})}});var Et=/^(?:checkbox|radio)$/i,En=/<([a-z][^\/\0>\x20\t\r\n\f]*)/i,kn=/^$|^module$|\/(?:java|ecma)script/i;(function(){var e=W.createDocumentFragment(),t=e.appendChild(W.createElement("div")),n=W.createElement("input");n.setAttribute("type","radio"),n.setAttribute("checked","checked"),n.setAttribute("name","t"),t.appendChild(n),O.checkClone=t.cloneNode(!0).cloneNode(!0).lastChild.checked,t.innerHTML="<textarea>x</textarea>",O.noCloneChecked=!!t.cloneNode(!0).lastChild.defaultValue,t.innerHTML="<option></option>",O.option=!!t.lastChild})();var $e={thead:[1,"<table>","</table>"],col:[2,"<table><colgroup>","</colgroup></table>"],tr:[2,"<table><tbody>","</tbody></table>"],td:[3,"<table><tbody><tr>","</tr></tbody></table>"],_default:[0,"",""]};$e.tbody=$e.tfoot=$e.colgroup=$e.caption=$e.thead,$e.th=$e.td,O.option||($e.optgroup=$e.option=[1,"<select multiple='multiple'>","</select>"]);function Ce(e,t){var n;return typeof e.getElementsByTagName!="undefined"?n=e.getElementsByTagName(t||"*"):typeof e.querySelectorAll!="undefined"?n=e.querySelectorAll(t||"*"):n=[],t===void 0||t&&P(e,t)?r.merge([e],n):n}function Xt(e,t){for(var n=0,i=e.length;n<i;n++)Y.set(e[n],"globalEval",!t||Y.get(t[n],"globalEval"))}var xr=/<|&#?\w+;/;function Tn(e,t,n,i,a){for(var o,s,c,l,p,m,C=t.createDocumentFragment(),v=[],D=0,Z=e.length;D<Z;D++)if(o=e[D],o||o===0)if(j(o)==="object")r.merge(v,o.nodeType?[o]:o);else if(!xr.test(o))v.push(t.createTextNode(o));else{for(s=s||C.appendChild(t.createElement("div")),c=(En.exec(o)||["",""])[1].toLowerCase(),l=$e[c]||$e._default,s.innerHTML=l[1]+r.htmlPrefilter(o)+l[2],m=l[0];m--;)s=s.lastChild;r.merge(v,s.childNodes),s=C.firstChild,s.textContent=""}for(C.textContent="",D=0;o=v[D++];){if(i&&r.inArray(o,i)>-1){a&&a.push(o);continue}if(p=lt(o),s=Ce(C.appendChild(o),"script"),p&&Xt(s),n)for(m=0;o=s[m++];)kn.test(o.type||"")&&n.push(o)}return C}var Nn=/^([^.]*)(?:\.(.+)|)/;function ft(){return!0}function dt(){return!1}function Yt(e,t,n,i,a,o){var s,c;if(typeof t=="object"){typeof n!="string"&&(i=i||n,n=void 0);for(c in t)Yt(e,c,n,i,t[c],o);return e}if(i==null&&a==null?(a=n,i=n=void 0):a==null&&(typeof n=="string"?(a=i,i=void 0):(a=i,i=n,n=void 0)),a===!1)a=dt;else if(!a)return e;return o===1&&(s=a,a=function(l){return r().off(l),s.apply(this,arguments)},a.guid=s.guid||(s.guid=r.guid++)),e.each(function(){r.event.add(this,t,a,i,n)})}r.event={global:{},add:function(e,t,n,i,a){var o,s,c,l,p,m,C,v,D,Z,ae,ee=Y.get(e);if(wt(e))for(n.handler&&(o=n,n=o.handler,a=o.selector),a&&r.find.matchesSelector(tt,a),n.guid||(n.guid=r.guid++),(l=ee.events)||(l=ee.events=Object.create(null)),(s=ee.handle)||(s=ee.handle=function(be){return typeof r!="undefined"&&r.event.triggered!==be.type?r.event.dispatch.apply(e,arguments):void 0}),t=(t||"").match(we)||[""],p=t.length;p--;)c=Nn.exec(t[p])||[],D=ae=c[1],Z=(c[2]||"").split(".").sort(),D&&(C=r.event.special[D]||{},D=(a?C.delegateType:C.bindType)||D,C=r.event.special[D]||{},m=r.extend({type:D,origType:ae,data:i,handler:n,guid:n.guid,selector:a,needsContext:a&&r.expr.match.needsContext.test(a),namespace:Z.join(".")},o),(v=l[D])||(v=l[D]=[],v.delegateCount=0,(!C.setup||C.setup.call(e,i,Z,s)===!1)&&e.addEventListener&&e.addEventListener(D,s)),C.add&&(C.add.call(e,m),m.handler.guid||(m.handler.guid=n.guid)),a?v.splice(v.delegateCount++,0,m):v.push(m),r.event.global[D]=!0)},remove:function(e,t,n,i,a){var o,s,c,l,p,m,C,v,D,Z,ae,ee=Y.hasData(e)&&Y.get(e);if(!(!ee||!(l=ee.events))){for(t=(t||"").match(we)||[""],p=t.length;p--;){if(c=Nn.exec(t[p])||[],D=ae=c[1],Z=(c[2]||"").split(".").sort(),!D){for(D in l)r.event.remove(e,D+t[p],n,i,!0);continue}for(C=r.event.special[D]||{},D=(i?C.delegateType:C.bindType)||D,v=l[D]||[],c=c[2]&&new RegExp("(^|\\.)"+Z.join("\\.(?:.*\\.|)")+"(\\.|$)"),s=o=v.length;o--;)m=v[o],(a||ae===m.origType)&&(!n||n.guid===m.guid)&&(!c||c.test(m.namespace))&&(!i||i===m.selector||i==="**"&&m.selector)&&(v.splice(o,1),m.selector&&v.delegateCount--,C.remove&&C.remove.call(e,m));s&&!v.length&&((!C.teardown||C.teardown.call(e,Z,ee.handle)===!1)&&r.removeEvent(e,D,ee.handle),delete l[D])}r.isEmptyObject(l)&&Y.remove(e,"handle events")}},dispatch:function(e){var t,n,i,a,o,s,c=new Array(arguments.length),l=r.event.fix(e),p=(Y.get(this,"events")||Object.create(null))[l.type]||[],m=r.event.special[l.type]||{};for(c[0]=l,t=1;t<arguments.length;t++)c[t]=arguments[t];if(l.delegateTarget=this,!(m.preDispatch&&m.preDispatch.call(this,l)===!1)){for(s=r.event.handlers.call(this,l,p),t=0;(a=s[t++])&&!l.isPropagationStopped();)for(l.currentTarget=a.elem,n=0;(o=a.handlers[n++])&&!l.isImmediatePropagationStopped();)(!l.rnamespace||o.namespace===!1||l.rnamespace.test(o.namespace))&&(l.handleObj=o,l.data=o.data,i=((r.event.special[o.origType]||{}).handle||o.handler).apply(a.elem,c),i!==void 0&&(l.result=i)===!1&&(l.preventDefault(),l.stopPropagation()));return m.postDispatch&&m.postDispatch.call(this,l),l.result}},handlers:function(e,t){var n,i,a,o,s,c=[],l=t.delegateCount,p=e.target;if(l&&p.nodeType&&!(e.type==="click"&&e.button>=1)){for(;p!==this;p=p.parentNode||this)if(p.nodeType===1&&!(e.type==="click"&&p.disabled===!0)){for(o=[],s={},n=0;n<l;n++)i=t[n],a=i.selector+" ",s[a]===void 0&&(s[a]=i.needsContext?r(a,this).index(p)>-1:r.find(a,this,null,[p]).length),s[a]&&o.push(i);o.length&&c.push({elem:p,handlers:o})}}return p=this,l<t.length&&c.push({elem:p,handlers:t.slice(l)}),c},addProp:function(e,t){Object.defineProperty(r.Event.prototype,e,{enumerable:!0,configurable:!0,get:I(t)?function(){if(this.originalEvent)return t(this.originalEvent)}:function(){if(this.originalEvent)return this.originalEvent[e]},set:function(n){Object.defineProperty(this,e,{enumerable:!0,configurable:!0,writable:!0,value:n})}})},fix:function(e){return e[r.expando]?e:new r.Event(e)},special:{load:{noBubble:!0},click:{setup:function(e){var t=this||e;return Et.test(t.type)&&t.click&&P(t,"input")&&_t(t,"click",!0),!1},trigger:function(e){var t=this||e;return Et.test(t.type)&&t.click&&P(t,"input")&&_t(t,"click"),!0},_default:function(e){var t=e.target;return Et.test(t.type)&&t.click&&P(t,"input")&&Y.get(t,"click")||P(t,"a")}},beforeunload:{postDispatch:function(e){e.result!==void 0&&e.originalEvent&&(e.originalEvent.returnValue=e.result)}}}};function _t(e,t,n){if(!n){Y.get(e,t)===void 0&&r.event.add(e,t,ft);return}Y.set(e,t,!1),r.event.add(e,t,{namespace:!1,handler:function(i){var a,o=Y.get(this,t);if(i.isTrigger&1&&this[t]){if(o)(r.event.special[t]||{}).delegateType&&i.stopPropagation();else if(o=S.call(arguments),Y.set(this,t,o),this[t](),a=Y.get(this,t),Y.set(this,t,!1),o!==a)return i.stopImmediatePropagation(),i.preventDefault(),a}else o&&(Y.set(this,t,r.event.trigger(o[0],o.slice(1),this)),i.stopPropagation(),i.isImmediatePropagationStopped=ft)}})}r.removeEvent=function(e,t,n){e.removeEventListener&&e.removeEventListener(t,n)},r.Event=function(e,t){if(!(this instanceof r.Event))return new r.Event(e,t);e&&e.type?(this.originalEvent=e,this.type=e.type,this.isDefaultPrevented=e.defaultPrevented||e.defaultPrevented===void 0&&e.returnValue===!1?ft:dt,this.target=e.target&&e.target.nodeType===3?e.target.parentNode:e.target,this.currentTarget=e.currentTarget,this.relatedTarget=e.relatedTarget):this.type=e,t&&r.extend(this,t),this.timeStamp=e&&e.timeStamp||Date.now(),this[r.expando]=!0},r.Event.prototype={constructor:r.Event,isDefaultPrevented:dt,isPropagationStopped:dt,isImmediatePropagationStopped:dt,isSimulated:!1,preventDefault:function(){var e=this.originalEvent;this.isDefaultPrevented=ft,e&&!this.isSimulated&&e.preventDefault()},stopPropagation:function(){var e=this.originalEvent;this.isPropagationStopped=ft,e&&!this.isSimulated&&e.stopPropagation()},stopImmediatePropagation:function(){var e=this.originalEvent;this.isImmediatePropagationStopped=ft,e&&!this.isSimulated&&e.stopImmediatePropagation(),this.stopPropagation()}},r.each({altKey:!0,bubbles:!0,cancelable:!0,changedTouches:!0,ctrlKey:!0,detail:!0,eventPhase:!0,metaKey:!0,pageX:!0,pageY:!0,shiftKey:!0,view:!0,char:!0,code:!0,charCode:!0,key:!0,keyCode:!0,button:!0,buttons:!0,clientX:!0,clientY:!0,offsetX:!0,offsetY:!0,pointerId:!0,pointerType:!0,screenX:!0,screenY:!0,targetTouches:!0,toElement:!0,touches:!0,which:!0},r.event.addProp),r.each({focus:"focusin",blur:"focusout"},function(e,t){function n(i){if(W.documentMode){var a=Y.get(this,"handle"),o=r.event.fix(i);o.type=i.type==="focusin"?"focus":"blur",o.isSimulated=!0,a(i),o.target===o.currentTarget&&a(o)}else r.event.simulate(t,i.target,r.event.fix(i))}r.event.special[e]={setup:function(){var i;if(_t(this,e,!0),W.documentMode)i=Y.get(this,t),i||this.addEventListener(t,n),Y.set(this,t,(i||0)+1);else return!1},trigger:function(){return _t(this,e),!0},teardown:function(){var i;if(W.documentMode)i=Y.get(this,t)-1,i?Y.set(this,t,i):(this.removeEventListener(t,n),Y.remove(this,t));else return!1},_default:function(i){return Y.get(i.target,e)},delegateType:t},r.event.special[t]={setup:function(){var i=this.ownerDocument||this.document||this,a=W.documentMode?this:i,o=Y.get(a,t);o||(W.documentMode?this.addEventListener(t,n):i.addEventListener(e,n,!0)),Y.set(a,t,(o||0)+1)},teardown:function(){var i=this.ownerDocument||this.document||this,a=W.documentMode?this:i,o=Y.get(a,t)-1;o?Y.set(a,t,o):(W.documentMode?this.removeEventListener(t,n):i.removeEventListener(e,n,!0),Y.remove(a,t))}}}),r.each({mouseenter:"mouseover",mouseleave:"mouseout",pointerenter:"pointerover",pointerleave:"pointerout"},function(e,t){r.event.special[e]={delegateType:t,bindType:t,handle:function(n){var i,a=this,o=n.relatedTarget,s=n.handleObj;return(!o||o!==a&&!r.contains(a,o))&&(n.type=s.origType,i=s.handler.apply(this,arguments),n.type=t),i}}}),r.fn.extend({on:function(e,t,n,i){return Yt(this,e,t,n,i)},one:function(e,t,n,i){return Yt(this,e,t,n,i,1)},off:function(e,t,n){var i,a;if(e&&e.preventDefault&&e.handleObj)return i=e.handleObj,r(e.delegateTarget).off(i.namespace?i.origType+"."+i.namespace:i.origType,i.selector,i.handler),this;if(typeof e=="object"){for(a in e)this.off(a,t,e[a]);return this}return(t===!1||typeof t=="function")&&(n=t,t=void 0),n===!1&&(n=dt),this.each(function(){r.event.remove(this,e,n,t)})}});var wr=/<script|<style|<link/i,Sr=/checked\s*(?:[^=]|=\s*.checked.)/i,Cr=/^\s*<!\[CDATA\[|\]\]>\s*$/g;function Ln(e,t){return P(e,"table")&&P(t.nodeType!==11?t:t.firstChild,"tr")&&r(e).children("tbody")[0]||e}function Er(e){return e.type=(e.getAttribute("type")!==null)+"/"+e.type,e}function kr(e){return(e.type||"").slice(0,5)==="true/"?e.type=e.type.slice(5):e.removeAttribute("type"),e}function $n(e,t){var n,i,a,o,s,c,l;if(t.nodeType===1){if(Y.hasData(e)&&(o=Y.get(e),l=o.events,l)){Y.remove(t,"handle events");for(a in l)for(n=0,i=l[a].length;n<i;n++)r.event.add(t,a,l[a][n])}Se.hasData(e)&&(s=Se.access(e),c=r.extend({},s),Se.set(t,c))}}function Tr(e,t){var n=t.nodeName.toLowerCase();n==="input"&&Et.test(e.type)?t.checked=e.checked:(n==="input"||n==="textarea")&&(t.defaultValue=e.defaultValue)}function pt(e,t,n,i){t=b(t);var a,o,s,c,l,p,m=0,C=e.length,v=C-1,D=t[0],Z=I(D);if(Z||C>1&&typeof D=="string"&&!O.checkClone&&Sr.test(D))return e.each(function(ae){var ee=e.eq(ae);Z&&(t[0]=D.call(this,ae,ee.html())),pt(ee,t,n,i)});if(C&&(a=Tn(t,e[0].ownerDocument,!1,e,i),o=a.firstChild,a.childNodes.length===1&&(a=o),o||i)){for(s=r.map(Ce(a,"script"),Er),c=s.length;m<C;m++)l=a,m!==v&&(l=r.clone(l,!0,!0),c&&r.merge(s,Ce(l,"script"))),n.call(e[m],l,m);if(c)for(p=s[s.length-1].ownerDocument,r.map(s,kr),m=0;m<c;m++)l=s[m],kn.test(l.type||"")&&!Y.access(l,"globalEval")&&r.contains(p,l)&&(l.src&&(l.type||"").toLowerCase()!=="module"?r._evalUrl&&!l.noModule&&r._evalUrl(l.src,{nonce:l.nonce||l.getAttribute("nonce")},p):L(l.textContent.replace(Cr,""),l,p))}return e}function Dn(e,t,n){for(var i,a=t?r.filter(t,e):e,o=0;(i=a[o])!=null;o++)!n&&i.nodeType===1&&r.cleanData(Ce(i)),i.parentNode&&(n&<(i)&&Xt(Ce(i,"script")),i.parentNode.removeChild(i));return e}r.extend({htmlPrefilter:function(e){return e},clone:function(e,t,n){var i,a,o,s,c=e.cloneNode(!0),l=lt(e);if(!O.noCloneChecked&&(e.nodeType===1||e.nodeType===11)&&!r.isXMLDoc(e))for(s=Ce(c),o=Ce(e),i=0,a=o.length;i<a;i++)Tr(o[i],s[i]);if(t)if(n)for(o=o||Ce(e),s=s||Ce(c),i=0,a=o.length;i<a;i++)$n(o[i],s[i]);else $n(e,c);return s=Ce(c,"script"),s.length>0&&Xt(s,!l&&Ce(e,"script")),c},cleanData:function(e){for(var t,n,i,a=r.event.special,o=0;(n=e[o])!==void 0;o++)if(wt(n)){if(t=n[Y.expando]){if(t.events)for(i in t.events)a[i]?r.event.remove(n,i):r.removeEvent(n,i,t.handle);n[Y.expando]=void 0}n[Se.expando]&&(n[Se.expando]=void 0)}}}),r.fn.extend({detach:function(e){return Dn(this,e,!0)},remove:function(e){return Dn(this,e)},text:function(e){return Ue(this,function(t){return t===void 0?r.text(this):this.empty().each(function(){(this.nodeType===1||this.nodeType===11||this.nodeType===9)&&(this.textContent=t)})},null,e,arguments.length)},append:function(){return pt(this,arguments,function(e){if(this.nodeType===1||this.nodeType===11||this.nodeType===9){var t=Ln(this,e);t.appendChild(e)}})},prepend:function(){return pt(this,arguments,function(e){if(this.nodeType===1||this.nodeType===11||this.nodeType===9){var t=Ln(this,e);t.insertBefore(e,t.firstChild)}})},before:function(){return pt(this,arguments,function(e){this.parentNode&&this.parentNode.insertBefore(e,this)})},after:function(){return pt(this,arguments,function(e){this.parentNode&&this.parentNode.insertBefore(e,this.nextSibling)})},empty:function(){for(var e,t=0;(e=this[t])!=null;t++)e.nodeType===1&&(r.cleanData(Ce(e,!1)),e.textContent="");return this},clone:function(e,t){return e=e==null?!1:e,t=t==null?e:t,this.map(function(){return r.clone(this,e,t)})},html:function(e){return Ue(this,function(t){var n=this[0]||{},i=0,a=this.length;if(t===void 0&&n.nodeType===1)return n.innerHTML;if(typeof t=="string"&&!wr.test(t)&&!$e[(En.exec(t)||["",""])[1].toLowerCase()]){t=r.htmlPrefilter(t);try{for(;i<a;i++)n=this[i]||{},n.nodeType===1&&(r.cleanData(Ce(n,!1)),n.innerHTML=t);n=0}catch(o){}}n&&this.empty().append(t)},null,e,arguments.length)},replaceWith:function(){var e=[];return pt(this,arguments,function(t){var n=this.parentNode;r.inArray(this,e)<0&&(r.cleanData(Ce(this)),n&&n.replaceChild(t,this))},e)}}),r.each({appendTo:"append",prependTo:"prepend",insertBefore:"before",insertAfter:"after",replaceAll:"replaceWith"},function(e,t){r.fn[e]=function(n){for(var i,a=[],o=r(n),s=o.length-1,c=0;c<=s;c++)i=c===s?this:this.clone(!0),r(o[c])[t](i),g.apply(a,i.get());return this.pushStack(a)}});var Qt=new RegExp("^("+wn+")(?!px)[a-z%]+$","i"),Vt=/^--/,jt=function(e){var t=e.ownerDocument.defaultView;return(!t||!t.opener)&&(t=E),t.getComputedStyle(e)},On=function(e,t,n){var i,a,o={};for(a in t)o[a]=e.style[a],e.style[a]=t[a];i=n.call(e);for(a in t)e.style[a]=o[a];return i},Nr=new RegExp(Ge.join("|"),"i");(function(){function e(){if(p){l.style.cssText="position:absolute;left:-11111px;width:60px;margin-top:1px;padding:0;border:0",p.style.cssText="position:relative;display:block;box-sizing:border-box;overflow:scroll;margin:auto;border:1px;padding:1px;width:60%;top:1%",tt.appendChild(l).appendChild(p);var m=E.getComputedStyle(p);n=m.top!=="1%",c=t(m.marginLeft)===12,p.style.right="60%",o=t(m.right)===36,i=t(m.width)===36,p.style.position="absolute",a=t(p.offsetWidth/3)===12,tt.removeChild(l),p=null}}function t(m){return Math.round(parseFloat(m))}var n,i,a,o,s,c,l=W.createElement("div"),p=W.createElement("div");p.style&&(p.style.backgroundClip="content-box",p.cloneNode(!0).style.backgroundClip="",O.clearCloneStyle=p.style.backgroundClip==="content-box",r.extend(O,{boxSizingReliable:function(){return e(),i},pixelBoxStyles:function(){return e(),o},pixelPosition:function(){return e(),n},reliableMarginLeft:function(){return e(),c},scrollboxSize:function(){return e(),a},reliableTrDimensions:function(){var m,C,v,D;return s==null&&(m=W.createElement("table"),C=W.createElement("tr"),v=W.createElement("div"),m.style.cssText="position:absolute;left:-11111px;border-collapse:separate",C.style.cssText="box-sizing:content-box;border:1px solid",C.style.height="1px",v.style.height="9px",v.style.display="block",tt.appendChild(m).appendChild(C).appendChild(v),D=E.getComputedStyle(C),s=parseInt(D.height,10)+parseInt(D.borderTopWidth,10)+parseInt(D.borderBottomWidth,10)===C.offsetHeight,tt.removeChild(m)),s}}))})();function kt(e,t,n){var i,a,o,s,c=Vt.test(t),l=e.style;return n=n||jt(e),n&&(s=n.getPropertyValue(t)||n[t],c&&s&&(s=s.replace(Ie,"$1")||void 0),s===""&&!lt(e)&&(s=r.style(e,t)),!O.pixelBoxStyles()&&Qt.test(s)&&Nr.test(t)&&(i=l.width,a=l.minWidth,o=l.maxWidth,l.minWidth=l.maxWidth=l.width=s,s=n.width,l.width=i,l.minWidth=a,l.maxWidth=o)),s!==void 0?s+"":s}function In(e,t){return{get:function(){if(e()){delete this.get;return}return(this.get=t).apply(this,arguments)}}}var Rn=["Webkit","Moz","ms"],_n=W.createElement("div").style,jn={};function Lr(e){for(var t=e[0].toUpperCase()+e.slice(1),n=Rn.length;n--;)if(e=Rn[n]+t,e in _n)return e}function Zt(e){var t=r.cssProps[e]||jn[e];return t||(e in _n?e:jn[e]=Lr(e)||e)}var $r=/^(none|table(?!-c[ea]).+)/,Dr={position:"absolute",visibility:"hidden",display:"block"},qn={letterSpacing:"0",fontWeight:"400"};function Fn(e,t,n){var i=Ct.exec(t);return i?Math.max(0,i[2]-(n||0))+(i[3]||"px"):t}function Jt(e,t,n,i,a,o){var s=t==="width"?1:0,c=0,l=0,p=0;if(n===(i?"border":"content"))return 0;for(;s<4;s+=2)n==="margin"&&(p+=r.css(e,n+Ge[s],!0,a)),i?(n==="content"&&(l-=r.css(e,"padding"+Ge[s],!0,a)),n!=="margin"&&(l-=r.css(e,"border"+Ge[s]+"Width",!0,a))):(l+=r.css(e,"padding"+Ge[s],!0,a),n!=="padding"?l+=r.css(e,"border"+Ge[s]+"Width",!0,a):c+=r.css(e,"border"+Ge[s]+"Width",!0,a));return!i&&o>=0&&(l+=Math.max(0,Math.ceil(e["offset"+t[0].toUpperCase()+t.slice(1)]-o-l-c-.5))||0),l+p}function Hn(e,t,n){var i=jt(e),a=!O.boxSizingReliable()||n,o=a&&r.css(e,"boxSizing",!1,i)==="border-box",s=o,c=kt(e,t,i),l="offset"+t[0].toUpperCase()+t.slice(1);if(Qt.test(c)){if(!n)return c;c="auto"}return(!O.boxSizingReliable()&&o||!O.reliableTrDimensions()&&P(e,"tr")||c==="auto"||!parseFloat(c)&&r.css(e,"display",!1,i)==="inline")&&e.getClientRects().length&&(o=r.css(e,"boxSizing",!1,i)==="border-box",s=l in e,s&&(c=e[l])),c=parseFloat(c)||0,c+Jt(e,t,n||(o?"border":"content"),s,i,c)+"px"}r.extend({cssHooks:{opacity:{get:function(e,t){if(t){var n=kt(e,"opacity");return n===""?"1":n}}}},cssNumber:{animationIterationCount:!0,aspectRatio:!0,borderImageSlice:!0,columnCount:!0,flexGrow:!0,flexShrink:!0,fontWeight:!0,gridArea:!0,gridColumn:!0,gridColumnEnd:!0,gridColumnStart:!0,gridRow:!0,gridRowEnd:!0,gridRowStart:!0,lineHeight:!0,opacity:!0,order:!0,orphans:!0,scale:!0,widows:!0,zIndex:!0,zoom:!0,fillOpacity:!0,floodOpacity:!0,stopOpacity:!0,strokeMiterlimit:!0,strokeOpacity:!0},cssProps:{},style:function(e,t,n,i){if(!(!e||e.nodeType===3||e.nodeType===8||!e.style)){var a,o,s,c=Fe(t),l=Vt.test(t),p=e.style;if(l||(t=Zt(c)),s=r.cssHooks[t]||r.cssHooks[c],n!==void 0){if(o=typeof n,o==="string"&&(a=Ct.exec(n))&&a[1]&&(n=Sn(e,t,a),o="number"),n==null||n!==n)return;o==="number"&&!l&&(n+=a&&a[3]||(r.cssNumber[c]?"":"px")),!O.clearCloneStyle&&n===""&&t.indexOf("background")===0&&(p[t]="inherit"),(!s||!("set"in s)||(n=s.set(e,n,i))!==void 0)&&(l?p.setProperty(t,n):p[t]=n)}else return s&&"get"in s&&(a=s.get(e,!1,i))!==void 0?a:p[t]}},css:function(e,t,n,i){var a,o,s,c=Fe(t),l=Vt.test(t);return l||(t=Zt(c)),s=r.cssHooks[t]||r.cssHooks[c],s&&"get"in s&&(a=s.get(e,!0,n)),a===void 0&&(a=kt(e,t,i)),a==="normal"&&t in qn&&(a=qn[t]),n===""||n?(o=parseFloat(a),n===!0||isFinite(o)?o||0:a):a}}),r.each(["height","width"],function(e,t){r.cssHooks[t]={get:function(n,i,a){if(i)return $r.test(r.css(n,"display"))&&(!n.getClientRects().length||!n.getBoundingClientRect().width)?On(n,Dr,function(){return Hn(n,t,a)}):Hn(n,t,a)},set:function(n,i,a){var o,s=jt(n),c=!O.scrollboxSize()&&s.position==="absolute",l=c||a,p=l&&r.css(n,"boxSizing",!1,s)==="border-box",m=a?Jt(n,t,a,p,s):0;return p&&c&&(m-=Math.ceil(n["offset"+t[0].toUpperCase()+t.slice(1)]-parseFloat(s[t])-Jt(n,t,"border",!1,s)-.5)),m&&(o=Ct.exec(i))&&(o[3]||"px")!=="px"&&(n.style[t]=i,i=r.css(n,t)),Fn(n,i,m)}}}),r.cssHooks.marginLeft=In(O.reliableMarginLeft,function(e,t){if(t)return(parseFloat(kt(e,"marginLeft"))||e.getBoundingClientRect().left-On(e,{marginLeft:0},function(){return e.getBoundingClientRect().left}))+"px"}),r.each({margin:"",padding:"",border:"Width"},function(e,t){r.cssHooks[e+t]={expand:function(n){for(var i=0,a={},o=typeof n=="string"?n.split(" "):[n];i<4;i++)a[e+Ge[i]+t]=o[i]||o[i-2]||o[0];return a}},e!=="margin"&&(r.cssHooks[e+t].set=Fn)}),r.fn.extend({css:function(e,t){return Ue(this,function(n,i,a){var o,s,c={},l=0;if(Array.isArray(i)){for(o=jt(n),s=i.length;l<s;l++)c[i[l]]=r.css(n,i[l],!1,o);return c}return a!==void 0?r.style(n,i,a):r.css(n,i)},e,t,arguments.length>1)}});function Ee(e,t,n,i,a){return new Ee.prototype.init(e,t,n,i,a)}r.Tween=Ee,Ee.prototype={constructor:Ee,init:function(e,t,n,i,a,o){this.elem=e,this.prop=n,this.easing=a||r.easing._default,this.options=t,this.start=this.now=this.cur(),this.end=i,this.unit=o||(r.cssNumber[n]?"":"px")},cur:function(){var e=Ee.propHooks[this.prop];return e&&e.get?e.get(this):Ee.propHooks._default.get(this)},run:function(e){var t,n=Ee.propHooks[this.prop];return this.options.duration?this.pos=t=r.easing[this.easing](e,this.options.duration*e,0,1,this.options.duration):this.pos=t=e,this.now=(this.end-this.start)*t+this.start,this.options.step&&this.options.step.call(this.elem,this.now,this),n&&n.set?n.set(this):Ee.propHooks._default.set(this),this}},Ee.prototype.init.prototype=Ee.prototype,Ee.propHooks={_default:{get:function(e){var t;return e.elem.nodeType!==1||e.elem[e.prop]!=null&&e.elem.style[e.prop]==null?e.elem[e.prop]:(t=r.css(e.elem,e.prop,""),!t||t==="auto"?0:t)},set:function(e){r.fx.step[e.prop]?r.fx.step[e.prop](e):e.elem.nodeType===1&&(r.cssHooks[e.prop]||e.elem.style[Zt(e.prop)]!=null)?r.style(e.elem,e.prop,e.now+e.unit):e.elem[e.prop]=e.now}}},Ee.propHooks.scrollTop=Ee.propHooks.scrollLeft={set:function(e){e.elem.nodeType&&e.elem.parentNode&&(e.elem[e.prop]=e.now)}},r.easing={linear:function(e){return e},swing:function(e){return .5-Math.cos(e*Math.PI)/2},_default:"swing"},r.fx=Ee.prototype.init,r.fx.step={};var ht,qt,Or=/^(?:toggle|show|hide)$/,Ir=/queueHooks$/;function Kt(){qt&&(W.hidden===!1&&E.requestAnimationFrame?E.requestAnimationFrame(Kt):E.setTimeout(Kt,r.fx.interval),r.fx.tick())}function Mn(){return E.setTimeout(function(){ht=void 0}),ht=Date.now()}function Ft(e,t){var n,i=0,a={height:e};for(t=t?1:0;i<4;i+=2-t)n=Ge[i],a["margin"+n]=a["padding"+n]=e;return t&&(a.opacity=a.width=e),a}function Pn(e,t,n){for(var i,a=(Re.tweeners[t]||[]).concat(Re.tweeners["*"]),o=0,s=a.length;o<s;o++)if(i=a[o].call(n,t,e))return i}function Rr(e,t,n){var i,a,o,s,c,l,p,m,C="width"in t||"height"in t,v=this,D={},Z=e.style,ae=e.nodeType&&Rt(e),ee=Y.get(e,"fxshow");n.queue||(s=r._queueHooks(e,"fx"),s.unqueued==null&&(s.unqueued=0,c=s.empty.fire,s.empty.fire=function(){s.unqueued||c()}),s.unqueued++,v.always(function(){v.always(function(){s.unqueued--,r.queue(e,"fx").length||s.empty.fire()})}));for(i in t)if(a=t[i],Or.test(a)){if(delete t[i],o=o||a==="toggle",a===(ae?"hide":"show"))if(a==="show"&&ee&&ee[i]!==void 0)ae=!0;else continue;D[i]=ee&&ee[i]||r.style(e,i)}if(l=!r.isEmptyObject(t),!(!l&&r.isEmptyObject(D))){C&&e.nodeType===1&&(n.overflow=[Z.overflow,Z.overflowX,Z.overflowY],p=ee&&ee.display,p==null&&(p=Y.get(e,"display")),m=r.css(e,"display"),m==="none"&&(p?m=p:(ct([e],!0),p=e.style.display||p,m=r.css(e,"display"),ct([e]))),(m==="inline"||m==="inline-block"&&p!=null)&&r.css(e,"float")==="none"&&(l||(v.done(function(){Z.display=p}),p==null&&(m=Z.display,p=m==="none"?"":m)),Z.display="inline-block")),n.overflow&&(Z.overflow="hidden",v.always(function(){Z.overflow=n.overflow[0],Z.overflowX=n.overflow[1],Z.overflowY=n.overflow[2]})),l=!1;for(i in D)l||(ee?"hidden"in ee&&(ae=ee.hidden):ee=Y.access(e,"fxshow",{display:p}),o&&(ee.hidden=!ae),ae&&ct([e],!0),v.done(function(){ae||ct([e]),Y.remove(e,"fxshow");for(i in D)r.style(e,i,D[i])})),l=Pn(ae?ee[i]:0,i,v),i in ee||(ee[i]=l.start,ae&&(l.end=l.start,l.start=0))}}function _r(e,t){var n,i,a,o,s;for(n in e)if(i=Fe(n),a=t[i],o=e[n],Array.isArray(o)&&(a=o[1],o=e[n]=o[0]),n!==i&&(e[i]=o,delete e[n]),s=r.cssHooks[i],s&&"expand"in s){o=s.expand(o),delete e[i];for(n in o)n in e||(e[n]=o[n],t[n]=a)}else t[i]=a}function Re(e,t,n){var i,a,o=0,s=Re.prefilters.length,c=r.Deferred().always(function(){delete l.elem}),l=function(){if(a)return!1;for(var C=ht||Mn(),v=Math.max(0,p.startTime+p.duration-C),D=v/p.duration||0,Z=1-D,ae=0,ee=p.tweens.length;ae<ee;ae++)p.tweens[ae].run(Z);return c.notifyWith(e,[p,Z,v]),Z<1&&ee?v:(ee||c.notifyWith(e,[p,1,0]),c.resolveWith(e,[p]),!1)},p=c.promise({elem:e,props:r.extend({},t),opts:r.extend(!0,{specialEasing:{},easing:r.easing._default},n),originalProperties:t,originalOptions:n,startTime:ht||Mn(),duration:n.duration,tweens:[],createTween:function(C,v){var D=r.Tween(e,p.opts,C,v,p.opts.specialEasing[C]||p.opts.easing);return p.tweens.push(D),D},stop:function(C){var v=0,D=C?p.tweens.length:0;if(a)return this;for(a=!0;v<D;v++)p.tweens[v].run(1);return C?(c.notifyWith(e,[p,1,0]),c.resolveWith(e,[p,C])):c.rejectWith(e,[p,C]),this}}),m=p.props;for(_r(m,p.opts.specialEasing);o<s;o++)if(i=Re.prefilters[o].call(p,e,m,p.opts),i)return I(i.stop)&&(r._queueHooks(p.elem,p.opts.queue).stop=i.stop.bind(i)),i;return r.map(m,Pn,p),I(p.opts.start)&&p.opts.start.call(e,p),p.progress(p.opts.progress).done(p.opts.done,p.opts.complete).fail(p.opts.fail).always(p.opts.always),r.fx.timer(r.extend(l,{elem:e,anim:p,queue:p.opts.queue})),p}r.Animation=r.extend(Re,{tweeners:{"*":[function(e,t){var n=this.createTween(e,t);return Sn(n.elem,e,Ct.exec(t),n),n}]},tweener:function(e,t){I(e)?(t=e,e=["*"]):e=e.match(we);for(var n,i=0,a=e.length;i<a;i++)n=e[i],Re.tweeners[n]=Re.tweeners[n]||[],Re.tweeners[n].unshift(t)},prefilters:[Rr],prefilter:function(e,t){t?Re.prefilters.unshift(e):Re.prefilters.push(e)}}),r.speed=function(e,t,n){var i=e&&typeof e=="object"?r.extend({},e):{complete:n||!n&&t||I(e)&&e,duration:e,easing:n&&t||t&&!I(t)&&t};return r.fx.off?i.duration=0:typeof i.duration!="number"&&(i.duration in r.fx.speeds?i.duration=r.fx.speeds[i.duration]:i.duration=r.fx.speeds._default),(i.queue==null||i.queue===!0)&&(i.queue="fx"),i.old=i.complete,i.complete=function(){I(i.old)&&i.old.call(this),i.queue&&r.dequeue(this,i.queue)},i},r.fn.extend({fadeTo:function(e,t,n,i){return this.filter(Rt).css("opacity",0).show().end().animate({opacity:t},e,n,i)},animate:function(e,t,n,i){var a=r.isEmptyObject(e),o=r.speed(t,n,i),s=function(){var c=Re(this,r.extend({},e),o);(a||Y.get(this,"finish"))&&c.stop(!0)};return s.finish=s,a||o.queue===!1?this.each(s):this.queue(o.queue,s)},stop:function(e,t,n){var i=function(a){var o=a.stop;delete a.stop,o(n)};return typeof e!="string"&&(n=t,t=e,e=void 0),t&&this.queue(e||"fx",[]),this.each(function(){var a=!0,o=e!=null&&e+"queueHooks",s=r.timers,c=Y.get(this);if(o)c[o]&&c[o].stop&&i(c[o]);else for(o in c)c[o]&&c[o].stop&&Ir.test(o)&&i(c[o]);for(o=s.length;o--;)s[o].elem===this&&(e==null||s[o].queue===e)&&(s[o].anim.stop(n),a=!1,s.splice(o,1));(a||!n)&&r.dequeue(this,e)})},finish:function(e){return e!==!1&&(e=e||"fx"),this.each(function(){var t,n=Y.get(this),i=n[e+"queue"],a=n[e+"queueHooks"],o=r.timers,s=i?i.length:0;for(n.finish=!0,r.queue(this,e,[]),a&&a.stop&&a.stop.call(this,!0),t=o.length;t--;)o[t].elem===this&&o[t].queue===e&&(o[t].anim.stop(!0),o.splice(t,1));for(t=0;t<s;t++)i[t]&&i[t].finish&&i[t].finish.call(this);delete n.finish})}}),r.each(["toggle","show","hide"],function(e,t){var n=r.fn[t];r.fn[t]=function(i,a,o){return i==null||typeof i=="boolean"?n.apply(this,arguments):this.animate(Ft(t,!0),i,a,o)}}),r.each({slideDown:Ft("show"),slideUp:Ft("hide"),slideToggle:Ft("toggle"),fadeIn:{opacity:"show"},fadeOut:{opacity:"hide"},fadeToggle:{opacity:"toggle"}},function(e,t){r.fn[e]=function(n,i,a){return this.animate(t,n,i,a)}}),r.timers=[],r.fx.tick=function(){var e,t=0,n=r.timers;for(ht=Date.now();t<n.length;t++)e=n[t],!e()&&n[t]===e&&n.splice(t--,1);n.length||r.fx.stop(),ht=void 0},r.fx.timer=function(e){r.timers.push(e),r.fx.start()},r.fx.interval=13,r.fx.start=function(){qt||(qt=!0,Kt())},r.fx.stop=function(){qt=null},r.fx.speeds={slow:600,fast:200,_default:400},r.fn.delay=function(e,t){return e=r.fx&&r.fx.speeds[e]||e,t=t||"fx",this.queue(t,function(n,i){var a=E.setTimeout(n,e);i.stop=function(){E.clearTimeout(a)}})},(function(){var e=W.createElement("input"),t=W.createElement("select"),n=t.appendChild(W.createElement("option"));e.type="checkbox",O.checkOn=e.value!=="",O.optSelected=n.selected,e=W.createElement("input"),e.value="t",e.type="radio",O.radioValue=e.value==="t"})();var Bn,Tt=r.expr.attrHandle;r.fn.extend({attr:function(e,t){return Ue(this,r.attr,e,t,arguments.length>1)},removeAttr:function(e){return this.each(function(){r.removeAttr(this,e)})}}),r.extend({attr:function(e,t,n){var i,a,o=e.nodeType;if(!(o===3||o===8||o===2)){if(typeof e.getAttribute=="undefined")return r.prop(e,t,n);if((o!==1||!r.isXMLDoc(e))&&(a=r.attrHooks[t.toLowerCase()]||(r.expr.match.bool.test(t)?Bn:void 0)),n!==void 0){if(n===null){r.removeAttr(e,t);return}return a&&"set"in a&&(i=a.set(e,n,t))!==void 0?i:(e.setAttribute(t,n+""),n)}return a&&"get"in a&&(i=a.get(e,t))!==null?i:(i=r.find.attr(e,t),i==null?void 0:i)}},attrHooks:{type:{set:function(e,t){if(!O.radioValue&&t==="radio"&&P(e,"input")){var n=e.value;return e.setAttribute("type",t),n&&(e.value=n),t}}}},removeAttr:function(e,t){var n,i=0,a=t&&t.match(we);if(a&&e.nodeType===1)for(;n=a[i++];)e.removeAttribute(n)}}),Bn={set:function(e,t,n){return t===!1?r.removeAttr(e,n):e.setAttribute(n,n),n}},r.each(r.expr.match.bool.source.match(/\w+/g),function(e,t){var n=Tt[t]||r.find.attr;Tt[t]=function(i,a,o){var s,c,l=a.toLowerCase();return o||(c=Tt[l],Tt[l]=s,s=n(i,a,o)!=null?l:null,Tt[l]=c),s}});var jr=/^(?:input|select|textarea|button)$/i,qr=/^(?:a|area)$/i;r.fn.extend({prop:function(e,t){return Ue(this,r.prop,e,t,arguments.length>1)},removeProp:function(e){return this.each(function(){delete this[r.propFix[e]||e]})}}),r.extend({prop:function(e,t,n){var i,a,o=e.nodeType;if(!(o===3||o===8||o===2))return(o!==1||!r.isXMLDoc(e))&&(t=r.propFix[t]||t,a=r.propHooks[t]),n!==void 0?a&&"set"in a&&(i=a.set(e,n,t))!==void 0?i:e[t]=n:a&&"get"in a&&(i=a.get(e,t))!==null?i:e[t]},propHooks:{tabIndex:{get:function(e){var t=r.find.attr(e,"tabindex");return t?parseInt(t,10):jr.test(e.nodeName)||qr.test(e.nodeName)&&e.href?0:-1}}},propFix:{for:"htmlFor",class:"className"}}),O.optSelected||(r.propHooks.selected={get:function(e){var t=e.parentNode;return t&&t.parentNode&&t.parentNode.selectedIndex,null},set:function(e){var t=e.parentNode;t&&(t.selectedIndex,t.parentNode&&t.parentNode.selectedIndex)}}),r.each(["tabIndex","readOnly","maxLength","cellSpacing","cellPadding","rowSpan","colSpan","useMap","frameBorder","contentEditable"],function(){r.propFix[this.toLowerCase()]=this});function nt(e){var t=e.match(we)||[];return t.join(" ")}function rt(e){return e.getAttribute&&e.getAttribute("class")||""}function en(e){return Array.isArray(e)?e:typeof e=="string"?e.match(we)||[]:[]}r.fn.extend({addClass:function(e){var t,n,i,a,o,s;return I(e)?this.each(function(c){r(this).addClass(e.call(this,c,rt(this)))}):(t=en(e),t.length?this.each(function(){if(i=rt(this),n=this.nodeType===1&&" "+nt(i)+" ",n){for(o=0;o<t.length;o++)a=t[o],n.indexOf(" "+a+" ")<0&&(n+=a+" ");s=nt(n),i!==s&&this.setAttribute("class",s)}}):this)},removeClass:function(e){var t,n,i,a,o,s;return I(e)?this.each(function(c){r(this).removeClass(e.call(this,c,rt(this)))}):arguments.length?(t=en(e),t.length?this.each(function(){if(i=rt(this),n=this.nodeType===1&&" "+nt(i)+" ",n){for(o=0;o<t.length;o++)for(a=t[o];n.indexOf(" "+a+" ")>-1;)n=n.replace(" "+a+" "," ");s=nt(n),i!==s&&this.setAttribute("class",s)}}):this):this.attr("class","")},toggleClass:function(e,t){var n,i,a,o,s=typeof e,c=s==="string"||Array.isArray(e);return I(e)?this.each(function(l){r(this).toggleClass(e.call(this,l,rt(this),t),t)}):typeof t=="boolean"&&c?t?this.addClass(e):this.removeClass(e):(n=en(e),this.each(function(){if(c)for(o=r(this),a=0;a<n.length;a++)i=n[a],o.hasClass(i)?o.removeClass(i):o.addClass(i);else(e===void 0||s==="boolean")&&(i=rt(this),i&&Y.set(this,"__className__",i),this.setAttribute&&this.setAttribute("class",i||e===!1?"":Y.get(this,"__className__")||""))}))},hasClass:function(e){var t,n,i=0;for(t=" "+e+" ";n=this[i++];)if(n.nodeType===1&&(" "+nt(rt(n))+" ").indexOf(t)>-1)return!0;return!1}});var Fr=/\r/g;r.fn.extend({val:function(e){var t,n,i,a=this[0];return arguments.length?(i=I(e),this.each(function(o){var s;this.nodeType===1&&(i?s=e.call(this,o,r(this).val()):s=e,s==null?s="":typeof s=="number"?s+="":Array.isArray(s)&&(s=r.map(s,function(c){return c==null?"":c+""})),t=r.valHooks[this.type]||r.valHooks[this.nodeName.toLowerCase()],(!t||!("set"in t)||t.set(this,s,"value")===void 0)&&(this.value=s))})):a?(t=r.valHooks[a.type]||r.valHooks[a.nodeName.toLowerCase()],t&&"get"in t&&(n=t.get(a,"value"))!==void 0?n:(n=a.value,typeof n=="string"?n.replace(Fr,""):n==null?"":n)):void 0}}),r.extend({valHooks:{option:{get:function(e){var t=r.find.attr(e,"value");return t!=null?t:nt(r.text(e))}},select:{get:function(e){var t,n,i,a=e.options,o=e.selectedIndex,s=e.type==="select-one",c=s?null:[],l=s?o+1:a.length;for(o<0?i=l:i=s?o:0;i<l;i++)if(n=a[i],(n.selected||i===o)&&!n.disabled&&(!n.parentNode.disabled||!P(n.parentNode,"optgroup"))){if(t=r(n).val(),s)return t;c.push(t)}return c},set:function(e,t){for(var n,i,a=e.options,o=r.makeArray(t),s=a.length;s--;)i=a[s],(i.selected=r.inArray(r.valHooks.option.get(i),o)>-1)&&(n=!0);return n||(e.selectedIndex=-1),o}}}}),r.each(["radio","checkbox"],function(){r.valHooks[this]={set:function(e,t){if(Array.isArray(t))return e.checked=r.inArray(r(e).val(),t)>-1}},O.checkOn||(r.valHooks[this].get=function(e){return e.getAttribute("value")===null?"on":e.value})});var Nt=E.location,zn={guid:Date.now()},tn=/\?/;r.parseXML=function(e){var t,n;if(!e||typeof e!="string")return null;try{t=new E.DOMParser().parseFromString(e,"text/xml")}catch(i){}return n=t&&t.getElementsByTagName("parsererror")[0],(!t||n)&&r.error("Invalid XML: "+(n?r.map(n.childNodes,function(i){return i.textContent}).join(`
|
|
4
|
+
`):e)),t};var Wn=/^(?:focusinfocus|focusoutblur)$/,Un=function(e){e.stopPropagation()};r.extend(r.event,{trigger:function(e,t,n,i){var a,o,s,c,l,p,m,C,v=[n||W],D=T.call(e,"type")?e.type:e,Z=T.call(e,"namespace")?e.namespace.split("."):[];if(o=C=s=n=n||W,!(n.nodeType===3||n.nodeType===8)&&!Wn.test(D+r.event.triggered)&&(D.indexOf(".")>-1&&(Z=D.split("."),D=Z.shift(),Z.sort()),l=D.indexOf(":")<0&&"on"+D,e=e[r.expando]?e:new r.Event(D,typeof e=="object"&&e),e.isTrigger=i?2:3,e.namespace=Z.join("."),e.rnamespace=e.namespace?new RegExp("(^|\\.)"+Z.join("\\.(?:.*\\.|)")+"(\\.|$)"):null,e.result=void 0,e.target||(e.target=n),t=t==null?[e]:r.makeArray(t,[e]),m=r.event.special[D]||{},!(!i&&m.trigger&&m.trigger.apply(n,t)===!1))){if(!i&&!m.noBubble&&!J(n)){for(c=m.delegateType||D,Wn.test(c+D)||(o=o.parentNode);o;o=o.parentNode)v.push(o),s=o;s===(n.ownerDocument||W)&&v.push(s.defaultView||s.parentWindow||E)}for(a=0;(o=v[a++])&&!e.isPropagationStopped();)C=o,e.type=a>1?c:m.bindType||D,p=(Y.get(o,"events")||Object.create(null))[e.type]&&Y.get(o,"handle"),p&&p.apply(o,t),p=l&&o[l],p&&p.apply&&wt(o)&&(e.result=p.apply(o,t),e.result===!1&&e.preventDefault());return e.type=D,!i&&!e.isDefaultPrevented()&&(!m._default||m._default.apply(v.pop(),t)===!1)&&wt(n)&&l&&I(n[D])&&!J(n)&&(s=n[l],s&&(n[l]=null),r.event.triggered=D,e.isPropagationStopped()&&C.addEventListener(D,Un),n[D](),e.isPropagationStopped()&&C.removeEventListener(D,Un),r.event.triggered=void 0,s&&(n[l]=s)),e.result}},simulate:function(e,t,n){var i=r.extend(new r.Event,n,{type:e,isSimulated:!0});r.event.trigger(i,null,t)}}),r.fn.extend({trigger:function(e,t){return this.each(function(){r.event.trigger(e,t,this)})},triggerHandler:function(e,t){var n=this[0];if(n)return r.event.trigger(e,t,n,!0)}});var Hr=/\[\]$/,Gn=/\r?\n/g,Mr=/^(?:submit|button|image|reset|file)$/i,Pr=/^(?:input|select|textarea|keygen)/i;function nn(e,t,n,i){var a;if(Array.isArray(t))r.each(t,function(o,s){n||Hr.test(e)?i(e,s):nn(e+"["+(typeof s=="object"&&s!=null?o:"")+"]",s,n,i)});else if(!n&&j(t)==="object")for(a in t)nn(e+"["+a+"]",t[a],n,i);else i(e,t)}r.param=function(e,t){var n,i=[],a=function(o,s){var c=I(s)?s():s;i[i.length]=encodeURIComponent(o)+"="+encodeURIComponent(c==null?"":c)};if(e==null)return"";if(Array.isArray(e)||e.jquery&&!r.isPlainObject(e))r.each(e,function(){a(this.name,this.value)});else for(n in e)nn(n,e[n],t,a);return i.join("&")},r.fn.extend({serialize:function(){return r.param(this.serializeArray())},serializeArray:function(){return this.map(function(){var e=r.prop(this,"elements");return e?r.makeArray(e):this}).filter(function(){var e=this.type;return this.name&&!r(this).is(":disabled")&&Pr.test(this.nodeName)&&!Mr.test(e)&&(this.checked||!Et.test(e))}).map(function(e,t){var n=r(this).val();return n==null?null:Array.isArray(n)?r.map(n,function(i){return{name:t.name,value:i.replace(Gn,`\r
|
|
5
|
+
`)}}):{name:t.name,value:n.replace(Gn,`\r
|
|
6
|
+
`)}}).get()}});var Br=/%20/g,zr=/#.*$/,Wr=/([?&])_=[^&]*/,Ur=/^(.*?):[ \t]*([^\r\n]*)$/mg,Gr=/^(?:about|app|app-storage|.+-extension|file|res|widget):$/,Xr=/^(?:GET|HEAD)$/,Yr=/^\/\//,Xn={},rn={},Yn="*/".concat("*"),an=W.createElement("a");an.href=Nt.href;function Qn(e){return function(t,n){typeof t!="string"&&(n=t,t="*");var i,a=0,o=t.toLowerCase().match(we)||[];if(I(n))for(;i=o[a++];)i[0]==="+"?(i=i.slice(1)||"*",(e[i]=e[i]||[]).unshift(n)):(e[i]=e[i]||[]).push(n)}}function Vn(e,t,n,i){var a={},o=e===rn;function s(c){var l;return a[c]=!0,r.each(e[c]||[],function(p,m){var C=m(t,n,i);if(typeof C=="string"&&!o&&!a[C])return t.dataTypes.unshift(C),s(C),!1;if(o)return!(l=C)}),l}return s(t.dataTypes[0])||!a["*"]&&s("*")}function on(e,t){var n,i,a=r.ajaxSettings.flatOptions||{};for(n in t)t[n]!==void 0&&((a[n]?e:i||(i={}))[n]=t[n]);return i&&r.extend(!0,e,i),e}function Qr(e,t,n){for(var i,a,o,s,c=e.contents,l=e.dataTypes;l[0]==="*";)l.shift(),i===void 0&&(i=e.mimeType||t.getResponseHeader("Content-Type"));if(i){for(a in c)if(c[a]&&c[a].test(i)){l.unshift(a);break}}if(l[0]in n)o=l[0];else{for(a in n){if(!l[0]||e.converters[a+" "+l[0]]){o=a;break}s||(s=a)}o=o||s}if(o)return o!==l[0]&&l.unshift(o),n[o]}function Vr(e,t,n,i){var a,o,s,c,l,p={},m=e.dataTypes.slice();if(m[1])for(s in e.converters)p[s.toLowerCase()]=e.converters[s];for(o=m.shift();o;)if(e.responseFields[o]&&(n[e.responseFields[o]]=t),!l&&i&&e.dataFilter&&(t=e.dataFilter(t,e.dataType)),l=o,o=m.shift(),o){if(o==="*")o=l;else if(l!=="*"&&l!==o){if(s=p[l+" "+o]||p["* "+o],!s){for(a in p)if(c=a.split(" "),c[1]===o&&(s=p[l+" "+c[0]]||p["* "+c[0]],s)){s===!0?s=p[a]:p[a]!==!0&&(o=c[0],m.unshift(c[1]));break}}if(s!==!0)if(s&&e.throws)t=s(t);else try{t=s(t)}catch(C){return{state:"parsererror",error:s?C:"No conversion from "+l+" to "+o}}}}return{state:"success",data:t}}r.extend({active:0,lastModified:{},etag:{},ajaxSettings:{url:Nt.href,type:"GET",isLocal:Gr.test(Nt.protocol),global:!0,processData:!0,async:!0,contentType:"application/x-www-form-urlencoded; charset=UTF-8",accepts:{"*":Yn,text:"text/plain",html:"text/html",xml:"application/xml, text/xml",json:"application/json, text/javascript"},contents:{xml:/\bxml\b/,html:/\bhtml/,json:/\bjson\b/},responseFields:{xml:"responseXML",text:"responseText",json:"responseJSON"},converters:{"* text":String,"text html":!0,"text json":JSON.parse,"text xml":r.parseXML},flatOptions:{url:!0,context:!0}},ajaxSetup:function(e,t){return t?on(on(e,r.ajaxSettings),t):on(r.ajaxSettings,e)},ajaxPrefilter:Qn(Xn),ajaxTransport:Qn(rn),ajax:function(e,t){typeof e=="object"&&(t=e,e=void 0),t=t||{};var n,i,a,o,s,c,l,p,m,C,v=r.ajaxSetup({},t),D=v.context||v,Z=v.context&&(D.nodeType||D.jquery)?r(D):r.event,ae=r.Deferred(),ee=r.Callbacks("once memory"),be=v.statusCode||{},ye={},He={},Me="canceled",re={readyState:0,getResponseHeader:function(se){var de;if(l){if(!o)for(o={};de=Ur.exec(a);)o[de[1].toLowerCase()+" "]=(o[de[1].toLowerCase()+" "]||[]).concat(de[2]);de=o[se.toLowerCase()+" "]}return de==null?null:de.join(", ")},getAllResponseHeaders:function(){return l?a:null},setRequestHeader:function(se,de){return l==null&&(se=He[se.toLowerCase()]=He[se.toLowerCase()]||se,ye[se]=de),this},overrideMimeType:function(se){return l==null&&(v.mimeType=se),this},statusCode:function(se){var de;if(se)if(l)re.always(se[re.status]);else for(de in se)be[de]=[be[de],se[de]];return this},abort:function(se){var de=se||Me;return n&&n.abort(de),it(0,de),this}};if(ae.promise(re),v.url=((e||v.url||Nt.href)+"").replace(Yr,Nt.protocol+"//"),v.type=t.method||t.type||v.method||v.type,v.dataTypes=(v.dataType||"*").toLowerCase().match(we)||[""],v.crossDomain==null){c=W.createElement("a");try{c.href=v.url,c.href=c.href,v.crossDomain=an.protocol+"//"+an.host!=c.protocol+"//"+c.host}catch(se){v.crossDomain=!0}}if(v.data&&v.processData&&typeof v.data!="string"&&(v.data=r.param(v.data,v.traditional)),Vn(Xn,v,t,re),l)return re;p=r.event&&v.global,p&&r.active++===0&&r.event.trigger("ajaxStart"),v.type=v.type.toUpperCase(),v.hasContent=!Xr.test(v.type),i=v.url.replace(zr,""),v.hasContent?v.data&&v.processData&&(v.contentType||"").indexOf("application/x-www-form-urlencoded")===0&&(v.data=v.data.replace(Br,"+")):(C=v.url.slice(i.length),v.data&&(v.processData||typeof v.data=="string")&&(i+=(tn.test(i)?"&":"?")+v.data,delete v.data),v.cache===!1&&(i=i.replace(Wr,"$1"),C=(tn.test(i)?"&":"?")+"_="+zn.guid+++C),v.url=i+C),v.ifModified&&(r.lastModified[i]&&re.setRequestHeader("If-Modified-Since",r.lastModified[i]),r.etag[i]&&re.setRequestHeader("If-None-Match",r.etag[i])),(v.data&&v.hasContent&&v.contentType!==!1||t.contentType)&&re.setRequestHeader("Content-Type",v.contentType),re.setRequestHeader("Accept",v.dataTypes[0]&&v.accepts[v.dataTypes[0]]?v.accepts[v.dataTypes[0]]+(v.dataTypes[0]!=="*"?", "+Yn+"; q=0.01":""):v.accepts["*"]);for(m in v.headers)re.setRequestHeader(m,v.headers[m]);if(v.beforeSend&&(v.beforeSend.call(D,re,v)===!1||l))return re.abort();if(Me="abort",ee.add(v.complete),re.done(v.success),re.fail(v.error),n=Vn(rn,v,t,re),!n)it(-1,"No Transport");else{if(re.readyState=1,p&&Z.trigger("ajaxSend",[re,v]),l)return re;v.async&&v.timeout>0&&(s=E.setTimeout(function(){re.abort("timeout")},v.timeout));try{l=!1,n.send(ye,it)}catch(se){if(l)throw se;it(-1,se)}}function it(se,de,$t,un){var Pe,Dt,Be,Ze,Je,De=de;l||(l=!0,s&&E.clearTimeout(s),n=void 0,a=un||"",re.readyState=se>0?4:0,Pe=se>=200&&se<300||se===304,$t&&(Ze=Qr(v,re,$t)),!Pe&&r.inArray("script",v.dataTypes)>-1&&r.inArray("json",v.dataTypes)<0&&(v.converters["text script"]=function(){}),Ze=Vr(v,Ze,re,Pe),Pe?(v.ifModified&&(Je=re.getResponseHeader("Last-Modified"),Je&&(r.lastModified[i]=Je),Je=re.getResponseHeader("etag"),Je&&(r.etag[i]=Je)),se===204||v.type==="HEAD"?De="nocontent":se===304?De="notmodified":(De=Ze.state,Dt=Ze.data,Be=Ze.error,Pe=!Be)):(Be=De,(se||!De)&&(De="error",se<0&&(se=0))),re.status=se,re.statusText=(de||De)+"",Pe?ae.resolveWith(D,[Dt,De,re]):ae.rejectWith(D,[re,De,Be]),re.statusCode(be),be=void 0,p&&Z.trigger(Pe?"ajaxSuccess":"ajaxError",[re,v,Pe?Dt:Be]),ee.fireWith(D,[re,De]),p&&(Z.trigger("ajaxComplete",[re,v]),--r.active||r.event.trigger("ajaxStop")))}return re},getJSON:function(e,t,n){return r.get(e,t,n,"json")},getScript:function(e,t){return r.get(e,void 0,t,"script")}}),r.each(["get","post"],function(e,t){r[t]=function(n,i,a,o){return I(i)&&(o=o||a,a=i,i=void 0),r.ajax(r.extend({url:n,type:t,dataType:o,data:i,success:a},r.isPlainObject(n)&&n))}}),r.ajaxPrefilter(function(e){var t;for(t in e.headers)t.toLowerCase()==="content-type"&&(e.contentType=e.headers[t]||"")}),r._evalUrl=function(e,t,n){return r.ajax({url:e,type:"GET",dataType:"script",cache:!0,async:!1,global:!1,converters:{"text script":function(){}},dataFilter:function(i){r.globalEval(i,t,n)}})},r.fn.extend({wrapAll:function(e){var t;return this[0]&&(I(e)&&(e=e.call(this[0])),t=r(e,this[0].ownerDocument).eq(0).clone(!0),this[0].parentNode&&t.insertBefore(this[0]),t.map(function(){for(var n=this;n.firstElementChild;)n=n.firstElementChild;return n}).append(this)),this},wrapInner:function(e){return I(e)?this.each(function(t){r(this).wrapInner(e.call(this,t))}):this.each(function(){var t=r(this),n=t.contents();n.length?n.wrapAll(e):t.append(e)})},wrap:function(e){var t=I(e);return this.each(function(n){r(this).wrapAll(t?e.call(this,n):e)})},unwrap:function(e){return this.parent(e).not("body").each(function(){r(this).replaceWith(this.childNodes)}),this}}),r.expr.pseudos.hidden=function(e){return!r.expr.pseudos.visible(e)},r.expr.pseudos.visible=function(e){return!!(e.offsetWidth||e.offsetHeight||e.getClientRects().length)},r.ajaxSettings.xhr=function(){try{return new E.XMLHttpRequest}catch(e){}};var Zr={0:200,1223:204},Lt=r.ajaxSettings.xhr();O.cors=!!Lt&&"withCredentials"in Lt,O.ajax=Lt=!!Lt,r.ajaxTransport(function(e){var t,n;if(O.cors||Lt&&!e.crossDomain)return{send:function(i,a){var o,s=e.xhr();if(s.open(e.type,e.url,e.async,e.username,e.password),e.xhrFields)for(o in e.xhrFields)s[o]=e.xhrFields[o];e.mimeType&&s.overrideMimeType&&s.overrideMimeType(e.mimeType),!e.crossDomain&&!i["X-Requested-With"]&&(i["X-Requested-With"]="XMLHttpRequest");for(o in i)s.setRequestHeader(o,i[o]);t=function(c){return function(){t&&(t=n=s.onload=s.onerror=s.onabort=s.ontimeout=s.onreadystatechange=null,c==="abort"?s.abort():c==="error"?typeof s.status!="number"?a(0,"error"):a(s.status,s.statusText):a(Zr[s.status]||s.status,s.statusText,(s.responseType||"text")!=="text"||typeof s.responseText!="string"?{binary:s.response}:{text:s.responseText},s.getAllResponseHeaders()))}},s.onload=t(),n=s.onerror=s.ontimeout=t("error"),s.onabort!==void 0?s.onabort=n:s.onreadystatechange=function(){s.readyState===4&&E.setTimeout(function(){t&&n()})},t=t("abort");try{s.send(e.hasContent&&e.data||null)}catch(c){if(t)throw c}},abort:function(){t&&t()}}}),r.ajaxPrefilter(function(e){e.crossDomain&&(e.contents.script=!1)}),r.ajaxSetup({accepts:{script:"text/javascript, application/javascript, application/ecmascript, application/x-ecmascript"},contents:{script:/\b(?:java|ecma)script\b/},converters:{"text script":function(e){return r.globalEval(e),e}}}),r.ajaxPrefilter("script",function(e){e.cache===void 0&&(e.cache=!1),e.crossDomain&&(e.type="GET")}),r.ajaxTransport("script",function(e){if(e.crossDomain||e.scriptAttrs){var t,n;return{send:function(i,a){t=r("<script>").attr(e.scriptAttrs||{}).prop({charset:e.scriptCharset,src:e.url}).on("load error",n=function(o){t.remove(),n=null,o&&a(o.type==="error"?404:200,o.type)}),W.head.appendChild(t[0])},abort:function(){n&&n()}}}});var Zn=[],sn=/(=)\?(?=&|$)|\?\?/;r.ajaxSetup({jsonp:"callback",jsonpCallback:function(){var e=Zn.pop()||r.expando+"_"+zn.guid++;return this[e]=!0,e}}),r.ajaxPrefilter("json jsonp",function(e,t,n){var i,a,o,s=e.jsonp!==!1&&(sn.test(e.url)?"url":typeof e.data=="string"&&(e.contentType||"").indexOf("application/x-www-form-urlencoded")===0&&sn.test(e.data)&&"data");if(s||e.dataTypes[0]==="jsonp")return i=e.jsonpCallback=I(e.jsonpCallback)?e.jsonpCallback():e.jsonpCallback,s?e[s]=e[s].replace(sn,"$1"+i):e.jsonp!==!1&&(e.url+=(tn.test(e.url)?"&":"?")+e.jsonp+"="+i),e.converters["script json"]=function(){return o||r.error(i+" was not called"),o[0]},e.dataTypes[0]="json",a=E[i],E[i]=function(){o=arguments},n.always(function(){a===void 0?r(E).removeProp(i):E[i]=a,e[i]&&(e.jsonpCallback=t.jsonpCallback,Zn.push(i)),o&&I(a)&&a(o[0]),o=a=void 0}),"script"}),O.createHTMLDocument=(function(){var e=W.implementation.createHTMLDocument("").body;return e.innerHTML="<form></form><form></form>",e.childNodes.length===2})(),r.parseHTML=function(e,t,n){if(typeof e!="string")return[];typeof t=="boolean"&&(n=t,t=!1);var i,a,o;return t||(O.createHTMLDocument?(t=W.implementation.createHTMLDocument(""),i=t.createElement("base"),i.href=W.location.href,t.head.appendChild(i)):t=W),a=le.exec(e),o=!n&&[],a?[t.createElement(a[1])]:(a=Tn([e],t,o),o&&o.length&&r(o).remove(),r.merge([],a.childNodes))},r.fn.load=function(e,t,n){var i,a,o,s=this,c=e.indexOf(" ");return c>-1&&(i=nt(e.slice(c)),e=e.slice(0,c)),I(t)?(n=t,t=void 0):t&&typeof t=="object"&&(a="POST"),s.length>0&&r.ajax({url:e,type:a||"GET",dataType:"html",data:t}).done(function(l){o=arguments,s.html(i?r("<div>").append(r.parseHTML(l)).find(i):l)}).always(n&&function(l,p){s.each(function(){n.apply(this,o||[l.responseText,p,l])})}),this},r.expr.pseudos.animated=function(e){return r.grep(r.timers,function(t){return e===t.elem}).length},r.offset={setOffset:function(e,t,n){var i,a,o,s,c,l,p,m=r.css(e,"position"),C=r(e),v={};m==="static"&&(e.style.position="relative"),c=C.offset(),o=r.css(e,"top"),l=r.css(e,"left"),p=(m==="absolute"||m==="fixed")&&(o+l).indexOf("auto")>-1,p?(i=C.position(),s=i.top,a=i.left):(s=parseFloat(o)||0,a=parseFloat(l)||0),I(t)&&(t=t.call(e,n,r.extend({},c))),t.top!=null&&(v.top=t.top-c.top+s),t.left!=null&&(v.left=t.left-c.left+a),"using"in t?t.using.call(e,v):C.css(v)}},r.fn.extend({offset:function(e){if(arguments.length)return e===void 0?this:this.each(function(a){r.offset.setOffset(this,e,a)});var t,n,i=this[0];if(i)return i.getClientRects().length?(t=i.getBoundingClientRect(),n=i.ownerDocument.defaultView,{top:t.top+n.pageYOffset,left:t.left+n.pageXOffset}):{top:0,left:0}},position:function(){if(this[0]){var e,t,n,i=this[0],a={top:0,left:0};if(r.css(i,"position")==="fixed")t=i.getBoundingClientRect();else{for(t=this.offset(),n=i.ownerDocument,e=i.offsetParent||n.documentElement;e&&(e===n.body||e===n.documentElement)&&r.css(e,"position")==="static";)e=e.parentNode;e&&e!==i&&e.nodeType===1&&(a=r(e).offset(),a.top+=r.css(e,"borderTopWidth",!0),a.left+=r.css(e,"borderLeftWidth",!0))}return{top:t.top-a.top-r.css(i,"marginTop",!0),left:t.left-a.left-r.css(i,"marginLeft",!0)}}},offsetParent:function(){return this.map(function(){for(var e=this.offsetParent;e&&r.css(e,"position")==="static";)e=e.offsetParent;return e||tt})}}),r.each({scrollLeft:"pageXOffset",scrollTop:"pageYOffset"},function(e,t){var n=t==="pageYOffset";r.fn[e]=function(i){return Ue(this,function(a,o,s){var c;if(J(a)?c=a:a.nodeType===9&&(c=a.defaultView),s===void 0)return c?c[t]:a[o];c?c.scrollTo(n?c.pageXOffset:s,n?s:c.pageYOffset):a[o]=s},e,i,arguments.length)}}),r.each(["top","left"],function(e,t){r.cssHooks[t]=In(O.pixelPosition,function(n,i){if(i)return i=kt(n,t),Qt.test(i)?r(n).position()[t]+"px":i})}),r.each({Height:"height",Width:"width"},function(e,t){r.each({padding:"inner"+e,content:t,"":"outer"+e},function(n,i){r.fn[i]=function(a,o){var s=arguments.length&&(n||typeof a!="boolean"),c=n||(a===!0||o===!0?"margin":"border");return Ue(this,function(l,p,m){var C;return J(l)?i.indexOf("outer")===0?l["inner"+e]:l.document.documentElement["client"+e]:l.nodeType===9?(C=l.documentElement,Math.max(l.body["scroll"+e],C["scroll"+e],l.body["offset"+e],C["offset"+e],C["client"+e])):m===void 0?r.css(l,p,c):r.style(l,p,m,c)},t,s?a:void 0,s)}})}),r.each(["ajaxStart","ajaxStop","ajaxComplete","ajaxError","ajaxSuccess","ajaxSend"],function(e,t){r.fn[t]=function(n){return this.on(t,n)}}),r.fn.extend({bind:function(e,t,n){return this.on(e,null,t,n)},unbind:function(e,t){return this.off(e,null,t)},delegate:function(e,t,n,i){return this.on(t,e,n,i)},undelegate:function(e,t,n){return arguments.length===1?this.off(e,"**"):this.off(t,e||"**",n)},hover:function(e,t){return this.on("mouseenter",e).on("mouseleave",t||e)}}),r.each("blur focus focusin focusout resize scroll click dblclick mousedown mouseup mousemove mouseover mouseout mouseenter mouseleave change select submit keydown keypress keyup contextmenu".split(" "),function(e,t){r.fn[t]=function(n,i){return arguments.length>0?this.on(t,null,n,i):this.trigger(t)}});var Jr=/^[\s\uFEFF\xA0]+|([^\s\uFEFF\xA0])[\s\uFEFF\xA0]+$/g;r.proxy=function(e,t){var n,i,a;if(typeof t=="string"&&(n=e[t],t=e,e=n),!!I(e))return i=S.call(arguments,2),a=function(){return e.apply(t||this,i.concat(S.call(arguments)))},a.guid=e.guid=e.guid||r.guid++,a},r.holdReady=function(e){e?r.readyWait++:r.ready(!0)},r.isArray=Array.isArray,r.parseJSON=JSON.parse,r.nodeName=P,r.isFunction=I,r.isWindow=J,r.camelCase=Fe,r.type=j,r.now=Date.now,r.isNumeric=function(e){var t=r.type(e);return(t==="number"||t==="string")&&!isNaN(e-parseFloat(e))},r.trim=function(e){return e==null?"":(e+"").replace(Jr,"$1")},typeof define=="function"&&define.amd&&define("jquery",[],function(){return r});var Kr=E.jQuery,ei=E.$;return r.noConflict=function(e){return E.$===r&&(E.$=ei),e&&E.jQuery===r&&(E.jQuery=Kr),r},typeof h=="undefined"&&(E.jQuery=E.$=r),r})}}),ui=Wt(or()),vt=F=>F.getBoundingClientRect().height,vn=()=>{let F=window.innerHeight*.01;document.querySelector("html").setAttribute("style",`--vh:${F}px;`);let _=document.querySelector("header"),E=document.querySelector("footer");if(!_||!E)return;let h=window.innerHeight-vt(_)-vt(E);document.querySelector("main").setAttribute("style",`--mh:${h}px;`)};vn(),window.onresize=vn;var Ut=()=>{let F=new Date;return F.setTime(F.getTime()+100*365*24*60*60*1e3),`expires=${F.toUTCString()};`},bn=F=>{let _=RegExp(`${F}=.[^;]*`),E=document.cookie.match(_);if(E){let h=E[0].split("=");return decodeURIComponent(h[1])}return!1};(()=>{let F=document.getElementById("topNoticeAlert"),_=window.sessionStorage.getItem("notice"),E=document.getElementById("cookieNoticeAlert"),h="chocolatey_hide_cookies_notice";F&&(_?F.remove():F.classList.remove("d-none"),F.querySelector("button").addEventListener("click",()=>sessionStorage.setItem("notice","true"),!1)),E&&(bn(h)?E.remove():E.classList.remove("d-none"),E.querySelectorAll("button").forEach(f=>{f.addEventListener("click",()=>{~location.hostname.indexOf("chocolatey.org")?document.cookie=`${h}=true; ${Ut()}path=/; domain=chocolatey.org;`:document.cookie=`${h}=true; ${Ut()}path=/;`},!1)}))})();var lr=F=>{let _={"\xA2":"cent","\xA3":"pound","\xA5":"yen","\u20AC":"euro","\xA9":"copy","\xAE":"reg","<":"lt",">":"gt",'"':"quot","&":"amp","'":"#39"},E="[";for(let f in _)E+=f;E+="]";let h=new RegExp(E,"g");return F.replace(h,f=>`&${_[f]};`)};document.querySelectorAll(".copy-code-for-view").forEach(_=>{let E=_,h=E.getAttribute("data-language"),f=E.getAttribute("data-replace"),x="";switch(h){case"HTML":case"Astro":x="markup";break;case"Markdown":x="markdown";break;case"CSS":x="css";break;case"JavaScript":x="javascript";break;default:x="none"}let S=lr(E.innerHTML.trim()),b="<",g=`${b}/`,N=">",k=`/${N}`,R=/content="([^&]*)"/g;if(S=S.replaceAll(`${b}callout`,`${b}Callout`).replaceAll(`${g}callout`,`${g}Callout`).replaceAll(`${b}collapsebutton`,`${b}CollapseButton`).replaceAll(`${g}collapsebutton`,`${g}CollapseButton`).replaceAll(`${b}iframe ratio`,`${b}Iframe ratio`).replaceAll(`${b}tabspanecontainer`,`${b}TabsPaneContainer`).replaceAll(`${g}tabspanecontainer`,`${g}TabsPaneContainer`).replaceAll(`${b}tabstabcontainer`,`${b}TabsTabContainer`).replaceAll(`${b}tabspane`,`${b}TabsPane`).replaceAll(`${b}xref`,`${b}Xref`).replaceAll(`value="example-define"${N}`,`value="example-define" ${k}`).replaceAll(`anchor="why"${N}`,`anchor="why" ${k}`).replaceAll(`${g}tabspane`,`${g}TabsPane`).replaceAll(`content="{tabs1}"${N}`,`content="{tabs1}" ${k}`).replaceAll(`content="{tabs2}"${N}`,`content="{tabs2}" ${k}`).replaceAll(`content="{tabs3}"${N}`,`content="{tabs3}" ${k}`).replaceAll(`multi="version"${N}`,`multi="version" ${k}`).replaceAll(`${g}tabstabcontainer${N}`,"").replaceAll(`${g}xref${N}`,"").replaceAll(`${g}iframe${N}`,"").replace(R,(T,X)=>`content=${X}`),f!=="true")if(h==="Astro"){let T=`<p class="border-top border-bottom py-2 px-3 mb-0">${h}</p><pre class="border-0 mx-3 mb-3 mt-0 code-static-toolbar"><code class="language-${x} line-numbers">${S}</code></pre>`;E.innerHTML=T}else{let T=`<p class="border-top border-bottom py-2 px-3 mb-0">${h}</p><pre class="border-0 my-0 code-static-toolbar"><code class="language-${x} line-numbers">${S}</code></pre>`;E.insertAdjacentHTML("afterend",T)}else{let T=`<pre><code class="language-${x} line-numbers">${S}</code></pre>`;E.innerHTML=T}}),(()=>{let F=document.querySelectorAll(".callout"),_=document.querySelectorAll("blockquote"),E=h=>{h.forEach(f=>{let x=f.querySelector(".callout-header");if(f.nodeName==="BLOCKQUOTE"&&f.querySelector("p:first-child")&&f.querySelector("p:first-child").textContent.includes(":choco-")&&(x=f.querySelector("p:first-child")),x){let S="",b="",g=x.textContent;f.classList.contains("callout-success")||g.includes(":choco-success:")?(b="success",S="check",f.classList.add("callout-success")):f.classList.contains("callout-danger")||g.includes(":choco-danger:")?(b="danger",S="xmark",f.classList.add("callout-danger")):f.classList.contains("callout-warning")||g.includes(":choco-warning:")?(b="warning",S="triangle-exclamation",f.classList.add("callout-warning")):f.classList.contains("callout-tip")||g.includes(":choco-tip:")?(b="tip",S="lightbulb",f.classList.add("callout-tip")):(b="info",S="info",f.classList.add("callout-info")),g.includes(":choco-")&&(g=g.replace(/:.+?:/,"").trim());let N=`<div class="callout-header d-flex align-items-center"><span class="flex-shrink-0 text-bg-${b} h-px-30 w-px-30 d-flex align-items-center justify-content-center rounded me-3"><span class="fa-solid fa-${S}"></span></span><p class="lead"><strong>${g}</strong></p></div>`;x.outerHTML=N}})};E(F),E(_)})();var cr=F=>{F.innerHTML=F.innerHTML.trim()};(()=>{let F=document.querySelectorAll("code"),_=document.querySelectorAll("pre");F.forEach(cr),(()=>{let h=window.location.href;if(["en-us/choco/commands/","en-us/create/commands/"].some(x=>h.includes(x))){let x=document.querySelectorAll("h2");for(let S of x){let b=S.textContent.trim();if(b==="Examples"||b==="Usage"){let g=S.nextElementSibling;for(;g&&g.tagName!=="H2";){if(g.tagName==="PRE"&&g.firstElementChild&&g.firstElementChild.tagName==="CODE"){let N=g.firstElementChild,R=N.textContent.split(`
|
|
7
|
+
`).map(T=>T.trim());N.textContent=R.join(`
|
|
8
|
+
`)}g=g.nextElementSibling}}}}})();for(let h of _)!h.classList.contains("highlight-delay")&&!h.classList.contains("d-format-none")&&(h.classList.add("line-numbers","language-none"),Prism.highlightAll())})();var bt=F=>F.replace(/[.]/g,"\\$&"),An=F=>{let _=[],E=F;for(;E!=document;)_.push(E.parentNode),E=E.parentNode;return _};(()=>{let F=()=>{if(location.hash){let f=document.querySelector(bt(location.hash));if(f){let x=f,S=An(f).filter(b=>b!=document&&b.classList.contains("collapse"));S.length==0&&f.classList.contains("collapse")&&S.push(f),S.reverse().forEach((b,g,N)=>{b=document.getElementById(bt(b.id)),bootstrap.Collapse.getOrCreateInstance(b,{toggle:!1}).show(),b.addEventListener("shown.bs.collapse",R=>{R.stopImmediatePropagation(),g===N.length-1&&x.scrollIntoView()})})}}},_=()=>{if(location.hash){let f=document.querySelector(`[data-bs-toggle="tab"][href="${bt(location.hash)}"]`);if(f){let x=f,S=An(f).filter(b=>b!=document&&b.classList.contains("tab-pane"));S.push(f),S.reverse().forEach((b,g,N)=>{b.id.includes("-tab")||(b=document.getElementById(`${bt(b.id)}-tab`)),bootstrap.Tab.getOrCreateInstance(b,{toggle:!1}).show(),b.addEventListener("shown.bs.tab",R=>{R.stopImmediatePropagation(),g===N.length-1&&x.scrollIntoView()})})}}};F(),_(),window.addEventListener("hashchange",F,!1),window.addEventListener("hashchange",_,!1);let E=document.querySelectorAll(".btn-collapse-target");E&&E.forEach(f=>{f.addEventListener("click",()=>{let x=document.querySelector(f.getAttribute("data-collapse-target"));bootstrap.Collapse.getOrCreateInstance(x,{toggle:!1}).show()},!1)});let h=f=>{f.addEventListener("click",x=>{history.pushState(null,null,x.target.hash)})};document.querySelectorAll('[data-bs-toggle="tab"]:not(.d-hash-none)').forEach(f=>h(f)),document.querySelectorAll('[data-bs-toggle="collapse"]:not(.d-hash-none)').forEach(f=>h(f))})(),(()=>{let F=document.querySelector(".collapse-lg");if(F){let _=window.matchMedia("(max-width: 1199px)"),E=bootstrap.Collapse.getOrCreateInstance(F,{toggle:!1});F.querySelectorAll("a").forEach(f=>{f.addEventListener("click",()=>{_.matches&&(f.classList.add("active-scroll"),E.hide())},!1)}),F.addEventListener("hidden.bs.collapse",()=>{let f=F.querySelector(".active-scroll");f&&(document.querySelector(bt(f.getAttribute("href"))).scrollIntoView(),f.classList.remove("active-scroll"))});let h=f=>{f.matches?E.hide():E.show()};h(_),_.addEventListener("change",()=>h(_))}})(),(()=>{let F=document.querySelector(".collapse-y-height"),_=document.getElementById("mainContent"),E=h=>{let f=h.getBoundingClientRect();return{left:f.left+window.scrollX,top:f.top+window.scrollY}};if(F&&_){let h=()=>{if(window.innerWidth>=768)if(E(_).top+vt(_)<window.innerHeight){let x=window.innerHeight-vt(document.querySelector("header"))-vt(document.querySelector("footer"));F.style.height=`${x}px`}else F.style.height="";else F.style.height=""};h(),new ResizeObserver(()=>h()).observe(document.body),window.onresize=h}})(),(()=>{let F=document.querySelector("h2.title-child");F&&(document.querySelectorAll("h2")[0].classList.contains("title-child")||F.classList.remove("d-none"))})(),document.addEventListener("DOMContentLoaded",()=>{let F=[].slice.call(document.querySelectorAll("video.lazy"));if("IntersectionObserver"in window){let _=new IntersectionObserver(E=>{E.forEach(h=>{if(h.isIntersecting){for(let f in h.target.children){let x=h.target.children[f];typeof x.tagName=="string"&&x.tagName==="SOURCE"&&(x.src=x.dataset.src)}h.target.load(),h.target.classList.remove("lazy"),_.unobserve(h.target)}})});F.forEach(E=>_.observe(E))}}),(()=>{let F=document.querySelectorAll('.task-list-item [type="checkbox"]');F&&F.forEach(_=>{_.classList.add("form-check-input"),_.outerHTML=`<div class="form-check">${_.outerHTML}<label class="form-check-label"></label></div>`})})();var fr=Wt(sr());window.addEventListener("DOMContentLoaded",()=>{if(document.querySelector(".anchorjs-container")){for(let _ of document.querySelectorAll("li")){let E=_.firstChild,h=_.classList.contains("task-list-item"),f;switch(h?f=E.nextElementSibling:f=E,f.nodeName){case"STRONG":case"CODE":f.classList.add("d-anchor");break;default:break}}let F=new fr.default;F.options.placement="left",F.add(".anchorjs-container h2:not(.d-anchor-none), .anchorjs-container h3:not(.d-anchor-none), .anchorjs-container h4:not(.d-anchor-none), .anchorjs-container h5:not(.d-anchor-none), .anchorjs-container h6:not(.d-anchor-none), .anchorjs-container li .d-anchor")}});var je=Wt(ur());(0,je.default)(".nav-scrollspy .nav-link").each((F,_)=>{let E=(0,je.default)(_).attr("href"),h=f=>{if(f==="#"){(0,je.default)(_).parent().remove();return}~f.indexOf(".")&&(f=f.replace(/\./g,"\\.")),(0,je.default)(f).length&&((0,je.default)(window).scrollTop()>(0,je.default)(f).offset().top-30&&(0,je.default)(f).is(":visible")?((0,je.default)(`a[href="${f}"].nav-link`).addClass("active active-page"),(0,je.default)(`a[href="${f}"].nav-link`).parent().prev().find("a.active").removeClass("active active-page")):(0,je.default)(`a[href="${f}"].nav-link`).removeClass("active active-page"))};h(E),window.addEventListener("scroll",()=>{h(E)})}),window.addEventListener("DOMContentLoaded",()=>{let F="data-choco-tab-multi",_=document.querySelectorAll(`[${F}]`),E=new Set;if(_&&_.length>0){for(let h of _){let f=h.getAttribute(F).replace(/\s/g,""),x=null;if(f){try{x=JSON.parse(f!=null?f:"")}catch(S){return}for(let S in x)Object.prototype.hasOwnProperty.call(x,S)&&E.add(S);h.addEventListener("click",()=>{let S=h.getAttribute(F).replace(/\s/g,"");for(let g of _){let N=g.getAttribute(F).replace(/\s/g,"");N!=null&&N.includes(S!=null?S:"")&&window.bootstrap.Tab.getOrCreateInstance(g).show()}let b=~location.hostname.indexOf("chocolatey.org")?"domain=chocolatey.org;":"";for(let g in x)if(Object.prototype.hasOwnProperty.call(x,g)){let N=x[g];document.cookie=`${g}=${N}; ${Ut()}path=/; ${b}`}})}}for(let h of E){let f=bn(h);if(f)for(let x of _){let S=x.getAttribute(F).replace(/\s/g,"");S!=null&&S.includes(h)&&(S!=null&&S.includes(f))&&window.bootstrap.Tab.getOrCreateInstance(x).show()}}}}),(()=>{let F=document.querySelectorAll("table");F&&F.forEach(_=>{_.classList.add("table","table-bordered","table-striped"),_.outerHTML=`<div class="table-responsive">${_.outerHTML}</div>`})})(),document.querySelectorAll(".dropdown-theme").forEach(_=>{_.querySelectorAll(".dropdown-toggle").forEach(E=>{E.addEventListener("hide.bs.dropdown",()=>{document.querySelectorAll("main").forEach(h=>{h.classList.remove("z-0")})}),E.addEventListener("show.bs.dropdown",()=>{document.querySelectorAll("main").forEach(h=>{h.classList.add("z-0")})})})})})();})();
|
|
9
|
+
/**
|
|
10
|
+
* Prism: Lightweight, robust, elegant syntax highlighting
|
|
11
|
+
*
|
|
12
|
+
* @license MIT <https://opensource.org/licenses/MIT>
|
|
13
|
+
* @author Lea Verou <https://lea.verou.me>
|
|
14
|
+
* @namespace
|
|
15
|
+
* @public
|
|
16
|
+
*/
|
|
17
|
+
/*! Bundled license information:
|
|
18
|
+
|
|
19
|
+
jquery/dist/jquery.js:
|
|
20
|
+
(*!
|
|
21
|
+
* jQuery JavaScript Library v3.7.1
|
|
22
|
+
* https://jquery.com/
|
|
23
|
+
*
|
|
24
|
+
* Copyright OpenJS Foundation and other contributors
|
|
25
|
+
* Released under the MIT license
|
|
26
|
+
* https://jquery.org/license
|
|
27
|
+
*
|
|
28
|
+
* Date: 2023-08-28T13:37Z
|
|
29
|
+
*)
|
|
30
|
+
*/
|
|
@@ -0,0 +1,65 @@
|
|
|
1
|
+
(() => {
|
|
2
|
+
// src/scripts/packages/theme-toggle.js
|
|
3
|
+
(() => {
|
|
4
|
+
"use strict";
|
|
5
|
+
const getStoredTheme = () => localStorage.getItem("theme");
|
|
6
|
+
const setStoredTheme = (theme) => localStorage.setItem("theme", theme);
|
|
7
|
+
const getPreferredTheme = () => {
|
|
8
|
+
const storedTheme = getStoredTheme();
|
|
9
|
+
if (storedTheme) {
|
|
10
|
+
return storedTheme;
|
|
11
|
+
}
|
|
12
|
+
return window.matchMedia("(prefers-color-scheme: dark)").matches ? "dark" : "light";
|
|
13
|
+
};
|
|
14
|
+
const setTheme = (theme) => {
|
|
15
|
+
if (theme === "auto") {
|
|
16
|
+
document.documentElement.setAttribute("data-bs-theme", window.matchMedia("(prefers-color-scheme: dark)").matches ? "dark" : "light");
|
|
17
|
+
} else {
|
|
18
|
+
document.documentElement.setAttribute("data-bs-theme", theme);
|
|
19
|
+
}
|
|
20
|
+
};
|
|
21
|
+
setTheme(getPreferredTheme());
|
|
22
|
+
const showActiveTheme = (theme, focus = false) => {
|
|
23
|
+
const themeSwitchers = document.querySelectorAll(".dropdown-theme");
|
|
24
|
+
for (const themeSwitcher of themeSwitchers) {
|
|
25
|
+
const themeSwitcherBtns = themeSwitcher.querySelectorAll(".dropdown-toggle");
|
|
26
|
+
const btnToActive = themeSwitcher.querySelector(`[data-bs-theme-value="${theme}"]`);
|
|
27
|
+
const svgOfActiveBtn = btnToActive.querySelector("i[data-ct-theme-icon]").getAttribute("data-ct-theme-icon");
|
|
28
|
+
themeSwitcher.querySelectorAll("[data-bs-theme-value]").forEach((element) => {
|
|
29
|
+
element.classList.remove("active");
|
|
30
|
+
element.setAttribute("aria-pressed", "false");
|
|
31
|
+
});
|
|
32
|
+
btnToActive.classList.add("active");
|
|
33
|
+
btnToActive.setAttribute("aria-pressed", "true");
|
|
34
|
+
const themeSwitcherLabel = `Theme Switcher (${btnToActive.dataset.bsThemeValue})`;
|
|
35
|
+
for (const btn of themeSwitcherBtns) {
|
|
36
|
+
btn.setAttribute("aria-label", themeSwitcherLabel);
|
|
37
|
+
btn.querySelector(".theme-icon-active i").className = "";
|
|
38
|
+
btn.querySelector(".theme-icon-active i").classList.add("fa-solid", svgOfActiveBtn);
|
|
39
|
+
}
|
|
40
|
+
if (focus) {
|
|
41
|
+
themeSwitcher.focus();
|
|
42
|
+
}
|
|
43
|
+
}
|
|
44
|
+
};
|
|
45
|
+
window.matchMedia("(prefers-color-scheme: dark)").addEventListener("change", () => {
|
|
46
|
+
const storedTheme = getStoredTheme();
|
|
47
|
+
if (storedTheme !== "light" && storedTheme !== "dark") {
|
|
48
|
+
setTheme(getPreferredTheme());
|
|
49
|
+
}
|
|
50
|
+
});
|
|
51
|
+
window.addEventListener("DOMContentLoaded", () => {
|
|
52
|
+
showActiveTheme(getPreferredTheme());
|
|
53
|
+
document.querySelectorAll("[data-bs-theme-value]").forEach((toggle) => {
|
|
54
|
+
toggle.addEventListener("click", () => {
|
|
55
|
+
const theme = toggle.getAttribute("data-bs-theme-value");
|
|
56
|
+
setStoredTheme(theme);
|
|
57
|
+
setTheme(theme);
|
|
58
|
+
showActiveTheme(theme, true);
|
|
59
|
+
const event = new Event("themeChanged");
|
|
60
|
+
document.dispatchEvent(event);
|
|
61
|
+
});
|
|
62
|
+
});
|
|
63
|
+
});
|
|
64
|
+
})();
|
|
65
|
+
})();
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
(()=>{(()=>{"use strict";let n=()=>localStorage.getItem("theme"),h=e=>localStorage.setItem("theme",e),s=()=>{let e=n();return e||(window.matchMedia("(prefers-color-scheme: dark)").matches?"dark":"light")},o=e=>{e==="auto"?document.documentElement.setAttribute("data-bs-theme",window.matchMedia("(prefers-color-scheme: dark)").matches?"dark":"light"):document.documentElement.setAttribute("data-bs-theme",e)};o(s());let i=(e,c=!1)=>{let d=document.querySelectorAll(".dropdown-theme");for(let r of d){let m=r.querySelectorAll(".dropdown-toggle"),a=r.querySelector(`[data-bs-theme-value="${e}"]`),l=a.querySelector("i[data-ct-theme-icon]").getAttribute("data-ct-theme-icon");r.querySelectorAll("[data-bs-theme-value]").forEach(t=>{t.classList.remove("active"),t.setAttribute("aria-pressed","false")}),a.classList.add("active"),a.setAttribute("aria-pressed","true");let u=`Theme Switcher (${a.dataset.bsThemeValue})`;for(let t of m)t.setAttribute("aria-label",u),t.querySelector(".theme-icon-active i").className="",t.querySelector(".theme-icon-active i").classList.add("fa-solid",l);c&&r.focus()}};window.matchMedia("(prefers-color-scheme: dark)").addEventListener("change",()=>{let e=n();e!=="light"&&e!=="dark"&&o(s())}),window.addEventListener("DOMContentLoaded",()=>{i(s()),document.querySelectorAll("[data-bs-theme-value]").forEach(e=>{e.addEventListener("click",()=>{let c=e.getAttribute("data-bs-theme-value");h(c),o(c),i(c,!0);let d=new Event("themeChanged");document.dispatchEvent(d)})})})})();})();
|
package/package.json
ADDED
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@chocolatey-software/design",
|
|
3
|
+
"version": "2.0.0",
|
|
4
|
+
"description": "Chocolatey Software theme assets for use on design.chocolatey.org.",
|
|
5
|
+
"author": "Chocolatey Software (https://chocolatey.org/)",
|
|
6
|
+
"homepage": "https://github.com/chocolatey/choco-theme/blob/main/packages/design#readme",
|
|
7
|
+
"license": "Apache-2.0",
|
|
8
|
+
"publishConfig": {
|
|
9
|
+
"registry": "https://registry.npmjs.org/",
|
|
10
|
+
"access": "public"
|
|
11
|
+
},
|
|
12
|
+
"devDependencies": {
|
|
13
|
+
"@types/anchor-js": "^5",
|
|
14
|
+
"@types/bootstrap": "^5.2.10",
|
|
15
|
+
"@types/jquery": "^3",
|
|
16
|
+
"@types/prismjs": "^1"
|
|
17
|
+
},
|
|
18
|
+
"dependencies": {
|
|
19
|
+
"@fortawesome/fontawesome-free": "^7.0.0",
|
|
20
|
+
"anchor-js": "^5.0.0",
|
|
21
|
+
"bootstrap": "^5.3.7",
|
|
22
|
+
"jquery": "^3.7.1",
|
|
23
|
+
"prismjs": "^1.30.0"
|
|
24
|
+
},
|
|
25
|
+
"files": [
|
|
26
|
+
"LICENSE",
|
|
27
|
+
"package.json",
|
|
28
|
+
"README.md",
|
|
29
|
+
"dist/"
|
|
30
|
+
]
|
|
31
|
+
}
|