All Downloads are FREE. Search and download functionalities are using the official Maven repository.

web-interface.assets.02d5c4961ca855a88b1cd3e1b7fa7aa2.js Maven / Gradle / Ivy

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy