Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 52 for live (0.03 sec)

  1. stopwords.txt

    L60:jo L61:deres L62:efter L63:ned L64:skulle L65:denne L66:end L67:dette L68:mit L69:også L70:under L71:have L72:dig L73:anden L74:hende L75:mine L76:alt L77:meget L78:sit L79:sine L80:vor L81:mod L82:disse L83:hvis L84:din L85:nogle L86:hos L87:blive L88:mange L89:ad L90:bliver L91:hendes L92:været L93:thi L94:jer L95:sådan...
    github.com/codelibs/fess/src/main/resources/fes...
    Mon Nov 27 12:59:36 UTC 2023
      564 bytes
  2. UserAgentHelperTest.java

    getMockRequest().addHeader("user-agent", "Mozilla/5.0 (Windows NT 6.3; WOW64; Trident/7.0; Touch; rv:11.0) like Gecko)"); L43: assertEquals(UserAgentType.IE, userAgentHelper.getUserAgentType()); L44: } L45: L46: public void test_getUserAgentType_Chrome() { L47: getMockRequest().addHeader("user-agent", L48: "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.52 Safari/537.36"); L49: assertEquals(UserAgentType.CHROME, userAgen...
    github.com/codelibs/fess/src/test/java/org/code...
    Thu Feb 22 01:37:57 UTC 2024
      3K bytes
  3. daterangepicker.css

    .calendar-time { L255: text-align: center; L256: margin: 4px auto 0 auto; L257: line-height: 30px; L258: position: relative; L259:} L260: L261:.daterangepicker .calendar-time select.disabled { L262: color: #ccc; L263: cursor: not-allowed; L264:} L265: L266:.daterangepicker .drp-buttons { L267: clear: both; L268: text-align: right; L269: padding: 8px; L270: border-top: 1px solid #ddd; L271: display: none; L272: line-height: 12px; L273: vertical-align: middle; L274:} L275: L276:.daterangepicker...
    github.com/codelibs/fess/src/main/webapp/css/ad...
    Sat Oct 26 01:49:09 UTC 2024
      7.5K bytes
  4. fess

    $pidfile L116: fi L117: return $? L118: fi L119:} L120: L121:# Print command line usage / help L122:usage() { L123: echo "Usage: $0 [-vdh] [-p pidfile] [-D prop] [-X prop]" L124: echo "Start fess." L125: echo " -d daemonize (run in background)" L126: echo " -p pidfile write PID to <pidfile>" L127: echo " -h" L128: echo " --help print command line options" L129: echo " -v print fess version, then exit" L130: echo "...
    github.com/codelibs/fess/src/main/assemblies/fi...
    Sun Jan 15 06:32:15 UTC 2023
      5.4K bytes
  5. FessFunctions.java

    prefix + "([0-9]+):(.*)$"); L391: final String[] values = input.split("\n"); L392: final List<String> list = new ArrayList<>(values.length); L393: int lineNum = 0; L394: for (final String line : values) { L395: final Matcher matcher = pattern.matcher(line); L396: if (matcher.matches()) { L397: if (lineNum == 0) { L398: lineNum = Integer.parseInt(matcher.group(1)); L399: list.clear(); L400: ...
    github.com/codelibs/fess/src/main/java/org/code...
    Thu Feb 22 01:53:18 UTC 2024
      16.9K bytes
  6. AdminEsreqAction.java

    uestFile(GLOBAL, "no header"), L80: () -> asListHtml(this::saveToken)); L81: return redirect(getClass()); // no-op L82: } L83: String line; L84: while ((line = ReaderUtil.readLine(reader)) != null) { L85: buf.append(line); L86: } L87: } catch (final Exception e) { L88: throwValidationError(messages -> messages.addErrorsFailedToReadRequestFile(GLOBAL, e.getMessage()), L89: ...
    github.com/codelibs/fess/src/main/java/org/code...
    Thu Feb 22 01:37:57 UTC 2024
      6.2K bytes
  7. fe.tld

    <function-signature>java.lang.String facetQuery()</function-signature> L141: <example> L142: ${fe:facetQuery()} L143: </example> L144: </function> L145: L146: <function> L147: <description> L148: Returns query parameters for More Like This. L149: </description> L150: <name>mltQuery</name> L151: <function-class>org.codelibs.fess.taglib.FessFunctions</function-class> L152: <function-signature>java.lang.String mltQuery()</function-signature> L153: <example> L154: ...
    github.com/codelibs/fess/src/main/webapp/WEB-IN...
    Sat Dec 23 06:18:48 UTC 2023
      10K bytes
  8. PingSearchEngineJob.java

    resultBuf.append("Status of ").append(ping.getClusterName()).append(" is changed to ").append(ping.getClusterStatus()) L81: .append('.'); L82: } else if (status == 0) { L83: resultBuf.append(ping.getClusterName()).append(" is alive."); L84: } else { L85: resultBuf.append(ping.getClusterName()).append(" is not available."); L86: } L87: L88: return resultBuf.toString(); L89: } L90: L91:}...
    github.com/codelibs/fess/src/main/java/org/code...
    Thu Feb 22 01:37:57 UTC 2024
      4.1K bytes
  9. AbstractDataStore.java

    String SCRIPT_TYPE = "script_type"; L46: L47: public String mimeType = "application/datastore"; L48: L49: protected boolean alive = true; L50: L51: public void register() { L52: ComponentUtil.getDataStoreFactory().add(getName(), this); L53: } L54: L55: protected abstract String getName(); L56: L57: @Override L58: public void stop() { L59: alive = false; L60: } L61: L62: @Override L63: public void store(final DataConfig config, final IndexUpdateCallback callback,...
    github.com/codelibs/fess/src/main/java/org/code...
    Thu Feb 22 01:37:57 UTC 2024
      6.3K bytes
  10. bootstrap.min.css

    rtant;align-items:stretch!important}.align-content-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.a...
    github.com/codelibs/fess/src/main/webapp/css/ad...
    Sat Oct 26 01:49:09 UTC 2024
      158.5K bytes
Back to top