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.c3174a46927bbec0fbd8946f97bd7170.js Maven / Gradle / Ivy

The newest version!
(()=>{var h=(e,t)=>()=>(t||e((t={exports:{}}).exports,t),t.exports);var d=h((a,n)=>{ace.define("ace/mode/lisp_highlight_rules",["require","exports","module","ace/lib/oop","ace/mode/text_highlight_rules"],function(e,t,s){"use strict";var r=e("../lib/oop"),l=e("./text_highlight_rules").TextHighlightRules,o=function(){var i="case|do|let|loop|if|else|when",c="eq|neq|and|or",u="null|nil",p="cons|car|cdr|cond|lambda|format|setq|setf|quote|eval|append|list|listp|memberp|t|load|progn",g=this.createKeywordMapper({"keyword.control":i,"keyword.operator":c,"constant.language":u,"support.function":p},"identifier",!0);this.$rules={start:[{token:"comment",regex:";.*$"},{token:["storage.type.function-type.lisp","text","entity.name.function.lisp"],regex:"(?:\\b(?:(defun|defmethod|defmacro))\\b)(\\s+)((?:\\w|\\-|\\!|\\?)*)"},{token:["punctuation.definition.constant.character.lisp","constant.character.lisp"],regex:`(#)((?:\\w|[\\\\+-=<>'"&#])+)`},{token:["punctuation.definition.variable.lisp","variable.other.global.lisp","punctuation.definition.variable.lisp"],regex:"(\\*)(\\S*)(\\*)"},{token:"constant.numeric",regex:"0[xX][0-9a-fA-F]+(?:L|l|UL|ul|u|U|F|f|ll|LL|ull|ULL)?\\b"},{token:"constant.numeric",regex:"[+-]?\\d+(?:(?:\\.\\d*)?(?:[eE][+-]?\\d+)?)?(?:L|l|UL|ul|u|U|F|f|ll|LL|ull|ULL)?\\b"},{token:g,regex:"[a-zA-Z_$][a-zA-Z0-9_$]*\\b"},{token:"string",regex:'"(?=.)',next:"qqstring"}],qqstring:[{token:"constant.character.escape.lisp",regex:"\\\\."},{token:"string",regex:'[^"\\\\]+'},{token:"string",regex:"\\\\$",next:"qqstring"},{token:"string",regex:'"|$',next:"start"}]}};r.inherits(o,l),t.LispHighlightRules=o});ace.define("ace/mode/lisp",["require","exports","module","ace/lib/oop","ace/mode/text","ace/mode/lisp_highlight_rules"],function(e,t,s){"use strict";var r=e("../lib/oop"),l=e("./text").Mode,o=e("./lisp_highlight_rules").LispHighlightRules,i=function(){this.HighlightRules=o,this.$behaviour=this.$defaultBehaviour};r.inherits(i,l),function(){this.lineCommentStart=";",this.$id="ace/mode/lisp"}.call(i.prototype),t.Mode=i});(function(){ace.require(["ace/mode/lisp"],function(e){typeof n=="object"&&typeof a=="object"&&n&&(n.exports=e)})})()});d();})();

//# sourceMappingURL=c3174a46927bbec0fbd8946f97bd7170.js.map




© 2015 - 2024 Weber Informatics LLC | Privacy Policy