ber-security.graylog.graylog-plugin-correlation-count.6.0.0.source-code.950a205e91da7e78226dd785fd6d34db.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 F=(t,a)=>()=>(a||t((a={exports:{}}).exports,a),a.exports);var S=F(($,b)=>{ace.define("ace/mode/sh_highlight_rules",["require","exports","module","ace/lib/oop","ace/mode/text_highlight_rules"],function(t,a,y){"use strict";var h=t("../lib/oop"),f=t("./text_highlight_rules").TextHighlightRules,u=a.reservedKeywords="!|{|}|case|do|done|elif|else|esac|fi|for|if|in|then|until|while|&|;|export|local|read|typeset|unset|elif|select|set|function|declare|readonly",g=a.languageConstructs="[|]|alias|bg|bind|break|builtin|cd|command|compgen|complete|continue|dirs|disown|echo|enable|eval|exec|exit|fc|fg|getopts|hash|help|history|jobs|kill|let|logout|popd|printf|pushd|pwd|return|set|shift|shopt|source|suspend|test|times|trap|type|ulimit|umask|unalias|wait",e=function(){var s=this.createKeywordMapper({keyword:u,"support.function.builtin":g,"invalid.deprecated":"debugger"},"identifier"),r="(?:(?:[1-9]\\d*)|(?:0))",n="(?:\\.\\d+)",i="(?:\\d+)",p="(?:(?:"+i+"?"+n+")|(?:"+i+"\\.))",x="(?:(?:"+p+"|"+i+"))",o="(?:"+x+"|"+p+")",d="(?:&"+i+")",m="[a-zA-Z_][a-zA-Z0-9_]*",_="(?:"+m+"(?==))",M="(?:\\$(?:SHLVL|\\$|\\!|\\?))",R="(?:"+m+"\\s*\\(\\))";this.$rules={start:[{token:"constant",regex:/\\./},{token:["text","comment"],regex:/(^|\s)(#.*)$/},{token:"string.start",regex:'"',push:[{token:"constant.language.escape",regex:/\\(?:[$`"\\]|$)/},{include:"variables"},{token:"keyword.operator",regex:/`/},{token:"string.end",regex:'"',next:"pop"},{defaultToken:"string"}]},{token:"string",regex:"\\$'",push:[{token:"constant.language.escape",regex:/\\(?:[abeEfnrtv\\'"]|x[a-fA-F\d]{1,2}|u[a-fA-F\d]{4}([a-fA-F\d]{4})?|c.|\d{1,3})/},{token:"string",regex:"'",next:"pop"},{defaultToken:"string"}]},{regex:"<<<",token:"keyword.operator"},{stateName:"heredoc",regex:"(<<-?)(\\s*)(['\"`]?)([\\w\\-]+)(['\"`]?)",onMatch:function(c,v,l){var H=c[2]=="-"?"indentedHeredoc":"heredoc",k=c.split(this.splitRegex);return l.push(H,k[4]),[{type:"constant",value:k[1]},{type:"text",value:k[2]},{type:"string",value:k[3]},{type:"support.class",value:k[4]},{type:"string",value:k[5]}]},rules:{heredoc:[{onMatch:function(c,v,l){return c===l[1]?(l.shift(),l.shift(),this.next=l[0]||"start","support.class"):(this.next="","string")},regex:".*$",next:"start"}],indentedHeredoc:[{token:"string",regex:"^ +"},{onMatch:function(c,v,l){return c===l[1]?(l.shift(),l.shift(),this.next=l[0]||"start","support.class"):(this.next="","string")},regex:".*$",next:"start"}]}},{regex:"$",token:"empty",next:function(c,v){return v[0]==="heredoc"||v[0]==="indentedHeredoc"?v[0]:c}},{token:["keyword","text","text","text","variable"],regex:/(declare|local|readonly)(\s+)(?:(-[fixar]+)(\s+))?([a-zA-Z_][a-zA-Z0-9_]*\b)/},{token:"variable.language",regex:M},{token:"variable",regex:_},{include:"variables"},{token:"support.function",regex:R},{token:"support.function",regex:d},{token:"string",start:"'",end:"'"},{token:"constant.numeric",regex:o},{token:"constant.numeric",regex:r+"\\b"},{token:s,regex:"[a-zA-Z_][a-zA-Z0-9_]*\\b"},{token:"keyword.operator",regex:"\\+|\\-|\\*|\\*\\*|\\/|\\/\\/|~|<|>|<=|=>|=|!=|[%&|`]"},{token:"punctuation.operator",regex:";"},{token:"paren.lparen",regex:"[\\[\\(\\{]"},{token:"paren.rparen",regex:"[\\]]"},{token:"paren.rparen",regex:"[\\)\\}]",next:"pop"}],variables:[{token:"variable",regex:/(\$)(\w+)/},{token:["variable","paren.lparen"],regex:/(\$)(\()/,push:"start"},{token:["variable","paren.lparen","keyword.operator","variable","keyword.operator"],regex:/(\$)(\{)([#!]?)(\w+|[*@#?\-$!0_])(:[?+\-=]?|##?|%%?|,,?\/|\^\^?)?/,push:"start"},{token:"variable",regex:/\$[*@#?\-$!0_]/},{token:["variable","paren.lparen"],regex:/(\$)(\{)/,push:"start"}]},this.normalizeRules()};h.inherits(e,f),a.ShHighlightRules=e});ace.define("ace/mode/makefile_highlight_rules",["require","exports","module","ace/lib/oop","ace/mode/text_highlight_rules","ace/mode/sh_highlight_rules"],function(t,a,y){"use strict";var h=t("../lib/oop"),f=t("./text_highlight_rules").TextHighlightRules,u=t("./sh_highlight_rules"),g=function(){var e=this.createKeywordMapper({keyword:u.reservedKeywords,"support.function.builtin":u.languageConstructs,"invalid.deprecated":"debugger"},"string");this.$rules={start:[{token:"string.interpolated.backtick.makefile",regex:"`",next:"shell-start"},{token:"punctuation.definition.comment.makefile",regex:/#(?=.)/,next:"comment"},{token:["keyword.control.makefile"],regex:"^(?:\\s*\\b)(\\-??include|ifeq|ifneq|ifdef|ifndef|else|endif|vpath|export|unexport|define|endef|override)(?:\\b)"},{token:["entity.name.function.makefile","text"],regex:"^([^\\t ]+(?:\\s[^\\t ]+)*:)(\\s*.*)"}],comment:[{token:"punctuation.definition.comment.makefile",regex:/.+\\/},{token:"punctuation.definition.comment.makefile",regex:".+",next:"start"}],"shell-start":[{token:e,regex:"[a-zA-Z_$][a-zA-Z0-9_$]*\\b"},{token:"string",regex:"\\w+"},{token:"string.interpolated.backtick.makefile",regex:"`",next:"start"}]}};h.inherits(g,f),a.MakefileHighlightRules=g});ace.define("ace/mode/folding/coffee",["require","exports","module","ace/lib/oop","ace/mode/folding/fold_mode","ace/range"],function(t,a,y){"use strict";var h=t("../../lib/oop"),f=t("./fold_mode").FoldMode,u=t("../../range").Range,g=a.FoldMode=function(){};h.inherits(g,f),function(){this.commentBlock=function(e,s){var r=/\S/,n=e.getLine(s),i=n.search(r);if(!(i==-1||n[i]!="#")){for(var p=n.length,x=e.getLength(),o=s,d=s;++so){var _=e.getLine(d).length;return new u(o,p,d,_)}}},this.getFoldWidgetRange=function(e,s,r){var n=this.indentationBlock(e,r);if(n||(n=this.commentBlock(e,r),n))return n},this.getFoldWidget=function(e,s,r){var n=e.getLine(r),i=n.search(/\S/),p=e.getLine(r+1),x=e.getLine(r-1),o=x.search(/\S/),d=p.search(/\S/);if(i==-1)return e.foldWidgets[r-1]=o!=-1&&o