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

The newest version!
{"version":3,"sources":["webpack://AlertWizard/dc8240db39815020378555a4d80571c3.js"],"sourcesContent":["ace.define(\"ace/snippets/tcl.snippets\",[\"require\",\"exports\",\"module\"], function(require, exports, module){module.exports = \"# #!/usr/bin/env tclsh\\nsnippet #!\\n\\t#!/usr/bin/env tclsh\\n\\t\\n# Process\\nsnippet pro\\n\\tproc ${1:function_name} {${2:args}} {\\n\\t\\t${3:#body ...}\\n\\t}\\n#xif\\nsnippet xif\\n\\t${1:expr}? ${2:true} : ${3:false}\\n# Conditional\\nsnippet if\\n\\tif {${1}} {\\n\\t\\t${2:# body...}\\n\\t}\\n# Conditional if..else\\nsnippet ife\\n\\tif {${1}} {\\n\\t\\t${2:# body...}\\n\\t} else {\\n\\t\\t${3:# else...}\\n\\t}\\n# Conditional if..elsif..else\\nsnippet ifee\\n\\tif {${1}} {\\n\\t\\t${2:# body...}\\n\\t} elseif {${3}} {\\n\\t\\t${4:# elsif...}\\n\\t} else {\\n\\t\\t${5:# else...}\\n\\t}\\n# If catch then\\nsnippet ifc\\n\\tif { [catch {${1:#do something...}} ${2:err}] } {\\n\\t\\t${3:# handle failure...}\\n\\t}\\n# Catch\\nsnippet catch\\n\\tcatch {${1}} ${2:err} ${3:options}\\n# While Loop\\nsnippet wh\\n\\twhile {${1}} {\\n\\t\\t${2:# body...}\\n\\t}\\n# For Loop\\nsnippet for\\n\\tfor {set ${2:var} 0} {$$2 < ${1:count}} {${3:incr} $2} {\\n\\t\\t${4:# body...}\\n\\t}\\n# Foreach Loop\\nsnippet fore\\n\\tforeach ${1:x} {${2:#list}} {\\n\\t\\t${3:# body...}\\n\\t}\\n# after ms script...\\nsnippet af\\n\\tafter ${1:ms} ${2:#do something}\\n# after cancel id\\nsnippet afc\\n\\tafter cancel ${1:id or script}\\n# after idle\\nsnippet afi\\n\\tafter idle ${1:script}\\n# after info id\\nsnippet afin\\n\\tafter info ${1:id}\\n# Expr\\nsnippet exp\\n\\texpr {${1:#expression here}}\\n# Switch\\nsnippet sw\\n\\tswitch ${1:var} {\\n\\t\\t${3:pattern 1} {\\n\\t\\t\\t${4:#do something}\\n\\t\\t}\\n\\t\\tdefault {\\n\\t\\t\\t${2:#do something}\\n\\t\\t}\\n\\t}\\n# Case\\nsnippet ca\\n\\t${1:pattern} {\\n\\t\\t${2:#do something}\\n\\t}${3}\\n# Namespace eval\\nsnippet ns\\n\\tnamespace eval ${1:path} {${2:#script...}}\\n# Namespace current\\nsnippet nsc\\n\\tnamespace current\\n\";\n\n});\n\nace.define(\"ace/snippets/tcl\",[\"require\",\"exports\",\"module\",\"ace/snippets/tcl.snippets\"], function(require, exports, module){\"use strict\";\nexports.snippetText = require(\"./tcl.snippets\");\nexports.scope = \"tcl\";\n\n});                (function() {\n                    ace.require([\"ace/snippets/tcl\"], function(m) {\n                        if (typeof module == \"object\" && typeof exports == \"object\" && module) {\n                            module.exports = m;\n                        }\n                    });\n                })();\n            "],"mappings":"oEAAA,IAAAA,EAAAC,EAAA,CAAAC,EAAAC,IAAA,KAAI,OAAO,4BAA4B,CAAC,UAAU,UAAU,QAAQ,EAAG,SAASC,EAASF,EAASC,EAAO,CAACA,EAAO,QAAU;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,CAE3H,CAAC,EAED,IAAI,OAAO,mBAAmB,CAAC,UAAU,UAAU,SAAS,2BAA2B,EAAG,SAASC,EAASF,EAASC,EAAO,CAAC,aAC7HD,EAAQ,YAAcE,EAAQ,gBAAgB,EAC9CF,EAAQ,MAAQ,KAEhB,CAAC,GAAmB,UAAW,CACX,IAAI,QAAQ,CAAC,kBAAkB,EAAG,SAASG,EAAG,CACtC,OAAOF,GAAU,UAAY,OAAOD,GAAW,UAAYC,IAC3DA,EAAO,QAAUE,EAEzB,CAAC,CACL,GAAG","names":["require_dc8240db39815020378555a4d80571c3","__commonJSMin","exports","module","require","m"],"sourceRoot":"","file":"dc8240db39815020378555a4d80571c3.js"}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy