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

The newest version!
(()=>{var i=(n,t)=>()=>(t||n((t={exports:{}}).exports,t),t.exports);var r=i((p,e)=>{ace.define("ace/snippets/jsp.snippets",["require","exports","module"],function(n,t,s){s.exports=`snippet @page
	<%@page contentType="text/html" pageEncoding="UTF-8"%>
snippet jstl
	<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
	<%@ taglib uri="http://java.sun.com/jsp/jstl/functions" prefix="fn" %>
snippet jstl:c
	<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
snippet jstl:fn
	<%@ taglib uri="http://java.sun.com/jsp/jstl/functions" prefix="fn" %>
snippet cpath
	\${pageContext.request.contextPath}
snippet cout
	
snippet cset
	
snippet cremove
	
snippet ccatch
	
snippet cif
	
		\${2}
	
snippet cchoose
	
		\${1}
	
snippet cwhen
	
		\${2}
	
snippet cother
	
		\${1}
	
snippet cfore
	
		\${4:}
	
snippet cfort
	\${2:item1,item2,item3}
	
		\${5:}
	
snippet cparam
	
snippet cparam+
	
	cparam+\${3}
snippet cimport
	
snippet cimport+
	
		
		cparam+\${4}
	
snippet curl
	
	\${3}
snippet curl+
	
		
		cparam+\${6}
	
	\${3}
snippet credirect
	
snippet contains
	\${fn:contains(\${1:string}, \${2:substr})}
snippet contains:i
	\${fn:containsIgnoreCase(\${1:string}, \${2:substr})}
snippet endswith
	\${fn:endsWith(\${1:string}, \${2:suffix})}
snippet escape
	\${fn:escapeXml(\${1:string})}
snippet indexof
	\${fn:indexOf(\${1:string}, \${2:substr})}
snippet join
	\${fn:join(\${1:collection}, \${2:delims})}
snippet length
	\${fn:length(\${1:collection_or_string})}
snippet replace
	\${fn:replace(\${1:string}, \${2:substr}, \${3:replace})}
snippet split
	\${fn:split(\${1:string}, \${2:delims})}
snippet startswith
	\${fn:startsWith(\${1:string}, \${2:prefix})}
snippet substr
	\${fn:substring(\${1:string}, \${2:begin}, \${3:end})}
snippet substr:a
	\${fn:substringAfter(\${1:string}, \${2:substr})}
snippet substr:b
	\${fn:substringBefore(\${1:string}, \${2:substr})}
snippet lc
	\${fn:toLowerCase(\${1:string})}
snippet uc
	\${fn:toUpperCase(\${1:string})}
snippet trim
	\${fn:trim(\${1:string})}
`});ace.define("ace/snippets/jsp",["require","exports","module","ace/snippets/jsp.snippets"],function(n,t,s){"use strict";t.snippetText=n("./jsp.snippets"),t.scope="jsp"});(function(){ace.require(["ace/snippets/jsp"],function(n){typeof e=="object"&&typeof p=="object"&&e&&(e.exports=n)})})()});r();})();

//# sourceMappingURL=e2fe8f0d4fd950b20b30fabaea96b3f8.js.map




© 2015 - 2024 Weber Informatics LLC | Privacy Policy