All Downloads are FREE. Search and download functionalities are using the official Maven repository.

ber-security.graylog.graylog-plugin-correlation-count.6.0.0.source-code.90812d89181b698975cbb081adcbbcb0.js.map Maven / Gradle / Ivy

There is a newer version: 5.1.3
Show newest version
{"version":3,"sources":["webpack://CorrelationCount/90812d89181b698975cbb081adcbbcb0.js"],"sourcesContent":["ace.define(\"ace/mode/verilog_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 VerilogHighlightRules = function () {\n    var keywords = \"always|and|assign|automatic|begin|buf|bufif0|bufif1|case|casex|casez|cell|cmos|config|\" +\n        \"deassign|default|defparam|design|disable|edge|else|end|endcase|endconfig|endfunction|endgenerate|endmodule|\" +\n        \"endprimitive|endspecify|endtable|endtask|event|for|force|forever|fork|function|generate|genvar|highz0|\" +\n        \"highz1|if|ifnone|incdir|include|initial|inout|input|instance|integer|join|large|liblist|library|localparam|\" +\n        \"macromodule|medium|module|nand|negedge|nmos|nor|noshowcancelled|not|notif0|notif1|or|output|parameter|pmos|\" +\n        \"posedge|primitive|pull0|pull1|pulldown|pullup|pulsestyle_onevent|pulsestyle_ondetect|rcmos|real|realtime|\" +\n        \"reg|release|repeat|rnmos|rpmos|rtran|rtranif0|rtranif1|scalared|showcancelled|signed|small|specify|specparam|\" +\n        \"strong0|strong1|supply0|supply1|table|task|time|tran|tranif0|tranif1|tri|tri0|tri1|triand|trior|trireg|\" +\n        \"unsigned|use|vectored|wait|wand|weak0|weak1|while|wire|wor|xnor|xor\" +\n        \"begin|bufif0|bufif1|case|casex|casez|config|else|end|endcase|endconfig|endfunction|\" +\n        \"endgenerate|endmodule|endprimitive|endspecify|endtable|endtask|for|forever|function|generate|if|ifnone|\" +\n        \"macromodule|module|primitive|repeat|specify|table|task|while\";\n    var builtinConstants = (\"true|false|null\");\n    var builtinFunctions = (\"count|min|max|avg|sum|rank|now|coalesce|main\");\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.start\",\n                regex: \"/\\\\*\",\n                next: [\n                    { token: \"comment.end\", regex: \"\\\\*/\", next: \"start\" },\n                    { defaultToken: \"comment\" }\n                ]\n            }, {\n                token: \"string.start\",\n                regex: '\"',\n                next: [\n                    { token: \"constant.language.escape\", regex: /\\\\(?:[ntvfa\\\\\"]|[0-7]{1,3}|\\x[a-fA-F\\d]{1,2}|)/, consumeLineEnd: true },\n                    { token: \"string.end\", regex: '\"|$', next: \"start\" },\n                    { defaultToken: \"string\" }\n                ]\n            }, {\n                token: \"string\",\n                regex: \"'^[']'\"\n            }, {\n                token: \"constant.numeric\", // float\n                regex: \"[+-]?\\\\d+(?:(?:\\\\.\\\\d*)?(?:[eE][+-]?\\\\d+)?)?\\\\b\"\n            }, {\n                token: keywordMapper,\n                regex: \"[a-zA-Z_$][a-zA-Z0-9_$]*\\\\b\"\n            }, {\n                token: \"keyword.operator\",\n                regex: \"\\\\+|\\\\-|\\\\/|\\\\/\\\\/|%|<@>|@>|<@|&|\\\\^|~|<|>|<=|=>|==|!=|<>|=\"\n            }, {\n                token: \"paren.lparen\",\n                regex: \"[\\\\(]\"\n            }, {\n                token: \"paren.rparen\",\n                regex: \"[\\\\)]\"\n            }, {\n                token: \"text\",\n                regex: \"\\\\s+\"\n            }]\n    };\n    this.normalizeRules();\n};\noop.inherits(VerilogHighlightRules, TextHighlightRules);\nexports.VerilogHighlightRules = VerilogHighlightRules;\n\n});\n\nace.define(\"ace/mode/verilog\",[\"require\",\"exports\",\"module\",\"ace/lib/oop\",\"ace/mode/text\",\"ace/mode/verilog_highlight_rules\",\"ace/range\"], function(require, exports, module){\"use strict\";\nvar oop = require(\"../lib/oop\");\nvar TextMode = require(\"./text\").Mode;\nvar VerilogHighlightRules = require(\"./verilog_highlight_rules\").VerilogHighlightRules;\nvar Range = require(\"../range\").Range;\nvar Mode = function () {\n    this.HighlightRules = VerilogHighlightRules;\n    this.$behaviour = this.$defaultBehaviour;\n};\noop.inherits(Mode, TextMode);\n(function () {\n    this.lineCommentStart = \"//\";\n    this.blockComment = { start: \"/*\", end: \"*/\" };\n    this.$quotes = { '\"': '\"' };\n    this.$id = \"ace/mode/verilog\";\n}).call(Mode.prototype);\nexports.Mode = Mode;\n\n});                (function() {\n                    ace.require([\"ace/mode/verilog\"], 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,mCAAmC,CAAC,UAAU,UAAU,SAAS,cAAc,+BAA+B,EAAG,SAASC,EAASF,EAASC,EAAO,CAAC,aAC/J,IAAIE,EAAMD,EAAQ,YAAY,EAC1BE,EAAqBF,EAAQ,wBAAwB,EAAE,mBACvDG,EAAwB,UAAY,CACpC,IAAIC,EAAW,snCAYXC,EAAoB,kBACpBC,EAAoB,+CACpBC,EAAgB,KAAK,oBAAoB,CACzC,mBAAoBD,EACpB,QAAWF,EACX,oBAAqBC,CACzB,EAAG,aAAc,EAAI,EACrB,KAAK,OAAS,CACV,MAAS,CAAC,CACF,MAAO,UACP,MAAO,OACX,EAAG,CACC,MAAO,gBACP,MAAO,OACP,KAAM,CACF,CAAE,MAAO,cAAe,MAAO,OAAQ,KAAM,OAAQ,EACrD,CAAE,aAAc,SAAU,CAC9B,CACJ,EAAG,CACC,MAAO,eACP,MAAO,IACP,KAAM,CACF,CAAE,MAAO,2BAA4B,MAAO,iDAAkD,eAAgB,EAAK,EACnH,CAAE,MAAO,aAAc,MAAO,MAAO,KAAM,OAAQ,EACnD,CAAE,aAAc,QAAS,CAC7B,CACJ,EAAG,CACC,MAAO,SACP,MAAO,QACX,EAAG,CACC,MAAO,mBACP,MAAO,iDACX,EAAG,CACC,MAAOE,EACP,MAAO,6BACX,EAAG,CACC,MAAO,mBACP,MAAO,6DACX,EAAG,CACC,MAAO,eACP,MAAO,OACX,EAAG,CACC,MAAO,eACP,MAAO,OACX,EAAG,CACC,MAAO,OACP,MAAO,MACX,CAAC,CACT,EACA,KAAK,eAAe,CACxB,EACAN,EAAI,SAASE,EAAuBD,CAAkB,EACtDJ,EAAQ,sBAAwBK,CAEhC,CAAC,EAED,IAAI,OAAO,mBAAmB,CAAC,UAAU,UAAU,SAAS,cAAc,gBAAgB,mCAAmC,WAAW,EAAG,SAASH,EAASF,EAASC,EAAO,CAAC,aAC9K,IAAIE,EAAMD,EAAQ,YAAY,EAC1BQ,EAAWR,EAAQ,QAAQ,EAAE,KAC7BG,EAAwBH,EAAQ,2BAA2B,EAAE,sBAC7DS,EAAQT,EAAQ,UAAU,EAAE,MAC5BU,EAAO,UAAY,CACnB,KAAK,eAAiBP,EACtB,KAAK,WAAa,KAAK,iBAC3B,EACAF,EAAI,SAASS,EAAMF,CAAQ,EAC1B,UAAY,CACT,KAAK,iBAAmB,KACxB,KAAK,aAAe,CAAE,MAAO,KAAM,IAAK,IAAK,EAC7C,KAAK,QAAU,CAAE,IAAK,GAAI,EAC1B,KAAK,IAAM,kBACf,EAAG,KAAKE,EAAK,SAAS,EACtBZ,EAAQ,KAAOY,CAEf,CAAC,GAAmB,UAAW,CACX,IAAI,QAAQ,CAAC,kBAAkB,EAAG,SAASC,EAAG,CACtC,OAAOZ,GAAU,UAAY,OAAOD,GAAW,UAAYC,IAC3DA,EAAO,QAAUY,EAEzB,CAAC,CACL,GAAG","names":["require_d89181b698975cbb081adcbbcb0","__commonJSMin","exports","module","require","oop","TextHighlightRules","VerilogHighlightRules","keywords","builtinConstants","builtinFunctions","keywordMapper","TextMode","Range","Mode","m"],"sourceRoot":"","file":"90812d89181b698975cbb081adcbbcb0.js"}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy