- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 21 for Gt (0.02 sec)
-
AdminDesignActionTest.java
AdminDesignActionTest extends UnitFessTestCase { L21: public void test_decodeJsp() { L22: assertEquals("<% a %>", AdminDesignAction.decodeJsp("<% a %>")); L23: assertEquals("<%= a %>", AdminDesignAction.decodeJsp("<%= a %>")); L24: assertEquals("<% a\nb %>", AdminDesignAction.decodeJsp("<% a\nb %>")); L25: assertEquals("<%= a\nb %>", AdminDesignAction.decodeJsp("<%= a\nb %>")); L26: assertEquals("<% a", AdminDesignAction.decodeJsp("<% a"));...github.com/codelibs/fess/src/test/java/org/code...Sun Jul 28 09:03:48 UTC 2024 2.1K bytes -
FessMessages.java
of the message: </ul> */ L45: public static final String ERRORS_FOOTER = "{errors.footer}"; L46: L47: /** The key of the message: <li><i class="fa fa-exclamation-circle"></i> */ L48: public static final String ERRORS_PREFIX = "{errors.prefix}"; L49: L50: /** The key of the message: </li> */ L51: public static final String ERRORS_SUFFIX = "{errors.suffix}"; L52: L53: /** The key of the message: {item} must be false. */ L54: public static final String...github.com/codelibs/fess/src/main/java/org/code...Thu Feb 22 01:37:57 UTC 2024 119.9K bytes -
FessLabels.java
L628: L629: /** The key of the message: Results <b>{2}</b><span class="hidden-phone"> -</span> <b>{3}</b> of <b>{1}</b> for <b>{0}</b> */ L630: public static final String LABELS_search_result_status = "{labels.search_result_status}"; L631: L632: /** The key of the message: Results <b>{2}</b><span class="hidden-phone"> -</span> <b>{3}</b> of about <b>{1}</b> for <b>{0}</b>...github.com/codelibs/fess/src/main/java/org/code...Fri Mar 22 11:58:34 UTC 2024 146.4K bytes -
adminlte.min.js
ent).on("click",vt,(function(e){e.preventDefault();var t=n.default(e.currentTarget);"navbar-search"!==t.data("widget")&&(t=t.closest(vt)),Ct._jQueryInterface.call(t,"toggle")})),n.default.fn[gt]=Ct._jQueryInterface,n.default.fn[gt].Constructor=Ct,n.default.fn[gt].noConflict=function(){return n.default.fn[gt]=mt,Ct._jQueryInterface};var wt=n.default.fn.Toasts,xt="topRight",It="topLeft",Tt="bottomRight",St="bottomLeft",jt={position:xt,fixed:!0,autohide:!1,autoremove:!0,delay:1e3,fade:!0,icon:null,...github.com/codelibs/fess/src/main/webapp/js/adm...Sat Oct 26 01:49:09 UTC 2024 45.3K bytes -
TermRangeQueryCommand.java
final BytesRef min = termRangeQuery.getLowerTerm(); L76: if (min != null) { L77: if (termRangeQuery.includesLower()) { L78: rangeQuery.gte(min.utf8ToString()); L79: } else { L80: rangeQuery.gt(min.utf8ToString()); L81: } L82: } L83: final BytesRef max = termRangeQuery.getUpperTerm(); L84: if (max != null) { L85: if (termRangeQuery.includesUpper()) { L86: rangeQuery.lte(max.utf8ToString());...github.com/codelibs/fess/src/main/java/org/code...Fri Oct 11 21:11:58 UTC 2024 4.2K bytes -
ViewHelperTest.java
viewHelper.escapeHighlight(text)); L264: L265: text = viewHelper.originalHighlightTagPre + "aaa" + viewHelper.originalHighlightTagPost + "<b>bbb</b>"; L266: assertEquals(viewHelper.highlightTagPre + "aaa" + viewHelper.highlightTagPost + "<b>bbb</b>", L267: viewHelper.escapeHighlight(text)); L268: L269: text = "111" + viewHelper.originalHighlightTagPre + "aaa" + viewHelper.originalHighlightTagPost; L270: assertEquals("111" + viewHelper.highlightTagPre + "aaa"...github.com/codelibs/fess/src/test/java/org/code...Thu Feb 22 01:37:57 UTC 2024 15.1K bytes -
AdminDesignAction.java
getJspFile(form.fileName, "view").getAbsolutePath()); L356: }); L357: } L358: L359: public static String decodeJsp(final String value) { L360: return value.replaceAll("<%(?![@-])([\\s\\S]*?)%>", "<%$1%>").replaceAll("<%=([\\s\\S]*?)%>", "<%=$1%>") L361: .replace(TRY_STATEMENT, "<% try{ %>") L362: .replace(CACHE_AND_SESSION_INVALIDATE_STATEMENT, "<% }catch(Exception e){session.invalidate();} %>"); L363: } L364: L365: public static...github.com/codelibs/fess/src/main/java/org/code...Fri Oct 11 21:11:58 UTC 2024 16.1K bytes -
bootstrap.min.js
y.data-api",(function(){for(var t=[].slice.call(document.querySelectorAll('[data-spy="scroll"]')),e=t.length;e--;){var n=o.default(t[e]);se._jQueryInterface.call(n,n.data())}})),o.default.fn[Gt]=se._jQueryInterface,o.default.fn[Gt].Constructor=se,o.default.fn[Gt].noConflict=function(){return o.default.fn[Gt]=te,se._jQueryInterface};var le="bs.tab",re=o.default.fn.tab,ue="active",fe="fade",de="show",ce=".active",he="> li > .active",ge=function(){function t(t){this._element=t}var e=t.prototype;return...github.com/codelibs/fess/src/main/webapp/js/adm...Sat Oct 26 01:49:09 UTC 2024 61.1K bytes -
fess
set fess property (i.e. -Des.<prop>=<val>)" L134:} L135: L136:# Parse any long getopt options and put them into properties before calling getopt below L137:# Be dash compatible to make sure running under ubuntu works L138:ARGV="" L139:while [ $# -gt 0 ] L140:do L141: case $1 in L142: --help) ARGV="$ARGV -h"; shift;; L143: --*=*) properties="$properties -Dfess.${1#--}" L144: shift 1 L145: ;; L146: --*) [ $# -le 1 ] && { L147: echo "Option requires...github.com/codelibs/fess/src/main/assemblies/fi...Sun Jan 15 06:32:15 UTC 2023 5.4K bytes -
fess
if [ $return -eq 0 ]; then L182: i=0 L183: timeout=10 L184: # Wait for the process to be properly started before exiting L185: until { kill -0 `cat "$PID_FILE"`; } >/dev/null 2>&1 L186: do L187: sleep 1 L188: i=$(($i + 1)) L189: if [ $i -gt $timeout ]; then L190: log_end_msg 1 L191: exit 1 L192: fi L193: done L194: fi L195: log_end_msg $return L196: exit $return L197: ;; L198: stop) L199: log_daemon_msg "Stopping $DESC" L200: L201: if [ -f "$PID_FILE" ]; then L202: start-stop-daemon...github.com/codelibs/fess/src/packaging/deb/init...Sun Jan 15 06:32:15 UTC 2023 5.8K bytes