ber-security.graylog.graylog-plugin-alert-wizard.5.2.1.source-code.ac12519ccf3cc323b28f70e35f922e3f.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/ac12519ccf3cc323b28f70e35f922e3f.js"],"sourcesContent":["ace.define(\"ace/mode/gcode_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 GcodeHighlightRules = function () {\n var keywords = (\"IF|DO|WHILE|ENDWHILE|CALL|ENDIF|SUB|ENDSUB|GOTO|REPEAT|ENDREPEAT|CALL\");\n var builtinConstants = (\"PI\");\n var builtinFunctions = (\"ATAN|ABS|ACOS|ASIN|SIN|COS|EXP|FIX|FUP|ROUND|LN|TAN\");\n var keywordMapper = this.createKeywordMapper({\n \"support.function\": builtinFunctions,\n \"keyword\": keywords,\n \"constant.language\": builtinConstants\n }, \"identifier\", true);\n this.$rules = {\n \"start\": [{\n token: \"comment\",\n regex: \"\\\\(.*\\\\)\"\n }, {\n token: \"comment\",\n regex: \"([N])([0-9]+)\"\n }, {\n token: \"string\",\n regex: \"([G])([0-9]+\\\\.?[0-9]?)\"\n }, {\n token: \"string\",\n regex: \"([M])([0-9]+\\\\.?[0-9]?)\"\n }, {\n token: \"constant.numeric\",\n regex: \"([-+]?([0-9]*\\\\.?[0-9]+\\\\.?))|(\\\\b0[xX][a-fA-F0-9]+|(\\\\b\\\\d+(\\\\.\\\\d*)?|\\\\.\\\\d+)([eE][-+]?\\\\d+)?)\"\n }, {\n token: keywordMapper,\n regex: \"[A-Z]\"\n }, {\n token: \"keyword.operator\",\n regex: \"EQ|LT|GT|NE|GE|LE|OR|XOR\"\n }, {\n token: \"paren.lparen\",\n regex: \"[\\\\[]\"\n }, {\n token: \"paren.rparen\",\n regex: \"[\\\\]]\"\n }, {\n token: \"text\",\n regex: \"\\\\s+\"\n }]\n };\n};\noop.inherits(GcodeHighlightRules, TextHighlightRules);\nexports.GcodeHighlightRules = GcodeHighlightRules;\n\n});\n\nace.define(\"ace/mode/gcode\",[\"require\",\"exports\",\"module\",\"ace/lib/oop\",\"ace/mode/text\",\"ace/mode/gcode_highlight_rules\",\"ace/range\"], function(require, exports, module){\"use strict\";\nvar oop = require(\"../lib/oop\");\nvar TextMode = require(\"./text\").Mode;\nvar GcodeHighlightRules = require(\"./gcode_highlight_rules\").GcodeHighlightRules;\nvar Range = require(\"../range\").Range;\nvar Mode = function () {\n this.HighlightRules = GcodeHighlightRules;\n this.$behaviour = this.$defaultBehaviour;\n};\noop.inherits(Mode, TextMode);\n(function () {\n this.$id = \"ace/mode/gcode\";\n}).call(Mode.prototype);\nexports.Mode = Mode;\n\n}); (function() {\n ace.require([\"ace/mode/gcode\"], 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,iCAAiC,CAAC,UAAU,UAAU,SAAS,cAAc,+BAA+B,EAAG,SAASC,EAASF,EAASC,EAAO,CAAC,aAC7J,IAAIE,EAAMD,EAAQ,YAAY,EAC1BE,EAAqBF,EAAQ,wBAAwB,EAAE,mBACvDG,EAAsB,UAAY,CAClC,IAAIC,EAAY,wEACZC,EAAoB,KACpBC,EAAoB,sDACpBC,EAAgB,KAAK,oBAAoB,CACzC,mBAAoBD,EACpB,QAAWF,EACX,oBAAqBC,CACzB,EAAG,aAAc,EAAI,EACrB,KAAK,OAAS,CACV,MAAS,CAAC,CACF,MAAO,UACP,MAAO,UACX,EAAG,CACC,MAAO,UACP,MAAO,eACX,EAAG,CACC,MAAO,SACP,MAAO,yBACX,EAAG,CACC,MAAO,SACP,MAAO,yBACX,EAAG,CACC,MAAO,mBACP,MAAO,kGACX,EAAG,CACC,MAAOE,EACP,MAAO,OACX,EAAG,CACC,MAAO,mBACP,MAAO,0BACX,EAAG,CACC,MAAO,eACP,MAAO,OACX,EAAG,CACC,MAAO,eACP,MAAO,OACX,EAAG,CACC,MAAO,OACP,MAAO,MACX,CAAC,CACT,CACJ,EACAN,EAAI,SAASE,EAAqBD,CAAkB,EACpDJ,EAAQ,oBAAsBK,CAE9B,CAAC,EAED,IAAI,OAAO,iBAAiB,CAAC,UAAU,UAAU,SAAS,cAAc,gBAAgB,iCAAiC,WAAW,EAAG,SAASH,EAASF,EAASC,EAAO,CAAC,aAC1K,IAAIE,EAAMD,EAAQ,YAAY,EAC1BQ,EAAWR,EAAQ,QAAQ,EAAE,KAC7BG,EAAsBH,EAAQ,yBAAyB,EAAE,oBACzDS,EAAQT,EAAQ,UAAU,EAAE,MAC5BU,EAAO,UAAY,CACnB,KAAK,eAAiBP,EACtB,KAAK,WAAa,KAAK,iBAC3B,EACAF,EAAI,SAASS,EAAMF,CAAQ,EAC1B,UAAY,CACT,KAAK,IAAM,gBACf,EAAG,KAAKE,EAAK,SAAS,EACtBZ,EAAQ,KAAOY,CAEf,CAAC,GAAmB,UAAW,CACX,IAAI,QAAQ,CAAC,gBAAgB,EAAG,SAASC,EAAG,CACpC,OAAOZ,GAAU,UAAY,OAAOD,GAAW,UAAYC,IAC3DA,EAAO,QAAUY,EAEzB,CAAC,CACL,GAAG","names":["require_ac12519ccf3cc323b28f70e35f922e3f","__commonJSMin","exports","module","require","oop","TextHighlightRules","GcodeHighlightRules","keywords","builtinConstants","builtinFunctions","keywordMapper","TextMode","Range","Mode","m"],"sourceRoot":"","file":"ac12519ccf3cc323b28f70e35f922e3f.js"}