Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for Lhoest (0.03 sec)

  1. FessBoot.java

    == null) { L104: fessLogPath = "../../logs"; L105: } L106: op.replace("fess.log.path", fessLogPath.replace("\\", "/")); L107: }).asYouLikeIt(resource -> { L108: final Host host = resource.getHost(); L109: if (host instanceof final StandardHost standardHost) { L110: standardHost.setErrorReportValveClass(SuppressErrorReportValve.class.getName()); L111: } L112: }).useTldDetect(jarName -> (jarName.contains("jstl")...
    github.com/codelibs/fess/src/main/java/org/code...
    Fri Oct 11 21:20:39 UTC 2024
      8K bytes
  2. AbstractDataStore.java

    .getIndexFieldRole(), roleTypeList); L105: // mimetype L106: defaultDataMap.put(fessConfig.getIndexFieldMimetype(), mimeType); L107: // title L108: // content L109: // cache L110: // digest L111: // host L112: // site L113: // url L114: // anchor L115: // content_length L116: // last_modified L117: // id L118: // virtual_host L119: defaultDataMap.put(fessConfig.getIndexFieldVirtualHost(), L120:...
    github.com/codelibs/fess/src/main/java/org/code...
    Thu Feb 22 01:37:57 UTC 2024
      6.3K bytes
  3. VirtualHostHelper.java

    VirtualHosts(); L52: return LaRequestUtil.getOptionalRequest().map(req -> { L53: for (final Tuple3<String, String, String> host : vHosts) { L54: final String headerValue = req.getHeader(host.getValue1()); L55: if (host.getValue2().equalsIgnoreCase(headerValue)) { L56: return func.apply(host.getValue3()); L57: } L58: } L59: return defaultValue; L60: }).orElse(defaultValue); L61: } L62:...
    github.com/codelibs/fess/src/main/java/org/code...
    Thu Feb 22 01:37:57 UTC 2024
      2.7K bytes
Back to top