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

ber-security.graylog.graylog-plugin-alert-wizard.5.2.1.source-code.cd29b6e52c3ebcbaee8c7bb709fd1d8e.js.map Maven / Gradle / Ivy

The newest version!
{"version":3,"sources":["webpack://AlertWizard/cd29b6e52c3ebcbaee8c7bb709fd1d8e.js"],"sourcesContent":["ace.define(\"ace/mode/aql_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 AqlHighlightRules = function () {\n    var keywords = (\"for|return|filter|search|sort|limit|let|collect|asc|desc|in|into|insert|update|remove|replace|upsert|options|with|and|or|not|distinct|graph|shortest_path|outbound|inbound|any|all|none|at least|aggregate|like|k_shortest_paths|k_paths|all_shortest_paths|prune|window\");\n    var builtinConstants = (\"true|false\");\n    var builtinFunctions = (\"to_bool|to_number|to_string|to_array|to_list|is_null|is_bool|is_number|is_string|is_array|is_list|is_object|is_document|is_datestring|\" +\n        \"typename|json_stringify|json_parse|concat|concat_separator|char_length|lower|upper|substring|left|right|trim|reverse|contains|\" +\n        \"log|log2|log10|exp|exp2|sin|cos|tan|asin|acos|atan|atan2|radians|degrees|pi|regex_test|regex_replace|\" +\n        \"like|floor|ceil|round|abs|rand|sqrt|pow|length|count|min|max|average|avg|sum|product|median|variance_population|variance_sample|variance|percentile|\" +\n        \"bit_and|bit_or|bit_xor|bit_negate|bit_test|bit_popcount|bit_shift_left|bit_shift_right|bit_construct|bit_deconstruct|bit_to_string|bit_from_string|\" +\n        \"first|last|unique|outersection|interleave|in_range|jaccard|matches|merge|merge_recursive|has|attributes|keys|values|unset|unset_recursive|keep|keep_recursive|\" +\n        \"near|within|within_rectangle|is_in_polygon|distance|fulltext|stddev_sample|stddev_population|stddev|\" +\n        \"slice|nth|position|contains_array|translate|zip|call|apply|push|append|pop|shift|unshift|remove_value|remove_values|\" +\n        \"remove_nth|replace_nth|date_now|date_timestamp|date_iso8601|date_dayofweek|date_year|date_month|date_day|date_hour|\" +\n        \"date_minute|date_second|date_millisecond|date_dayofyear|date_isoweek|date_isoweekyear|date_leapyear|date_quarter|date_days_in_month|date_trunc|date_round|\" +\n        \"date_add|date_subtract|date_diff|date_compare|date_format|date_utctolocal|date_localtoutc|date_timezone|date_timezones|\" +\n        \"fail|passthru|v8|sleep|schema_get|schema_validate|shard_id|call_greenspun|version|noopt|noeval|not_null|\" +\n        \"first_list|first_document|parse_identifier|current_user|current_database|collection_count|pregel_result|\" +\n        \"collections|document|decode_rev|range|union|union_distinct|minus|intersection|flatten|is_same_collection|check_document|\" +\n        \"ltrim|rtrim|find_first|find_last|split|substitute|ipv4_to_number|ipv4_from_number|is_ipv4|md5|sha1|sha512|crc32|fnv64|hash|random_token|to_base64|\" +\n        \"to_hex|encode_uri_component|soundex|assert|warn|is_key|sorted|sorted_unique|count_distinct|count_unique|\" +\n        \"levenshtein_distance|levenshtein_match|regex_matches|regex_split|ngram_match|ngram_similarity|ngram_positional_similarity|uuid|\" +\n        \"tokens|exists|starts_with|phrase|min_match|bm25|tfidf|boost|analyzer|\" +\n        \"cosine_similarity|decay_exp|decay_gauss|decay_linear|l1_distance|l2_distance|minhash|minhash_count|minhash_error|minhash_match|\" +\n        \"geo_point|geo_multipoint|geo_polygon|geo_multipolygon|geo_linestring|geo_multilinestring|geo_contains|geo_intersects|\" +\n        \"geo_equals|geo_distance|geo_area|geo_in_range\");\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: \"string\",\n                regex: '\".*?\"'\n            }, {\n                token: \"string\",\n                regex: \"'.*?'\"\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: \"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(AqlHighlightRules, TextHighlightRules);\nexports.AqlHighlightRules = AqlHighlightRules;\n\n});\n\nace.define(\"ace/mode/aql\",[\"require\",\"exports\",\"module\",\"ace/lib/oop\",\"ace/mode/text\",\"ace/mode/aql_highlight_rules\"], function(require, exports, module){\"use strict\";\nvar oop = require(\"../lib/oop\");\nvar TextMode = require(\"./text\").Mode;\nvar AqlHighlightRules = require(\"./aql_highlight_rules\").AqlHighlightRules;\nvar Mode = function () {\n    this.HighlightRules = AqlHighlightRules;\n    this.$behaviour = this.$defaultBehaviour;\n};\noop.inherits(Mode, TextMode);\n(function () {\n    this.lineCommentStart = \"//\";\n    this.$id = \"ace/mode/aql\";\n}).call(Mode.prototype);\nexports.Mode = Mode;\n\n});                (function() {\n                    ace.require([\"ace/mode/aql\"], 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,+BAA+B,CAAC,UAAU,UAAU,SAAS,cAAc,+BAA+B,EAAG,SAASC,EAASF,EAASC,EAAO,CAAC,aAC3J,IAAIE,EAAMD,EAAQ,YAAY,EAC1BE,EAAqBF,EAAQ,wBAAwB,EAAE,mBACvDG,EAAoB,UAAY,CAChC,IAAIC,EAAY,2QACZC,EAAoB,aACpBC,EAAoB,o7EAqBpBC,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,SACP,MAAO,OACX,EAAG,CACC,MAAO,SACP,MAAO,OACX,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,EAAmBD,CAAkB,EAClDJ,EAAQ,kBAAoBK,CAE5B,CAAC,EAED,IAAI,OAAO,eAAe,CAAC,UAAU,UAAU,SAAS,cAAc,gBAAgB,8BAA8B,EAAG,SAASH,EAASF,EAASC,EAAO,CAAC,aAC1J,IAAIE,EAAMD,EAAQ,YAAY,EAC1BQ,EAAWR,EAAQ,QAAQ,EAAE,KAC7BG,EAAoBH,EAAQ,uBAAuB,EAAE,kBACrDS,EAAO,UAAY,CACnB,KAAK,eAAiBN,EACtB,KAAK,WAAa,KAAK,iBAC3B,EACAF,EAAI,SAASQ,EAAMD,CAAQ,EAC1B,UAAY,CACT,KAAK,iBAAmB,KACxB,KAAK,IAAM,cACf,EAAG,KAAKC,EAAK,SAAS,EACtBX,EAAQ,KAAOW,CAEf,CAAC,GAAmB,UAAW,CACX,IAAI,QAAQ,CAAC,cAAc,EAAG,SAASC,EAAG,CAClC,OAAOX,GAAU,UAAY,OAAOD,GAAW,UAAYC,IAC3DA,EAAO,QAAUW,EAEzB,CAAC,CACL,GAAG","names":["require_cd29b6e52c3ebcbaee8c7bb709fd1d8e","__commonJSMin","exports","module","require","oop","TextHighlightRules","AqlHighlightRules","keywords","builtinConstants","builtinFunctions","keywordMapper","TextMode","Mode","m"],"sourceRoot":"","file":"cd29b6e52c3ebcbaee8c7bb709fd1d8e.js"}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy