Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 5 of 5 for space (0.03 sec)

  1. style.css

    .searchFormBox { L165: margin-top: 4em; L166: } L167: #result .info { L168: display: none; L169: } L170: #result .more { L171: display: block; L172: } L173: #result .description { L174: overflow: hidden; L175: text-overflow: ellipsis; L176: white-space: nowrap; L177: } L178:}...
    github.com/codelibs/fess/src/main/webapp/css/st...
    Thu Jun 02 11:39:35 UTC 2022
      2K bytes
  2. QueryStringBuilder.java

    L28:import org.codelibs.fess.mylasta.direction.FessConfig; L29: L30:public class QueryStringBuilder { L31: L32: private static final String OR_ALT = " || "; L33: L34: private static final String OR = " OR "; L35: L36: private static final String SPACE = " "; L37: L38: private SearchRequestParams params; L39: L40: private boolean escape = false; L41: L42: private String sortField; L43: L44: protected String quote(final String value) { L45: if (value.split("\\s").length > 1) { L46:...
    github.com/codelibs/fess/src/main/java/org/code...
    Thu Feb 22 01:37:57 UTC 2024
      8.7K bytes
  3. daterangepicker.css

    rotate(135deg); L145:} L146: L147:.daterangepicker .calendar-table th, .daterangepicker .calendar-table td { L148: white-space: nowrap; L149: text-align: center; L150: vertical-align: middle; L151: min-width: 32px; L152: width: 32px; L153: height: 24px; L154: line-height: 24px; L155: font-size: 12px; L156: border-radius: 4px; L157: border: 1px solid transparent; L158: white-space: nowrap; L159: cursor: pointer; L160:} L161: L162:.daterangepicker .calendar-table { L163: border: 1px solid #fff;...
    github.com/codelibs/fess/src/main/webapp/css/ad...
    Sat Oct 26 01:49:09 UTC 2024
      7.5K bytes
  4. fess.in.sh

    TS -Dlog4j.skipJansi=true" L69: L70:# Causes the JVM to dump its heap on OutOfMemory. L71:#FESS_JAVA_OPTS="$FESS_JAVA_OPTS -XX:+HeapDumpOnOutOfMemoryError" L72:# The path to the heap dump location, note directory must exists and have enough L73:# space for a full heap dump. L74:#FESS_JAVA_OPTS="$FESS_JAVA_OPTS -XX:HeapDumpPath=$FESS_HOME/logs/heapdump.hprof" L75: L76:# Disables explicit GC L77:FESS_JAVA_OPTS="$FESS_JAVA_OPTS -XX:+DisableExplicitGC" L78: L79:# Ensure UTF-8 encoding by default (e.g....
    github.com/codelibs/fess/src/main/assemblies/fi...
    Sun Jan 15 06:32:15 UTC 2023
      4.7K bytes
  5. fess.in.bat

    sword=changeit L75: L76:REM Causes the JVM to dump its heap on OutOfMemory. L77:REM set FESS_JAVA_OPTS=%FESS_JAVA_OPTS% -XX:+HeapDumpOnOutOfMemoryError L78:REM The path to the heap dump location, note directory must exists and have enough L79:REM space for a full heap dump. L80:REM FESS_JAVA_OPTS=%FESS_JAVA_OPTS% -XX:HeapDumpPath=%FESS_HOME%/logs/heapdump.hprof L81: L82:REM Disables explicit GC L83:set FESS_JAVA_OPTS=%FESS_JAVA_OPTS% -XX:+DisableExplicitGC L84: L85:REM Ensure UTF-8 encoding by default...
    github.com/codelibs/fess/src/main/assemblies/fi...
    Sun Jan 15 06:32:15 UTC 2023
      4.2K bytes
Back to top