ber-security.graylog.graylog-plugin-alert-wizard.5.2.1.source-code.02174460fe8ff6a6bc19db86543b9600.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 o=(e,n)=>()=>(n||e((n={exports:{}}).exports,n),n.exports);var p=o((i,t)=>{ace.define("ace/snippets/robot.snippets",["require","exports","module"],function(e,n,s){s.exports=`# scope: robot
### Sections
snippet settingssection
description *** Settings *** section
*** Settings ***
Library \${1}
snippet keywordssection
description *** Keywords *** section
*** Keywords ***
\${1:Keyword Name}
[Arguments] \\\${\${2:Example Arg 1}}
snippet testcasessection
description *** Test Cases *** section
*** Test Cases ***
\${1:First Test Case}
\${2:Log Example Arg}
snippet variablessection
description *** Variables *** section
*** Variables ***
\\\${\${1:Variable Name}}= \${2:Variable Value}
### Helpful keywords
snippet testcase
description A test case
\${1:Test Case Name}
\${2:Log Example log message}
snippet keyword
description A keyword
\${1:Example Keyword}
[Arguments] \\\${\${2:Example Arg 1}}
### Built Ins
snippet forinr
description For In Range Loop
FOR \\\${\${1:Index}} IN RANGE \\\${\${2:10}}
Log \\\${\${1:Index}}
END
snippet forin
description For In Loop
FOR \\\${\${1:Item}} IN @{\${2:List Variable}}
Log \\\${\${1:Item}}
END
snippet if
description If Statement
IF \${1:condition}
\${2:Do something}
END
snippet else
description If Statement
IF \${1:Condition}
\${2:Do something}
ELSE
\${3:Otherwise do this}
END
snippet elif
description Else-If Statement
IF \${1:Condition 1}
\${2:Do something}
ELSE IF \${3:Condition 2}
\${4:Do something else}
END
`});ace.define("ace/snippets/robot",["require","exports","module","ace/snippets/robot.snippets"],function(e,n,s){"use strict";n.snippetText=e("./robot.snippets"),n.scope="robot"});(function(){ace.require(["ace/snippets/robot"],function(e){typeof t=="object"&&typeof i=="object"&&t&&(t.exports=e)})})()});p();})();
//# sourceMappingURL=02174460fe8ff6a6bc19db86543b9600.js.map