ber-security.graylog.graylog-plugin-alert-wizard.5.2.1.source-code.c4bc14809712037bf601bf7914d57732.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/c4bc14809712037bf601bf7914d57732.js"],"sourcesContent":["ace.define(\"ace/mode/doc_comment_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 DocCommentHighlightRules = function () {\n this.$rules = {\n \"start\": [{\n token: \"comment.doc.tag\",\n regex: \"@[\\\\w\\\\d_]+\" // TODO: fix email addresses\n },\n DocCommentHighlightRules.getTagRule(),\n {\n defaultToken: \"comment.doc\",\n caseInsensitive: true\n }]\n };\n};\noop.inherits(DocCommentHighlightRules, TextHighlightRules);\nDocCommentHighlightRules.getTagRule = function (start) {\n return {\n token: \"comment.doc.tag.storage.type\",\n regex: \"\\\\b(?:TODO|FIXME|XXX|HACK)\\\\b\"\n };\n};\nDocCommentHighlightRules.getStartRule = function (start) {\n return {\n token: \"comment.doc\",\n regex: \"\\\\/\\\\*(?=\\\\*)\",\n next: start\n };\n};\nDocCommentHighlightRules.getEndRule = function (start) {\n return {\n token: \"comment.doc\",\n regex: \"\\\\*\\\\/\",\n next: start\n };\n};\nexports.DocCommentHighlightRules = DocCommentHighlightRules;\n\n});\n\nace.define(\"ace/mode/mysql_highlight_rules\",[\"require\",\"exports\",\"module\",\"ace/lib/oop\",\"ace/lib/lang\",\"ace/mode/doc_comment_highlight_rules\",\"ace/mode/text_highlight_rules\"], function(require, exports, module){var oop = require(\"../lib/oop\");\nvar lang = require(\"../lib/lang\");\nvar DocCommentHighlightRules = require(\"./doc_comment_highlight_rules\").DocCommentHighlightRules;\nvar TextHighlightRules = require(\"./text_highlight_rules\").TextHighlightRules;\nvar MysqlHighlightRules = function () {\n var mySqlKeywords = /*sql*/ \"alter|and|as|asc|between|count|create|delete|desc|distinct|drop|from|lateral|having|in|insert|into|is|join|like|not|on|or|order|select|set|table|union|update|values|where\" + \"|accessible|action|add|after|algorithm|all|analyze|asensitive|at|authors|auto_increment|autocommit|avg|avg_row_length|before|binary|binlog|both|btree|cache|call|cascade|cascaded|case|catalog_name|chain|change|changed|character|check|checkpoint|checksum|class_origin|client_statistics|close|coalesce|code|collate|collation|collations|column|columns|comment|commit|committed|completion|concurrent|condition|connection|consistent|constraint|contains|continue|contributors|convert|cross|current_date|current_time|current_timestamp|current_user|cursor|data|database|databases|day_hour|day_microsecond|day_minute|day_second|deallocate|dec|declare|default|delay_key_write|delayed|delimiter|des_key_file|describe|deterministic|dev_pop|dev_samp|deviance|directory|disable|discard|distinctrow|div|dual|dumpfile|each|elseif|enable|enclosed|end|ends|engine|engines|enum|errors|escape|escaped|even|event|events|every|execute|exists|exit|explain|extended|fast|fetch|field|fields|first|flush|for|force|foreign|found_rows|full|fulltext|function|general|global|grant|grants|group|by|groupby_concat|handler|hash|help|high_priority|hosts|hour_microsecond|hour_minute|hour_second|if|ignore|ignore_server_ids|import|index|index_statistics|infile|inner|innodb|inout|insensitive|insert_method|install|interval|invoker|isolation|iterate|key|keys|kill|language|last|leading|leave|left|level|limit|linear|lines|list|load|local|localtime|localtimestamp|lock|logs|low_priority|master|master_heartbeat_period|master_ssl_verify_server_cert|masters|match|max|max_rows|maxvalue|message_text|middleint|migrate|min|min_rows|minute_microsecond|minute_second|mod|mode|modifies|modify|mutex|mysql_errno|natural|next|no|no_write_to_binlog|offline|offset|one|online|open|optimize|option|optionally|out|outer|outfile|pack_keys|parser|partition|partitions|password|phase|plugin|plugins|prepare|preserve|prev|primary|privileges|procedure|processlist|profile|profiles|purge|query|quick|range|read|read_write|reads|real|rebuild|recover|references|regexp|relaylog|release|remove|rename|reorganize|repair|repeatable|replace|require|resignal|restrict|resume|return|returns|revoke|right|rlike|rollback|rollup|row|row_format|rtree|savepoint|schedule|schema|schema_name|schemas|second_microsecond|security|sensitive|separator|serializable|server|session|share|show|signal|slave|slow|smallint|snapshot|soname|spatial|specific|sql|sql_big_result|sql_buffer_result|sql_cache|sql_calc_found_rows|sql_no_cache|sql_small_result|sqlexception|sqlstate|sqlwarning|ssl|start|starting|starts|status|std|stddev|stddev_pop|stddev_samp|storage|straight_join|subclass_origin|sum|suspend|table_name|table_statistics|tables|tablespace|temporary|terminated|to|trailing|transaction|trigger|triggers|truncate|uncommitted|undo|uninstall|unique|unlock|upgrade|usage|use|use_frm|user|user_resources|user_statistics|using|utc_date|utc_time|utc_timestamp|value|variables|varying|view|views|warnings|when|while|with|work|write|xa|xor|year_month|zerofill|begin|do|then|else|loop|repeat\";\n var builtins = \"ucase|lcase|mid|len|round|rank|now|format|coalesce|ifnull|isnull|nvl|date|time|timestamp\";\n var variable = \"charset|clear|connect|edit|ego|exit|go|help|nopager|notee|nowarning|pager|print|prompt|quit|rehash|source|status|system|tee\";\n var dataTypes = (\"bool|boolean|bit|blob|decimal|double|enum|float|long|longblob|longtext|medium|mediumblob|mediumint|mediumtext|time|timestamp|tinyblob|tinyint|tinytext|text|\" +\n \"bigint|int|int1|int2|int3|int4|int8|integer|float|float4|float8|double|char|varbinary|varchar|varcharacter|precision|date|datetime|year|unsigned|signed|numeric\");\n var keywordMapper = this.createKeywordMapper({\n \"support.function\": builtins,\n \"keyword\": mySqlKeywords,\n \"storage.type\": dataTypes,\n \"constant\": \"false|true|null|unknown|ODBCdotTable|zerolessFloat\",\n \"variable.language\": variable\n }, \"identifier\", true);\n function string(rule) {\n var start = rule.start;\n var escapeSeq = rule.escape;\n return {\n token: \"string.start\",\n regex: start,\n next: [\n { token: \"constant.language.escape\", regex: escapeSeq },\n { token: \"string.end\", next: \"start\", regex: start },\n { defaultToken: \"string\" }\n ]\n };\n }\n this.$rules = {\n \"start\": [{\n token: \"comment\", regex: \"(?:-- |#).*$\"\n },\n string({ start: '\"', escape: /\\\\[0'\"bnrtZ\\\\%_]?/ }),\n string({ start: \"'\", escape: /\\\\[0'\"bnrtZ\\\\%_]?/ }),\n DocCommentHighlightRules.getStartRule(\"doc-start\"),\n {\n token: \"comment\",\n regex: /\\/\\*/,\n next: \"comment\"\n }, {\n token: \"constant.numeric\",\n regex: /0[xX][0-9a-fA-F]+|[xX]'[0-9a-fA-F]+'|0[bB][01]+|[bB]'[01]+'/\n }, {\n token: \"constant.numeric\",\n regex: \"[+-]?\\\\d+(?:(?:\\\\.\\\\d*)?(?:[eE][+-]?\\\\d+)?)?\\\\b\"\n }, {\n token: keywordMapper,\n regex: \"[a-zA-Z_$][a-zA-Z0-9_$]*\\\\b\"\n }, {\n token: \"constant.class\",\n regex: \"@@?[a-zA-Z_$][a-zA-Z0-9_$]*\\\\b\"\n }, {\n token: \"constant.buildin\",\n regex: \"`[^`]*`\"\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 \"comment\": [\n { token: \"comment\", regex: \"\\\\*\\\\/\", next: \"start\" },\n { defaultToken: \"comment\" }\n ]\n };\n this.embedRules(DocCommentHighlightRules, \"doc-\", [DocCommentHighlightRules.getEndRule(\"start\")]);\n this.normalizeRules();\n};\noop.inherits(MysqlHighlightRules, TextHighlightRules);\nexports.MysqlHighlightRules = MysqlHighlightRules;\n\n});\n\nace.define(\"ace/mode/mysql\",[\"require\",\"exports\",\"module\",\"ace/lib/oop\",\"ace/mode/text\",\"ace/mode/mysql_highlight_rules\"], function(require, exports, module){var oop = require(\"../lib/oop\");\nvar TextMode = require(\"../mode/text\").Mode;\nvar MysqlHighlightRules = require(\"./mysql_highlight_rules\").MysqlHighlightRules;\nvar Mode = function () {\n this.HighlightRules = MysqlHighlightRules;\n this.$behaviour = this.$defaultBehaviour;\n};\noop.inherits(Mode, TextMode);\n(function () {\n this.lineCommentStart = [\"--\", \"#\"]; // todo space\n this.blockComment = { start: \"/*\", end: \"*/\" };\n this.$id = \"ace/mode/mysql\";\n}).call(Mode.prototype);\nexports.Mode = Mode;\n\n}); (function() {\n ace.require([\"ace/mode/mysql\"], function(m) {\n if (typeof module == \"object\" && typeof exports == \"object\" && module) {\n module.exports = m;\n }\n });\n })();\n "],"mappings":"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","names":["require_c4bc14809712037bf601bf7914d57732","__commonJSMin","exports","module","require","oop","TextHighlightRules","DocCommentHighlightRules","start","lang","MysqlHighlightRules","mySqlKeywords","builtins","variable","dataTypes","keywordMapper","string","rule","escapeSeq","TextMode","Mode","m"],"sourceRoot":"","file":"c4bc14809712037bf601bf7914d57732.js"}