web-interface.assets.476a9395afecb6d7621d82196d29fabc.js Maven / Gradle / Ivy
(()=>{var x=(o,h)=>()=>(h||o((h={exports:{}}).exports,h),h.exports);var R=x((k,v)=>{ace.define("ace/mode/doc_comment_highlight_rules",["require","exports","module","ace/lib/oop","ace/mode/text_highlight_rules"],function(o,h,p){"use strict";var u=o("../lib/oop"),d=o("./text_highlight_rules").TextHighlightRules,l=function(){this.$rules={start:[{token:"comment.doc.tag",regex:"@\\w+(?=\\s|$)"},l.getTagRule(),{defaultToken:"comment.doc",caseInsensitive:!0}]}};u.inherits(l,d),l.getTagRule=function(c){return{token:"comment.doc.tag.storage.type",regex:"\\b(?:TODO|FIXME|XXX|HACK)\\b"}},l.getStartRule=function(c){return{token:"comment.doc",regex:"\\/\\*(?=\\*)",next:c}},l.getEndRule=function(c){return{token:"comment.doc",regex:"\\*\\/",next:c}},h.DocCommentHighlightRules=l});ace.define("ace/mode/csharp_highlight_rules",["require","exports","module","ace/lib/oop","ace/mode/doc_comment_highlight_rules","ace/mode/text_highlight_rules"],function(o,h,p){"use strict";var u=o("../lib/oop"),d=o("./doc_comment_highlight_rules").DocCommentHighlightRules,l=o("./text_highlight_rules").TextHighlightRules,c=function(){var e=this.createKeywordMapper({"variable.language":"this",keyword:"abstract|async|await|event|new|struct|as|explicit|null|switch|base|extern|object|this|bool|false|operator|throw|break|finally|out|true|byte|fixed|override|try|case|float|params|typeof|catch|for|private|uint|char|foreach|protected|ulong|checked|goto|public|unchecked|class|if|readonly|unsafe|const|implicit|ref|ushort|continue|in|return|using|decimal|int|sbyte|virtual|default|interface|sealed|volatile|delegate|internal|partial|short|void|do|is|sizeof|while|double|lock|stackalloc|else|long|static|enum|namespace|string|var|dynamic","constant.language":"null|true|false"},"identifier");this.$rules={start:[{token:"comment",regex:"\\/\\/.*$"},d.getStartRule("doc-start"),{token:"comment",regex:"\\/\\*",next:"comment"},{token:"string",regex:/'(?:.|\\(:?u[\da-fA-F]+|x[\da-fA-F]+|[tbrf'"n]))?'/},{token:"string",start:'"',end:'"|$',next:[{token:"constant.language.escape",regex:/\\(:?u[\da-fA-F]+|x[\da-fA-F]+|[tbrf'"n])/},{token:"invalid",regex:/\\./}]},{token:"string",start:'@"',end:'"',next:[{token:"constant.language.escape",regex:'""'}]},{token:"string",start:/\$"/,end:'"|$',next:[{token:"constant.language.escape",regex:/\\(:?$)|{{/},{token:"constant.language.escape",regex:/\\(:?u[\da-fA-F]+|x[\da-fA-F]+|[tbrf'"n])/},{token:"invalid",regex:/\\./}]},{token:"constant.numeric",regex:"0[xX][0-9a-fA-F]+\\b"},{token:"constant.numeric",regex:"[+-]?\\d+(?:(?:\\.\\d*)?(?:[eE][+-]?\\d+)?)?\\b"},{token:"constant.language.boolean",regex:"(?:true|false)\\b"},{token:e,regex:"[a-zA-Z_$][a-zA-Z0-9_$]*\\b"},{token:"keyword.operator",regex:"!|\\$|%|&|\\*|\\-\\-|\\-|\\+\\+|\\+|~|===|==|=|!=|!==|<=|>=|<<=|>>=|>>>=|<>|<|>|!|&&|\\|\\||\\?\\:|\\*=|%=|\\+=|\\-=|&=|\\^=|\\b(?:in|instanceof|new|delete|typeof|void)"},{token:"keyword",regex:"^\\s*#(if|else|elif|endif|define|undef|warning|error|line|region|endregion|pragma)"},{token:"punctuation.operator",regex:"\\?|\\:|\\,|\\;|\\."},{token:"paren.lparen",regex:"[[({]"},{token:"paren.rparen",regex:"[\\])}]"},{token:"text",regex:"\\s+"}],comment:[{token:"comment",regex:"\\*\\/",next:"start"},{defaultToken:"comment"}]},this.embedRules(d,"doc-",[d.getEndRule("start")]),this.normalizeRules()};u.inherits(c,l),h.CSharpHighlightRules=c});ace.define("ace/mode/matching_brace_outdent",["require","exports","module","ace/range"],function(o,h,p){"use strict";var u=o("../range").Range,d=function(){};(function(){this.checkOutdent=function(l,c){return/^\s+$/.test(l)?/^\s*\}/.test(c):!1},this.autoOutdent=function(l,c){var e=l.getLine(c),n=e.match(/^(\s*\})/);if(!n)return 0;var t=n[1].length,i=l.findMatchingBracket({row:c,column:t});if(!i||i.row==c)return 0;var a=this.$getIndent(l.getLine(i.row));l.replace(new u(c,0,c,t-1),a)},this.$getIndent=function(l){return l.match(/^\s*/)[0]}}).call(d.prototype),h.MatchingBraceOutdent=d});ace.define("ace/mode/folding/cstyle",["require","exports","module","ace/lib/oop","ace/range","ace/mode/folding/fold_mode"],function(o,h,p){"use strict";var u=o("../../lib/oop"),d=o("../../range").Range,l=o("./fold_mode").FoldMode,c=h.FoldMode=function(e){e&&(this.foldingStartMarker=new RegExp(this.foldingStartMarker.source.replace(/\|[^|]*?$/,"|"+e.start)),this.foldingStopMarker=new RegExp(this.foldingStopMarker.source.replace(/\|[^|]*?$/,"|"+e.end)))};u.inherits(c,l),(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(e,n,t){var i=e.getLine(t);if(this.singleLineBlockCommentRe.test(i)&&!this.startRegionRe.test(i)&&!this.tripleStarBlockCommentRe.test(i))return"";var a=this._getFoldWidgetBase(e,n,t);return!a&&this.startRegionRe.test(i)?"start":a},this.getFoldWidgetRange=function(e,n,t,i){var a=e.getLine(t);if(this.startRegionRe.test(a))return this.getCommentRegionBlock(e,a,t);var r=a.match(this.foldingStartMarker);if(r){var g=r.index;if(r[1])return this.openingBracketBlock(e,r[1],t,g);var s=e.getCommentFoldRange(t,g+r[0].length,1);return s&&!s.isMultiLine()&&(i?s=this.getSectionRange(e,t):n!="all"&&(s=null)),s}if(n!=="markbegin"){var r=a.match(this.foldingStopMarker);if(r){var g=r.index+r[0].length;return r[1]?this.closingBracketBlock(e,r[1],t,g):e.getCommentFoldRange(t,g,-1)}}},this.getSectionRange=function(e,n){var t=e.getLine(n),i=t.search(/\S/),a=n,g=t.length;n=n+1;for(var s=n,r=e.getLength();++nf)break;var m=this.getFoldWidgetRange(e,"all",n);if(m){if(m.start.row<=a)break;if(m.isMultiLine())n=m.end.row;else if(i==f)break}s=n}}return new d(a,g,s,e.getLine(s).length)},this.getCommentRegionBlock=function(e,n,t){for(var i=n.search(/\s*$/),a=e.getLength(),g=t,s=/^\s*(?:\/\*|\/\/|--)#?(end)?region\b/,r=1;++tg)return new d(g,i,m,n.length)}}).call(c.prototype)});ace.define("ace/mode/folding/csharp",["require","exports","module","ace/lib/oop","ace/range","ace/mode/folding/cstyle"],function(o,h,p){"use strict";var u=o("../../lib/oop"),d=o("../../range").Range,l=o("./cstyle").FoldMode,c=h.FoldMode=function(e){e&&(this.foldingStartMarker=new RegExp(this.foldingStartMarker.source.replace(/\|[^|]*?$/,"|"+e.start)),this.foldingStopMarker=new RegExp(this.foldingStopMarker.source.replace(/\|[^|]*?$/,"|"+e.end)))};u.inherits(c,l),(function(){this.usingRe=/^\s*using \S/,this.getFoldWidgetRangeBase=this.getFoldWidgetRange,this.getFoldWidgetBase=this.getFoldWidget,this.getFoldWidget=function(e,n,t){var i=this.getFoldWidgetBase(e,n,t);if(!i){var a=e.getLine(t);if(/^\s*#region\b/.test(a))return"start";var g=this.usingRe;if(g.test(a)){var s=e.getLine(t-1),r=e.getLine(t+1);if(!g.test(s)&&g.test(r))return"start"}}return i},this.getFoldWidgetRange=function(e,n,t){var i=this.getFoldWidgetRangeBase(e,n,t);if(i)return i;var a=e.getLine(t);if(this.usingRe.test(a))return this.getUsingStatementBlock(e,a,t);if(/^\s*#region\b/.test(a))return this.getRegionBlock(e,a,t)},this.getUsingStatementBlock=function(e,n,t){for(var i=n.match(this.usingRe)[0].length-1,a=e.getLength(),g=t,s=t;++tg){var r=e.getLine(s).length;return new d(g,i,s,r)}},this.getRegionBlock=function(e,n,t){for(var i=n.search(/\s*$/),a=e.getLength(),g=t,s=/^\s*#(end)?region\b/,r=1;++tg)return new d(g,i,m,n.length)}}).call(c.prototype)});ace.define("ace/mode/csharp",["require","exports","module","ace/lib/oop","ace/mode/text","ace/mode/csharp_highlight_rules","ace/mode/matching_brace_outdent","ace/mode/folding/csharp"],function(o,h,p){"use strict";var u=o("../lib/oop"),d=o("./text").Mode,l=o("./csharp_highlight_rules").CSharpHighlightRules,c=o("./matching_brace_outdent").MatchingBraceOutdent,e=o("./folding/csharp").FoldMode,n=function(){this.HighlightRules=l,this.$outdent=new c,this.$behaviour=this.$defaultBehaviour,this.foldingRules=new e};u.inherits(n,d),(function(){this.lineCommentStart="//",this.blockComment={start:"/*",end:"*/"},this.getNextLineIndent=function(t,i,a){var g=this.$getIndent(i),s=this.getTokenizer().getLineTokens(i,t),r=s.tokens;if(r.length&&r[r.length-1].type=="comment")return g;if(t=="start"){var f=i.match(/^.*[\{\(\[]\s*$/);f&&(g+=a)}return g},this.checkOutdent=function(t,i,a){return this.$outdent.checkOutdent(i,a)},this.autoOutdent=function(t,i,a){this.$outdent.autoOutdent(i,a)},this.createWorker=function(t){return null},this.$id="ace/mode/csharp"}).call(n.prototype),h.Mode=n});(function(){ace.require(["ace/mode/csharp"],function(o){typeof v=="object"&&typeof k=="object"&&v&&(v.exports=o)})})()});R();})();
//# sourceMappingURL=476a9395afecb6d7621d82196d29fabc.js.map
© 2015 - 2024 Weber Informatics LLC | Privacy Policy