ber-security.graylog.graylog-plugin-alert-wizard.5.2.1.source-code.5f8e9f09349e37425d6ef96bf1bf7a2d.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 k=(a,i)=>()=>(i||a((i={exports:{}}).exports,i),i.exports);var _=k((b,c)=>{ace.define("ace/mode/haskell_cabal_highlight_rules",["require","exports","module","ace/lib/oop","ace/mode/text_highlight_rules"],function(a,i,m){"use strict";var h=a("../lib/oop"),d=a("./text_highlight_rules").TextHighlightRules,o=function(){this.$rules={start:[{token:"comment",regex:"^\\s*--.*$"},{token:["keyword"],regex:/^(\s*\w.*?)(:(?:\s+|$))/},{token:"constant.numeric",regex:/[\d_]+(?:(?:[\.\d_]*)?)/},{token:"constant.language.boolean",regex:"(?:true|false|TRUE|FALSE|True|False|yes|no)\\b"},{token:"markup.heading",regex:/^(\w.*)$/}]}};h.inherits(o,d),i.CabalHighlightRules=o});ace.define("ace/mode/folding/haskell_cabal",["require","exports","module","ace/lib/oop","ace/mode/folding/fold_mode","ace/range"],function(a,i,m){"use strict";var h=a("../../lib/oop"),d=a("./fold_mode").FoldMode,o=a("../../range").Range,r=i.FoldMode=function(){};h.inherits(r,d),function(){this.isHeading=function(t,g){var e="markup.heading",n=t.getTokens(g)[0];return g==0||n&&n.type.lastIndexOf(e,0)===0},this.getFoldWidget=function(t,g,e){if(this.isHeading(t,e))return"start";if(g==="markbeginend"&&!/^\s*$/.test(t.getLine(e))){for(var n=t.getLength();++eu)for(;l>u&&/^\s*$/.test(t.getLine(l));)l--;if(l>u){var f=t.getLine(l).length;return new o(u,s,l,f)}}else if(this.getFoldWidget(t,g,e)==="end"){for(var l=e,f=t.getLine(l).length;--e>=0&&!this.isHeading(t,e););var n=t.getLine(e),s=n.length;return new o(e,s,l,f)}}}.call(r.prototype)});ace.define("ace/mode/haskell_cabal",["require","exports","module","ace/lib/oop","ace/mode/text","ace/mode/haskell_cabal_highlight_rules","ace/mode/folding/haskell_cabal"],function(a,i,m){"use strict";var h=a("../lib/oop"),d=a("./text").Mode,o=a("./haskell_cabal_highlight_rules").CabalHighlightRules,r=a("./folding/haskell_cabal").FoldMode,t=function(){this.HighlightRules=o,this.foldingRules=new r,this.$behaviour=this.$defaultBehaviour};h.inherits(t,d),function(){this.lineCommentStart="--",this.blockComment=null,this.$id="ace/mode/haskell_cabal"}.call(t.prototype),i.Mode=t});(function(){ace.require(["ace/mode/haskell_cabal"],function(a){typeof c=="object"&&typeof b=="object"&&c&&(c.exports=a)})})()});_();})();
//# sourceMappingURL=5f8e9f09349e37425d6ef96bf1bf7a2d.js.map