ber-security.graylog.graylog-plugin-alert-wizard.5.2.1.source-code.ef87482c92662e8b69a21f47588474ea.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 p=(t,e)=>()=>(e||t((e={exports:{}}).exports,e),e.exports);var c=p((o,n)=>{ace.define("ace/snippets/velocity.snippets",["require","exports","module"],function(t,e,i){i.exports=`# macro
snippet #macro
#macro ( \${1:macroName} \${2:\\$var1, [\\$var2, ...]} )
\${3:## macro code}
#end
# foreach
snippet #foreach
#foreach ( \${1:\\$item} in \${2:\\$collection} )
\${3:## foreach code}
#end
# if
snippet #if
#if ( \${1:true} )
\${0}
#end
# if ... else
snippet #ife
#if ( \${1:true} )
\${2}
#else
\${0}
#end
#import
snippet #import
#import ( "\${1:path/to/velocity/format}" )
# set
snippet #set
#set ( $\${1:var} = \${0} )
`});ace.define("ace/snippets/velocity",["require","exports","module","ace/snippets/velocity.snippets"],function(t,e,i){"use strict";e.snippetText=t("./velocity.snippets"),e.scope="velocity",e.includeScopes=["html","javascript","css"]});(function(){ace.require(["ace/snippets/velocity"],function(t){typeof n=="object"&&typeof o=="object"&&n&&(n.exports=t)})})()});c();})();
//# sourceMappingURL=ef87482c92662e8b69a21f47588474ea.js.map