ber-security.graylog.graylog-plugin-alert-wizard.5.2.1.source-code.ac12519ccf3cc323b28f70e35f922e3f.js 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!
(()=>{var s=(e,t)=>()=>(t||e((t={exports:{}}).exports,t),t.exports);var u=s((c,r)=>{ace.define("ace/mode/gcode_highlight_rules",["require","exports","module","ace/lib/oop","ace/mode/text_highlight_rules"],function(e,t,l){"use strict";var n=e("../lib/oop"),a=e("./text_highlight_rules").TextHighlightRules,i=function(){var g="IF|DO|WHILE|ENDWHILE|CALL|ENDIF|SUB|ENDSUB|GOTO|REPEAT|ENDREPEAT|CALL",o="PI",d="ATAN|ABS|ACOS|ASIN|SIN|COS|EXP|FIX|FUP|ROUND|LN|TAN",h=this.createKeywordMapper({"support.function":d,keyword:g,"constant.language":o},"identifier",!0);this.$rules={start:[{token:"comment",regex:"\\(.*\\)"},{token:"comment",regex:"([N])([0-9]+)"},{token:"string",regex:"([G])([0-9]+\\.?[0-9]?)"},{token:"string",regex:"([M])([0-9]+\\.?[0-9]?)"},{token:"constant.numeric",regex:"([-+]?([0-9]*\\.?[0-9]+\\.?))|(\\b0[xX][a-fA-F0-9]+|(\\b\\d+(\\.\\d*)?|\\.\\d+)([eE][-+]?\\d+)?)"},{token:h,regex:"[A-Z]"},{token:"keyword.operator",regex:"EQ|LT|GT|NE|GE|LE|OR|XOR"},{token:"paren.lparen",regex:"[\\[]"},{token:"paren.rparen",regex:"[\\]]"},{token:"text",regex:"\\s+"}]}};n.inherits(i,a),t.GcodeHighlightRules=i});ace.define("ace/mode/gcode",["require","exports","module","ace/lib/oop","ace/mode/text","ace/mode/gcode_highlight_rules","ace/range"],function(e,t,l){"use strict";var n=e("../lib/oop"),a=e("./text").Mode,i=e("./gcode_highlight_rules").GcodeHighlightRules,g=e("../range").Range,o=function(){this.HighlightRules=i,this.$behaviour=this.$defaultBehaviour};n.inherits(o,a),function(){this.$id="ace/mode/gcode"}.call(o.prototype),t.Mode=o});(function(){ace.require(["ace/mode/gcode"],function(e){typeof r=="object"&&typeof c=="object"&&r&&(r.exports=e)})})()});u();})();
//# sourceMappingURL=ac12519ccf3cc323b28f70e35f922e3f.js.map