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.5cd4e1282f4409600b942819b7aa4f21.js Maven / Gradle / Ivy

The newest version!
(()=>{var x=(i,g)=>()=>(g||i((g={exports:{}}).exports,g),g.exports);var b=x((v,w)=>{ace.define("ace/mode/red_highlight_rules",["require","exports","module","ace/lib/oop","ace/mode/text_highlight_rules"],function(i,g,k){"use strict";var f=i("../lib/oop"),h=i("./text_highlight_rules").TextHighlightRules,c=function(){var d="";this.$rules={start:[{token:"keyword.operator",regex:/\s([\-+%/=<>*]|(?:\*\*\|\/\/|==|>>>?|<>|<<|=>|<=|=\?))(\s|(?=:))/},{token:"string.email",regex:/\w[-\w._]*\@\w[-\w._]*/},{token:"value.time",regex:/\b\d+:\d+(:\d+)?/},{token:"string.url",regex:/\w[-\w_]*\:(\/\/)?\w[-\w._]*(:\d+)?/},{token:"value.date",regex:/(\b\d{1,4}[-/]\d{1,2}[-/]\d{1,2}|\d{1,2}[-/]\d{1,2}[-/]\d{1,4})\b/},{token:"value.tuple",regex:/\b\d{1,3}\.\d{1,3}\.\d{1,3}(\.\d{1,3}){0,9}/},{token:"value.pair",regex:/[+-]?\d+x[-+]?\d+/},{token:"value.binary",regex:/\b2#{([01]{8})+}/},{token:"value.binary",regex:/\b64#{([\w/=+])+}/},{token:"value.binary",regex:/(16)?#{([\dabcdefABCDEF][\dabcdefABCDEF])*}/},{token:"value.issue",regex:/#\w[-\w'*.]*/},{token:"value.numeric",regex:/[+-]?\d['\d]*(?:\.\d+)?e[-+]?\d{1,3}\%?(?!\w)/},{token:"invalid.illegal",regex:/[+-]?\d['\d]*(?:\.\d+)?\%?[a-zA-Z]/},{token:"value.numeric",regex:/[+-]?\d['\d]*(?:\.\d+)?\%?(?![a-zA-Z])/},{token:"value.character",regex:/#"(\^[-@/_~^"HKLM\[]|.)"/},{token:"string.file",regex:/%[-\w\.\/]+/},{token:"string.tag",regex://,next:"start"},{defaultToken:"string.tag"}],comment:[{token:"comment",regex:/}/,next:"start"},{defaultToken:"comment"}]}};f.inherits(c,h),g.RedHighlightRules=c});ace.define("ace/mode/folding/cstyle",["require","exports","module","ace/lib/oop","ace/range","ace/mode/folding/fold_mode"],function(i,g,k){"use strict";var f=i("../../lib/oop"),h=i("../../range").Range,c=i("./fold_mode").FoldMode,d=g.FoldMode=function(e){e&&(this.foldingStartMarker=new RegExp(this.foldingStartMarker.source.replace(/\|[^|]*?$/,"|"+e.start)),this.foldingStopMarker=new RegExp(this.foldingStopMarker.source.replace(/\|[^|]*?$/,"|"+e.end)))};f.inherits(d,c),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 a=o.match(this.foldingStartMarker);if(a){var s=a.index;if(a[1])return this.openingBracketBlock(e,a[1],t,s);var l=e.getCommentFoldRange(t,s+a[0].length,1);return l&&!l.isMultiLine()&&(r?l=this.getSectionRange(e,t):n!="all"&&(l=null)),l}if(n!=="markbegin"){var a=o.match(this.foldingStopMarker);if(a){var s=a.index+a[0].length;return a[1]?this.closingBracketBlock(e,a[1],t,s):e.getCommentFoldRange(t,s,-1)}}},this.getSectionRange=function(e,n){var t=e.getLine(n),r=t.search(/\S/),o=n,s=t.length;n=n+1;for(var l=n,a=e.getLength();++nu)break;var p=this.getFoldWidgetRange(e,"all",n);if(p){if(p.start.row<=o)break;if(p.isMultiLine())n=p.end.row;else if(r==u)break}l=n}}return new h(o,s,l,e.getLine(l).length)},this.getCommentRegionBlock=function(e,n,t){for(var r=n.search(/\s*$/),o=e.getLength(),s=t,l=/^\s*(?:\/\*|\/\/|--)#?(end)?region\b/,a=1;++ts)return new h(s,r,p,n.length)}}.call(d.prototype)});ace.define("ace/mode/matching_brace_outdent",["require","exports","module","ace/range"],function(i,g,k){"use strict";var f=i("../range").Range,h=function(){};(function(){this.checkOutdent=function(c,d){return/^\s+$/.test(c)?/^\s*\}/.test(d):!1},this.autoOutdent=function(c,d){var e=c.getLine(d),n=e.match(/^(\s*\})/);if(!n)return 0;var t=n[1].length,r=c.findMatchingBracket({row:d,column:t});if(!r||r.row==d)return 0;var o=this.$getIndent(c.getLine(r.row));c.replace(new f(d,0,d,t-1),o)},this.$getIndent=function(c){return c.match(/^\s*/)[0]}}).call(h.prototype),g.MatchingBraceOutdent=h});ace.define("ace/mode/red",["require","exports","module","ace/lib/oop","ace/mode/text","ace/mode/red_highlight_rules","ace/mode/folding/cstyle","ace/mode/matching_brace_outdent","ace/range"],function(i,g,k){"use strict";var f=i("../lib/oop"),h=i("./text").Mode,c=i("./red_highlight_rules").RedHighlightRules,d=i("./folding/cstyle").FoldMode,e=i("./matching_brace_outdent").MatchingBraceOutdent,n=i("../range").Range,t=function(){this.HighlightRules=c,this.foldingRules=new d,this.$outdent=new e,this.$behaviour=this.$defaultBehaviour};f.inherits(t,h),function(){this.lineCommentStart=";",this.blockComment={start:"comment {",end:"}"},this.getNextLineIndent=function(r,o,s){var l=this.$getIndent(o),a=this.getTokenizer().getLineTokens(o,r),u=a.tokens,p=a.state;if(u.length&&u[u.length-1].type=="comment")return l;if(r=="start"){var m=o.match(/^.*[\{\[\(]\s*$/);m&&(l+=s)}else if(r=="doc-start"){if(p=="start")return"";var m=o.match(/^\s*(\/?)\*/);m&&(m[1]&&(l+=" "),l+="* ")}return l},this.checkOutdent=function(r,o,s){return this.$outdent.checkOutdent(o,s)},this.autoOutdent=function(r,o,s){this.$outdent.autoOutdent(o,s)},this.$id="ace/mode/red"}.call(t.prototype),g.Mode=t});(function(){ace.require(["ace/mode/red"],function(i){typeof w=="object"&&typeof v=="object"&&w&&(w.exports=i)})})()});b();})();

//# sourceMappingURL=5cd4e1282f4409600b942819b7aa4f21.js.map




© 2015 - 2024 Weber Informatics LLC | Privacy Policy