ber-security.graylog.graylog-plugin-alert-wizard.5.2.1.source-code.81884a9c7ebd1cb85032157dd8438f7f.js Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of graylog-plugin-alert-wizard Show documentation
Show all versions of graylog-plugin-alert-wizard Show documentation
Graylog ${project.artifactId} plugin.
The newest version!
(()=>{var R=(s,p)=>()=>(p||s((p={exports:{}}).exports,p),p.exports);var T=R((C,_)=>{ace.define("ace/mode/doc_comment_highlight_rules",["require","exports","module","ace/lib/oop","ace/mode/text_highlight_rules"],function(s,p,y){"use strict";var f=s("../lib/oop"),h=s("./text_highlight_rules").TextHighlightRules,m=function(){this.$rules={start:[{token:"comment.doc.tag",regex:"@[\\w\\d_]+"},m.getTagRule(),{defaultToken:"comment.doc",caseInsensitive:!0}]}};f.inherits(m,h),m.getTagRule=function(d){return{token:"comment.doc.tag.storage.type",regex:"\\b(?:TODO|FIXME|XXX|HACK)\\b"}},m.getStartRule=function(d){return{token:"comment.doc",regex:"\\/\\*(?=\\*)",next:d}},m.getEndRule=function(d){return{token:"comment.doc",regex:"\\*\\/",next:d}},p.DocCommentHighlightRules=m});ace.define("ace/mode/javascript_highlight_rules",["require","exports","module","ace/lib/oop","ace/mode/doc_comment_highlight_rules","ace/mode/text_highlight_rules"],function(s,p,y){"use strict";var f=s("../lib/oop"),h=s("./doc_comment_highlight_rules").DocCommentHighlightRules,m=s("./text_highlight_rules").TextHighlightRules,d="[a-zA-Z\\$_\xA1-\uFFFF][a-zA-Z\\d\\$_\xA1-\uFFFF]*",o=function(l){var c=this.createKeywordMapper({"variable.language":"Array|Boolean|Date|Function|Iterator|Number|Object|RegExp|String|Proxy|Symbol|Namespace|QName|XML|XMLList|ArrayBuffer|Float32Array|Float64Array|Int16Array|Int32Array|Int8Array|Uint16Array|Uint32Array|Uint8Array|Uint8ClampedArray|Error|EvalError|InternalError|RangeError|ReferenceError|StopIteration|SyntaxError|TypeError|URIError|decodeURI|decodeURIComponent|encodeURI|encodeURIComponent|eval|isFinite|isNaN|parseFloat|parseInt|JSON|Math|this|arguments|prototype|window|document",keyword:"const|yield|import|get|set|async|await|break|case|catch|continue|default|delete|do|else|finally|for|function|if|in|of|instanceof|new|return|switch|throw|try|typeof|let|var|while|with|debugger|__parent__|__count__|escape|unescape|with|__proto__|class|enum|extends|super|export|implements|private|public|interface|package|protected|static|constructor","storage.type":"const|let|var|function","constant.language":"null|Infinity|NaN|undefined","support.function":"alert","constant.language.boolean":"true|false"},"identifier"),t="case|do|else|finally|in|instanceof|return|throw|try|typeof|yield|void",r="\\\\(?:x[0-9a-fA-F]{2}|u[0-9a-fA-F]{4}|u{[0-9a-fA-F]{1,6}}|[0-2][0-7]{0,2}|3[0-7][0-7]?|[4-7][0-7]?|.)";this.$rules={no_regex:[h.getStartRule("doc-start"),i("no_regex"),{token:"string",regex:"'(?=.)",next:"qstring"},{token:"string",regex:'"(?=.)',next:"qqstring"},{token:"constant.numeric",regex:/0(?:[xX][0-9a-fA-F]+|[oO][0-7]+|[bB][01]+)\b/},{token:"constant.numeric",regex:/(?:\d\d*(?:\.\d*)?|\.\d+)(?:[eE][+-]?\d+\b)?/},{token:["storage.type","punctuation.operator","support.function","punctuation.operator","entity.name.function","text","keyword.operator"],regex:"("+d+")(\\.)(prototype)(\\.)("+d+")(\\s*)(=)",next:"function_arguments"},{token:["storage.type","punctuation.operator","entity.name.function","text","keyword.operator","text","storage.type","text","paren.lparen"],regex:"("+d+")(\\.)("+d+")(\\s*)(=)(\\s*)(function\\*?)(\\s*)(\\()",next:"function_arguments"},{token:["entity.name.function","text","keyword.operator","text","storage.type","text","paren.lparen"],regex:"("+d+")(\\s*)(=)(\\s*)(function\\*?)(\\s*)(\\()",next:"function_arguments"},{token:["storage.type","punctuation.operator","entity.name.function","text","keyword.operator","text","storage.type","text","entity.name.function","text","paren.lparen"],regex:"("+d+")(\\.)("+d+")(\\s*)(=)(\\s*)(function\\*?)(\\s+)(\\w+)(\\s*)(\\()",next:"function_arguments"},{token:["storage.type","text","entity.name.function","text","paren.lparen"],regex:"(function\\*?)(\\s+)("+d+")(\\s*)(\\()",next:"function_arguments"},{token:["entity.name.function","text","punctuation.operator","text","storage.type","text","paren.lparen"],regex:"("+d+")(\\s*)(:)(\\s*)(function\\*?)(\\s*)(\\()",next:"function_arguments"},{token:["text","text","storage.type","text","paren.lparen"],regex:"(:)(\\s*)(function\\*?)(\\s*)(\\()",next:"function_arguments"},{token:"keyword",regex:`from(?=\\s*('|"))`},{token:"keyword",regex:"(?:"+t+")\\b",next:"start"},{token:"support.constant",regex:/that\b/},{token:["storage.type","punctuation.operator","support.function.firebug"],regex:/(console)(\.)(warn|info|log|error|time|trace|timeEnd|assert)\b/},{token:c,regex:d},{token:"punctuation.operator",regex:/[.](?![.])/,next:"property"},{token:"storage.type",regex:/=>/,next:"start"},{token:"keyword.operator",regex:/--|\+\+|\.{3}|===|==|=|!=|!==|<+=?|>+=?|!|&&|\|\||\?:|[!$%&*+\-~\/^]=?/,next:"start"},{token:"punctuation.operator",regex:/[?:,;.]/,next:"start"},{token:"paren.lparen",regex:/[\[({]/,next:"start"},{token:"paren.rparen",regex:/[\])}]/},{token:"comment",regex:/^#!.*$/}],property:[{token:"text",regex:"\\s+"},{token:["storage.type","punctuation.operator","entity.name.function","text","keyword.operator","text","storage.type","text","entity.name.function","text","paren.lparen"],regex:"("+d+")(\\.)("+d+")(\\s*)(=)(\\s*)(function\\*?)(?:(\\s+)(\\w+))?(\\s*)(\\()",next:"function_arguments"},{token:"punctuation.operator",regex:/[.](?![.])/},{token:"support.function",regex:/(s(?:h(?:ift|ow(?:Mod(?:elessDialog|alDialog)|Help))|croll(?:X|By(?:Pages|Lines)?|Y|To)?|t(?:op|rike)|i(?:n|zeToContent|debar|gnText)|ort|u(?:p|b(?:str(?:ing)?)?)|pli(?:ce|t)|e(?:nd|t(?:Re(?:sizable|questHeader)|M(?:i(?:nutes|lliseconds)|onth)|Seconds|Ho(?:tKeys|urs)|Year|Cursor|Time(?:out)?|Interval|ZOptions|Date|UTC(?:M(?:i(?:nutes|lliseconds)|onth)|Seconds|Hours|Date|FullYear)|FullYear|Active)|arch)|qrt|lice|avePreferences|mall)|h(?:ome|andleEvent)|navigate|c(?:har(?:CodeAt|At)|o(?:s|n(?:cat|textual|firm)|mpile)|eil|lear(?:Timeout|Interval)?|a(?:ptureEvents|ll)|reate(?:StyleSheet|Popup|EventObject))|t(?:o(?:GMTString|S(?:tring|ource)|U(?:TCString|pperCase)|Lo(?:caleString|werCase))|est|a(?:n|int(?:Enabled)?))|i(?:s(?:NaN|Finite)|ndexOf|talics)|d(?:isableExternalCapture|ump|etachEvent)|u(?:n(?:shift|taint|escape|watch)|pdateCommands)|j(?:oin|avaEnabled)|p(?:o(?:p|w)|ush|lugins.refresh|a(?:ddings|rse(?:Int|Float)?)|r(?:int|ompt|eference))|e(?:scape|nableExternalCapture|val|lementFromPoint|x(?:p|ec(?:Script|Command)?))|valueOf|UTC|queryCommand(?:State|Indeterm|Enabled|Value)|f(?:i(?:nd|lter|le(?:ModifiedDate|Size|CreatedDate|UpdatedDate)|xed)|o(?:nt(?:size|color)|rward|rEach)|loor|romCharCode)|watch|l(?:ink|o(?:ad|g)|astIndexOf)|a(?:sin|nchor|cos|t(?:tachEvent|ob|an(?:2)?)|pply|lert|b(?:s|ort))|r(?:ou(?:nd|teEvents)|e(?:size(?:By|To)|calc|turnValue|place|verse|l(?:oad|ease(?:Capture|Events)))|andom)|g(?:o|et(?:ResponseHeader|M(?:i(?:nutes|lliseconds)|onth)|Se(?:conds|lection)|Hours|Year|Time(?:zoneOffset)?|Da(?:y|te)|UTC(?:M(?:i(?:nutes|lliseconds)|onth)|Seconds|Hours|Da(?:y|te)|FullYear)|FullYear|A(?:ttention|llResponseHeaders)))|m(?:in|ove(?:B(?:y|elow)|To(?:Absolute)?|Above)|ergeAttributes|a(?:tch|rgins|x))|b(?:toa|ig|o(?:ld|rderWidths)|link|ack))\b(?=\()/},{token:"support.function.dom",regex:/(s(?:ub(?:stringData|mit)|plitText|e(?:t(?:NamedItem|Attribute(?:Node)?)|lect))|has(?:ChildNodes|Feature)|namedItem|c(?:l(?:ick|o(?:se|neNode))|reate(?:C(?:omment|DATASection|aption)|T(?:Head|extNode|Foot)|DocumentFragment|ProcessingInstruction|E(?:ntityReference|lement)|Attribute))|tabIndex|i(?:nsert(?:Row|Before|Cell|Data)|tem)|open|delete(?:Row|C(?:ell|aption)|T(?:Head|Foot)|Data)|focus|write(?:ln)?|a(?:dd|ppend(?:Child|Data))|re(?:set|place(?:Child|Data)|move(?:NamedItem|Child|Attribute(?:Node)?)?)|get(?:NamedItem|Element(?:sBy(?:Name|TagName|ClassName)|ById)|Attribute(?:Node)?)|blur)\b(?=\()/},{token:"support.constant",regex:/(s(?:ystemLanguage|cr(?:ipts|ollbars|een(?:X|Y|Top|Left))|t(?:yle(?:Sheets)?|atus(?:Text|bar)?)|ibling(?:Below|Above)|ource|uffixes|e(?:curity(?:Policy)?|l(?:ection|f)))|h(?:istory|ost(?:name)?|as(?:h|Focus))|y|X(?:MLDocument|SLDocument)|n(?:ext|ame(?:space(?:s|URI)|Prop))|M(?:IN_VALUE|AX_VALUE)|c(?:haracterSet|o(?:n(?:structor|trollers)|okieEnabled|lorDepth|mp(?:onents|lete))|urrent|puClass|l(?:i(?:p(?:boardData)?|entInformation)|osed|asses)|alle(?:e|r)|rypto)|t(?:o(?:olbar|p)|ext(?:Transform|Indent|Decoration|Align)|ags)|SQRT(?:1_2|2)|i(?:n(?:ner(?:Height|Width)|put)|ds|gnoreCase)|zIndex|o(?:scpu|n(?:readystatechange|Line)|uter(?:Height|Width)|p(?:sProfile|ener)|ffscreenBuffering)|NEGATIVE_INFINITY|d(?:i(?:splay|alog(?:Height|Top|Width|Left|Arguments)|rectories)|e(?:scription|fault(?:Status|Ch(?:ecked|arset)|View)))|u(?:ser(?:Profile|Language|Agent)|n(?:iqueID|defined)|pdateInterval)|_content|p(?:ixelDepth|ort|ersonalbar|kcs11|l(?:ugins|atform)|a(?:thname|dding(?:Right|Bottom|Top|Left)|rent(?:Window|Layer)?|ge(?:X(?:Offset)?|Y(?:Offset)?))|r(?:o(?:to(?:col|type)|duct(?:Sub)?|mpter)|e(?:vious|fix)))|e(?:n(?:coding|abledPlugin)|x(?:ternal|pando)|mbeds)|v(?:isibility|endor(?:Sub)?|Linkcolor)|URLUnencoded|P(?:I|OSITIVE_INFINITY)|f(?:ilename|o(?:nt(?:Size|Family|Weight)|rmName)|rame(?:s|Element)|gColor)|E|whiteSpace|l(?:i(?:stStyleType|n(?:eHeight|kColor))|o(?:ca(?:tion(?:bar)?|lName)|wsrc)|e(?:ngth|ft(?:Context)?)|a(?:st(?:M(?:odified|atch)|Index|Paren)|yer(?:s|X)|nguage))|a(?:pp(?:MinorVersion|Name|Co(?:deName|re)|Version)|vail(?:Height|Top|Width|Left)|ll|r(?:ity|guments)|Linkcolor|bove)|r(?:ight(?:Context)?|e(?:sponse(?:XML|Text)|adyState))|global|x|m(?:imeTypes|ultiline|enubar|argin(?:Right|Bottom|Top|Left))|L(?:N(?:10|2)|OG(?:10E|2E))|b(?:o(?:ttom|rder(?:Width|RightWidth|BottomWidth|Style|Color|TopWidth|LeftWidth))|ufferDepth|elow|ackground(?:Color|Image)))\b/},{token:"identifier",regex:d},{regex:"",token:"empty",next:"no_regex"}],start:[h.getStartRule("doc-start"),i("start"),{token:"string.regexp",regex:"\\/",next:"regex"},{token:"text",regex:"\\s+|^$",next:"start"},{token:"empty",regex:"",next:"no_regex"}],regex:[{token:"regexp.keyword.operator",regex:"\\\\(?:u[\\da-fA-F]{4}|x[\\da-fA-F]{2}|.)"},{token:"string.regexp",regex:"/[sxngimy]*",next:"no_regex"},{token:"invalid",regex:/\{\d+\b,?\d*\}[+*]|[+*$^?][+*]|[$^][?]|\?{3,}/},{token:"constant.language.escape",regex:/\(\?[:=!]|\)|\{\d+\b,?\d*\}|[+*]\?|[()$^+*?.]/},{token:"constant.language.delimiter",regex:/\|/},{token:"constant.language.escape",regex:/\[\^?/,next:"regex_character_class"},{token:"empty",regex:"$",next:"no_regex"},{defaultToken:"string.regexp"}],regex_character_class:[{token:"regexp.charclass.keyword.operator",regex:"\\\\(?:u[\\da-fA-F]{4}|x[\\da-fA-F]{2}|.)"},{token:"constant.language.escape",regex:"]",next:"regex"},{token:"constant.language.escape",regex:"-"},{token:"empty",regex:"$",next:"no_regex"},{defaultToken:"string.regexp.charachterclass"}],default_parameter:[{token:"string",regex:"'(?=.)",push:[{token:"string",regex:"'|$",next:"pop"},{include:"qstring"}]},{token:"string",regex:'"(?=.)',push:[{token:"string",regex:'"|$',next:"pop"},{include:"qqstring"}]},{token:"constant.language",regex:"null|Infinity|NaN|undefined"},{token:"constant.numeric",regex:/0(?:[xX][0-9a-fA-F]+|[oO][0-7]+|[bB][01]+)\b/},{token:"constant.numeric",regex:/(?:\d\d*(?:\.\d*)?|\.\d+)(?:[eE][+-]?\d+\b)?/},{token:"punctuation.operator",regex:",",next:"function_arguments"},{token:"text",regex:"\\s+"},{token:"punctuation.operator",regex:"$"},{token:"empty",regex:"",next:"no_regex"}],function_arguments:[i("function_arguments"),{token:"variable.parameter",regex:d},{token:"punctuation.operator",regex:","},{token:"text",regex:"\\s+"},{token:"punctuation.operator",regex:"$"},{token:"empty",regex:"",next:"no_regex"}],qqstring:[{token:"constant.language.escape",regex:r},{token:"string",regex:"\\\\$",consumeLineEnd:!0},{token:"string",regex:'"|$',next:"no_regex"},{defaultToken:"string"}],qstring:[{token:"constant.language.escape",regex:r},{token:"string",regex:"\\\\$",consumeLineEnd:!0},{token:"string",regex:"'|$",next:"no_regex"},{defaultToken:"string"}]},(!l||!l.noES6)&&(this.$rules.no_regex.unshift({regex:"[{}]",onMatch:function(e,n,a){if(this.next=e=="{"?this.nextState:"",e=="{"&&a.length)a.unshift("start",n);else if(e=="}"&&a.length&&(a.shift(),this.next=a.shift(),this.next.indexOf("string")!=-1||this.next.indexOf("jsx")!=-1))return"paren.quasi.end";return e=="{"?"paren.lparen":"paren.rparen"},nextState:"start"},{token:"string.quasi.start",regex:/`/,push:[{token:"constant.language.escape",regex:r},{token:"paren.quasi.start",regex:/\${/,push:"start"},{token:"string.quasi.end",regex:/`/,next:"pop"},{defaultToken:"string.quasi"}]},{token:["variable.parameter","text"],regex:"("+d+")(\\s*)(?=\\=>)"},{token:"paren.lparen",regex:"(\\()(?=.+\\s*=>)",next:"function_arguments"},{token:"variable.language",regex:"(?:(?:(?:Weak)?(?:Set|Map))|Promise)\\b"}),this.$rules.function_arguments.unshift({token:"keyword.operator",regex:"=",next:"default_parameter"},{token:"keyword.operator",regex:"\\.{3}"}),this.$rules.property.unshift({token:"support.function",regex:"(findIndex|repeat|startsWith|endsWith|includes|isSafeInteger|trunc|cbrt|log2|log10|sign|then|catch|finally|resolve|reject|race|any|all|allSettled|keys|entries|isInteger)\\b(?=\\()"},{token:"constant.language",regex:"(?:MAX_SAFE_INTEGER|MIN_SAFE_INTEGER|EPSILON)\\b"}),(!l||l.jsx!=!1)&&u.call(this)),this.embedRules(h,"doc-",[h.getEndRule("no_regex")]),this.normalizeRules()};f.inherits(o,m);function u(){var l=d.replace("\\d","\\d\\-"),c={onMatch:function(r,e,n){var a=r.charAt(1)=="/"?2:1;return a==1?(e!=this.nextState?n.unshift(this.next,this.nextState,0):n.unshift(this.next),n[2]++):a==2&&e==this.nextState&&(n[1]--,(!n[1]||n[1]<0)&&(n.shift(),n.shift())),[{type:"meta.tag.punctuation."+(a==1?"":"end-")+"tag-open.xml",value:r.slice(0,a)},{type:"meta.tag.tag-name.xml",value:r.substr(a)}]},regex:"?"+l,next:"jsxAttributes",nextState:"jsx"};this.$rules.start.unshift(c);var t={regex:"{",token:"paren.quasi.start",push:"start"};this.$rules.jsx=[t,c,{include:"reference"},{defaultToken:"string"}],this.$rules.jsxAttributes=[{token:"meta.tag.punctuation.tag-close.xml",regex:"/?>",onMatch:function(r,e,n){return e==n[0]&&n.shift(),r.length==2&&(n[0]==this.nextState&&n[1]--,(!n[1]||n[1]<0)&&n.splice(0,2)),this.next=n[0]||"start",[{type:this.token,value:r}]},nextState:"jsx"},t,i("jsxAttributes"),{token:"entity.other.attribute-name.xml",regex:l},{token:"keyword.operator.attribute-equals.xml",regex:"="},{token:"text.tag-whitespace.xml",regex:"\\s+"},{token:"string.attribute-value.xml",regex:"'",stateName:"jsx_attr_q",push:[{token:"string.attribute-value.xml",regex:"'",next:"pop"},{include:"reference"},{defaultToken:"string.attribute-value.xml"}]},{token:"string.attribute-value.xml",regex:'"',stateName:"jsx_attr_qq",push:[{token:"string.attribute-value.xml",regex:'"',next:"pop"},{include:"reference"},{defaultToken:"string.attribute-value.xml"}]},c],this.$rules.reference=[{token:"constant.language.escape.reference.xml",regex:"(?:[0-9]+;)|(?:[0-9a-fA-F]+;)|(?:&[a-zA-Z0-9_:\\.-]+;)"}]}function i(l){return[{token:"comment",regex:/\/\*/,next:[h.getTagRule(),{token:"comment",regex:"\\*\\/",next:l||"pop"},{defaultToken:"comment",caseInsensitive:!0}]},{token:"comment",regex:"\\/\\/",next:[h.getTagRule(),{token:"comment",regex:"$|^",next:l||"pop"},{defaultToken:"comment",caseInsensitive:!0}]}]}p.JavaScriptHighlightRules=o});ace.define("ace/mode/matching_brace_outdent",["require","exports","module","ace/range"],function(s,p,y){"use strict";var f=s("../range").Range,h=function(){};(function(){this.checkOutdent=function(m,d){return/^\s+$/.test(m)?/^\s*\}/.test(d):!1},this.autoOutdent=function(m,d){var o=m.getLine(d),u=o.match(/^(\s*\})/);if(!u)return 0;var i=u[1].length,l=m.findMatchingBracket({row:d,column:i});if(!l||l.row==d)return 0;var c=this.$getIndent(m.getLine(l.row));m.replace(new f(d,0,d,i-1),c)},this.$getIndent=function(m){return m.match(/^\s*/)[0]}}).call(h.prototype),p.MatchingBraceOutdent=h});ace.define("ace/mode/folding/cstyle",["require","exports","module","ace/lib/oop","ace/range","ace/mode/folding/fold_mode"],function(s,p,y){"use strict";var f=s("../../lib/oop"),h=s("../../range").Range,m=s("./fold_mode").FoldMode,d=p.FoldMode=function(o){o&&(this.foldingStartMarker=new RegExp(this.foldingStartMarker.source.replace(/\|[^|]*?$/,"|"+o.start)),this.foldingStopMarker=new RegExp(this.foldingStopMarker.source.replace(/\|[^|]*?$/,"|"+o.end)))};f.inherits(d,m),function(){this.foldingStartMarker=/([\{\[\(])[^\}\]\)]*$|^\s*(\/\*)/,this.foldingStopMarker=/^[^\[\{\(]*([\}\]\)])|^[\s\*]*(\*\/)/,this.singleLineBlockCommentRe=/^\s*(\/\*).*\*\/\s*$/,this.tripleStarBlockCommentRe=/^\s*(\/\*\*\*).*\*\/\s*$/,this.startRegionRe=/^\s*(\/\*|\/\/)#?region\b/,this._getFoldWidgetBase=this.getFoldWidget,this.getFoldWidget=function(o,u,i){var l=o.getLine(i);if(this.singleLineBlockCommentRe.test(l)&&!this.startRegionRe.test(l)&&!this.tripleStarBlockCommentRe.test(l))return"";var c=this._getFoldWidgetBase(o,u,i);return!c&&this.startRegionRe.test(l)?"start":c},this.getFoldWidgetRange=function(o,u,i,l){var c=o.getLine(i);if(this.startRegionRe.test(c))return this.getCommentRegionBlock(o,c,i);var e=c.match(this.foldingStartMarker);if(e){var t=e.index;if(e[1])return this.openingBracketBlock(o,e[1],i,t);var r=o.getCommentFoldRange(i,t+e[0].length,1);return r&&!r.isMultiLine()&&(l?r=this.getSectionRange(o,i):u!="all"&&(r=null)),r}if(u!=="markbegin"){var e=c.match(this.foldingStopMarker);if(e){var t=e.index+e[0].length;return e[1]?this.closingBracketBlock(o,e[1],i,t):o.getCommentFoldRange(i,t,-1)}}},this.getSectionRange=function(o,u){var i=o.getLine(u),l=i.search(/\S/),c=u,t=i.length;u=u+1;for(var r=u,e=o.getLength();++un)break;var a=this.getFoldWidgetRange(o,"all",u);if(a){if(a.start.row<=c)break;if(a.isMultiLine())u=a.end.row;else if(l==n)break}r=u}}return new h(c,t,r,o.getLine(r).length)},this.getCommentRegionBlock=function(o,u,i){for(var l=u.search(/\s*$/),c=o.getLength(),t=i,r=/^\s*(?:\/\*|\/\/|--)#?(end)?region\b/,e=1;++it)return new h(t,l,a,u.length)}}.call(d.prototype)});ace.define("ace/mode/javascript",["require","exports","module","ace/lib/oop","ace/mode/text","ace/mode/javascript_highlight_rules","ace/mode/matching_brace_outdent","ace/worker/worker_client","ace/mode/behaviour/cstyle","ace/mode/folding/cstyle"],function(s,p,y){"use strict";var f=s("../lib/oop"),h=s("./text").Mode,m=s("./javascript_highlight_rules").JavaScriptHighlightRules,d=s("./matching_brace_outdent").MatchingBraceOutdent,o=s("../worker/worker_client").WorkerClient,u=s("./behaviour/cstyle").CstyleBehaviour,i=s("./folding/cstyle").FoldMode,l=function(){this.HighlightRules=m,this.$outdent=new d,this.$behaviour=new u,this.foldingRules=new i};f.inherits(l,h),function(){this.lineCommentStart="//",this.blockComment={start:"/*",end:"*/"},this.$quotes={'"':'"',"'":"'","`":"`"},this.$pairQuotesAfter={"`":/\w/},this.getNextLineIndent=function(c,t,r){var e=this.$getIndent(t),n=this.getTokenizer().getLineTokens(t,c),a=n.tokens,g=n.state;if(a.length&&a[a.length-1].type=="comment")return e;if(c=="start"||c=="no_regex"){var x=t.match(/^.*(?:\bcase\b.*:|[\{\(\[])\s*$/);x&&(e+=r)}else if(c=="doc-start"){if(g=="start"||g=="no_regex")return"";var x=t.match(/^\s*(\/?)\*/);x&&(x[1]&&(e+=" "),e+="* ")}return e},this.checkOutdent=function(c,t,r){return this.$outdent.checkOutdent(t,r)},this.autoOutdent=function(c,t,r){this.$outdent.autoOutdent(t,r)},this.createWorker=function(c){var t=new o(["ace"],"ace/mode/javascript_worker","JavaScriptWorker");return t.attachToDocument(c.getDocument()),t.on("annotate",function(r){c.setAnnotations(r.data)}),t.on("terminate",function(){c.clearAnnotations()}),t},this.$id="ace/mode/javascript",this.snippetFileId="ace/snippets/javascript"}.call(l.prototype),p.Mode=l});ace.define("ace/mode/css_highlight_rules",["require","exports","module","ace/lib/oop","ace/lib/lang","ace/mode/text_highlight_rules"],function(s,p,y){"use strict";var f=s("../lib/oop"),h=s("../lib/lang"),m=s("./text_highlight_rules").TextHighlightRules,d=p.supportType="align-content|align-items|align-self|all|animation|animation-delay|animation-direction|animation-duration|animation-fill-mode|animation-iteration-count|animation-name|animation-play-state|animation-timing-function|backface-visibility|background|background-attachment|background-blend-mode|background-clip|background-color|background-image|background-origin|background-position|background-repeat|background-size|border|border-bottom|border-bottom-color|border-bottom-left-radius|border-bottom-right-radius|border-bottom-style|border-bottom-width|border-collapse|border-color|border-image|border-image-outset|border-image-repeat|border-image-slice|border-image-source|border-image-width|border-left|border-left-color|border-left-style|border-left-width|border-radius|border-right|border-right-color|border-right-style|border-right-width|border-spacing|border-style|border-top|border-top-color|border-top-left-radius|border-top-right-radius|border-top-style|border-top-width|border-width|bottom|box-shadow|box-sizing|caption-side|clear|clip|color|column-count|column-fill|column-gap|column-rule|column-rule-color|column-rule-style|column-rule-width|column-span|column-width|columns|content|counter-increment|counter-reset|cursor|direction|display|empty-cells|filter|flex|flex-basis|flex-direction|flex-flow|flex-grow|flex-shrink|flex-wrap|float|font|font-family|font-size|font-size-adjust|font-stretch|font-style|font-variant|font-weight|hanging-punctuation|height|justify-content|left|letter-spacing|line-height|list-style|list-style-image|list-style-position|list-style-type|margin|margin-bottom|margin-left|margin-right|margin-top|max-height|max-width|max-zoom|min-height|min-width|min-zoom|nav-down|nav-index|nav-left|nav-right|nav-up|opacity|order|outline|outline-color|outline-offset|outline-style|outline-width|overflow|overflow-x|overflow-y|padding|padding-bottom|padding-left|padding-right|padding-top|page-break-after|page-break-before|page-break-inside|perspective|perspective-origin|position|quotes|resize|right|tab-size|table-layout|text-align|text-align-last|text-decoration|text-decoration-color|text-decoration-line|text-decoration-style|text-indent|text-justify|text-overflow|text-shadow|text-transform|top|transform|transform-origin|transform-style|transition|transition-delay|transition-duration|transition-property|transition-timing-function|unicode-bidi|user-select|user-zoom|vertical-align|visibility|white-space|width|word-break|word-spacing|word-wrap|z-index",o=p.supportFunction="rgb|rgba|url|attr|counter|counters",u=p.supportConstant="absolute|after-edge|after|all-scroll|all|alphabetic|always|antialiased|armenian|auto|avoid-column|avoid-page|avoid|balance|baseline|before-edge|before|below|bidi-override|block-line-height|block|bold|bolder|border-box|both|bottom|box|break-all|break-word|capitalize|caps-height|caption|center|central|char|circle|cjk-ideographic|clone|close-quote|col-resize|collapse|column|consider-shifts|contain|content-box|cover|crosshair|cubic-bezier|dashed|decimal-leading-zero|decimal|default|disabled|disc|disregard-shifts|distribute-all-lines|distribute-letter|distribute-space|distribute|dotted|double|e-resize|ease-in|ease-in-out|ease-out|ease|ellipsis|end|exclude-ruby|flex-end|flex-start|fill|fixed|georgian|glyphs|grid-height|groove|hand|hanging|hebrew|help|hidden|hiragana-iroha|hiragana|horizontal|icon|ideograph-alpha|ideograph-numeric|ideograph-parenthesis|ideograph-space|ideographic|inactive|include-ruby|inherit|initial|inline-block|inline-box|inline-line-height|inline-table|inline|inset|inside|inter-ideograph|inter-word|invert|italic|justify|katakana-iroha|katakana|keep-all|last|left|lighter|line-edge|line-through|line|linear|list-item|local|loose|lower-alpha|lower-greek|lower-latin|lower-roman|lowercase|lr-tb|ltr|mathematical|max-height|max-size|medium|menu|message-box|middle|move|n-resize|ne-resize|newspaper|no-change|no-close-quote|no-drop|no-open-quote|no-repeat|none|normal|not-allowed|nowrap|nw-resize|oblique|open-quote|outset|outside|overline|padding-box|page|pointer|pre-line|pre-wrap|pre|preserve-3d|progress|relative|repeat-x|repeat-y|repeat|replaced|reset-size|ridge|right|round|row-resize|rtl|s-resize|scroll|se-resize|separate|slice|small-caps|small-caption|solid|space|square|start|static|status-bar|step-end|step-start|steps|stretch|strict|sub|super|sw-resize|table-caption|table-cell|table-column-group|table-column|table-footer-group|table-header-group|table-row-group|table-row|table|tb-rl|text-after-edge|text-before-edge|text-bottom|text-size|text-top|text|thick|thin|transparent|underline|upper-alpha|upper-latin|upper-roman|uppercase|use-script|vertical-ideographic|vertical-text|visible|w-resize|wait|whitespace|z-index|zero|zoom",i=p.supportConstantColor="aliceblue|antiquewhite|aqua|aquamarine|azure|beige|bisque|black|blanchedalmond|blue|blueviolet|brown|burlywood|cadetblue|chartreuse|chocolate|coral|cornflowerblue|cornsilk|crimson|cyan|darkblue|darkcyan|darkgoldenrod|darkgray|darkgreen|darkgrey|darkkhaki|darkmagenta|darkolivegreen|darkorange|darkorchid|darkred|darksalmon|darkseagreen|darkslateblue|darkslategray|darkslategrey|darkturquoise|darkviolet|deeppink|deepskyblue|dimgray|dimgrey|dodgerblue|firebrick|floralwhite|forestgreen|fuchsia|gainsboro|ghostwhite|gold|goldenrod|gray|green|greenyellow|grey|honeydew|hotpink|indianred|indigo|ivory|khaki|lavender|lavenderblush|lawngreen|lemonchiffon|lightblue|lightcoral|lightcyan|lightgoldenrodyellow|lightgray|lightgreen|lightgrey|lightpink|lightsalmon|lightseagreen|lightskyblue|lightslategray|lightslategrey|lightsteelblue|lightyellow|lime|limegreen|linen|magenta|maroon|mediumaquamarine|mediumblue|mediumorchid|mediumpurple|mediumseagreen|mediumslateblue|mediumspringgreen|mediumturquoise|mediumvioletred|midnightblue|mintcream|mistyrose|moccasin|navajowhite|navy|oldlace|olive|olivedrab|orange|orangered|orchid|palegoldenrod|palegreen|paleturquoise|palevioletred|papayawhip|peachpuff|peru|pink|plum|powderblue|purple|rebeccapurple|red|rosybrown|royalblue|saddlebrown|salmon|sandybrown|seagreen|seashell|sienna|silver|skyblue|slateblue|slategray|slategrey|snow|springgreen|steelblue|tan|teal|thistle|tomato|turquoise|violet|wheat|white|whitesmoke|yellow|yellowgreen",l=p.supportConstantFonts="arial|century|comic|courier|cursive|fantasy|garamond|georgia|helvetica|impact|lucida|symbol|system|tahoma|times|trebuchet|utopia|verdana|webdings|sans-serif|serif|monospace",c=p.numRe="\\-?(?:(?:[0-9]+(?:\\.[0-9]+)?)|(?:\\.[0-9]+))",t=p.pseudoElements="(\\:+)\\b(after|before|first-letter|first-line|moz-selection|selection)\\b",r=p.pseudoClasses="(:)\\b(active|checked|disabled|empty|enabled|first-child|first-of-type|focus|hover|indeterminate|invalid|last-child|last-of-type|link|not|nth-child|nth-last-child|nth-last-of-type|nth-of-type|only-child|only-of-type|required|root|target|valid|visited)\\b",e=function(){var n=this.createKeywordMapper({"support.function":o,"support.constant":u,"support.type":d,"support.constant.color":i,"support.constant.fonts":l},"text",!0);this.$rules={start:[{include:["strings","url","comments"]},{token:"paren.lparen",regex:"\\{",next:"ruleset"},{token:"paren.rparen",regex:"\\}"},{token:"string",regex:"@(?!viewport)",next:"media"},{token:"keyword",regex:"#[a-z0-9-_]+"},{token:"keyword",regex:"%"},{token:"variable",regex:"\\.[a-z0-9-_]+"},{token:"string",regex:":[a-z0-9-_]+"},{token:"constant.numeric",regex:c},{token:"constant",regex:"[a-z0-9-_]+"},{caseInsensitive:!0}],media:[{include:["strings","url","comments"]},{token:"paren.lparen",regex:"\\{",next:"start"},{token:"paren.rparen",regex:"\\}",next:"start"},{token:"string",regex:";",next:"start"},{token:"keyword",regex:"(?:media|supports|document|charset|import|namespace|media|supports|document|page|font|keyframes|viewport|counter-style|font-feature-values|swash|ornaments|annotation|stylistic|styleset|character-variant)"}],comments:[{token:"comment",regex:"\\/\\*",push:[{token:"comment",regex:"\\*\\/",next:"pop"},{defaultToken:"comment"}]}],ruleset:[{regex:"-(webkit|ms|moz|o)-",token:"text"},{token:"punctuation.operator",regex:"[:;]"},{token:"paren.rparen",regex:"\\}",next:"start"},{include:["strings","url","comments"]},{token:["constant.numeric","keyword"],regex:"("+c+")(ch|cm|deg|em|ex|fr|gd|grad|Hz|in|kHz|mm|ms|pc|pt|px|rad|rem|s|turn|vh|vmax|vmin|vm|vw|%)"},{token:"constant.numeric",regex:c},{token:"constant.numeric",regex:"#[a-f0-9]{6}"},{token:"constant.numeric",regex:"#[a-f0-9]{3}"},{token:["punctuation","entity.other.attribute-name.pseudo-element.css"],regex:t},{token:["punctuation","entity.other.attribute-name.pseudo-class.css"],regex:r},{include:"url"},{token:n,regex:"\\-?[a-zA-Z_][a-zA-Z0-9_\\-]*"},{caseInsensitive:!0}],url:[{token:"support.function",regex:"(?:url(:?-prefix)?|domain|regexp)\\(",push:[{token:"support.function",regex:"\\)",next:"pop"},{defaultToken:"string"}]}],strings:[{token:"string.start",regex:"'",push:[{token:"string.end",regex:"'|$",next:"pop"},{include:"escapes"},{token:"constant.language.escape",regex:/\\$/,consumeLineEnd:!0},{defaultToken:"string"}]},{token:"string.start",regex:'"',push:[{token:"string.end",regex:'"|$',next:"pop"},{include:"escapes"},{token:"constant.language.escape",regex:/\\$/,consumeLineEnd:!0},{defaultToken:"string"}]}],escapes:[{token:"constant.language.escape",regex:/\\([a-fA-F\d]{1,6}|[^a-fA-F\d])/}]},this.normalizeRules()};f.inherits(e,m),p.CssHighlightRules=e});ace.define("ace/mode/css_completions",["require","exports","module"],function(s,p,y){"use strict";var f={background:{"#$0":1},"background-color":{"#$0":1,transparent:1,fixed:1},"background-image":{"url('/$0')":1},"background-repeat":{repeat:1,"repeat-x":1,"repeat-y":1,"no-repeat":1,inherit:1},"background-position":{bottom:2,center:2,left:2,right:2,top:2,inherit:2},"background-attachment":{scroll:1,fixed:1},"background-size":{cover:1,contain:1},"background-clip":{"border-box":1,"padding-box":1,"content-box":1},"background-origin":{"border-box":1,"padding-box":1,"content-box":1},border:{"solid $0":1,"dashed $0":1,"dotted $0":1,"#$0":1},"border-color":{"#$0":1},"border-style":{solid:2,dashed:2,dotted:2,double:2,groove:2,hidden:2,inherit:2,inset:2,none:2,outset:2,ridged:2},"border-collapse":{collapse:1,separate:1},bottom:{px:1,em:1,"%":1},clear:{left:1,right:1,both:1,none:1},color:{"#$0":1,"rgb(#$00,0,0)":1},cursor:{default:1,pointer:1,move:1,text:1,wait:1,help:1,progress:1,"n-resize":1,"ne-resize":1,"e-resize":1,"se-resize":1,"s-resize":1,"sw-resize":1,"w-resize":1,"nw-resize":1},display:{none:1,block:1,inline:1,"inline-block":1,"table-cell":1},"empty-cells":{show:1,hide:1},float:{left:1,right:1,none:1},"font-family":{Arial:2,"Comic Sans MS":2,Consolas:2,"Courier New":2,Courier:2,Georgia:2,Monospace:2,"Sans-Serif":2,"Segoe UI":2,Tahoma:2,"Times New Roman":2,"Trebuchet MS":2,Verdana:1},"font-size":{px:1,em:1,"%":1},"font-weight":{bold:1,normal:1},"font-style":{italic:1,normal:1},"font-variant":{normal:1,"small-caps":1},height:{px:1,em:1,"%":1},left:{px:1,em:1,"%":1},"letter-spacing":{normal:1},"line-height":{normal:1},"list-style-type":{none:1,disc:1,circle:1,square:1,decimal:1,"decimal-leading-zero":1,"lower-roman":1,"upper-roman":1,"lower-greek":1,"lower-latin":1,"upper-latin":1,georgian:1,"lower-alpha":1,"upper-alpha":1},margin:{px:1,em:1,"%":1},"margin-right":{px:1,em:1,"%":1},"margin-left":{px:1,em:1,"%":1},"margin-top":{px:1,em:1,"%":1},"margin-bottom":{px:1,em:1,"%":1},"max-height":{px:1,em:1,"%":1},"max-width":{px:1,em:1,"%":1},"min-height":{px:1,em:1,"%":1},"min-width":{px:1,em:1,"%":1},overflow:{hidden:1,visible:1,auto:1,scroll:1},"overflow-x":{hidden:1,visible:1,auto:1,scroll:1},"overflow-y":{hidden:1,visible:1,auto:1,scroll:1},padding:{px:1,em:1,"%":1},"padding-top":{px:1,em:1,"%":1},"padding-right":{px:1,em:1,"%":1},"padding-bottom":{px:1,em:1,"%":1},"padding-left":{px:1,em:1,"%":1},"page-break-after":{auto:1,always:1,avoid:1,left:1,right:1},"page-break-before":{auto:1,always:1,avoid:1,left:1,right:1},position:{absolute:1,relative:1,fixed:1,static:1},right:{px:1,em:1,"%":1},"table-layout":{fixed:1,auto:1},"text-decoration":{none:1,underline:1,"line-through":1,blink:1},"text-align":{left:1,right:1,center:1,justify:1},"text-transform":{capitalize:1,uppercase:1,lowercase:1,none:1},top:{px:1,em:1,"%":1},"vertical-align":{top:1,bottom:1},visibility:{hidden:1,visible:1},"white-space":{nowrap:1,normal:1,pre:1,"pre-line":1,"pre-wrap":1},width:{px:1,em:1,"%":1},"word-spacing":{normal:1},filter:{"alpha(opacity=$0100)":1},"text-shadow":{"$02px 2px 2px #777":1},"text-overflow":{"ellipsis-word":1,clip:1,ellipsis:1},"-moz-border-radius":1,"-moz-border-radius-topright":1,"-moz-border-radius-bottomright":1,"-moz-border-radius-topleft":1,"-moz-border-radius-bottomleft":1,"-webkit-border-radius":1,"-webkit-border-top-right-radius":1,"-webkit-border-top-left-radius":1,"-webkit-border-bottom-right-radius":1,"-webkit-border-bottom-left-radius":1,"-moz-box-shadow":1,"-webkit-box-shadow":1,transform:{"rotate($00deg)":1,"skew($00deg)":1},"-moz-transform":{"rotate($00deg)":1,"skew($00deg)":1},"-webkit-transform":{"rotate($00deg)":1,"skew($00deg)":1}},h=function(){};(function(){this.completionsDefined=!1,this.defineCompletions=function(){if(document){var m=document.createElement("c").style;for(var d in m)if(typeof m[d]=="string"){var o=d.replace(/[A-Z]/g,function(u){return"-"+u.toLowerCase()});f.hasOwnProperty(o)||(f[o]=1)}}this.completionsDefined=!0},this.getCompletions=function(m,d,o,u){if(this.completionsDefined||this.defineCompletions(),m==="ruleset"||d.$mode.$id=="ace/mode/scss"){var i=d.getLine(o.row).substr(0,o.column),l=/\([^)]*$/.test(i);return l&&(i=i.substr(i.lastIndexOf("(")+1)),/:[^;]+$/.test(i)?(/([\w\-]+):[^:]*$/.test(i),this.getPropertyValueCompletions(m,d,o,u)):this.getPropertyCompletions(m,d,o,u,l)}return[]},this.getPropertyCompletions=function(m,d,o,u,i){i=i||!1;var l=Object.keys(f);return l.map(function(c){return{caption:c,snippet:c+": $0"+(i?"":";"),meta:"property",score:1e6}})},this.getPropertyValueCompletions=function(m,d,o,u){var i=d.getLine(o.row).substr(0,o.column),l=(/([\w\-]+):[^:]*$/.exec(i)||{})[1];if(!l)return[];var c=[];return l in f&&typeof f[l]=="object"&&(c=Object.keys(f[l])),c.map(function(t){return{caption:t,snippet:t,meta:"property value",score:1e6}})}}).call(h.prototype),p.CssCompletions=h});ace.define("ace/mode/behaviour/css",["require","exports","module","ace/lib/oop","ace/mode/behaviour","ace/mode/behaviour/cstyle","ace/token_iterator"],function(s,p,y){"use strict";var f=s("../../lib/oop"),h=s("../behaviour").Behaviour,m=s("./cstyle").CstyleBehaviour,d=s("../../token_iterator").TokenIterator,o=function(){this.inherit(m),this.add("colon","insertion",function(u,i,l,c,t){if(t===":"&&l.selection.isEmpty()){var r=l.getCursorPosition(),e=new d(c,r.row,r.column),n=e.getCurrentToken();if(n&&n.value.match(/\s+/)&&(n=e.stepBackward()),n&&n.type==="support.type"){var a=c.doc.getLine(r.row),g=a.substring(r.column,r.column+1);if(g===":")return{text:"",selection:[1,1]};if(/^(\s+[^;]|\s*$)/.test(a.substring(r.column)))return{text:":;",selection:[1,1]}}}}),this.add("colon","deletion",function(u,i,l,c,t){var r=c.doc.getTextRange(t);if(!t.isMultiLine()&&r===":"){var e=l.getCursorPosition(),n=new d(c,e.row,e.column),a=n.getCurrentToken();if(a&&a.value.match(/\s+/)&&(a=n.stepBackward()),a&&a.type==="support.type"){var g=c.doc.getLine(t.start.row),x=g.substring(t.end.column,t.end.column+1);if(x===";")return t.end.column++,t}}}),this.add("semicolon","insertion",function(u,i,l,c,t){if(t===";"&&l.selection.isEmpty()){var r=l.getCursorPosition(),e=c.doc.getLine(r.row),n=e.substring(r.column,r.column+1);if(n===";")return{text:"",selection:[1,1]}}}),this.add("!important","insertion",function(u,i,l,c,t){if(t==="!"&&l.selection.isEmpty()){var r=l.getCursorPosition(),e=c.doc.getLine(r.row);if(/^\s*(;|}|$)/.test(e.substring(r.column)))return{text:"!important",selection:[10,10]}}})};f.inherits(o,m),p.CssBehaviour=o});ace.define("ace/mode/css",["require","exports","module","ace/lib/oop","ace/mode/text","ace/mode/css_highlight_rules","ace/mode/matching_brace_outdent","ace/worker/worker_client","ace/mode/css_completions","ace/mode/behaviour/css","ace/mode/folding/cstyle"],function(s,p,y){"use strict";var f=s("../lib/oop"),h=s("./text").Mode,m=s("./css_highlight_rules").CssHighlightRules,d=s("./matching_brace_outdent").MatchingBraceOutdent,o=s("../worker/worker_client").WorkerClient,u=s("./css_completions").CssCompletions,i=s("./behaviour/css").CssBehaviour,l=s("./folding/cstyle").FoldMode,c=function(){this.HighlightRules=m,this.$outdent=new d,this.$behaviour=new i,this.$completer=new u,this.foldingRules=new l};f.inherits(c,h),function(){this.foldingRules="cStyle",this.blockComment={start:"/*",end:"*/"},this.getNextLineIndent=function(t,r,e){var n=this.$getIndent(r),a=this.getTokenizer().getLineTokens(r,t).tokens;if(a.length&&a[a.length-1].type=="comment")return n;var g=r.match(/^.*\{\s*$/);return g&&(n+=e),n},this.checkOutdent=function(t,r,e){return this.$outdent.checkOutdent(r,e)},this.autoOutdent=function(t,r,e){this.$outdent.autoOutdent(r,e)},this.getCompletions=function(t,r,e,n){return this.$completer.getCompletions(t,r,e,n)},this.createWorker=function(t){var r=new o(["ace"],"ace/mode/css_worker","Worker");return r.attachToDocument(t.getDocument()),r.on("annotate",function(e){t.setAnnotations(e.data)}),r.on("terminate",function(){t.clearAnnotations()}),r},this.$id="ace/mode/css",this.snippetFileId="ace/snippets/css"}.call(c.prototype),p.Mode=c});ace.define("ace/mode/xml_highlight_rules",["require","exports","module","ace/lib/oop","ace/mode/text_highlight_rules"],function(s,p,y){"use strict";var f=s("../lib/oop"),h=s("./text_highlight_rules").TextHighlightRules,m=function(d){var o="[_:a-zA-Z\xC0-\uFFFF][-_:.a-zA-Z0-9\xC0-\uFFFF]*";this.$rules={start:[{token:"string.cdata.xml",regex:"<\\!\\[CDATA\\[",next:"cdata"},{token:["punctuation.instruction.xml","keyword.instruction.xml"],regex:"(<\\?)("+o+")",next:"processing_instruction"},{token:"comment.start.xml",regex:"<\\!--",next:"comment"},{token:["xml-pe.doctype.xml","xml-pe.doctype.xml"],regex:"(<\\!)(DOCTYPE)(?=[\\s])",next:"doctype",caseInsensitive:!0},{include:"tag"},{token:"text.end-tag-open.xml",regex:""},{token:"text.tag-open.xml",regex:"<"},{include:"reference"},{defaultToken:"text.xml"}],processing_instruction:[{token:"entity.other.attribute-name.decl-attribute-name.xml",regex:o},{token:"keyword.operator.decl-attribute-equals.xml",regex:"="},{include:"whitespace"},{include:"string"},{token:"punctuation.xml-decl.xml",regex:"\\?>",next:"start"}],doctype:[{include:"whitespace"},{include:"string"},{token:"xml-pe.doctype.xml",regex:">",next:"start"},{token:"xml-pe.xml",regex:"[-_a-zA-Z0-9:]+"},{token:"punctuation.int-subset",regex:"\\[",push:"int_subset"}],int_subset:[{token:"text.xml",regex:"\\s+"},{token:"punctuation.int-subset.xml",regex:"]",next:"pop"},{token:["punctuation.markup-decl.xml","keyword.markup-decl.xml"],regex:"(<\\!)("+o+")",push:[{token:"text",regex:"\\s+"},{token:"punctuation.markup-decl.xml",regex:">",next:"pop"},{include:"string"}]}],cdata:[{token:"string.cdata.xml",regex:"\\]\\]>",next:"start"},{token:"text.xml",regex:"\\s+"},{token:"text.xml",regex:"(?:[^\\]]|\\](?!\\]>))+"}],comment:[{token:"comment.end.xml",regex:"-->",next:"start"},{defaultToken:"comment.xml"}],reference:[{token:"constant.language.escape.reference.xml",regex:"(?:[0-9]+;)|(?:[0-9a-fA-F]+;)|(?:&[a-zA-Z0-9_:\\.-]+;)"}],attr_reference:[{token:"constant.language.escape.reference.attribute-value.xml",regex:"(?:[0-9]+;)|(?:[0-9a-fA-F]+;)|(?:&[a-zA-Z0-9_:\\.-]+;)"}],tag:[{token:["meta.tag.punctuation.tag-open.xml","meta.tag.punctuation.end-tag-open.xml","meta.tag.tag-name.xml"],regex:"(?:(<)|())((?:"+o+":)?"+o+")",next:[{include:"attributes"},{token:"meta.tag.punctuation.tag-close.xml",regex:"/?>",next:"start"}]}],tag_whitespace:[{token:"text.tag-whitespace.xml",regex:"\\s+"}],whitespace:[{token:"text.whitespace.xml",regex:"\\s+"}],string:[{token:"string.xml",regex:"'",push:[{token:"string.xml",regex:"'",next:"pop"},{defaultToken:"string.xml"}]},{token:"string.xml",regex:'"',push:[{token:"string.xml",regex:'"',next:"pop"},{defaultToken:"string.xml"}]}],attributes:[{token:"entity.other.attribute-name.xml",regex:o},{token:"keyword.operator.attribute-equals.xml",regex:"="},{include:"tag_whitespace"},{include:"attribute_value"}],attribute_value:[{token:"string.attribute-value.xml",regex:"'",push:[{token:"string.attribute-value.xml",regex:"'",next:"pop"},{include:"attr_reference"},{defaultToken:"string.attribute-value.xml"}]},{token:"string.attribute-value.xml",regex:'"',push:[{token:"string.attribute-value.xml",regex:'"',next:"pop"},{include:"attr_reference"},{defaultToken:"string.attribute-value.xml"}]}]},this.constructor===m&&this.normalizeRules()};(function(){this.embedTagRules=function(d,o,u){this.$rules.tag.unshift({token:["meta.tag.punctuation.tag-open.xml","meta.tag."+u+".tag-name.xml"],regex:"(<)("+u+"(?=\\s|>|$))",next:[{include:"attributes"},{token:"meta.tag.punctuation.tag-close.xml",regex:"/?>",next:o+"start"}]}),this.$rules[u+"-end"]=[{include:"attributes"},{token:"meta.tag.punctuation.tag-close.xml",regex:"/?>",next:"start",onMatch:function(i,l,c){return c.splice(0),this.token}}],this.embedRules(d,o,[{token:["meta.tag.punctuation.end-tag-open.xml","meta.tag."+u+".tag-name.xml"],regex:"()("+u+"(?=\\s|>|$))",next:u+"-end"},{token:"string.cdata.xml",regex:"<\\!\\[CDATA\\["},{token:"string.cdata.xml",regex:"\\]\\]>"}])}}).call(h.prototype),f.inherits(m,h),p.XmlHighlightRules=m});ace.define("ace/mode/html_highlight_rules",["require","exports","module","ace/lib/oop","ace/lib/lang","ace/mode/css_highlight_rules","ace/mode/javascript_highlight_rules","ace/mode/xml_highlight_rules"],function(s,p,y){"use strict";var f=s("../lib/oop"),h=s("../lib/lang"),m=s("./css_highlight_rules").CssHighlightRules,d=s("./javascript_highlight_rules").JavaScriptHighlightRules,o=s("./xml_highlight_rules").XmlHighlightRules,u=h.createMap({a:"anchor",button:"form",form:"form",img:"image",input:"form",label:"form",option:"form",script:"script",select:"form",textarea:"form",style:"style",table:"table",tbody:"table",td:"table",tfoot:"table",th:"table",tr:"table"}),i=function(){o.call(this),this.addRules({attributes:[{include:"tag_whitespace"},{token:"entity.other.attribute-name.xml",regex:"[-_a-zA-Z0-9:.]+"},{token:"keyword.operator.attribute-equals.xml",regex:"=",push:[{include:"tag_whitespace"},{token:"string.unquoted.attribute-value.html",regex:"[^<>='\"`\\s]+",next:"pop"},{token:"empty",regex:"",next:"pop"}]},{include:"attribute_value"}],tag:[{token:function(l,c){var t=u[c];return["meta.tag.punctuation."+(l=="<"?"":"end-")+"tag-open.xml","meta.tag"+(t?"."+t:"")+".tag-name.xml"]},regex:"(?)([-_a-zA-Z0-9:.]+)",next:"tag_stuff"}],tag_stuff:[{include:"attributes"},{token:"meta.tag.punctuation.tag-close.xml",regex:"/?>",next:"start"}]}),this.embedTagRules(m,"css-","style"),this.embedTagRules(new d({jsx:!1}).getRules(),"js-","script"),this.constructor===i&&this.normalizeRules()};f.inherits(i,o),p.HtmlHighlightRules=i});ace.define("ace/mode/behaviour/xml",["require","exports","module","ace/lib/oop","ace/mode/behaviour","ace/token_iterator","ace/lib/lang"],function(s,p,y){"use strict";var f=s("../../lib/oop"),h=s("../behaviour").Behaviour,m=s("../../token_iterator").TokenIterator,d=s("../../lib/lang");function o(i,l){return i&&i.type.lastIndexOf(l+".xml")>-1}var u=function(){this.add("string_dquotes","insertion",function(i,l,c,t,r){if(r=='"'||r=="'"){var e=r,n=t.doc.getTextRange(c.getSelectionRange());if(n!==""&&n!=="'"&&n!='"'&&c.getWrapBehavioursEnabled())return{text:e+n+e,selection:!1};var a=c.getCursorPosition(),g=t.doc.getLine(a.row),x=g.substring(a.column,a.column+1),v=new m(t,a.row,a.column),k=v.getCurrentToken();if(x==e&&(o(k,"attribute-value")||o(k,"string")))return{text:"",selection:[1,1]};if(k||(k=v.stepBackward()),!k)return;for(;o(k,"tag-whitespace")||o(k,"whitespace");)k=v.stepBackward();var b=!x||x.match(/\s/);if(o(k,"attribute-equals")&&(b||x==">")||o(k,"decl-attribute-equals")&&(b||x=="?"))return{text:e+e,selection:[1,1]}}}),this.add("string_dquotes","deletion",function(i,l,c,t,r){var e=t.doc.getTextRange(r);if(!r.isMultiLine()&&(e=='"'||e=="'")){var n=t.doc.getLine(r.start.row),a=n.substring(r.start.column+1,r.start.column+2);if(a==e)return r.end.column++,r}}),this.add("autoclosing","insertion",function(i,l,c,t,r){if(r==">"){var e=c.getSelectionRange().start,n=new m(t,e.row,e.column),a=n.getCurrentToken()||n.stepBackward();if(!a||!(o(a,"tag-name")||o(a,"tag-whitespace")||o(a,"attribute-name")||o(a,"attribute-equals")||o(a,"attribute-value"))||o(a,"reference.attribute-value"))return;if(o(a,"attribute-value")){var g=n.getCurrentTokenColumn()+a.value.length;if(e.column/.test(t.getLine(e.row).slice(e.column)))return;for(;!o(a,"tag-name");)if(a=n.stepBackward(),a.value=="<"){a=n.stepForward();break}var v=n.getCurrentTokenRow(),k=n.getCurrentTokenColumn();if(o(n.stepBackward(),"end-tag-open"))return;var b=a.value;return v==e.row&&(b=b.substring(0,e.column-k)),this.voidElements.hasOwnProperty(b.toLowerCase())?void 0:{text:">"+b+">",selection:[1,1]}}}),this.add("autoindent","insertion",function(i,l,c,t,r){if(r==`
`){var e=c.getCursorPosition(),n=t.getLine(e.row),a=new m(t,e.row,e.column),g=a.getCurrentToken();if(g&&g.type.indexOf("tag-close")!==-1){if(g.value=="/>")return;for(;g&&g.type.indexOf("tag-name")===-1;)g=a.stepBackward();if(!g)return;var x=g.value,v=a.getCurrentTokenRow();if(g=a.stepBackward(),!g||g.type.indexOf("end-tag")!==-1)return;if(this.voidElements&&!this.voidElements[x]){var k=t.getTokenAt(e.row,e.column+1),n=t.getLine(v),b=this.$getIndent(n),w=b+t.getTabString();return k&&k.value===""?{text:`
`+w+`
`+b,selection:[1,w.length,1,w.length]}:{text:`
`+w}}}}})};f.inherits(u,h),p.XmlBehaviour=u});ace.define("ace/mode/folding/mixed",["require","exports","module","ace/lib/oop","ace/mode/folding/fold_mode"],function(s,p,y){"use strict";var f=s("../../lib/oop"),h=s("./fold_mode").FoldMode,m=p.FoldMode=function(d,o){this.defaultMode=d,this.subModes=o};f.inherits(m,h),function(){this.$getMode=function(d){typeof d!="string"&&(d=d[0]);for(var o in this.subModes)if(d.indexOf(o)===0)return this.subModes[o];return null},this.$tryMode=function(d,o,u,i){var l=this.$getMode(d);return l?l.getFoldWidget(o,u,i):""},this.getFoldWidget=function(d,o,u){return this.$tryMode(d.getState(u-1),d,o,u)||this.$tryMode(d.getState(u),d,o,u)||this.defaultMode.getFoldWidget(d,o,u)},this.getFoldWidgetRange=function(d,o,u){var i=this.$getMode(d.getState(u-1));return(!i||!i.getFoldWidget(d,o,u))&&(i=this.$getMode(d.getState(u))),(!i||!i.getFoldWidget(d,o,u))&&(i=this.defaultMode),i.getFoldWidgetRange(d,o,u)}}.call(m.prototype)});ace.define("ace/mode/folding/xml",["require","exports","module","ace/lib/oop","ace/range","ace/mode/folding/fold_mode"],function(s,p,y){"use strict";var f=s("../../lib/oop"),h=s("../../range").Range,m=s("./fold_mode").FoldMode,d=p.FoldMode=function(i,l){m.call(this),this.voidElements=i||{},this.optionalEndTags=f.mixin({},this.voidElements),l&&f.mixin(this.optionalEndTags,l)};f.inherits(d,m);var o=function(){this.tagName="",this.closing=!1,this.selfClosing=!1,this.start={row:0,column:0},this.end={row:0,column:0}};function u(i,l){return i.type.lastIndexOf(l+".xml")>-1}(function(){this.getFoldWidget=function(i,l,c){var t=this._getFirstTagInLine(i,c);return t?t.closing||!t.tagName&&t.selfClosing?l==="markbeginend"?"end":"":!t.tagName||t.selfClosing||this.voidElements.hasOwnProperty(t.tagName.toLowerCase())||this._findEndTagInLine(i,c,t.tagName,t.end.column)?"":"start":this.getCommentFoldWidget(i,c)},this.getCommentFoldWidget=function(i,l){return/comment/.test(i.getState(l))&&/";break}return t}else if(u(e,"tag-close"))return t.selfClosing=e.value=="/>",t;t.start.column+=e.value.length}return null},this._findEndTagInLine=function(i,l,c,t){for(var r=i.getTokens(l),e=0,n=0;n-1}function l(r,e){for(var n=new f(r,e.row,e.column),a=n.getCurrentToken();a&&!i(a,"tag-name");)a=n.stepBackward();if(a)return a.value}function c(r,e){for(var n=new f(r,e.row,e.column),a=n.getCurrentToken();a&&!i(a,"attribute-name");)a=n.stepBackward();if(a)return a.value}var t=function(){};(function(){this.getCompletions=function(r,e,n,a){var g=e.getTokenAt(n.row,n.column);if(!g)return[];if(i(g,"tag-name")||i(g,"tag-open")||i(g,"end-tag-open"))return this.getTagCompletions(r,e,n,a);if(i(g,"tag-whitespace")||i(g,"attribute-name"))return this.getAttributeCompletions(r,e,n,a);if(i(g,"attribute-value"))return this.getAttributeValueCompletions(r,e,n,a);var x=e.getLine(n.row).substr(0,n.column);return/&[a-z]*$/i.test(x)?this.getHTMLEntityCompletions(r,e,n,a):[]},this.getTagCompletions=function(r,e,n,a){return u.map(function(g){return{value:g,meta:"tag",score:1e6}})},this.getAttributeCompletions=function(r,e,n,a){var g=l(e,n);if(!g)return[];var x=d;return g in o&&(x=x.concat(Object.keys(o[g]))),x.map(function(v){return{caption:v,snippet:v+'="$0"',meta:"attribute",score:1e6}})},this.getAttributeValueCompletions=function(r,e,n,a){var g=l(e,n),x=c(e,n);if(!g)return[];var v=[];return g in o&&x in o[g]&&typeof o[g][x]=="object"&&(v=Object.keys(o[g][x])),v.map(function(k){return{caption:k,snippet:k,meta:"attribute value",score:1e6}})},this.getHTMLEntityCompletions=function(r,e,n,a){var g=["Aacute;","aacute;","Acirc;","acirc;","acute;","AElig;","aelig;","Agrave;","agrave;","alefsym;","Alpha;","alpha;","amp;","and;","ang;","Aring;","aring;","asymp;","Atilde;","atilde;","Auml;","auml;","bdquo;","Beta;","beta;","brvbar;","bull;","cap;","Ccedil;","ccedil;","cedil;","cent;","Chi;","chi;","circ;","clubs;","cong;","copy;","crarr;","cup;","curren;","Dagger;","dagger;","dArr;","darr;","deg;","Delta;","delta;","diams;","divide;","Eacute;","eacute;","Ecirc;","ecirc;","Egrave;","egrave;","empty;","emsp;","ensp;","Epsilon;","epsilon;","equiv;","Eta;","eta;","ETH;","eth;","Euml;","euml;","euro;","exist;","fnof;","forall;","frac12;","frac14;","frac34;","frasl;","Gamma;","gamma;","ge;","gt;","hArr;","harr;","hearts;","hellip;","Iacute;","iacute;","Icirc;","icirc;","iexcl;","Igrave;","igrave;","image;","infin;","int;","Iota;","iota;","iquest;","isin;","Iuml;","iuml;","Kappa;","kappa;","Lambda;","lambda;","lang;","laquo;","lArr;","larr;","lceil;","ldquo;","le;","lfloor;","lowast;","loz;","lrm;","lsaquo;","lsquo;","lt;","macr;","mdash;","micro;","middot;","minus;","Mu;","mu;","nabla;","nbsp;","ndash;","ne;","ni;","not;","notin;","nsub;","Ntilde;","ntilde;","Nu;","nu;","Oacute;","oacute;","Ocirc;","ocirc;","OElig;","oelig;","Ograve;","ograve;","oline;","Omega;","omega;","Omicron;","omicron;","oplus;","or;","ordf;","ordm;","Oslash;","oslash;","Otilde;","otilde;","otimes;","Ouml;","ouml;","para;","part;","permil;","perp;","Phi;","phi;","Pi;","pi;","piv;","plusmn;","pound;","Prime;","prime;","prod;","prop;","Psi;","psi;","quot;","radic;","rang;","raquo;","rArr;","rarr;","rceil;","rdquo;","real;","reg;","rfloor;","Rho;","rho;","rlm;","rsaquo;","rsquo;","sbquo;","Scaron;","scaron;","sdot;","sect;","shy;","Sigma;","sigma;","sigmaf;","sim;","spades;","sub;","sube;","sum;","sup;","sup1;","sup2;","sup3;","supe;","szlig;","Tau;","tau;","there4;","Theta;","theta;","thetasym;","thinsp;","THORN;","thorn;","tilde;","times;","trade;","Uacute;","uacute;","uArr;","uarr;","Ucirc;","ucirc;","Ugrave;","ugrave;","uml;","upsih;","Upsilon;","upsilon;","Uuml;","uuml;","weierp;","Xi;","xi;","Yacute;","yacute;","yen;","Yuml;","yuml;","Zeta;","zeta;","zwj;","zwnj;"];return g.map(function(x){return{caption:x,snippet:x,meta:"html entity",score:1e6}})}}).call(t.prototype),p.HtmlCompletions=t});ace.define("ace/mode/html",["require","exports","module","ace/lib/oop","ace/lib/lang","ace/mode/text","ace/mode/javascript","ace/mode/css","ace/mode/html_highlight_rules","ace/mode/behaviour/xml","ace/mode/folding/html","ace/mode/html_completions","ace/worker/worker_client"],function(s,p,y){"use strict";var f=s("../lib/oop"),h=s("../lib/lang"),m=s("./text").Mode,d=s("./javascript").Mode,o=s("./css").Mode,u=s("./html_highlight_rules").HtmlHighlightRules,i=s("./behaviour/xml").XmlBehaviour,l=s("./folding/html").FoldMode,c=s("./html_completions").HtmlCompletions,t=s("../worker/worker_client").WorkerClient,r=["area","base","br","col","embed","hr","img","input","keygen","link","meta","menuitem","param","source","track","wbr"],e=["li","dt","dd","p","rt","rp","optgroup","option","colgroup","td","th"],n=function(a){this.fragmentContext=a&&a.fragmentContext,this.HighlightRules=u,this.$behaviour=new i,this.$completer=new c,this.createModeDelegates({"js-":d,"css-":o}),this.foldingRules=new l(this.voidElements,h.arrayToMap(e))};f.inherits(n,m),function(){this.blockComment={start:""},this.voidElements=h.arrayToMap(r),this.getNextLineIndent=function(a,g,x){return this.$getIndent(g)},this.checkOutdent=function(a,g,x){return!1},this.getCompletions=function(a,g,x,v){return this.$completer.getCompletions(a,g,x,v)},this.createWorker=function(a){if(this.constructor==n){var g=new t(["ace"],"ace/mode/html_worker","Worker");return g.attachToDocument(a.getDocument()),this.fragmentContext&&g.call("setOptions",[{context:this.fragmentContext}]),g.on("error",function(x){a.setAnnotations(x.data)}),g.on("terminate",function(){a.clearAnnotations()}),g}},this.$id="ace/mode/html",this.snippetFileId="ace/snippets/html"}.call(n.prototype),p.Mode=n});ace.define("ace/mode/lua_highlight_rules",["require","exports","module","ace/lib/oop","ace/mode/text_highlight_rules"],function(s,p,y){"use strict";var f=s("../lib/oop"),h=s("./text_highlight_rules").TextHighlightRules,m=function(){var d="break|do|else|elseif|end|for|function|if|in|local|repeat|return|then|until|while|or|and|not",o="true|false|nil|_G|_VERSION",u="string|xpcall|package|tostring|print|os|unpack|require|getfenv|setmetatable|next|assert|tonumber|io|rawequal|collectgarbage|getmetatable|module|rawset|math|debug|pcall|table|newproxy|type|coroutine|_G|select|gcinfo|pairs|rawget|loadstring|ipairs|_VERSION|dofile|setfenv|load|error|loadfile|sub|upper|len|gfind|rep|find|match|char|dump|gmatch|reverse|byte|format|gsub|lower|preload|loadlib|loaded|loaders|cpath|config|path|seeall|exit|setlocale|date|getenv|difftime|remove|time|clock|tmpname|rename|execute|lines|write|close|flush|open|output|type|read|stderr|stdin|input|stdout|popen|tmpfile|log|max|acos|huge|ldexp|pi|cos|tanh|pow|deg|tan|cosh|sinh|random|randomseed|frexp|ceil|floor|rad|abs|sqrt|modf|asin|min|mod|fmod|log10|atan2|exp|sin|atan|getupvalue|debug|sethook|getmetatable|gethook|setmetatable|setlocal|traceback|setfenv|getinfo|setupvalue|getlocal|getregistry|getfenv|setn|insert|getn|foreachi|maxn|foreach|concat|sort|remove|resume|yield|status|wrap|create|running|__add|__sub|__mod|__unm|__concat|__lt|__index|__call|__gc|__metatable|__mul|__div|__pow|__len|__eq|__le|__newindex|__tostring|__mode|__tonumber",i="string|package|os|io|math|debug|table|coroutine",l="setn|foreach|foreachi|gcinfo|log10|maxn",c=this.createKeywordMapper({keyword:d,"support.function":u,"keyword.deprecated":l,"constant.library":i,"constant.language":o,"variable.language":"self"},"identifier"),t="(?:(?:[1-9]\\d*)|(?:0))",r="(?:0[xX][\\dA-Fa-f]+)",e="(?:"+t+"|"+r+")",n="(?:\\.\\d+)",a="(?:\\d+)",g="(?:(?:"+a+"?"+n+")|(?:"+a+"\\.))",x="(?:"+g+")";this.$rules={start:[{stateName:"bracketedComment",onMatch:function(v,k,b){return b.unshift(this.next,v.length-2,k),"comment"},regex:/\-\-\[=*\[/,next:[{onMatch:function(v,k,b){return v.length==b[1]?(b.shift(),b.shift(),this.next=b.shift()):this.next="","comment"},regex:/\]=*\]/,next:"start"},{defaultToken:"comment"}]},{token:"comment",regex:"\\-\\-.*$"},{stateName:"bracketedString",onMatch:function(v,k,b){return b.unshift(this.next,v.length,k),"string.start"},regex:/\[=*\[/,next:[{onMatch:function(v,k,b){return v.length==b[1]?(b.shift(),b.shift(),this.next=b.shift()):this.next="","string.end"},regex:/\]=*\]/,next:"start"},{defaultToken:"string"}]},{token:"string",regex:'"(?:[^\\\\]|\\\\.)*?"'},{token:"string",regex:"'(?:[^\\\\]|\\\\.)*?'"},{token:"constant.numeric",regex:x},{token:"constant.numeric",regex:e+"\\b"},{token:c,regex:"[a-zA-Z_$][a-zA-Z0-9_$]*\\b"},{token:"keyword.operator",regex:"\\+|\\-|\\*|\\/|%|\\#|\\^|~|<|>|<=|=>|==|~=|=|\\:|\\.\\.\\.|\\.\\."},{token:"paren.lparen",regex:"[\\[\\(\\{]"},{token:"paren.rparen",regex:"[\\]\\)\\}]"},{token:"text",regex:"\\s+|\\w+"}]},this.normalizeRules()};f.inherits(m,h),p.LuaHighlightRules=m});ace.define("ace/mode/folding/lua",["require","exports","module","ace/lib/oop","ace/mode/folding/fold_mode","ace/range","ace/token_iterator"],function(s,p,y){"use strict";var f=s("../../lib/oop"),h=s("./fold_mode").FoldMode,m=s("../../range").Range,d=s("../../token_iterator").TokenIterator,o=p.FoldMode=function(){};f.inherits(o,h),function(){this.foldingStartMarker=/\b(function|then|do|repeat)\b|{\s*$|(\[=*\[)/,this.foldingStopMarker=/\bend\b|^\s*}|\]=*\]/,this.getFoldWidget=function(u,i,l){var c=u.getLine(l),t=this.foldingStartMarker.test(c),r=this.foldingStopMarker.test(c);if(t&&!r){var n=c.match(this.foldingStartMarker);if(n[1]=="then"&&/\belseif\b/.test(c))return;if(n[1]){if(u.getTokenAt(l,n.index+1).type==="keyword")return"start"}else if(n[2]){var e=u.bgTokenizer.getState(l)||"";if(e[0]=="bracketedComment"||e[0]=="bracketedString")return"start"}else return"start"}if(i!="markbeginend"||!r||t&&r)return"";var n=c.match(this.foldingStopMarker);if(n[0]==="end"){if(u.getTokenAt(l,n.index+1).type==="keyword")return"end"}else if(n[0][0]==="]"){var e=u.bgTokenizer.getState(l-1)||"";if(e[0]=="bracketedComment"||e[0]=="bracketedString")return"end"}else return"end"},this.getFoldWidgetRange=function(u,i,l){var c=u.doc.getLine(l),t=this.foldingStartMarker.exec(c);if(t)return t[1]?this.luaBlock(u,l,t.index+1):t[2]?u.getCommentFoldRange(l,t.index+1):this.openingBracketBlock(u,"{",l,t.index);var t=this.foldingStopMarker.exec(c);if(t)return t[0]==="end"&&u.getTokenAt(l,t.index+1).type==="keyword"?this.luaBlock(u,l,t.index+1):t[0][0]==="]"?u.getCommentFoldRange(l,t.index+1):this.closingBracketBlock(u,"}",l,t.index+t[0].length)},this.luaBlock=function(u,b,l,c){var t=new d(u,b,l),r={function:1,do:1,then:1,elseif:-1,end:-1,repeat:1,until:-1},e=t.getCurrentToken();if(!(!e||e.type!="keyword")){var n=e.value,a=[n],g=r[n];if(g){var x=g===-1?t.getCurrentTokenColumn():u.getLine(b).length,v=b;for(t.step=g===-1?t.stepBackward:t.stepForward;e=t.step();)if(e.type==="keyword"){var k=g*r[e.value];if(k>0)a.unshift(e.value);else if(k<=0){if(a.shift(),!a.length&&e.value!="elseif")break;k===0&&a.unshift(e.value)}}if(!e)return null;if(c)return t.getCurrentTokenRange();var b=t.getCurrentTokenRow();return g===-1?new m(b,u.getLine(b).length,v,x):new m(v,x,b,t.getCurrentTokenColumn())}}}}.call(o.prototype)});ace.define("ace/mode/lua",["require","exports","module","ace/lib/oop","ace/mode/text","ace/mode/lua_highlight_rules","ace/mode/folding/lua","ace/range","ace/worker/worker_client"],function(s,p,y){"use strict";var f=s("../lib/oop"),h=s("./text").Mode,m=s("./lua_highlight_rules").LuaHighlightRules,d=s("./folding/lua").FoldMode,o=s("../range").Range,u=s("../worker/worker_client").WorkerClient,i=function(){this.HighlightRules=m,this.foldingRules=new d,this.$behaviour=this.$defaultBehaviour};f.inherits(i,h),function(){this.lineCommentStart="--",this.blockComment={start:"--[[",end:"--]]"};var l={function:1,then:1,do:1,else:1,elseif:1,repeat:1,end:-1,until:-1},c=["else","elseif","end","until"];function t(r){for(var e=0,n=0;n0?1:0}this.getNextLineIndent=function(r,e,n){var a=this.$getIndent(e),g=0,x=this.getTokenizer().getLineTokens(e,r),v=x.tokens;return r=="start"&&(g=t(v)),g>0?a+n:g<0&&a.substr(a.length-n.length)==n&&!this.checkOutdent(r,e,`
`)?a.substr(0,a.length-n.length):a},this.checkOutdent=function(r,e,n){if(n!=`
`&&n!="\r"&&n!=`\r
`)return!1;if(e.match(/^\s*[\)\}\]]$/))return!0;var a=this.getTokenizer().getLineTokens(e.trim(),r).tokens;return!a||!a.length?!1:a[0].type=="keyword"&&c.indexOf(a[0].value)!=-1},this.getMatching=function(r,e,n){if(e==null){var a=r.selection.lead;n=a.column,e=a.row}var g=r.getTokenAt(e,n);if(g&&g.value in l)return this.foldingRules.luaBlock(r,e,n,!0)},this.autoOutdent=function(r,e,n){var a=e.getLine(n),g=a.match(/^\s*/)[0].length;if(!(!g||!n)){var x=this.getMatching(e,n,g+1);if(!(!x||x.start.row==n)){var v=this.$getIndent(e.getLine(x.start.row));v.length!=g&&(e.replace(new o(n,0,n,g),v),e.outdentRows(new o(n+1,0,n+1,0)))}}},this.createWorker=function(r){var e=new u(["ace"],"ace/mode/lua_worker","Worker");return e.attachToDocument(r.getDocument()),e.on("annotate",function(n){r.setAnnotations(n.data)}),e.on("terminate",function(){r.clearAnnotations()}),e},this.$id="ace/mode/lua",this.snippetFileId="ace/snippets/lua"}.call(i.prototype),p.Mode=i});ace.define("ace/mode/luapage_highlight_rules",["require","exports","module","ace/lib/oop","ace/mode/html_highlight_rules","ace/mode/lua_highlight_rules"],function(s,p,y){"use strict";var f=s("../lib/oop"),h=s("./html_highlight_rules").HtmlHighlightRules,m=s("./lua_highlight_rules").LuaHighlightRules,d=function(){h.call(this);var o=[{token:"keyword",regex:"<\\%\\=?",push:"lua-start"},{token:"keyword",regex:"<\\?lua\\=?",push:"lua-start"}],u=[{token:"keyword",regex:"\\%>",next:"pop"},{token:"keyword",regex:"\\?>",next:"pop"}];this.embedRules(m,"lua-",u,["start"]);for(var i in this.$rules)this.$rules[i].unshift.apply(this.$rules[i],o);this.normalizeRules()};f.inherits(d,h),p.LuaPageHighlightRules=d});ace.define("ace/mode/luapage",["require","exports","module","ace/lib/oop","ace/mode/html","ace/mode/lua","ace/mode/luapage_highlight_rules"],function(s,p,y){"use strict";var f=s("../lib/oop"),h=s("./html").Mode,m=s("./lua").Mode,d=s("./luapage_highlight_rules").LuaPageHighlightRules,o=function(){h.call(this),this.HighlightRules=d,this.createModeDelegates({"lua-":m})};f.inherits(o,h),function(){this.$id="ace/mode/luapage"}.call(o.prototype),p.Mode=o});(function(){ace.require(["ace/mode/luapage"],function(s){typeof _=="object"&&typeof C=="object"&&_&&(_.exports=s)})})()});T();})();
//# sourceMappingURL=81884a9c7ebd1cb85032157dd8438f7f.js.map