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.6257c20a623b032171b358cc95a1adab.js Maven / Gradle / Ivy

The newest version!
(()=>{var p=(i,s)=>()=>(s||i((s={exports:{}}).exports,s),s.exports);var R=p((k,x)=>{ace.define("ace/mode/json_highlight_rules",["require","exports","module","ace/lib/oop","ace/mode/text_highlight_rules"],function(i,s,v){"use strict";var d=i("../lib/oop"),u=i("./text_highlight_rules").TextHighlightRules,a=function(){this.$rules={start:[{token:"variable",regex:'["](?:(?:\\\\.)|(?:[^"\\\\]))*?["]\\s*(?=:)'},{token:"string",regex:'"',next:"string"},{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:"text",regex:"['](?:(?:\\\\.)|(?:[^'\\\\]))*?[']"},{token:"comment",regex:"\\/\\/.*$"},{token:"comment.start",regex:"\\/\\*",next:"comment"},{token:"paren.lparen",regex:"[[({]"},{token:"paren.rparen",regex:"[\\])}]"},{token:"punctuation.operator",regex:/[,]/},{token:"text",regex:"\\s+"}],string:[{token:"constant.language.escape",regex:/\\(?:x[0-9a-fA-F]{2}|u[0-9a-fA-F]{4}|["\\\/bfnrt])/},{token:"string",regex:'"|$',next:"start"},{defaultToken:"string"}],comment:[{token:"comment.end",regex:"\\*\\/",next:"start"},{defaultToken:"comment"}]}};d.inherits(a,u),s.JsonHighlightRules=a});ace.define("ace/mode/json5_highlight_rules",["require","exports","module","ace/lib/oop","ace/mode/json_highlight_rules"],function(i,s,v){"use strict";var d=i("../lib/oop"),u=i("./json_highlight_rules").JsonHighlightRules,a=function(){u.call(this);var g=[{token:"variable",regex:/[a-zA-Z$_\u00a1-\uffff][\w$\u00a1-\uffff]*\s*(?=:)/},{token:"variable",regex:/['](?:(?:\\.)|(?:[^'\\]))*?[']\s*(?=:)/},{token:"constant.language.boolean",regex:/(?:null)\b/},{token:"string",regex:/'/,next:[{token:"constant.language.escape",regex:/\\(?:x[0-9a-fA-F]{2}|u[0-9a-fA-F]{4}|["\/bfnrt]|$)/,consumeLineEnd:!0},{token:"string",regex:/'|$/,next:"start"},{defaultToken:"string"}]},{token:"string",regex:/"(?![^"]*":)/,next:[{token:"constant.language.escape",regex:/\\(?:x[0-9a-fA-F]{2}|u[0-9a-fA-F]{4}|["\/bfnrt]|$)/,consumeLineEnd:!0},{token:"string",regex:/"|$/,next:"start"},{defaultToken:"string"}]},{token:"constant.numeric",regex:/[+-]?(?:Infinity|NaN)\b/}];for(var e in this.$rules)this.$rules[e].unshift.apply(this.$rules[e],g);this.normalizeRules()};d.inherits(a,u),s.Json5HighlightRules=a});ace.define("ace/mode/matching_brace_outdent",["require","exports","module","ace/range"],function(i,s,v){"use strict";var d=i("../range").Range,u=function(){};(function(){this.checkOutdent=function(a,g){return/^\s+$/.test(a)?/^\s*\}/.test(g):!1},this.autoOutdent=function(a,g){var e=a.getLine(g),n=e.match(/^(\s*\})/);if(!n)return 0;var t=n[1].length,r=a.findMatchingBracket({row:g,column:t});if(!r||r.row==g)return 0;var o=this.$getIndent(a.getLine(r.row));a.replace(new d(g,0,g,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 d=i("../../lib/oop"),u=i("../../range").Range,a=i("./fold_mode").FoldMode,g=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)))};d.inherits(g,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 r=e.getLine(t);if(this.singleLineBlockCommentRe.test(r)&&!this.startRegionRe.test(r)&&!this.tripleStarBlockCommentRe.test(r))return"";var o=this._getFoldWidgetBase(e,n,t);return!o&&this.startRegionRe.test(r)?"start":o},this.getFoldWidgetRange=function(e,n,t,r){var o=e.getLine(t);if(this.startRegionRe.test(o))return this.getCommentRegionBlock(e,o,t);var l=o.match(this.foldingStartMarker);if(l){var c=l.index;if(l[1])return this.openingBracketBlock(e,l[1],t,c);var h=e.getCommentFoldRange(t,c+l[0].length,1);return h&&!h.isMultiLine()&&(r?h=this.getSectionRange(e,t):n!="all"&&(h=null)),h}if(n!=="markbegin"){var l=o.match(this.foldingStopMarker);if(l){var c=l.index+l[0].length;return l[1]?this.closingBracketBlock(e,l[1],t,c):e.getCommentFoldRange(t,c,-1)}}},this.getSectionRange=function(e,n){var t=e.getLine(n),r=t.search(/\S/),o=n,c=t.length;n=n+1;for(var h=n,l=e.getLength();++nm)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(r==m)break}h=n}}return new u(o,c,h,e.getLine(h).length)},this.getCommentRegionBlock=function(e,n,t){for(var r=n.search(/\s*$/),o=e.getLength(),c=t,h=/^\s*(?:\/\*|\/\/|--)#?(end)?region\b/,l=1;++tc)return new u(c,r,f,n.length)}}.call(g.prototype)});ace.define("ace/mode/json5",["require","exports","module","ace/lib/oop","ace/mode/text","ace/mode/json5_highlight_rules","ace/mode/matching_brace_outdent","ace/mode/behaviour/cstyle","ace/mode/folding/cstyle"],function(i,s,v){"use strict";var d=i("../lib/oop"),u=i("./text").Mode,a=i("./json5_highlight_rules").Json5HighlightRules,g=i("./matching_brace_outdent").MatchingBraceOutdent,e=i("./behaviour/cstyle").CstyleBehaviour,n=i("./folding/cstyle").FoldMode,t=function(){this.HighlightRules=a,this.$outdent=new g,this.$behaviour=new e,this.foldingRules=new n};d.inherits(t,u),function(){this.lineCommentStart="//",this.blockComment={start:"/*",end:"*/"},this.checkOutdent=function(r,o,c){return this.$outdent.checkOutdent(o,c)},this.autoOutdent=function(r,o,c){this.$outdent.autoOutdent(o,c)},this.$id="ace/mode/json5"}.call(t.prototype),s.Mode=t});(function(){ace.require(["ace/mode/json5"],function(i){typeof x=="object"&&typeof k=="object"&&x&&(x.exports=i)})})()});R();})();

//# sourceMappingURL=6257c20a623b032171b358cc95a1adab.js.map




© 2015 - 2024 Weber Informatics LLC | Privacy Policy