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.979239ac9b74c2c57dcc2b66e7e3b353.js Maven / Gradle / Ivy

The newest version!
(()=>{var x=(i,s)=>()=>(s||i((s={exports:{}}).exports,s),s.exports);var R=x((k,p)=>{ace.define("ace/mode/doc_comment_highlight_rules",["require","exports","module","ace/lib/oop","ace/mode/text_highlight_rules"],function(i,s,v){"use strict";var m=i("../lib/oop"),u=i("./text_highlight_rules").TextHighlightRules,a=function(){this.$rules={start:[{token:"comment.doc.tag",regex:"@[\\w\\d_]+"},a.getTagRule(),{defaultToken:"comment.doc",caseInsensitive:!0}]}};m.inherits(a,u),a.getTagRule=function(r){return{token:"comment.doc.tag.storage.type",regex:"\\b(?:TODO|FIXME|XXX|HACK)\\b"}},a.getStartRule=function(r){return{token:"comment.doc",regex:"\\/\\*(?=\\*)",next:r}},a.getEndRule=function(r){return{token:"comment.doc",regex:"\\*\\/",next:r}},s.DocCommentHighlightRules=a});ace.define("ace/mode/haxe_highlight_rules",["require","exports","module","ace/lib/oop","ace/mode/doc_comment_highlight_rules","ace/mode/text_highlight_rules"],function(i,s,v){"use strict";var m=i("../lib/oop"),u=i("./doc_comment_highlight_rules").DocCommentHighlightRules,a=i("./text_highlight_rules").TextHighlightRules,r=function(){var e="break|case|cast|catch|class|continue|default|else|enum|extends|for|function|if|implements|import|in|inline|interface|new|override|package|private|public|return|static|super|switch|this|throw|trace|try|typedef|untyped|var|while|Array|Void|Bool|Int|UInt|Float|Dynamic|String|List|Hash|IntHash|Error|Unknown|Type|Std",n="null|true|false",t=this.createKeywordMapper({"variable.language":"this",keyword:e,"constant.language":n},"identifier");this.$rules={start:[{token:"comment",regex:"\\/\\/.*$"},u.getStartRule("doc-start"),{token:"comment",regex:"\\/\\*",next:"comment"},{token:"string.regexp",regex:"[/](?:(?:\\[(?:\\\\]|[^\\]])+\\])|(?:\\\\/|[^\\]/]))*[/]\\w*\\s*(?=[).,;]|$)"},{token:"string",regex:'["](?:(?:\\\\.)|(?:[^"\\\\]))*?["]'},{token:"string",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:t,regex:"[a-zA-Z_$][a-zA-Z0-9_$]*\\b"},{token:"keyword.operator",regex:"!|\\$|%|&|\\*|\\-\\-|\\-|\\+\\+|\\+|~|===|==|=|!=|!==|<=|>=|<<=|>>=|>>>=|<>|<|>|!|&&|\\|\\||\\?\\:|\\*=|%=|\\+=|\\-=|&=|\\^=|\\b(?:in|instanceof|new|delete|typeof|void)"},{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(u,"doc-",[u.getEndRule("start")])};m.inherits(r,a),s.HaxeHighlightRules=r});ace.define("ace/mode/matching_brace_outdent",["require","exports","module","ace/range"],function(i,s,v){"use strict";var m=i("../range").Range,u=function(){};(function(){this.checkOutdent=function(a,r){return/^\s+$/.test(a)?/^\s*\}/.test(r):!1},this.autoOutdent=function(a,r){var e=a.getLine(r),n=e.match(/^(\s*\})/);if(!n)return 0;var t=n[1].length,l=a.findMatchingBracket({row:r,column:t});if(!l||l.row==r)return 0;var o=this.$getIndent(a.getLine(l.row));a.replace(new m(r,0,r,t-1),o)},this.$getIndent=function(a){return a.match(/^\s*/)[0]}}).call(u.prototype),s.MatchingBraceOutdent=u});ace.define("ace/mode/folding/cstyle",["require","exports","module","ace/lib/oop","ace/range","ace/mode/folding/fold_mode"],function(i,s,v){"use strict";var m=i("../../lib/oop"),u=i("../../range").Range,a=i("./fold_mode").FoldMode,r=s.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(r,a),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 l=e.getLine(t);if(this.singleLineBlockCommentRe.test(l)&&!this.startRegionRe.test(l)&&!this.tripleStarBlockCommentRe.test(l))return"";var o=this._getFoldWidgetBase(e,n,t);return!o&&this.startRegionRe.test(l)?"start":o},this.getFoldWidgetRange=function(e,n,t,l){var o=e.getLine(t);if(this.startRegionRe.test(o))return this.getCommentRegionBlock(e,o,t);var c=o.match(this.foldingStartMarker);if(c){var g=c.index;if(c[1])return this.openingBracketBlock(e,c[1],t,g);var h=e.getCommentFoldRange(t,g+c[0].length,1);return h&&!h.isMultiLine()&&(l?h=this.getSectionRange(e,t):n!="all"&&(h=null)),h}if(n!=="markbegin"){var c=o.match(this.foldingStopMarker);if(c){var g=c.index+c[0].length;return c[1]?this.closingBracketBlock(e,c[1],t,g):e.getCommentFoldRange(t,g,-1)}}},this.getSectionRange=function(e,n){var t=e.getLine(n),l=t.search(/\S/),o=n,g=t.length;n=n+1;for(var h=n,c=e.getLength();++nd)break;var f=this.getFoldWidgetRange(e,"all",n);if(f){if(f.start.row<=o)break;if(f.isMultiLine())n=f.end.row;else if(l==d)break}h=n}}return new u(o,g,h,e.getLine(h).length)},this.getCommentRegionBlock=function(e,n,t){for(var l=n.search(/\s*$/),o=e.getLength(),g=t,h=/^\s*(?:\/\*|\/\/|--)#?(end)?region\b/,c=1;++tg)return new u(g,l,f,n.length)}}.call(r.prototype)});ace.define("ace/mode/haxe",["require","exports","module","ace/lib/oop","ace/mode/text","ace/mode/haxe_highlight_rules","ace/mode/matching_brace_outdent","ace/mode/behaviour/cstyle","ace/mode/folding/cstyle"],function(i,s,v){"use strict";var m=i("../lib/oop"),u=i("./text").Mode,a=i("./haxe_highlight_rules").HaxeHighlightRules,r=i("./matching_brace_outdent").MatchingBraceOutdent,e=i("./behaviour/cstyle").CstyleBehaviour,n=i("./folding/cstyle").FoldMode,t=function(){this.HighlightRules=a,this.$outdent=new r,this.$behaviour=new e,this.foldingRules=new n};m.inherits(t,u),function(){this.lineCommentStart="//",this.blockComment={start:"/*",end:"*/"},this.getNextLineIndent=function(l,o,g){var h=this.$getIndent(o),c=this.getTokenizer().getLineTokens(o,l),d=c.tokens;if(d.length&&d[d.length-1].type=="comment")return h;if(l=="start"){var f=o.match(/^.*[\{\(\[]\s*$/);f&&(h+=g)}return h},this.checkOutdent=function(l,o,g){return this.$outdent.checkOutdent(o,g)},this.autoOutdent=function(l,o,g){this.$outdent.autoOutdent(o,g)},this.$id="ace/mode/haxe"}.call(t.prototype),s.Mode=t});(function(){ace.require(["ace/mode/haxe"],function(i){typeof p=="object"&&typeof k=="object"&&p&&(p.exports=i)})})()});R();})();

//# sourceMappingURL=979239ac9b74c2c57dcc2b66e7e3b353.js.map




© 2015 - 2024 Weber Informatics LLC | Privacy Policy