All Downloads are FREE. Search and download functionalities are using the official Maven repository.

ber-security.graylog.graylog-plugin-alert-wizard.5.2.1.source-code.7cc98960277ab04470e3ff9ed5fc6028.js Maven / Gradle / Ivy

The newest version!
(()=>{var R=(i,h)=>()=>(h||i((h={exports:{}}).exports,h),h.exports);var _=R((p,x)=>{ace.define("ace/mode/doc_comment_highlight_rules",["require","exports","module","ace/lib/oop","ace/mode/text_highlight_rules"],function(i,h,v){"use strict";var m=i("../lib/oop"),d=i("./text_highlight_rules").TextHighlightRules,r=function(){this.$rules={start:[{token:"comment.doc.tag",regex:"@[\\w\\d_]+"},r.getTagRule(),{defaultToken:"comment.doc",caseInsensitive:!0}]}};m.inherits(r,d),r.getTagRule=function(c){return{token:"comment.doc.tag.storage.type",regex:"\\b(?:TODO|FIXME|XXX|HACK)\\b"}},r.getStartRule=function(c){return{token:"comment.doc",regex:"\\/\\*(?=\\*)",next:c}},r.getEndRule=function(c){return{token:"comment.doc",regex:"\\*\\/",next:c}},h.DocCommentHighlightRules=r});ace.define("ace/mode/scad_highlight_rules",["require","exports","module","ace/lib/oop","ace/lib/lang","ace/mode/doc_comment_highlight_rules","ace/mode/text_highlight_rules"],function(i,h,v){"use strict";var m=i("../lib/oop"),d=i("../lib/lang"),r=i("./doc_comment_highlight_rules").DocCommentHighlightRules,c=i("./text_highlight_rules").TextHighlightRules,e=function(){var t=this.createKeywordMapper({"variable.language":"this",keyword:"module|if|else|for","constant.language":"NULL"},"identifier");this.$rules={start:[{token:"comment",regex:"\\/\\/.*$"},r.getStartRule("start"),{token:"comment",regex:"\\/\\*",next:"comment"},{token:"string",regex:'["](?:(?:\\\\.)|(?:[^"\\\\]))*?["]'},{token:"string",regex:'["].*\\\\$',next:"qqstring"},{token:"string",regex:"['](?:(?:\\\\.)|(?:[^'\\\\]))*?[']"},{token:"string",regex:"['].*\\\\$",next:"qstring"},{token:"constant.numeric",regex:"0[xX][0-9a-fA-F]+\\b"},{token:"constant.numeric",regex:"[+-]?\\d+(?:(?:\\.\\d*)?(?:[eE][+-]?\\d+)?)?\\b"},{token:"constant",regex:"<[a-zA-Z0-9.]+>"},{token:"keyword",regex:"(?:use|include)"},{token:t,regex:"[a-zA-Z_$][a-zA-Z0-9_$]*\\b"},{token:"keyword.operator",regex:"!|\\$|%|&|\\*|\\-\\-|\\-|\\+\\+|\\+|~|==|=|!=|<=|>=|<<=|>>=|>>>=|<>|<|>|!|&&|\\|\\||\\?\\:|\\*=|%=|\\+=|\\-=|&=|\\^=|\\b(?:in|new|delete|typeof|void)"},{token:"paren.lparen",regex:"[[({]"},{token:"paren.rparen",regex:"[\\])}]"},{token:"text",regex:"\\s+"}],comment:[{token:"comment",regex:"\\*\\/",next:"start"},{defaultToken:"comment"}],qqstring:[{token:"string",regex:'(?:(?:\\\\.)|(?:[^"\\\\]))*?"',next:"start"},{token:"string",regex:".+"}],qstring:[{token:"string",regex:"(?:(?:\\\\.)|(?:[^'\\\\]))*?'",next:"start"},{token:"string",regex:".+"}]},this.embedRules(r,"doc-",[r.getEndRule("start")])};m.inherits(e,c),h.scadHighlightRules=e});ace.define("ace/mode/matching_brace_outdent",["require","exports","module","ace/range"],function(i,h,v){"use strict";var m=i("../range").Range,d=function(){};(function(){this.checkOutdent=function(r,c){return/^\s+$/.test(r)?/^\s*\}/.test(c):!1},this.autoOutdent=function(r,c){var e=r.getLine(c),t=e.match(/^(\s*\})/);if(!t)return 0;var n=t[1].length,a=r.findMatchingBracket({row:c,column:n});if(!a||a.row==c)return 0;var o=this.$getIndent(r.getLine(a.row));r.replace(new m(c,0,c,n-1),o)},this.$getIndent=function(r){return r.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(i,h,v){"use strict";var m=i("../../lib/oop"),d=i("../../range").Range,r=i("./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)))};m.inherits(c,r),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,t,n){var a=e.getLine(n);if(this.singleLineBlockCommentRe.test(a)&&!this.startRegionRe.test(a)&&!this.tripleStarBlockCommentRe.test(a))return"";var o=this._getFoldWidgetBase(e,t,n);return!o&&this.startRegionRe.test(a)?"start":o},this.getFoldWidgetRange=function(e,t,n,a){var o=e.getLine(n);if(this.startRegionRe.test(o))return this.getCommentRegionBlock(e,o,n);var g=o.match(this.foldingStartMarker);if(g){var s=g.index;if(g[1])return this.openingBracketBlock(e,g[1],n,s);var l=e.getCommentFoldRange(n,s+g[0].length,1);return l&&!l.isMultiLine()&&(a?l=this.getSectionRange(e,n):t!="all"&&(l=null)),l}if(t!=="markbegin"){var g=o.match(this.foldingStopMarker);if(g){var s=g.index+g[0].length;return g[1]?this.closingBracketBlock(e,g[1],n,s):e.getCommentFoldRange(n,s,-1)}}},this.getSectionRange=function(e,t){var n=e.getLine(t),a=n.search(/\S/),o=t,s=n.length;t=t+1;for(var l=t,g=e.getLength();++tu)break;var f=this.getFoldWidgetRange(e,"all",t);if(f){if(f.start.row<=o)break;if(f.isMultiLine())t=f.end.row;else if(a==u)break}l=t}}return new d(o,s,l,e.getLine(l).length)},this.getCommentRegionBlock=function(e,t,n){for(var a=t.search(/\s*$/),o=e.getLength(),s=n,l=/^\s*(?:\/\*|\/\/|--)#?(end)?region\b/,g=1;++ns)return new d(s,a,f,t.length)}}.call(c.prototype)});ace.define("ace/mode/scad",["require","exports","module","ace/lib/oop","ace/mode/text","ace/mode/scad_highlight_rules","ace/mode/matching_brace_outdent","ace/mode/behaviour/cstyle","ace/mode/folding/cstyle"],function(i,h,v){"use strict";var m=i("../lib/oop"),d=i("./text").Mode,r=i("./scad_highlight_rules").scadHighlightRules,c=i("./matching_brace_outdent").MatchingBraceOutdent,e=i("./behaviour/cstyle").CstyleBehaviour,t=i("./folding/cstyle").FoldMode,n=function(){this.HighlightRules=r,this.$outdent=new c,this.$behaviour=new e,this.foldingRules=new t};m.inherits(n,d),function(){this.lineCommentStart="//",this.blockComment={start:"/*",end:"*/"},this.getNextLineIndent=function(a,o,s){var l=this.$getIndent(o),g=this.getTokenizer().getLineTokens(o,a),u=g.tokens,f=g.state;if(u.length&&u[u.length-1].type=="comment")return l;if(a=="start"){var k=o.match(/^.*[\{\(\[]\s*$/);k&&(l+=s)}else if(a=="doc-start"){if(f=="start")return"";var k=o.match(/^\s*(\/?)\*/);k&&(k[1]&&(l+=" "),l+="* ")}return l},this.checkOutdent=function(a,o,s){return this.$outdent.checkOutdent(o,s)},this.autoOutdent=function(a,o,s){this.$outdent.autoOutdent(o,s)},this.$id="ace/mode/scad"}.call(n.prototype),h.Mode=n});(function(){ace.require(["ace/mode/scad"],function(i){typeof x=="object"&&typeof p=="object"&&x&&(x.exports=i)})})()});_();})();

//# sourceMappingURL=7cc98960277ab04470e3ff9ed5fc6028.js.map




© 2015 - 2024 Weber Informatics LLC | Privacy Policy