web-interface.assets.a0e32ba94aa4384823d768802b9486e1.js Maven / Gradle / Ivy
(()=>{var k=(i,a)=>()=>(a||i((a={exports:{}}).exports,a),a.exports);var y=k((x,h)=>{ace.define("ace/mode/pascal_highlight_rules",["require","exports","module","ace/lib/oop","ace/mode/text_highlight_rules"],function(i,a,m){"use strict";var s=i("../lib/oop"),g=i("./text_highlight_rules").TextHighlightRules,d=function(){var u=this.createKeywordMapper({"keyword.control":"absolute|abstract|all|and|and_then|array|as|asm|attribute|begin|bindable|case|class|const|constructor|destructor|div|do|do|else|end|except|export|exports|external|far|file|finalization|finally|for|forward|goto|if|implementation|import|in|inherited|initialization|interface|interrupt|is|label|library|mod|module|name|near|nil|not|object|of|only|operator|or|or_else|otherwise|packed|pow|private|program|property|protected|public|published|qualified|record|repeat|resident|restricted|segment|set|shl|shr|then|to|try|type|unit|until|uses|value|var|view|virtual|while|with|xor"},"identifier",!0);this.$rules={start:[{caseInsensitive:!0,token:["variable","text","storage.type.prototype","entity.name.function.prototype"],regex:"\\b(function|procedure)(\\s+)(\\w+)(\\.\\w+)?(?=(?:\\(.*?\\))?;\\s*(?:attribute|forward|external))"},{caseInsensitive:!0,token:["variable","text","storage.type.function","entity.name.function"],regex:"\\b(function|procedure)(\\s+)(\\w+)(\\.\\w+)?"},{caseInsensitive:!0,token:u,regex:/\b[a-z_]+\b/},{token:"constant.numeric",regex:"\\b((0(x|X)[0-9a-fA-F]*)|(([0-9]+\\.?[0-9]*)|(\\.[0-9]+))((e|E)(\\+|-)?[0-9]+)?)(L|l|UL|ul|u|U|F|f|ll|LL|ull|ULL)?\\b"},{token:"punctuation.definition.comment",regex:"--.*$"},{token:"punctuation.definition.comment",regex:"//.*$"},{token:"punctuation.definition.comment",regex:"\\(\\*",push:[{token:"punctuation.definition.comment",regex:"\\*\\)",next:"pop"},{defaultToken:"comment.block.one"}]},{token:"punctuation.definition.comment",regex:"\\{",push:[{token:"punctuation.definition.comment",regex:"\\}",next:"pop"},{defaultToken:"comment.block.two"}]},{token:"punctuation.definition.string.begin",regex:'"',push:[{token:"constant.character.escape",regex:"\\\\."},{token:"punctuation.definition.string.end",regex:'"',next:"pop"},{defaultToken:"string.quoted.double"}]},{token:"punctuation.definition.string.begin",regex:"'",push:[{token:"constant.character.escape.apostrophe",regex:"''"},{token:"punctuation.definition.string.end",regex:"'",next:"pop"},{defaultToken:"string.quoted.single"}]},{token:"keyword.operator",regex:"[+\\-;,/*%]|:=|="}]},this.normalizeRules()};s.inherits(d,g),a.PascalHighlightRules=d});ace.define("ace/mode/folding/coffee",["require","exports","module","ace/lib/oop","ace/mode/folding/fold_mode","ace/range"],function(i,a,m){"use strict";var s=i("../../lib/oop"),g=i("./fold_mode").FoldMode,d=i("../../range").Range,u=a.FoldMode=function(){};s.inherits(u,g),function(){this.commentBlock=function(e,l){var t=/\S/,n=e.getLine(l),o=n.search(t);if(!(o==-1||n[o]!="#")){for(var f=n.length,p=e.getLength(),r=l,c=l;++lr){var b=e.getLine(c).length;return new d(r,f,c,b)}}},this.getFoldWidgetRange=function(e,l,t){var n=this.indentationBlock(e,t);if(n||(n=this.commentBlock(e,t),n))return n},this.getFoldWidget=function(e,l,t){var n=e.getLine(t),o=n.search(/\S/),f=e.getLine(t+1),p=e.getLine(t-1),r=p.search(/\S/),c=f.search(/\S/);if(o==-1)return e.foldWidgets[t-1]=r!=-1&&r
© 2015 - 2024 Weber Informatics LLC | Privacy Policy