ber-security.graylog.graylog-plugin-alert-wizard.5.2.1.source-code.2adc6bc4a8a2bf35636e8fc7fe0df2dd.js.map Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of graylog-plugin-alert-wizard Show documentation
Show all versions of graylog-plugin-alert-wizard Show documentation
Graylog ${project.artifactId} plugin.
The newest version!
{"version":3,"sources":["webpack://AlertWizard/2adc6bc4a8a2bf35636e8fc7fe0df2dd.js"],"sourcesContent":["ace.define(\"ace/mode/eiffel_highlight_rules\",[\"require\",\"exports\",\"module\",\"ace/lib/oop\",\"ace/mode/text_highlight_rules\"], function(require, exports, module){\"use strict\";\nvar oop = require(\"../lib/oop\");\nvar TextHighlightRules = require(\"./text_highlight_rules\").TextHighlightRules;\nvar EiffelHighlightRules = function () {\n var keywords = \"across|agent|alias|all|attached|as|assign|attribute|check|\" +\n \"class|convert|create|debug|deferred|detachable|do|else|elseif|end|\" +\n \"ensure|expanded|export|external|feature|from|frozen|if|inherit|\" +\n \"inspect|invariant|like|local|loop|not|note|obsolete|old|once|\" +\n \"Precursor|redefine|rename|require|rescue|retry|select|separate|\" +\n \"some|then|undefine|until|variant|when\";\n var operatorKeywords = \"and|implies|or|xor\";\n var languageConstants = \"Void\";\n var booleanConstants = \"True|False\";\n var languageVariables = \"Current|Result\";\n var keywordMapper = this.createKeywordMapper({\n \"constant.language\": languageConstants,\n \"constant.language.boolean\": booleanConstants,\n \"variable.language\": languageVariables,\n \"keyword.operator\": operatorKeywords,\n \"keyword\": keywords\n }, \"identifier\", true);\n var simpleString = /(?:[^\"%\\b\\f\\v]|%[A-DFHLNQR-V%'\"()<>]|%\\/(?:0[xX][\\da-fA-F](?:_*[\\da-fA-F])*|0[cC][0-7](?:_*[0-7])*|0[bB][01](?:_*[01])*|\\d(?:_*\\d)*)\\/)+?/;\n this.$rules = {\n \"start\": [{\n token: \"string.quoted.other\",\n regex: /\"\\[/,\n next: \"aligned_verbatim_string\"\n }, {\n token: \"string.quoted.other\",\n regex: /\"\\{/,\n next: \"non-aligned_verbatim_string\"\n }, {\n token: \"string.quoted.double\",\n regex: /\"(?:[^%\\b\\f\\n\\r\\v]|%[A-DFHLNQR-V%'\"()<>]|%\\/(?:0[xX][\\da-fA-F](?:_*[\\da-fA-F])*|0[cC][0-7](?:_*[0-7])*|0[bB][01](?:_*[01])*|\\d(?:_*\\d)*)\\/)*?\"/\n }, {\n token: \"comment.line.double-dash\",\n regex: /--.*/\n }, {\n token: \"constant.character\",\n regex: /'(?:[^%\\b\\f\\n\\r\\t\\v]|%[A-DFHLNQR-V%'\"()<>]|%\\/(?:0[xX][\\da-fA-F](?:_*[\\da-fA-F])*|0[cC][0-7](?:_*[0-7])*|0[bB][01](?:_*[01])*|\\d(?:_*\\d)*)\\/)'/\n }, {\n token: \"constant.numeric\",\n regex: /\\b0(?:[xX][\\da-fA-F](?:_*[\\da-fA-F])*|[cC][0-7](?:_*[0-7])*|[bB][01](?:_*[01])*)\\b/\n }, {\n token: \"constant.numeric\",\n regex: /(?:\\d(?:_*\\d)*)?\\.(?:(?:\\d(?:_*\\d)*)?[eE][+-]?)?\\d(?:_*\\d)*|\\d(?:_*\\d)*\\.?/\n }, {\n token: \"paren.lparen\",\n regex: /[\\[({]|<<|\\|\\(/\n }, {\n token: \"paren.rparen\",\n regex: /[\\])}]|>>|\\|\\)/\n }, {\n token: \"keyword.operator\",\n regex: /:=|->|\\.(?=\\w)|[;,:?]/\n }, {\n token: \"keyword.operator\",\n regex: /\\\\\\\\|\\|\\.\\.\\||\\.\\.|\\/[~\\/]?|[><\\/]=?|[-+*^=~]/\n }, {\n token: function (v) {\n var result = keywordMapper(v);\n if (result === \"identifier\" && v === v.toUpperCase()) {\n result = \"entity.name.type\";\n }\n return result;\n },\n regex: /[a-zA-Z][a-zA-Z\\d_]*\\b/\n }, {\n token: \"text\",\n regex: /\\s+/\n }\n ],\n \"aligned_verbatim_string\": [{\n token: \"string\",\n regex: /]\"/,\n next: \"start\"\n }, {\n token: \"string\",\n regex: simpleString\n }\n ],\n \"non-aligned_verbatim_string\": [{\n token: \"string.quoted.other\",\n regex: /}\"/,\n next: \"start\"\n }, {\n token: \"string.quoted.other\",\n regex: simpleString\n }\n ]\n };\n};\noop.inherits(EiffelHighlightRules, TextHighlightRules);\nexports.EiffelHighlightRules = EiffelHighlightRules;\n\n});\n\nace.define(\"ace/mode/eiffel\",[\"require\",\"exports\",\"module\",\"ace/lib/oop\",\"ace/mode/text\",\"ace/mode/eiffel_highlight_rules\"], function(require, exports, module){\"use strict\";\nvar oop = require(\"../lib/oop\");\nvar TextMode = require(\"./text\").Mode;\nvar EiffelHighlightRules = require(\"./eiffel_highlight_rules\").EiffelHighlightRules;\nvar Mode = function () {\n this.HighlightRules = EiffelHighlightRules;\n this.$behaviour = this.$defaultBehaviour;\n};\noop.inherits(Mode, TextMode);\n(function () {\n this.lineCommentStart = \"--\";\n this.$id = \"ace/mode/eiffel\";\n}).call(Mode.prototype);\nexports.Mode = Mode;\n\n}); (function() {\n ace.require([\"ace/mode/eiffel\"], function(m) {\n if (typeof module == \"object\" && typeof exports == \"object\" && module) {\n module.exports = m;\n }\n });\n })();\n "],"mappings":"oEAAA,IAAAA,EAAAC,EAAA,CAAAC,EAAAC,IAAA,KAAI,OAAO,kCAAkC,CAAC,UAAU,UAAU,SAAS,cAAc,+BAA+B,EAAG,SAASC,EAASF,EAASC,EAAO,CAAC,aAC9J,IAAIE,EAAMD,EAAQ,YAAY,EAC1BE,EAAqBF,EAAQ,wBAAwB,EAAE,mBACvDG,EAAuB,UAAY,CACnC,IAAIC,EAAW,+VAMXC,EAAmB,qBACnBC,EAAoB,OACpBC,EAAmB,aACnBC,EAAoB,iBACpBC,EAAgB,KAAK,oBAAoB,CACzC,oBAAqBH,EACrB,4BAA6BC,EAC7B,oBAAqBC,EACrB,mBAAoBH,EACpB,QAAWD,CACf,EAAG,aAAc,EAAI,EACjBM,EAAe,4IACnB,KAAK,OAAS,CACV,MAAS,CAAC,CACF,MAAO,sBACP,MAAO,MACP,KAAM,yBACV,EAAG,CACC,MAAO,sBACP,MAAO,MACP,KAAM,6BACV,EAAG,CACC,MAAO,uBACP,MAAO,gJACX,EAAG,CACC,MAAO,2BACP,MAAO,MACX,EAAG,CACC,MAAO,qBACP,MAAO,gJACX,EAAG,CACC,MAAO,mBACP,MAAO,oFACX,EAAG,CACC,MAAO,mBACP,MAAO,4EACX,EAAG,CACC,MAAO,eACP,MAAO,gBACX,EAAG,CACC,MAAO,eACP,MAAO,gBACX,EAAG,CACC,MAAO,mBACP,MAAO,uBACX,EAAG,CACC,MAAO,mBACP,MAAO,+CACX,EAAG,CACC,MAAO,SAAUC,EAAG,CAChB,IAAIC,EAASH,EAAcE,CAAC,EAC5B,OAAIC,IAAW,cAAgBD,IAAMA,EAAE,YAAY,IAC/CC,EAAS,oBAENA,CACX,EACA,MAAO,wBACX,EAAG,CACC,MAAO,OACP,MAAO,KACX,CACJ,EACA,wBAA2B,CAAC,CACpB,MAAO,SACP,MAAO,KACP,KAAM,OACV,EAAG,CACC,MAAO,SACP,MAAOF,CACX,CACJ,EACA,8BAA+B,CAAC,CACxB,MAAO,sBACP,MAAO,KACP,KAAM,OACV,EAAG,CACC,MAAO,sBACP,MAAOA,CACX,CACJ,CACJ,CACJ,EACAT,EAAI,SAASE,EAAsBD,CAAkB,EACrDJ,EAAQ,qBAAuBK,CAE/B,CAAC,EAED,IAAI,OAAO,kBAAkB,CAAC,UAAU,UAAU,SAAS,cAAc,gBAAgB,iCAAiC,EAAG,SAASH,EAASF,EAASC,EAAO,CAAC,aAChK,IAAIE,EAAMD,EAAQ,YAAY,EAC1Ba,EAAWb,EAAQ,QAAQ,EAAE,KAC7BG,EAAuBH,EAAQ,0BAA0B,EAAE,qBAC3Dc,EAAO,UAAY,CACnB,KAAK,eAAiBX,EACtB,KAAK,WAAa,KAAK,iBAC3B,EACAF,EAAI,SAASa,EAAMD,CAAQ,EAC1B,UAAY,CACT,KAAK,iBAAmB,KACxB,KAAK,IAAM,iBACf,EAAG,KAAKC,EAAK,SAAS,EACtBhB,EAAQ,KAAOgB,CAEf,CAAC,GAAmB,UAAW,CACX,IAAI,QAAQ,CAAC,iBAAiB,EAAG,SAASC,EAAG,CACrC,OAAOhB,GAAU,UAAY,OAAOD,GAAW,UAAYC,IAC3DA,EAAO,QAAUgB,EAEzB,CAAC,CACL,GAAG","names":["require_adc6bc4a8a2bf35636e8fc7fe0df2dd","__commonJSMin","exports","module","require","oop","TextHighlightRules","EiffelHighlightRules","keywords","operatorKeywords","languageConstants","booleanConstants","languageVariables","keywordMapper","simpleString","v","result","TextMode","Mode","m"],"sourceRoot":"","file":"2adc6bc4a8a2bf35636e8fc7fe0df2dd.js"}