ber-security.graylog.graylog-plugin-correlation-count.6.0.0.source-code.367def81f25c0a08527f9a4e86e70c56.js Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of graylog-plugin-correlation-count Show documentation
Show all versions of graylog-plugin-correlation-count Show documentation
Graylog ${project.artifactId} plugin.
(()=>{var b=(n,a)=>()=>(a||n((a={exports:{}}).exports,a),a.exports);var x=b((k,p)=>{ace.define("ace/mode/sql_highlight_rules",["require","exports","module","ace/lib/oop","ace/mode/text_highlight_rules"],function(n,a,v){"use strict";var u=n("../lib/oop"),g=n("./text_highlight_rules").TextHighlightRules,d=function(){var f="select|insert|update|delete|from|where|and|or|group|by|order|limit|offset|having|as|case|when|then|else|end|type|left|right|join|on|outer|desc|asc|union|create|table|primary|key|if|foreign|not|references|default|null|inner|cross|natural|database|drop|grant|distinct|is|in|all|alter|any|array|at|authorization|between|both|cast|check|collate|column|commit|constraint|cube|current|current_date|current_time|current_timestamp|current_user|describe|escape|except|exists|external|extract|fetch|filter|for|full|function|global|grouping|intersect|interval|into|leading|like|local|no|of|only|out|overlaps|partition|position|range|revoke|rollback|rollup|row|rows|session_user|set|some|start|tablesample|time|to|trailing|truncate|unique|unknown|user|using|values|window|with",e="true|false",t="avg|count|first|last|max|min|sum|ucase|lcase|mid|len|round|rank|now|format|coalesce|ifnull|isnull|nvl",i="int|numeric|decimal|date|varchar|char|bigint|float|double|bit|binary|text|set|timestamp|money|real|number|integer|string",o=this.createKeywordMapper({"support.function":t,keyword:f,"constant.language":e,"storage.type":i},"identifier",!0);this.$rules={start:[{token:"comment",regex:"--.*$"},{token:"comment",start:"/\\*",end:"\\*/"},{token:"string",regex:'".*?"'},{token:"string",regex:"'.*?'"},{token:"string",regex:"`.*?`"},{token:"constant.numeric",regex:"[+-]?\\d+(?:(?:\\.\\d*)?(?:[eE][+-]?\\d+)?)?\\b"},{token:o,regex:"[a-zA-Z_$][a-zA-Z0-9_$]*\\b"},{token:"keyword.operator",regex:"\\+|\\-|\\/|\\/\\/|%|<@>|@>|<@|&|\\^|~|<|>|<=|=>|==|!=|<>|="},{token:"paren.lparen",regex:"[\\(]"},{token:"paren.rparen",regex:"[\\)]"},{token:"text",regex:"\\s+"}]},this.normalizeRules()};u.inherits(d,g),a.SqlHighlightRules=d});ace.define("ace/mode/folding/cstyle",["require","exports","module","ace/lib/oop","ace/range","ace/mode/folding/fold_mode"],function(n,a,v){"use strict";var u=n("../../lib/oop"),g=n("../../range").Range,d=n("./fold_mode").FoldMode,f=a.FoldMode=function(e){e&&(this.foldingStartMarker=new RegExp(this.foldingStartMarker.source.replace(/\|[^|]*?$/,"|"+e.start)),this.foldingStopMarker=new RegExp(this.foldingStopMarker.source.replace(/\|[^|]*?$/,"|"+e.end)))};u.inherits(f,d),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,i){var o=e.getLine(i);if(this.singleLineBlockCommentRe.test(o)&&!this.startRegionRe.test(o)&&!this.tripleStarBlockCommentRe.test(o))return"";var l=this._getFoldWidgetBase(e,t,i);return!l&&this.startRegionRe.test(o)?"start":l},this.getFoldWidgetRange=function(e,t,i,o){var l=e.getLine(i);if(this.startRegionRe.test(l))return this.getCommentRegionBlock(e,l,i);var r=l.match(this.foldingStartMarker);if(r){var c=r.index;if(r[1])return this.openingBracketBlock(e,r[1],i,c);var s=e.getCommentFoldRange(i,c+r[0].length,1);return s&&!s.isMultiLine()&&(o?s=this.getSectionRange(e,i):t!="all"&&(s=null)),s}if(t!=="markbegin"){var r=l.match(this.foldingStopMarker);if(r){var c=r.index+r[0].length;return r[1]?this.closingBracketBlock(e,r[1],i,c):e.getCommentFoldRange(i,c,-1)}}},this.getSectionRange=function(e,t){var i=e.getLine(t),o=i.search(/\S/),l=t,c=i.length;t=t+1;for(var s=t,r=e.getLength();++tm)break;var h=this.getFoldWidgetRange(e,"all",t);if(h){if(h.start.row<=l)break;if(h.isMultiLine())t=h.end.row;else if(o==m)break}s=t}}return new g(l,c,s,e.getLine(s).length)},this.getCommentRegionBlock=function(e,t,i){for(var o=t.search(/\s*$/),l=e.getLength(),c=i,s=/^\s*(?:\/\*|\/\/|--)#?(end)?region\b/,r=1;++ic)return new g(c,o,h,t.length)}}.call(f.prototype)});ace.define("ace/mode/folding/sql",["require","exports","module","ace/lib/oop","ace/mode/folding/cstyle"],function(n,a,v){"use strict";var u=n("../../lib/oop"),g=n("./cstyle").FoldMode,d=a.FoldMode=function(){};u.inherits(d,g),function(){}.call(d.prototype)});ace.define("ace/mode/sql",["require","exports","module","ace/lib/oop","ace/mode/text","ace/mode/sql_highlight_rules","ace/mode/folding/sql"],function(n,a,v){"use strict";var u=n("../lib/oop"),g=n("./text").Mode,d=n("./sql_highlight_rules").SqlHighlightRules,f=n("./folding/sql").FoldMode,e=function(){this.HighlightRules=d,this.foldingRules=new f,this.$behaviour=this.$defaultBehaviour};u.inherits(e,g),function(){this.lineCommentStart="--",this.blockComment={start:"/*",end:"*/"},this.$id="ace/mode/sql",this.snippetFileId="ace/snippets/sql"}.call(e.prototype),a.Mode=e});(function(){ace.require(["ace/mode/sql"],function(n){typeof p=="object"&&typeof k=="object"&&p&&(p.exports=n)})})()});x();})();
//# sourceMappingURL=367def81f25c0a08527f9a4e86e70c56.js.map