芝麻web文件管理V1.00
编辑当前文件:/home/krishnamexports/public_html/panel/vendors/ace-builds/src-min/snippets/jsp.js
define("ace/snippets/jsp",["require","exports","module"],function(e,t,n){"use strict";t.snippetText='snippet @page\n <%@page contentType="text/html" pageEncoding="UTF-8"%>\nsnippet jstl\n <%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>\n <%@ taglib uri="http://java.sun.com/jsp/jstl/functions" prefix="fn" %>\nsnippet jstl:c\n <%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>\nsnippet jstl:fn\n <%@ taglib uri="http://java.sun.com/jsp/jstl/functions" prefix="fn" %>\nsnippet cpath\n ${pageContext.request.contextPath}\nsnippet cout\n
\nsnippet cset\n
\nsnippet cremove\n
\nsnippet ccatch\n
\nsnippet cif\n
\n ${2}\n
\nsnippet cchoose\n
\n ${1}\n
\nsnippet cwhen\n
\n ${2}\n
\nsnippet cother\n
\n ${1}\n
\nsnippet cfore\n
\n ${4:
}\n
\nsnippet cfort\n
${2:item1,item2,item3}
\n
\n ${5:
}\n
\nsnippet cparam\n
\nsnippet cparam+\n
\n cparam+${3}\nsnippet cimport\n
\nsnippet cimport+\n
\n
\n cparam+${4}\n
\nsnippet curl\n
\n
${3}
\nsnippet curl+\n
\n
\n cparam+${6}\n
\n
${3}
\nsnippet credirect\n
\nsnippet contains\n ${fn:contains(${1:string}, ${2:substr})}\nsnippet contains:i\n ${fn:containsIgnoreCase(${1:string}, ${2:substr})}\nsnippet endswith\n ${fn:endsWith(${1:string}, ${2:suffix})}\nsnippet escape\n ${fn:escapeXml(${1:string})}\nsnippet indexof\n ${fn:indexOf(${1:string}, ${2:substr})}\nsnippet join\n ${fn:join(${1:collection}, ${2:delims})}\nsnippet length\n ${fn:length(${1:collection_or_string})}\nsnippet replace\n ${fn:replace(${1:string}, ${2:substr}, ${3:replace})}\nsnippet split\n ${fn:split(${1:string}, ${2:delims})}\nsnippet startswith\n ${fn:startsWith(${1:string}, ${2:prefix})}\nsnippet substr\n ${fn:substring(${1:string}, ${2:begin}, ${3:end})}\nsnippet substr:a\n ${fn:substringAfter(${1:string}, ${2:substr})}\nsnippet substr:b\n ${fn:substringBefore(${1:string}, ${2:substr})}\nsnippet lc\n ${fn:toLowerCase(${1:string})}\nsnippet uc\n ${fn:toUpperCase(${1:string})}\nsnippet trim\n ${fn:trim(${1:string})}\n',t.scope="jsp"}); (function() { window.require(["ace/snippets/jsp"], function(m) { if (typeof module == "object" && typeof exports == "object" && module) { module.exports = m; } }); })();