ber-security.graylog.graylog-plugin-alert-wizard.5.2.1.source-code.0972f21af3e75388ef55435c0b3b831d.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 s=(n,t)=>()=>(t||n((t={exports:{}}).exports,t),t.exports);var $=s((i,e)=>{ace.define("ace/snippets/liquid.snippets",["require","exports","module"],function(n,t,p){p.exports=`
# liquid specific snippets
snippet ife
{% if \${1:condition} %}
{% else %}
{% endif %}
snippet if
{% if \${1:condition} %}
{% endif %}
snippet for
{% for in \${1:iterator} %}
{% endfor %}
snippet capture
{% capture \${1} %}
{% endcapture %}
snippet comment
{% comment %}
\${1:comment}
{% endcomment %}
# Include html.snippets
# Some useful Unicode entities
# Non-Breaking Space
snippet nbs
# \u2190
snippet left
←
# \u2192
snippet right
→
# \u2191
snippet up
↑
# \u2193
snippet down
↓
# \u21A9
snippet return
↩
# \u21E4
snippet backtab
⇤
# \u21E5
snippet tab
⇥
# \u21E7
snippet shift
⇧
# \u2303
snippet ctrl
⌃
# \u2305
snippet enter
⌅
# \u2318
snippet cmd
⌘
# \u2325
snippet option
⌥
# \u2326
snippet delete
⌦
# \u232B
snippet backspace
⌫
# \u238B
snippet esc
⎋
# Generic Doctype
snippet doctype HTML 4.01 Strict
snippet doctype HTML 4.01 Transitional
snippet doctype HTML 5
snippet doctype XHTML 1.0 Frameset
snippet doctype XHTML 1.0 Strict
snippet doctype XHTML 1.0 Transitional
snippet doctype XHTML 1.1
# HTML Doctype 4.01 Strict
snippet docts
# HTML Doctype 4.01 Transitional
snippet doct
# HTML Doctype 5
snippet doct5
# XHTML Doctype 1.0 Frameset
snippet docxf
# XHTML Doctype 1.0 Strict
snippet docxs
# XHTML Doctype 1.0 Transitional
snippet docxt
# XHTML Doctype 1.1
snippet docx
# html5shiv
snippet html5shiv
snippet html5printshiv
# Attributes
snippet attr
\${1:attribute}="\${2:property}"
snippet attr+
\${1:attribute}="\${2:property}" attr+\${3}
snippet .
class="\${1}"\${2}
snippet #
id="\${1}"\${2}
snippet alt
alt="\${1}"\${2}
snippet charset
charset="\${1:utf-8}"\${2}
snippet data
data-\${1}="\${2:$1}"\${3}
snippet for
for="\${1}"\${2}
snippet height
height="\${1}"\${2}
snippet href
href="\${1:#}"\${2}
snippet lang
lang="\${1:en}"\${2}
snippet media
media="\${1}"\${2}
snippet name
name="\${1}"\${2}
snippet rel
rel="\${1}"\${2}
snippet scope
scope="\${1:row}"\${2}
snippet src
src="\${1}"\${2}
snippet title=
title="\${1}"\${2}
snippet type
type="\${1}"\${2}
snippet value
value="\${1}"\${2}
snippet width
width="\${1}"\${2}
# Elements
snippet a
\${2:$1}
snippet a.
\${3:$1}
snippet a#
\${3:$1}
snippet a:ext
\${2:$1}
snippet a:mail
\${3:email me}
snippet abbr
\${2}
snippet address
\${1}
snippet area
snippet area+
area+\${5}
snippet area:c
snippet area:d
snippet area:p
snippet area:r
snippet article
\${1}
snippet article.
\${2}
snippet article#
\${2}
snippet aside
snippet aside.
snippet aside#
snippet audio
snippet bdi
\${1}
snippet bdo
\${2}
snippet bdo:l
\${1}
snippet bdo:r
\${1}
snippet blockquote
\${1}
snippet body
\${1}
snippet br
\${1}
snippet button
snippet button.
snippet button#
snippet button:s
snippet button:r
snippet canvas
snippet caption
\${1}
snippet cite
\${1}
snippet code
\${1}
snippet col
\${1}
snippet col+
col+\${1}
snippet colgroup
\${1}
snippet colgroup+
col+\${1}
snippet command
snippet command:c
snippet command:r
snippet datagrid
\${1}
snippet datalist
snippet datatemplate
\${1}
snippet dd
\${1}
snippet dd.
\${2}
snippet dd#
\${2}
snippet del
\${1}
snippet details
\${1}
snippet dfn
\${1}
snippet dialog
snippet div
\${1}
snippet div.
\${2}
snippet div#
\${2}
snippet dl
\${1}
snippet dl.
\${2}
snippet dl#
\${2}
snippet dl+
- \${1}
- \${2}
dt+\${3}
snippet dt
\${1}
snippet dt.
\${2}
snippet dt#
\${2}
snippet dt+
\${1}
\${2}
dt+\${3}
snippet em
\${1}
snippet embed