ACC SHELL

Path : /www/hosting/oltv.cz/_/admin/ckeditor/plugins/pbckcode/dialogs/ace/
File Upload :
Current File : /www/hosting/oltv.cz/_/admin/ckeditor/plugins/pbckcode/dialogs/ace/mode-markdown.js

define("ace/mode/markdown","require exports module ace/lib/oop ace/mode/text ace/mode/javascript ace/mode/xml ace/mode/html ace/tokenizer ace/mode/markdown_highlight_rules".split(" "),function(a,k){var i=a("../lib/oop"),j=a("./text").Mode,h=a("./javascript").Mode,b=a("./xml").Mode,l=a("./html").Mode,g=a("../tokenizer").Tokenizer,e=a("./markdown_highlight_rules").MarkdownHighlightRules,c=function(){var c=new e;this.$tokenizer=new g(c.getRules());this.$embeds=c.getEmbeds();this.createModeDelegates({"js-":h,
"xml-":b,"html-":l})};i.inherits(c,j);(function(){this.getNextLineIndent=function(e,c){if(e=="listblock"){var b=/^((?:.+)?)(([-+*]|\d+\.)\s+)/.exec(c);return b?Array(b[1].length+1).join(" ")+b[2]:""}return this.$getIndent(c)}}).call(c.prototype);k.Mode=c});
define("ace/mode/javascript","require exports module ace/lib/oop ace/mode/text ace/tokenizer ace/mode/javascript_highlight_rules ace/mode/matching_brace_outdent ace/range ace/worker/worker_client ace/mode/behaviour/cstyle ace/mode/folding/cstyle".split(" "),function(a,k){var i=a("../lib/oop"),j=a("./text").Mode,h=a("../tokenizer").Tokenizer,b=a("./javascript_highlight_rules").JavaScriptHighlightRules,l=a("./matching_brace_outdent").MatchingBraceOutdent,g=a("../range").Range,e=a("../worker/worker_client").WorkerClient,
c=a("./behaviour/cstyle").CstyleBehaviour,d=a("./folding/cstyle").FoldMode,f=function(){this.$tokenizer=new h((new b).getRules());this.$outdent=new l;this.$behaviour=new c;this.foldingRules=new d};i.inherits(f,j);(function(){this.toggleCommentLines=function(e,c,d,b){for(var f=true,e=/^(\s*)\/\//,a=d;a<=b;a++)if(!e.test(c.getLine(a))){f=false;break}if(f){f=new g(0,0,0,0);for(a=d;a<=b;a++){d=c.getLine(a).match(e);f.start.row=a;f.end.row=a;f.end.column=d[0].length;c.replace(f,d[1])}}else c.indentRows(d,
b,"//")};this.getNextLineIndent=function(e,c,d){var b=this.$getIndent(c),f=this.$tokenizer.getLineTokens(c,e),a=f.tokens,f=f.state;if(a.length&&a[a.length-1].type=="comment")return b;if(e=="start"||e=="regex_allowed")(e=c.match(/^.*(?:\bcase\b.*\:|[\{\(\[])\s*$/))&&(b=b+d);else if(e=="doc-start"){if(f=="start"||e=="regex_allowed")return"";(e=c.match(/^\s*(\/?)\*/))&&(e[1]&&(b=b+" "),b=b+"* ")}return b};this.checkOutdent=function(e,c,d){return this.$outdent.checkOutdent(c,d)};this.autoOutdent=function(e,
c,d){this.$outdent.autoOutdent(c,d)};this.createWorker=function(c){var d=new e(["ace"],"ace/mode/javascript_worker","JavaScriptWorker");return d.attachToDocument(c.getDocument()),d.on("jslint",function(e){for(var d=[],b=0;b<e.data.length;b++){var f=e.data[b];f&&d.push({row:f.line-1,column:f.character-1,text:f.reason,type:"warning",lint:f})}c.setAnnotations(d)}),d.on("narcissus",function(e){c.setAnnotations([e.data])}),d.on("terminate",function(){c.clearAnnotations()}),d}}).call(f.prototype);k.Mode=
f});
define("ace/mode/javascript_highlight_rules","require exports module ace/lib/oop ace/unicode ace/mode/doc_comment_highlight_rules ace/mode/text_highlight_rules".split(" "),function(a,k){var i=a("../lib/oop");a("../unicode");var j=a("./doc_comment_highlight_rules").DocCommentHighlightRules,h=a("./text_highlight_rules").TextHighlightRules,b=function(){var b=this.createKeywordMapper({"variable.language":"Array|Boolean|Date|Function|Iterator|Number|Object|RegExp|String|Proxy|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","invalid.deprecated":"__parent__|__count__|escape|unescape|with|__proto__|debugger",
keyword:"const|yield|import|get|setbreak|case|catch|continue|default|delete|do|else|finally|for|function|if|in|instanceof|new|return|switch|throw|try|typeof|let|var|while|with|","storage.type":"const|let|var|function","invalid.illegal":"class|enum|extends|super|export|implements|private|public|interface|package|protected|static","constant.language":"null|Infinity|NaN|undefined"},"identifier");this.$rules={start:[{token:"comment",regex:/\/\/.*$/},j.getStartRule("doc-start"),{token:"comment",merge:true,
regex:/\/\*/,next:"comment"},{token:"string",regex:"'(?=.)",next:"qstring"},{token:"string",regex:'"(?=.)',next:"qqstring"},{token:"constant.numeric",regex:/0[xX][0-9a-fA-F]+\b/},{token:"constant.numeric",regex:/[+-]?\d+(?:(?:\.\d*)?(?:[eE][+-]?\d+)?)?\b/},{token:["storage.type","punctuation.operator","support.function","punctuation.operator","entity.name.function","text","keyword.operator"],regex:"([a-zA-Z\\$_¡-￿][a-zA-Z\\d\\$_¡-￿]*\\b)(\\.)(prototype)(\\.)([a-zA-Z\\$_¡-￿][a-zA-Z\\d\\$_¡-￿]*\\b)(\\s*)(=)",
next:"function_arguments"},{token:["storage.type","punctuation.operator","entity.name.function","text","keyword.operator","text","storage.type","text","paren.lparen"],regex:"([a-zA-Z\\$_¡-￿][a-zA-Z\\d\\$_¡-￿]*\\b)(\\.)([a-zA-Z\\$_¡-￿][a-zA-Z\\d\\$_¡-￿]*\\b)(\\s*)(=)(\\s*)(function)(\\s*)(\\()",next:"function_arguments"},{token:["entity.name.function","text","keyword.operator","text","storage.type","text","paren.lparen"],regex:"([a-zA-Z\\$_¡-￿][a-zA-Z\\d\\$_¡-￿]*\\b)(\\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:"([a-zA-Z\\$_¡-￿][a-zA-Z\\d\\$_¡-￿]*\\b)(\\.)([a-zA-Z\\$_¡-￿][a-zA-Z\\d\\$_¡-￿]*\\b)(\\s*)(=)(\\s*)(function)(\\s+)(\\w+)(\\s*)(\\()",next:"function_arguments"},{token:["storage.type","text","entity.name.function","text","paren.lparen"],regex:"(function)(\\s+)([a-zA-Z\\$_¡-￿][a-zA-Z\\d\\$_¡-￿]*\\b)(\\s*)(\\()",
next:"function_arguments"},{token:["entity.name.function","text","punctuation.operator","text","storage.type","text","paren.lparen"],regex:"([a-zA-Z\\$_¡-￿][a-zA-Z\\d\\$_¡-￿]*\\b)(\\s*)(:)(\\s*)(function)(\\s*)(\\()",next:"function_arguments"},{token:["text","text","storage.type","text","paren.lparen"],regex:"(:)(\\s*)(function)(\\s*)(\\()",next:"function_arguments"},{token:"constant.language.boolean",regex:/(?:true|false)\b/},{token:"keyword",regex:"(?:case|do|else|finally|in|instanceof|return|throw|try|typeof|yield)\\b",
next:"regex_allowed"},{token:["punctuation.operator","support.function"],regex:/(\.)(s(?:h(?:ift|ow(?:Mod(?:elessDialog|alDialog)|Help))|croll(?:X|By(?:Pages|Lines)?|Y|To)?|t(?:opzzzz|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|le(?:ModifiedDate|Size|CreatedDate|UpdatedDate)|xed)|o(?:nt(?:size|color)|rward)|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:["punctuation.operator","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)|ById)|Attribute(?:Node)?)|blur)\b(?=\()/},
{token:["punctuation.operator","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:["storage.type","punctuation.operator","support.function.firebug"],regex:/(console)(\.)(warn|info|log|error|time|timeEnd|assert)\b/},{token:b,regex:"[a-zA-Z\\$_¡-￿][a-zA-Z\\d\\$_¡-￿]*\\b"},{token:"keyword.operator",regex:/!|\$|%|&|\*|\-\-|\-|\+\+|\+|~|===|==|=|!=|!==|<=|>=|<<=|>>=|>>>=|<>|<|>|!|&&|\|\||\?\:|\*=|%=|\+=|\-=|&=|\^=|\b(?:in|instanceof|new|delete|typeof|void)/,next:"regex_allowed"},{token:"punctuation.operator",regex:/\?|\:|\,|\;|\./,next:"regex_allowed"},{token:"paren.lparen",
regex:/[\[({]/,next:"regex_allowed"},{token:"paren.rparen",regex:/[\])}]/},{token:"keyword.operator",regex:/\/=?/,next:"regex_allowed"},{token:"comment",regex:/^#!.*$/},{token:"text",regex:/\s+/}],regex_allowed:[j.getStartRule("doc-start"),{token:"comment",merge:true,regex:"\\/\\*",next:"comment_regex_allowed"},{token:"comment",regex:"\\/\\/.*$"},{token:"string.regexp",regex:"\\/",next:"regex",merge:true},{token:"text",regex:"\\s+"},{token:"empty",regex:"",next:"start"}],regex:[{token:"regexp.keyword.operator",
regex:"\\\\(?:u[\\da-fA-F]{4}|x[\\da-fA-F]{2}|.)"},{token:"string.regexp",regex:"/\\w*",next:"start",merge:true},{token:"invalid",regex:/\{\d+,?(?:\d+)?}[+*]|[+*^$?][+*]|\?\?/},{token:"constant.language.escape",regex:/\(\?[:=!]|\)|\{\d+,?(?:\d+)?}|[+*]\?|[(|)$^+*?]/},{token:"string.regexp",regex:/{|[^\[\\{()$^+*?\/]+/,merge:true},{token:"constant.language.escape",regex:/\[\^?/,next:"regex_character_class",merge:true},{token:"empty",regex:"",next:"start"}],regex_character_class:[{token:"regexp.keyword.operator",
regex:"\\\\(?:u[\\da-fA-F]{4}|x[\\da-fA-F]{2}|.)"},{token:"constant.language.escape",regex:"]",next:"regex",merge:true},{token:"constant.language.escape",regex:"-"},{token:"string.regexp.charachterclass",regex:/[^\]\-\\]+/,merge:true},{token:"empty",regex:"",next:"start"}],function_arguments:[{token:"variable.parameter",regex:"[a-zA-Z\\$_¡-￿][a-zA-Z\\d\\$_¡-￿]*\\b"},{token:"punctuation.operator",regex:"[, ]+",merge:true},{token:"punctuation.operator",regex:"$",merge:true},{token:"empty",regex:"",
next:"start"}],comment_regex_allowed:[{token:"comment",regex:".*?\\*\\/",merge:true,next:"regex_allowed"},{token:"comment",merge:true,regex:".+"}],comment:[{token:"comment",regex:".*?\\*\\/",merge:true,next:"start"},{token:"comment",merge:true,regex:".+"}],qqstring:[{token:"constant.language.escape",regex:"\\\\(?:x[0-9a-fA-F]{2}|u[0-9a-fA-F]{4}|[0-2][0-7]{0,2}|3[0-6][0-7]?|37[0-7]?|[4-7][0-7]?|.)"},{token:"string",regex:'[^"\\\\]+',merge:true},{token:"string",regex:"\\\\$",next:"qqstring",merge:true},
{token:"string",regex:'"|$',next:"start",merge:true}],qstring:[{token:"constant.language.escape",regex:"\\\\(?:x[0-9a-fA-F]{2}|u[0-9a-fA-F]{4}|[0-2][0-7]{0,2}|3[0-6][0-7]?|37[0-7]?|[4-7][0-7]?|.)"},{token:"string",regex:"[^'\\\\]+",merge:true},{token:"string",regex:"\\\\$",next:"qstring",merge:true},{token:"string",regex:"'|$",next:"start",merge:true}]};this.embedRules(j,"doc-",[j.getEndRule("start")])};i.inherits(b,h);k.JavaScriptHighlightRules=b});
define("ace/mode/doc_comment_highlight_rules",["require","exports","module","ace/lib/oop","ace/mode/text_highlight_rules"],function(a,k){var i=a("../lib/oop"),j=a("./text_highlight_rules").TextHighlightRules,h=function(){this.$rules={start:[{token:"comment.doc.tag",regex:"@[\\w\\d_]+"},{token:"comment.doc",merge:!0,regex:"\\s+"},{token:"comment.doc",merge:!0,regex:"TODO"},{token:"comment.doc",merge:!0,regex:"[^@\\*]+"},{token:"comment.doc",merge:!0,regex:"."}]}};i.inherits(h,j);h.getStartRule=function(b){return{token:"comment.doc",
merge:!0,regex:"\\/\\*(?=\\*)",next:b}};h.getEndRule=function(b){return{token:"comment.doc",merge:!0,regex:"\\*\\/",next:b}};k.DocCommentHighlightRules=h});
define("ace/mode/matching_brace_outdent",["require","exports","module","ace/range"],function(a,k){var i=a("../range").Range,j=function(){};(function(){this.checkOutdent=function(a,b){return/^\s+$/.test(a)?/^\s*\}/.test(b):!1};this.autoOutdent=function(a,b){var l=a.getLine(b).match(/^(\s*\})/);if(!l)return 0;var l=l[1].length,g=a.findMatchingBracket({row:b,column:l});if(!g||g.row==b)return 0;g=this.$getIndent(a.getLine(g.row));a.replace(new i(b,0,b,l-1),g)};this.$getIndent=function(a){return(a=a.match(/^(\s+)/))?
a[1]:""}}).call(j.prototype);k.MatchingBraceOutdent=j});
define("ace/mode/behaviour/cstyle",["require","exports","module","ace/lib/oop","ace/mode/behaviour"],function(a,k){var i=a("../../lib/oop"),j=a("../behaviour").Behaviour,h=function(){this.add("braces","insertion",function(b,a,g,e,c){if("{"==c)return b=g.getSelectionRange(),e=e.doc.getTextRange(b),""!==e?{text:"{"+e+"}",selection:!1}:{text:"{}",selection:[1,1]};if("}"==c){if(g=g.getCursorPosition(),a=e.doc.getLine(g.row),c=a.substring(g.column,g.column+1),"}"==c&&null!==e.$findOpeningBracket("}",{column:g.column+
1,row:g.row}))return{text:"",selection:[1,1]}}else if("\n"==c&&(g=g.getCursorPosition(),a=e.doc.getLine(g.row),c=a.substring(g.column,g.column+1),"}"==c)){g=e.findMatchingBracket({row:g.row,column:g.column+1});if(!g)return null;b=this.getNextLineIndent(b,a.substring(0,a.length-1),e.getTabString());e=this.$getIndent(e.doc.getLine(g.row));return{text:"\n"+b+"\n"+e,selection:[1,b.length,1,b.length]}}});this.add("braces","deletion",function(b,a,g,e,c){b=e.doc.getTextRange(c);if(!c.isMultiLine()&&"{"==
b&&"}"==e.doc.getLine(c.start.row).substring(c.end.column,c.end.column+1))return c.end.column++,c});this.add("parens","insertion",function(b,a,g,e,c){if("("==c)return b=g.getSelectionRange(),e=e.doc.getTextRange(b),""!==e?{text:"("+e+")",selection:!1}:{text:"()",selection:[1,1]};if(")"==c&&(b=g.getCursorPosition(),")"==e.doc.getLine(b.row).substring(b.column,b.column+1)&&null!==e.$findOpeningBracket(")",{column:b.column+1,row:b.row})))return{text:"",selection:[1,1]}});this.add("parens","deletion",
function(b,a,g,e,c){b=e.doc.getTextRange(c);if(!c.isMultiLine()&&"("==b&&")"==e.doc.getLine(c.start.row).substring(c.start.column+1,c.start.column+2))return c.end.column++,c});this.add("brackets","insertion",function(b,a,g,e,c){if("["==c)return b=g.getSelectionRange(),e=e.doc.getTextRange(b),""!==e?{text:"["+e+"]",selection:!1}:{text:"[]",selection:[1,1]};if("]"==c&&(b=g.getCursorPosition(),"]"==e.doc.getLine(b.row).substring(b.column,b.column+1)&&null!==e.$findOpeningBracket("]",{column:b.column+
1,row:b.row})))return{text:"",selection:[1,1]}});this.add("brackets","deletion",function(b,a,g,e,c){b=e.doc.getTextRange(c);if(!c.isMultiLine()&&"["==b&&"]"==e.doc.getLine(c.start.row).substring(c.start.column+1,c.start.column+2))return c.end.column++,c});this.add("string_dquotes","insertion",function(b,a,g,e,c){if('"'==c||"'"==c){b=g.getSelectionRange();a=e.doc.getTextRange(b);if(""!==a)return{text:c+a+c,selection:!1};g=g.getCursorPosition();a=e.doc.getLine(g.row);if("\\"==a.substring(g.column-1,
g.column))return null;for(var e=e.getTokens(b.start.row),d=0,f,h=-1,j=0;j<e.length;j++){f=e[j];"string"==f.type?h=-1:0>h&&(h=f.value.indexOf(c));if(f.value.length+d>b.start.column)break;d+=e[j].value.length}if(!f||0>h&&"comment"!==f.type&&("string"!==f.type||b.start.column!==f.value.length+d-1&&f.value.lastIndexOf(c)===f.value.length-1))return{text:c+c,selection:[1,1]};if(f&&"string"===f.type&&a.substring(g.column,g.column+1)==c)return{text:"",selection:[1,1]}}});this.add("string_dquotes","deletion",
function(a,h,g,e,c){a=e.doc.getTextRange(c);if(!c.isMultiLine()&&('"'==a||"'"==a)&&'"'==e.doc.getLine(c.start.row).substring(c.start.column+1,c.start.column+2))return c.end.column++,c})};i.inherits(h,j);k.CstyleBehaviour=h});
define("ace/mode/folding/cstyle","require exports module ace/lib/oop ace/range ace/mode/folding/fold_mode".split(" "),function(a,k){var i=a("../../lib/oop"),j=a("../../range").Range,h=a("./fold_mode").FoldMode,b=k.FoldMode=function(){};i.inherits(b,h);(function(){this.foldingStartMarker=/(\{|\[)[^\}\]]*$|^\s*(\/\*)/;this.foldingStopMarker=/^[^\[\{]*(\}|\])|^[\s\*]*(\*\/)/;this.getFoldWidgetRange=function(a,b,e){var c=a.getLine(e),d=c.match(this.foldingStartMarker);if(d){b=d.index;if(d[1])return this.openingBracketBlock(a,
d[1],e,b);a=a.getCommentFoldRange(e,b+d[0].length);return a.end.column=a.end.column-2,a}if(b==="markbeginend")if(d=c.match(this.foldingStopMarker)){b=d.index+d[0].length;if(d[2]){a=a.getCommentFoldRange(e,b);return a.end.column=a.end.column-2,a}e={row:e,column:b};if(a=a.$findOpeningBracket(d[1],e))return a.column++,e.column--,j.fromPoints(a,e)}}}).call(b.prototype)});
define("ace/mode/folding/fold_mode",["require","exports","module","ace/range"],function(a,k){var i=a("../../range").Range;(function(){this.foldingStopMarker=this.foldingStartMarker=null;this.getFoldWidget=function(a,h,b){a=a.getLine(b);return this.foldingStartMarker.test(a)?"start":"markbeginend"==h&&this.foldingStopMarker&&this.foldingStopMarker.test(a)?"end":""};this.getFoldWidgetRange=function(){return null};this.indentationBlock=function(a,h,b){var l=/\S/,g=a.getLine(h),e=g.search(l);if(-1!=e){for(var b=
b||g.length,c=a.getLength(),d=g=h;++h<c;){var f=a.getLine(h).search(l);if(-1!=f){if(f<=e)break;d=h}}if(d>g)return a=a.getLine(d).length,new i(g,b,d,a)}};this.openingBracketBlock=function(a,h,b,l,g){b={row:b,column:l+1};if(h=a.$findClosingBracket(h,b,g))return g=a.foldWidgets[h.row],null==g&&(g=this.getFoldWidget(a,h.row)),"start"==g&&h.row>b.row&&(h.row--,h.column=a.getLine(h.row).length),i.fromPoints(b,h)}}).call((k.FoldMode=function(){}).prototype)});
define("ace/mode/xml","require exports module ace/lib/oop ace/mode/text ace/tokenizer ace/mode/xml_highlight_rules ace/mode/behaviour/xml ace/mode/folding/xml".split(" "),function(a,k){var i=a("../lib/oop"),j=a("./text").Mode,h=a("../tokenizer").Tokenizer,b=a("./xml_highlight_rules").XmlHighlightRules,l=a("./behaviour/xml").XmlBehaviour,g=a("./folding/xml").FoldMode,e=function(){this.$tokenizer=new h((new b).getRules());this.$behaviour=new l;this.foldingRules=new g};i.inherits(e,j);(function(){this.getNextLineIndent=
function(a,e){return this.$getIndent(e)}}).call(e.prototype);k.Mode=e});
define("ace/mode/xml_highlight_rules","require exports module ace/lib/oop ace/mode/xml_util ace/mode/text_highlight_rules".split(" "),function(a,k){var i=a("../lib/oop"),j=a("./xml_util"),h=a("./text_highlight_rules").TextHighlightRules,b=function(){this.$rules={start:[{token:"text",regex:"<\\!\\[CDATA\\[",next:"cdata"},{token:"xml_pe",regex:"<\\?.*?\\?>"},{token:"comment",merge:true,regex:"<\\!--",next:"comment"},{token:"xml_pe",regex:"<\\!.*?>"},{token:"meta.tag",regex:"<\\/?",next:"tag"},{token:"text",
regex:"\\s+"},{token:"constant.character.entity",regex:"(?:&#[0-9]+;)|(?:&#x[0-9a-fA-F]+;)|(?:&[a-zA-Z0-9_:\\.-]+;)"},{token:"text",regex:"[^<]+"}],cdata:[{token:"text",regex:"\\]\\]>",next:"start"},{token:"text",regex:"\\s+"},{token:"text",regex:"(?:[^\\]]|\\](?!\\]>))+"}],comment:[{token:"comment",regex:".*?--\>",next:"start"},{token:"comment",merge:true,regex:".+"}]};j.tag(this.$rules,"tag","start")};i.inherits(b,h);k.XmlHighlightRules=b});
define("ace/mode/xml_util",["require","exports","module"],function(a,k){function i(a,h){return[{token:"string",merge:!0,regex:".*?"+a,next:h},{token:"string",merge:!0,regex:".+"}]}k.tag=function(a,h,b,l){a[h]=[{token:"text",regex:"\\s+"},{token:l?function(a){return l[a]?"meta.tag.tag-name."+l[a]:"meta.tag.tag-name"}:"meta.tag.tag-name",merge:!0,regex:"[-_a-zA-Z0-9:]+",next:h+"_embed_attribute_list"},{token:"empty",regex:"",next:h+"_embed_attribute_list"}];a[h+"_qstring"]=i("'",h+"_embed_attribute_list");
a[h+"_qqstring"]=i('"',h+"_embed_attribute_list");a[h+"_embed_attribute_list"]=[{token:"meta.tag",merge:!0,regex:"/?>",next:b},{token:"keyword.operator",regex:"="},{token:"entity.other.attribute-name",regex:"[-_a-zA-Z0-9:]+"},{token:"constant.numeric",regex:"[+-]?\\d+(?:(?:\\.\\d*)?(?:[eE][+-]?\\d+)?)?\\b"},{token:"text",regex:"\\s+"}].concat([{token:"string",regex:'".*?"'},{token:"string",merge:!0,regex:'["].*',next:h+"_qqstring"},{token:"string",regex:"'.*?'"},{token:"string",merge:!0,regex:"['].*",
next:h+"_qstring"}])}});
define("ace/mode/behaviour/xml","require exports module ace/lib/oop ace/mode/behaviour ace/mode/behaviour/cstyle ace/token_iterator".split(" "),function(a,k){function i(a,c){var d=true,b=a.type.split(".");return c.split(".").forEach(function(a){if(b.indexOf(a)==-1)return d=false,false}),d}var j=a("../../lib/oop"),h=a("../behaviour").Behaviour,b=a("./cstyle").CstyleBehaviour,l=a("../../token_iterator").TokenIterator,g=function(){this.inherit(b,["string_dquotes"]);this.add("autoclosing","insertion",
function(a,c,b,f,g){if(g==">"){a=b.getCursorPosition();b=new l(f,a.row,a.column);f=b.getCurrentToken();c=false;if(!f||!i(f,"meta.tag")&&(!i(f,"text")||!f.value.match("/"))){do f=b.stepBackward();while(f&&(i(f,"string")||i(f,"keyword.operator")||i(f,"entity.attribute-name")||i(f,"text")))}else c=true;if(f&&i(f,"meta.tag-name")&&!b.stepBackward().value.match("/")){b=f.value;c&&(b=b.substring(0,a.column-f.start));return{text:"></"+b+">",selection:[1,1]}}}});this.add("autoindent","insertion",function(a,
c,b,f,g){if(g=="\n"){c=b.getCursorPosition();if(f.doc.getLine(c.row).substring(c.column,c.column+2)=="</"){a=this.$getIndent(f.doc.getLine(c.row))+f.getTabString();f=this.$getIndent(f.doc.getLine(c.row));return{text:"\n"+a+"\n"+f,selection:[1,a.length,1,a.length]}}}})};j.inherits(g,h);k.XmlBehaviour=g});
define("ace/mode/folding/xml","require exports module ace/lib/oop ace/lib/lang ace/range ace/mode/folding/fold_mode ace/token_iterator".split(" "),function(a,k){var i=a("../../lib/oop"),j=a("../../lib/lang"),h=a("../../range").Range,b=a("./fold_mode").FoldMode,l=a("../../token_iterator").TokenIterator,g=k.FoldMode=function(a){b.call(this);this.voidElements=a||{}};i.inherits(g,b);(function(){this.getFoldWidget=function(a,c,b){a=this._getFirstTagInLine(a,b);return a.closing?c=="markbeginend"?"end":
"":!a.tagName||this.voidElements[a.tagName.toLowerCase()]?"":a.selfClosing?"":a.value.indexOf("/"+a.tagName)!==-1?"":"start"};this._getFirstTagInLine=function(a,b){for(var d=a.getTokens(b),f="",g=0;g<d.length;g++){var h=d[g];h.type.indexOf("meta.tag")===0?f=f+h.value:f=f+j.stringRepeat(" ",h.value.length)}return this._parseTag(f)};this.tagRe=/^(\s*)(<?(\/?)([-_a-zA-Z0-9:!]*)\s*(\/?)>?)/;this._parseTag=function(a){var b=this.tagRe.exec(a),d=this.tagRe.lastIndex||0;return this.tagRe.lastIndex=0,{value:a,
match:b?b[2]:"",closing:b?!!b[3]:false,selfClosing:b?!!b[5]||b[2]=="/>":false,tagName:b?b[4]:"",column:b[1]?d+b[1].length:d}};this._readTagForward=function(a){var b=a.getCurrentToken();if(!b)return null;var d="",f;do if(b.type.indexOf("meta.tag")===0){f||(f={row:a.getCurrentTokenRow(),column:a.getCurrentTokenColumn()});d=d+b.value;if(d.indexOf(">")!==-1){d=this._parseTag(d);return d.start=f,d.end={row:a.getCurrentTokenRow(),column:a.getCurrentTokenColumn()+b.value.length},a.stepForward(),d}}while(b=
a.stepForward());return null};this._readTagBackward=function(a){var b=a.getCurrentToken();if(!b)return null;var d="",f;do if(b.type.indexOf("meta.tag")===0){f||(f={row:a.getCurrentTokenRow(),column:a.getCurrentTokenColumn()+b.value.length});d=b.value+d;if(d.indexOf("<")!==-1){b=this._parseTag(d);return b.end=f,b.start={row:a.getCurrentTokenRow(),column:a.getCurrentTokenColumn()},a.stepBackward(),b}}while(b=a.stepBackward());return null};this._pop=function(a,b){for(;a.length;){var d=a[a.length-1];
if(!b||d.tagName==b.tagName)return a.pop();if(this.voidElements[b.tagName])break;if(this.voidElements[d.tagName])a.pop();else return null}};this.getFoldWidgetRange=function(a,b,d){var f=this._getFirstTagInLine(a,d);if(!f.match)return null;b=[];if(!f.closing&&!f.selfClosing){a=new l(a,d,f.column);for(f={row:d,column:f.column+f.tagName.length+2};d=this._readTagForward(a);)if(d.selfClosing){if(!b.length)return d.start.column=d.start.column+(d.tagName.length+2),d.end.column=d.end.column-2,h.fromPoints(d.start,
d.end)}else if(d.closing){this._pop(b,d);if(b.length==0)return h.fromPoints(f,d.start)}else b.push(d)}else{a=new l(a,d,f.column+f.match.length);for(f={row:d,column:f.column};d=this._readTagBackward(a);)if(d.selfClosing){if(!b.length)return d.start.column=d.start.column+(d.tagName.length+2),d.end.column=d.end.column-2,h.fromPoints(d.start,d.end)}else if(d.closing)b.push(d);else{this._pop(b,d);if(b.length==0)return d.start.column=d.start.column+(d.tagName.length+2),h.fromPoints(d.start,f)}}}}).call(g.prototype)});
define("ace/mode/html","require exports module ace/lib/oop ace/mode/text ace/mode/javascript ace/mode/css ace/tokenizer ace/mode/html_highlight_rules ace/mode/behaviour/html ace/mode/folding/html".split(" "),function(a,k){var i=a("../lib/oop"),j=a("./text").Mode,h=a("./javascript").Mode,b=a("./css").Mode,l=a("../tokenizer").Tokenizer,g=a("./html_highlight_rules").HtmlHighlightRules,e=a("./behaviour/html").HtmlBehaviour,c=a("./folding/html").FoldMode,d=function(){var a=new g;this.$tokenizer=new l(a.getRules());
this.$behaviour=new e;this.$embeds=a.getEmbeds();this.createModeDelegates({"js-":h,"css-":b});this.foldingRules=new c};i.inherits(d,j);(function(){this.toggleCommentLines=function(){return 0};this.getNextLineIndent=function(a,b){return this.$getIndent(b)};this.checkOutdent=function(){return false}}).call(d.prototype);k.Mode=d});
define("ace/mode/css","require exports module ace/lib/oop ace/mode/text ace/tokenizer ace/mode/css_highlight_rules ace/mode/matching_brace_outdent ace/worker/worker_client ace/mode/folding/cstyle".split(" "),function(a,k){var i=a("../lib/oop"),j=a("./text").Mode,h=a("../tokenizer").Tokenizer,b=a("./css_highlight_rules").CssHighlightRules,l=a("./matching_brace_outdent").MatchingBraceOutdent,g=a("../worker/worker_client").WorkerClient,e=a("./folding/cstyle").FoldMode,c=function(){this.$tokenizer=new h((new b).getRules(),
"i");this.$outdent=new l;this.foldingRules=new e};i.inherits(c,j);(function(){this.foldingRules="cStyle";this.getNextLineIndent=function(a,b,e){var c=this.$getIndent(b),a=this.$tokenizer.getLineTokens(b,a).tokens;return a.length&&a[a.length-1].type=="comment"?c:(b.match(/^.*\{\s*$/)&&(c=c+e),c)};this.checkOutdent=function(a,b,c){return this.$outdent.checkOutdent(b,c)};this.autoOutdent=function(a,b,c){this.$outdent.autoOutdent(b,c)};this.createWorker=function(a){var b=new g(["ace"],"ace/mode/css_worker",
"Worker");return b.attachToDocument(a.getDocument()),b.on("csslint",function(b){var c=[];b.data.forEach(function(a){c.push({row:a.line-1,column:a.col-1,text:a.message,type:a.type,lint:a})});a.setAnnotations(c)}),b}}).call(c.prototype);k.Mode=c});
define("ace/mode/css_highlight_rules","require exports module ace/lib/oop ace/lib/lang ace/mode/text_highlight_rules".split(" "),function(a,k){var i=a("../lib/oop"),j=a("../lib/lang"),h=a("./text_highlight_rules").TextHighlightRules,b=function(){var a=[{token:"comment",merge:true,regex:"\\/\\*",next:"ruleset_comment"},{token:"string",regex:'["](?:(?:\\\\.)|(?:[^"\\\\]))*?["]'},{token:"string",regex:"['](?:(?:\\\\.)|(?:[^'\\\\]))*?[']"},{token:["constant.numeric","keyword"],regex:"(\\-?(?:(?:[0-9]+)|(?:[0-9]*\\.[0-9]+)))(ch|cm|deg|em|ex|fr|gd|grad|Hz|in|kHz|mm|ms|pc|pt|px|rad|rem|s|turn|vh|vm|vw|%)"},
{token:["constant.numeric"],regex:"([0-9]+)"},{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:"(\\:+)\\b(after|before|first-letter|first-line|moz-selection|selection)\\b"},{token:["punctuation","entity.other.attribute-name.pseudo-class.css"],regex:"(:)\\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"},
{token:this.createKeywordMapper({"support.type":"animation-fill-mode|alignment-adjust|alignment-baseline|animation-delay|animation-direction|animation-duration|animation-iteration-count|animation-name|animation-play-state|animation-timing-function|animation|appearance|azimuth|backface-visibility|background-attachment|background-break|background-clip|background-color|background-image|background-origin|background-position|background-repeat|background-size|background|baseline-shift|binding|bleed|bookmark-label|bookmark-level|bookmark-state|bookmark-target|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|border|bottom|box-align|box-decoration-break|box-direction|box-flex-group|box-flex|box-lines|box-ordinal-group|box-orient|box-pack|box-shadow|box-sizing|break-after|break-before|break-inside|caption-side|clear|clip|color-profile|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|crop|cue-after|cue-before|cue|cursor|direction|display|dominant-baseline|drop-initial-after-adjust|drop-initial-after-align|drop-initial-before-adjust|drop-initial-before-align|drop-initial-size|drop-initial-value|elevation|empty-cells|fit|fit-position|float-offset|float|font-family|font-size|font-size-adjust|font-stretch|font-style|font-variant|font-weight|font|grid-columns|grid-rows|hanging-punctuation|height|hyphenate-after|hyphenate-before|hyphenate-character|hyphenate-lines|hyphenate-resource|hyphens|icon|image-orientation|image-rendering|image-resolution|inline-box-align|left|letter-spacing|line-height|line-stacking-ruby|line-stacking-shift|line-stacking-strategy|line-stacking|list-style-image|list-style-position|list-style-type|list-style|margin-bottom|margin-left|margin-right|margin-top|margin|mark-after|mark-before|mark|marks|marquee-direction|marquee-play-count|marquee-speed|marquee-style|max-height|max-width|min-height|min-width|move-to|nav-down|nav-index|nav-left|nav-right|nav-up|opacity|orphans|outline-color|outline-offset|outline-style|outline-width|outline|overflow-style|overflow-x|overflow-y|overflow|padding-bottom|padding-left|padding-right|padding-top|padding|page-break-after|page-break-before|page-break-inside|page-policy|page|pause-after|pause-before|pause|perspective-origin|perspective|phonemes|pitch-range|pitch|play-during|position|presentation-level|punctuation-trim|quotes|rendering-intent|resize|rest-after|rest-before|rest|richness|right|rotation-point|rotation|ruby-align|ruby-overhang|ruby-position|ruby-span|size|speak-header|speak-numeral|speak-punctuation|speak|speech-rate|stress|string-set|table-layout|target-name|target-new|target-position|target|text-align-last|text-align|text-decoration|text-emphasis|text-height|text-indent|text-justify|text-outline|text-shadow|text-transform|text-wrap|top|transform-origin|transform-style|transform|transition-delay|transition-duration|transition-property|transition-timing-function|transition|unicode-bidi|vertical-align|visibility|voice-balance|voice-duration|voice-family|voice-pitch-range|voice-pitch|voice-rate|voice-stress|voice-volume|volume|white-space-collapse|white-space|widows|width|word-break|word-spacing|word-wrap|z-index",
"support.function":"rgb|rgba|url|attr|counter|counters","support.constant":"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|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",
"support.constant.color":"aqua|black|blue|fuchsia|gray|green|lime|maroon|navy|olive|orange|purple|red|silver|teal|white|yellow","support.constant.fonts":"arial|century|comic|courier|garamond|georgia|helvetica|impact|lucida|symbol|system|tahoma|times|trebuchet|utopia|verdana|webdings|sans-serif|serif|monospace"},"text",true),regex:"\\-?[a-zA-Z_][a-zA-Z0-9_\\-]*"}],b=j.copyArray(a);b.unshift({token:"paren.rparen",regex:"\\}",next:"start"});a=j.copyArray(a);a.unshift({token:"paren.rparen",regex:"\\}",
next:"media"});var e=[{token:"comment",merge:true,regex:".+"}],c=j.copyArray(e);c.unshift({token:"comment",regex:".*?\\*\\/",next:"start"});var d=j.copyArray(e);d.unshift({token:"comment",regex:".*?\\*\\/",next:"media"});e=j.copyArray(e);e.unshift({token:"comment",regex:".*?\\*\\/",next:"ruleset"});this.$rules={start:[{token:"comment",merge:true,regex:"\\/\\*",next:"comment"},{token:"paren.lparen",regex:"\\{",next:"ruleset"},{token:"string",regex:"@.*?{",next:"media"},{token:"keyword",regex:"#[a-z0-9-_]+"},
{token:"variable",regex:"\\.[a-z0-9-_]+"},{token:"string",regex:":[a-z0-9-_]+"},{token:"constant",regex:"[a-z0-9-_]+"}],media:[{token:"comment",merge:true,regex:"\\/\\*",next:"media_comment"},{token:"paren.lparen",regex:"\\{",next:"media_ruleset"},{token:"string",regex:"\\}",next:"start"},{token:"keyword",regex:"#[a-z0-9-_]+"},{token:"variable",regex:"\\.[a-z0-9-_]+"},{token:"string",regex:":[a-z0-9-_]+"},{token:"constant",regex:"[a-z0-9-_]+"}],comment:c,ruleset:b,ruleset_comment:e,media_ruleset:a,
media_comment:d}};i.inherits(b,h);k.CssHighlightRules=b});
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_util ace/mode/text_highlight_rules".split(" "),function(a,k){var i=a("../lib/oop"),j=a("../lib/lang"),h=a("./css_highlight_rules").CssHighlightRules,b=a("./javascript_highlight_rules").JavaScriptHighlightRules,l=a("./xml_util"),g=a("./text_highlight_rules").TextHighlightRules,e=j.createMap({a:"anchor",button:"form",form:"form",img:"image",
input:"form",label:"form",script:"script",select:"form",textarea:"form",style:"style",table:"table",tbody:"table",td:"table",tfoot:"table",th:"table",tr:"table"}),j=function(){this.$rules={start:[{token:"text",merge:true,regex:"<\\!\\[CDATA\\[",next:"cdata"},{token:"xml_pe",regex:"<\\?.*?\\?>"},{token:"comment",merge:true,regex:"<\\!--",next:"comment"},{token:"xml_pe",regex:"<\\!.*?>"},{token:"meta.tag",regex:"<(?=s*script\\b)",next:"script"},{token:"meta.tag",regex:"<(?=s*style\\b)",next:"style"},
{token:"meta.tag",regex:"<\\/?",next:"tag"},{token:"text",regex:"\\s+"},{token:"constant.character.entity",regex:"(?:&#[0-9]+;)|(?:&#x[0-9a-fA-F]+;)|(?:&[a-zA-Z0-9_:\\.-]+;)"},{token:"text",regex:"[^<]+"}],cdata:[{token:"text",regex:"\\]\\]>",next:"start"},{token:"text",merge:true,regex:"\\s+"},{token:"text",merge:true,regex:".+"}],comment:[{token:"comment",regex:".*?--\>",next:"start"},{token:"comment",merge:true,regex:".+"}]};l.tag(this.$rules,"tag","start",e);l.tag(this.$rules,"style","css-start",
e);l.tag(this.$rules,"script","js-start",e);this.embedRules(b,"js-",[{token:"comment",regex:"\\/\\/.*(?=<\\/script>)",next:"tag"},{token:"meta.tag",regex:"<\\/(?=script)",next:"tag"}]);this.embedRules(h,"css-",[{token:"meta.tag",regex:"<\\/(?=style)",next:"tag"}])};i.inherits(j,g);k.HtmlHighlightRules=j});
define("ace/mode/behaviour/html","require exports module ace/lib/oop ace/mode/behaviour/xml ace/mode/behaviour/cstyle ace/token_iterator".split(" "),function(a,k){function i(a,b){var d=true,f=a.type.split(".");return b.split(".").forEach(function(a){if(f.indexOf(a)==-1)return d=false,false}),d}var j=a("../../lib/oop"),h=a("../behaviour/xml").XmlBehaviour;a("./cstyle");var b=a("../../token_iterator").TokenIterator,l=["area","base","br","col","command","embed","hr","img","input","keygen","link","meta",
"param","source","track","wbr"],g=function(){this.inherit(h);this.add("autoclosing","insertion",function(a,c,d,f,g){if(g==">"){a=d.getCursorPosition();d=new b(f,a.row,a.column);f=d.getCurrentToken();c=false;if(!f||!i(f,"meta.tag")&&(!i(f,"text")||!f.value.match("/"))){do f=d.stepBackward();while(f&&(i(f,"string")||i(f,"keyword.operator")||i(f,"entity.attribute-name")||i(f,"text")))}else c=true;if(f&&i(f,"meta.tag-name")&&!d.stepBackward().value.match("/")){d=f.value;c&&(d=d.substring(0,a.column-f.start));
if(l.indexOf(d)===-1)return{text:"></"+d+">",selection:[1,1]}}}})};j.inherits(g,h);k.HtmlBehaviour=g});
define("ace/mode/folding/html","require exports module ace/lib/oop ace/mode/folding/mixed ace/mode/folding/xml ace/mode/folding/cstyle".split(" "),function(a,k){var i=a("../../lib/oop"),j=a("./mixed").FoldMode,h=a("./xml").FoldMode,b=a("./cstyle").FoldMode,l=k.FoldMode=function(){j.call(this,new h({area:1,base:1,br:1,col:1,command:1,embed:1,hr:1,img:1,input:1,keygen:1,link:1,meta:1,param:1,source:1,track:1,wbr:1,li:1,dt:1,dd:1,p:1,rt:1,rp:1,optgroup:1,option:1,colgroup:1,td:1,th:1}),{"js-":new b,
"css-":new b})};i.inherits(l,j)});
define("ace/mode/folding/mixed",["require","exports","module","ace/lib/oop","ace/mode/folding/fold_mode"],function(a,k){var i=a("../../lib/oop"),j=a("./fold_mode").FoldMode,h=k.FoldMode=function(a,h){this.defaultMode=a;this.subModes=h};i.inherits(h,j);(function(){this.$getMode=function(a){for(var h in this.subModes)if(0===a.indexOf(h))return this.subModes[h];return null};this.$tryMode=function(a,h,g,e){return(a=this.$getMode(a))?a.getFoldWidget(h,g,e):""};this.getFoldWidget=function(a,h,g){return this.$tryMode(a.getState(g-
1),a,h,g)||this.$tryMode(a.getState(g),a,h,g)||this.defaultMode.getFoldWidget(a,h,g)};this.getFoldWidgetRange=function(a,h,g){var e=this.$getMode(a.getState(g-1));if(!e||!e.getFoldWidget(a,h,g))e=this.$getMode(a.getState(g));if(!e||!e.getFoldWidget(a,h,g))e=this.defaultMode;return e.getFoldWidgetRange(a,h,g)}}).call(h.prototype)});
define("ace/mode/markdown_highlight_rules","require exports module ace/lib/oop ace/mode/text_highlight_rules ace/mode/javascript_highlight_rules ace/mode/xml_highlight_rules ace/mode/html_highlight_rules ace/mode/css_highlight_rules".split(" "),function(a,k){function i(a,b){return{token:"support.function",regex:"^```"+a+"\\s*$",next:b+"start"}}var j=a("../lib/oop"),h=a("./text_highlight_rules").TextHighlightRules,b=a("./javascript_highlight_rules").JavaScriptHighlightRules,l=a("./xml_highlight_rules").XmlHighlightRules,
g=a("./html_highlight_rules").HtmlHighlightRules,e=a("./css_highlight_rules").CssHighlightRules,c=function(){this.$rules={start:[{token:"empty_line",regex:"^$"},{token:["support.function","support.function","support.function"],regex:"(`+)([^\\r]*?[^`])(\\1)"},{token:"support.function",regex:"^[ ]{4}.+"},{token:"markup.heading.1",regex:"^=+(?=\\s*$)"},{token:"markup.heading.2",regex:"^\\-+(?=\\s*$)"},{token:function(a){return"markup.heading."+a.search(/[^#]/)},regex:"^#{1,6}(?:[^ #].*| +.*(?:[^ #].*|[^ ]+.* +#+ *))$"},
i("(?:javascript|js)","js-"),i("xml","xml-"),i("html","html-"),i("css","css-"),{token:"support.function",regex:"^```[a-zA-Z]+\\s*$",next:"githubblock"},{token:"string",regex:"^>[ ].+$",next:"blockquote"},{token:["text","constant","text","url","string","text"],regex:'^([ ]{0,3}\\[)([^\\]]+)(\\]:\\s*)([^ ]+)(\\s*(?:["][^"]+["])?(\\s*))$'},{token:["text","string","text","constant","text"],regex:"(\\[)((?:[[^\\]]*\\]|[^\\[\\]])*)(\\][ ]?(?:\\n[ ]*)?\\[)(.*?)(\\])"},{token:["text","string","text","markup.underline",
"string","text"],regex:'(\\[)(\\[[^\\]]*\\]|[^\\[\\]]*)(\\]\\([ \\t]*)(<?(?:(?:[^\\(]*?\\([^\\)]*?\\)\\S*?)|(?:.*?))>?)((?:[ \t]*"(?:.*?)"[ \\t]*)?)(\\))'},{token:"constant",regex:"^[ ]{0,2}(?:[ ]?\\*[ ]?){3,}\\s*$"},{token:"constant",regex:"^[ ]{0,2}(?:[ ]?\\-[ ]?){3,}\\s*$"},{token:"constant",regex:"^[ ]{0,2}(?:[ ]?\\_[ ]?){3,}\\s*$"},{token:"markup.list",regex:"^\\s{0,3}(?:[*+-]|\\d+\\.)\\s+",next:"listblock"},{token:["string","string","string"],regex:"([*]{2}|[_]{2}(?=\\S))([^\\r]*?\\S[*_]*)(\\1)"},
{token:["string","string","string"],regex:"([*]|[_](?=\\S))([^\\r]*?\\S[*_]*)(\\1)"},{token:["text","url","text"],regex:"(<)((?:https?|ftp|dict):[^'\">\\s]+|(?:mailto:)?[-.\\w]+\\@[-a-z0-9]+(?:\\.[-a-z0-9]+)*\\.[a-z]+)(>)"},{token:"text",regex:"[^\\*_%$`\\[#<>]+"}],listblock:[{token:"empty_line",regex:"^$",next:"start"},{token:"markup.list",regex:".+"}],blockquote:[{token:"empty_line",regex:"^\\s*$",next:"start"},{token:"string",regex:".+"}],githubblock:[{token:"support.function",regex:"^```",next:"start"},
{token:"support.function",regex:".+"}]};this.embedRules(b,"js-",[{token:"support.function",regex:"^```",next:"start"}]);this.embedRules(g,"html-",[{token:"support.function",regex:"^```",next:"start"}]);this.embedRules(e,"css-",[{token:"support.function",regex:"^```",next:"start"}]);this.embedRules(l,"xml-",[{token:"support.function",regex:"^```",next:"start"}])};j.inherits(c,h);k.MarkdownHighlightRules=c});

ACC SHELL 2018