ber-security.graylog.graylog-plugin-alert-wizard.5.2.1.source-code.10c464f3f882bfeeefbc0934c2ee9fbe.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/10c464f3f882bfeeefbc0934c2ee9fbe.js"],"sourcesContent":["ace.define(\"ace/mode/forth_highlight_rules\",[\"require\",\"exports\",\"module\",\"ace/lib/oop\",\"ace/mode/text_highlight_rules\"], function(require, exports, module){/* This file was autogenerated from https://raw.github.com/vze26m98/Forth.tmbundle/master/Syntaxes/Forth.tmLanguage (uuid: ) */\n\"use strict\";\nvar oop = require(\"../lib/oop\");\nvar TextHighlightRules = require(\"./text_highlight_rules\").TextHighlightRules;\nvar ForthHighlightRules = function () {\n this.$rules = { start: [{ include: '#forth' }],\n '#comment': [{ token: 'comment.line.double-dash.forth',\n regex: '(?:^|\\\\s)--\\\\s.*$',\n comment: 'line comments for iForth' },\n { token: 'comment.line.backslash.forth',\n regex: '(?:^|\\\\s)\\\\\\\\[\\\\s\\\\S]*$',\n comment: 'ANSI line comment' },\n { token: 'comment.line.backslash-g.forth',\n regex: '(?:^|\\\\s)\\\\\\\\[Gg] .*$',\n comment: 'gForth line comment' },\n { token: 'comment.block.forth',\n regex: '(?:^|\\\\s)\\\\(\\\\*(?=\\\\s|$)',\n push: [{ token: 'comment.block.forth',\n regex: '(?:^|\\\\s)\\\\*\\\\)(?=\\\\s|$)',\n next: 'pop' },\n { defaultToken: 'comment.block.forth' }],\n comment: 'multiline comments for iForth' },\n { token: 'comment.block.documentation.forth',\n regex: '\\\\bDOC\\\\b',\n caseInsensitive: true,\n push: [{ token: 'comment.block.documentation.forth',\n regex: '\\\\bENDDOC\\\\b',\n caseInsensitive: true,\n next: 'pop' },\n { defaultToken: 'comment.block.documentation.forth' }],\n comment: 'documentation comments for iForth' },\n { token: 'comment.line.parentheses.forth',\n regex: '(?:^|\\\\s)\\\\.?\\\\( [^)]*\\\\)',\n comment: 'ANSI line comment' }],\n '#constant': [{ token: 'constant.language.forth',\n regex: '(?:^|\\\\s)(?:TRUE|FALSE|BL|PI|CELL|C/L|R/O|W/O|R/W)(?=\\\\s|$)',\n caseInsensitive: true },\n { token: 'constant.numeric.forth',\n regex: '(?:^|\\\\s)[$#%]?[-+]?[0-9]+(?:\\\\.[0-9]*e-?[0-9]+|\\\\.?[0-9a-fA-F]*)(?=\\\\s|$)' },\n { token: 'constant.character.forth',\n regex: '(?:^|\\\\s)(?:[&^]\\\\S|(?:\"|\\')\\\\S(?:\"|\\'))(?=\\\\s|$)' }],\n '#forth': [{ include: '#constant' },\n { include: '#comment' },\n { include: '#string' },\n { include: '#word' },\n { include: '#variable' },\n { include: '#storage' },\n { include: '#word-def' }],\n '#storage': [{ token: 'storage.type.forth',\n regex: '(?:^|\\\\s)(?:2CONSTANT|2VARIABLE|ALIAS|CONSTANT|CREATE-INTERPRET/COMPILE[:]?|CREATE|DEFER|FCONSTANT|FIELD|FVARIABLE|USER|VALUE|VARIABLE|VOCABULARY)(?=\\\\s|$)',\n caseInsensitive: true }],\n '#string': [{ token: 'string.quoted.double.forth',\n regex: '(ABORT\" |BREAK\" |\\\\.\" |C\" |0\"|S\\\\\\\\?\" )([^\"]+\")',\n caseInsensitive: true },\n { token: 'string.unquoted.forth',\n regex: '(?:INCLUDE|NEEDS|REQUIRE|USE)[ ]\\\\S+(?=\\\\s|$)',\n caseInsensitive: true }],\n '#variable': [{ token: 'variable.language.forth',\n regex: '\\\\b(?:I|J)\\\\b',\n caseInsensitive: true }],\n '#word': [{ token: 'keyword.control.immediate.forth',\n regex: '(?:^|\\\\s)\\\\[(?:\\\\?DO|\\\\+LOOP|AGAIN|BEGIN|DEFINED|DO|ELSE|ENDIF|FOR|IF|IFDEF|IFUNDEF|LOOP|NEXT|REPEAT|THEN|UNTIL|WHILE)\\\\](?=\\\\s|$)',\n caseInsensitive: true },\n { token: 'keyword.other.immediate.forth',\n regex: '(?:^|\\\\s)(?:COMPILE-ONLY|IMMEDIATE|IS|RESTRICT|TO|WHAT\\'S|])(?=\\\\s|$)',\n caseInsensitive: true },\n { token: 'keyword.control.compile-only.forth',\n regex: '(?:^|\\\\s)(?:-DO|\\\\-LOOP|\\\\?DO|\\\\?LEAVE|\\\\+DO|\\\\+LOOP|ABORT\\\\\"|AGAIN|AHEAD|BEGIN|CASE|DO|ELSE|ENDCASE|ENDIF|ENDOF|ENDTRY\\\\-IFERROR|ENDTRY|FOR|IF|IFERROR|LEAVE|LOOP|NEXT|RECOVER|REPEAT|RESTORE|THEN|TRY|U\\\\-DO|U\\\\+DO|UNTIL|WHILE)(?=\\\\s|$)',\n caseInsensitive: true },\n { token: 'keyword.other.compile-only.forth',\n regex: '(?:^|\\\\s)(?:\\\\?DUP-0=-IF|\\\\?DUP-IF|\\\\)|\\\\[|\\\\[\\'\\\\]|\\\\[CHAR\\\\]|\\\\[COMPILE\\\\]|\\\\[IS\\\\]|\\\\[TO\\\\]||DEFERS|DOES>|INTERPRETATION>|OF|POSTPONE)(?=\\\\s|$)',\n caseInsensitive: true },\n { token: 'keyword.other.non-immediate.forth',\n regex: '(?:^|\\\\s)(?:\\'|||CHAR|END-STRUCT|INCLUDE[D]?|LOAD|NEEDS|REQUIRE[D]?|REVISION|SEE|STRUCT|THRU|USE)(?=\\\\s|$)',\n caseInsensitive: true },\n { token: 'keyword.other.warning.forth',\n regex: '(?:^|\\\\s)(?:~~|BREAK:|BREAK\"|DBG)(?=\\\\s|$)',\n caseInsensitive: true }],\n '#word-def': [{ token: ['keyword.other.compile-only.forth',\n 'keyword.other.compile-only.forth',\n 'meta.block.forth',\n 'entity.name.function.forth'],\n regex: '(:NONAME)|(^:|\\\\s:)(\\\\s)(\\\\S+)(?=\\\\s|$)',\n caseInsensitive: true,\n push: [{ token: 'keyword.other.compile-only.forth',\n regex: ';(?:CODE)?',\n caseInsensitive: true,\n next: 'pop' },\n { include: '#constant' },\n { include: '#comment' },\n { include: '#string' },\n { include: '#word' },\n { include: '#variable' },\n { include: '#storage' },\n { defaultToken: 'meta.block.forth' }] }] };\n this.normalizeRules();\n};\nForthHighlightRules.metaData = { fileTypes: ['frt', 'fs', 'ldr', 'fth', '4th'],\n foldingStartMarker: '/\\\\*\\\\*|\\\\{\\\\s*$',\n foldingStopMarker: '\\\\*\\\\*/|^\\\\s*\\\\}',\n keyEquivalent: '^~F',\n name: 'Forth',\n scopeName: 'source.forth' };\noop.inherits(ForthHighlightRules, TextHighlightRules);\nexports.ForthHighlightRules = ForthHighlightRules;\n\n});\n\nace.define(\"ace/mode/folding/cstyle\",[\"require\",\"exports\",\"module\",\"ace/lib/oop\",\"ace/range\",\"ace/mode/folding/fold_mode\"], function(require, exports, module){\"use strict\";\nvar oop = require(\"../../lib/oop\");\nvar Range = require(\"../../range\").Range;\nvar BaseFoldMode = require(\"./fold_mode\").FoldMode;\nvar FoldMode = exports.FoldMode = function (commentRegex) {\n if (commentRegex) {\n this.foldingStartMarker = new RegExp(this.foldingStartMarker.source.replace(/\\|[^|]*?$/, \"|\" + commentRegex.start));\n this.foldingStopMarker = new RegExp(this.foldingStopMarker.source.replace(/\\|[^|]*?$/, \"|\" + commentRegex.end));\n }\n};\noop.inherits(FoldMode, BaseFoldMode);\n(function () {\n this.foldingStartMarker = /([\\{\\[\\(])[^\\}\\]\\)]*$|^\\s*(\\/\\*)/;\n this.foldingStopMarker = /^[^\\[\\{\\(]*([\\}\\]\\)])|^[\\s\\*]*(\\*\\/)/;\n this.singleLineBlockCommentRe = /^\\s*(\\/\\*).*\\*\\/\\s*$/;\n this.tripleStarBlockCommentRe = /^\\s*(\\/\\*\\*\\*).*\\*\\/\\s*$/;\n this.startRegionRe = /^\\s*(\\/\\*|\\/\\/)#?region\\b/;\n this._getFoldWidgetBase = this.getFoldWidget;\n this.getFoldWidget = function (session, foldStyle, row) {\n var line = session.getLine(row);\n if (this.singleLineBlockCommentRe.test(line)) {\n if (!this.startRegionRe.test(line) && !this.tripleStarBlockCommentRe.test(line))\n return \"\";\n }\n var fw = this._getFoldWidgetBase(session, foldStyle, row);\n if (!fw && this.startRegionRe.test(line))\n return \"start\"; // lineCommentRegionStart\n return fw;\n };\n this.getFoldWidgetRange = function (session, foldStyle, row, forceMultiline) {\n var line = session.getLine(row);\n if (this.startRegionRe.test(line))\n return this.getCommentRegionBlock(session, line, row);\n var match = line.match(this.foldingStartMarker);\n if (match) {\n var i = match.index;\n if (match[1])\n return this.openingBracketBlock(session, match[1], row, i);\n var range = session.getCommentFoldRange(row, i + match[0].length, 1);\n if (range && !range.isMultiLine()) {\n if (forceMultiline) {\n range = this.getSectionRange(session, row);\n }\n else if (foldStyle != \"all\")\n range = null;\n }\n return range;\n }\n if (foldStyle === \"markbegin\")\n return;\n var match = line.match(this.foldingStopMarker);\n if (match) {\n var i = match.index + match[0].length;\n if (match[1])\n return this.closingBracketBlock(session, match[1], row, i);\n return session.getCommentFoldRange(row, i, -1);\n }\n };\n this.getSectionRange = function (session, row) {\n var line = session.getLine(row);\n var startIndent = line.search(/\\S/);\n var startRow = row;\n var startColumn = line.length;\n row = row + 1;\n var endRow = row;\n var maxRow = session.getLength();\n while (++row < maxRow) {\n line = session.getLine(row);\n var indent = line.search(/\\S/);\n if (indent === -1)\n continue;\n if (startIndent > indent)\n break;\n var subRange = this.getFoldWidgetRange(session, \"all\", row);\n if (subRange) {\n if (subRange.start.row <= startRow) {\n break;\n }\n else if (subRange.isMultiLine()) {\n row = subRange.end.row;\n }\n else if (startIndent == indent) {\n break;\n }\n }\n endRow = row;\n }\n return new Range(startRow, startColumn, endRow, session.getLine(endRow).length);\n };\n this.getCommentRegionBlock = function (session, line, row) {\n var startColumn = line.search(/\\s*$/);\n var maxRow = session.getLength();\n var startRow = row;\n var re = /^\\s*(?:\\/\\*|\\/\\/|--)#?(end)?region\\b/;\n var depth = 1;\n while (++row < maxRow) {\n line = session.getLine(row);\n var m = re.exec(line);\n if (!m)\n continue;\n if (m[1])\n depth--;\n else\n depth++;\n if (!depth)\n break;\n }\n var endRow = row;\n if (endRow > startRow) {\n return new Range(startRow, startColumn, endRow, line.length);\n }\n };\n}).call(FoldMode.prototype);\n\n});\n\nace.define(\"ace/mode/forth\",[\"require\",\"exports\",\"module\",\"ace/lib/oop\",\"ace/mode/text\",\"ace/mode/forth_highlight_rules\",\"ace/mode/folding/cstyle\"], function(require, exports, module){/*\n THIS FILE WAS AUTOGENERATED BY mode.tmpl.js\n*/\n\"use strict\";\nvar oop = require(\"../lib/oop\");\nvar TextMode = require(\"./text\").Mode;\nvar ForthHighlightRules = require(\"./forth_highlight_rules\").ForthHighlightRules;\nvar FoldMode = require(\"./folding/cstyle\").FoldMode;\nvar Mode = function () {\n this.HighlightRules = ForthHighlightRules;\n this.foldingRules = new FoldMode();\n this.$behaviour = this.$defaultBehaviour;\n};\noop.inherits(Mode, TextMode);\n(function () {\n this.lineCommentStart = \"--\";\n this.blockComment = null;\n this.$id = \"ace/mode/forth\";\n}).call(Mode.prototype);\nexports.Mode = Mode;\n\n}); (function() {\n ace.require([\"ace/mode/forth\"], 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_c464f3f882bfeeefbc0934c2ee9fbe","__commonJSMin","exports","module","require","oop","TextHighlightRules","ForthHighlightRules","Range","BaseFoldMode","FoldMode","commentRegex","session","foldStyle","row","line","fw","forceMultiline","match","i","range","startIndent","startRow","startColumn","endRow","maxRow","indent","subRange","re","depth","TextMode","Mode","m"],"sourceRoot":"","file":"10c464f3f882bfeeefbc0934c2ee9fbe.js"}