Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 29 for Lhoest (0.04 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. 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
  3. FessXpathTransformer.java

    urlStr; L320: } else { L321: value = urlStr; L322: } L323: try { L324: final URL url = new java.net.URL(value); L325: final String host = url.getHost(); L326: if (StringUtil.isBlank(host) || "http".equalsIgnoreCase(host) || "https".equalsIgnoreCase(host)) { L327: return false; L328: } L329: } catch (final MalformedURLException e) { L330: return false; L331: } L332: return true;...
    github.com/codelibs/fess/src/main/java/org/code...
    Thu Oct 24 13:01:38 UTC 2024
      42.9K bytes
  4. fess_label_en.properties

    L444:labels.pathmap_pt_both=Crawling/Displaying L445:labels.pathmap_pt_stored=Stored URLs L446:labels.regular_name=Regular Name L447:labels.duplicate_name=Duplicate Name L448:labels.duplicate_host_configuration=Duplicate Host L449:labels.duplicate_host_title_details=Duplicate Host L450:labels.dashboard_title_configuration=System Configuration L451:labels.suggest_search_log_enabled=Suggest from Search Words L452:labels.suggest_documents_enabled=Suggest from Documents L453:labels.purge_suggest_search_log_day=Purge...
    github.com/codelibs/fess/src/main/resources/fes...
    Fri Mar 22 11:58:34 UTC 2024
      40.7K bytes
  5. FessEnv.java

    L41: /** The key of the configuration. e.g. true */ L42: String MAIL_SEND_MOCK = "mail.send.mock"; L43: L44: /** The key of the configuration. e.g. localhost:25 */ L45: String MAIL_SMTP_SERVER_MAIN_HOST_AND_PORT = "mail.smtp.server.main.host.and.port"; L46: L47: /** The key of the configuration. e.g. [Test] */ L48: String MAIL_SUBJECT_TEST_PREFIX = "mail.subject.test.prefix"; L49: L50: /** The key of the configuration. e.g. root@localhost */ L51: String MAIL_RETURN_PATH = "mail.return.path";...
    github.com/codelibs/fess/src/main/java/org/code...
    Thu Feb 22 01:37:57 UTC 2024
      9.9K bytes
  6. 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
  7. DataConfig.java

    (Constants.SAMBA.equals(scheme)) { L220: final String domain = paramMap.get(CRAWLER_FILE_AUTH + "." + fileAuthName + ".domain"); L221: final String hostname = paramMap.get(CRAWLER_FILE_AUTH + "." + fileAuthName + ".host"); L222: final String port = paramMap.get(CRAWLER_FILE_AUTH + "." + fileAuthName + ".port"); L223: final String username = paramMap.get(CRAWLER_FILE_AUTH + "." + fileAuthName + ".username"); L224: ...
    github.com/codelibs/fess/src/main/java/org/code...
    Sat Oct 12 01:54:15 UTC 2024
      18.5K bytes
  8. fess_config.properties

    rigin, Content-Type, Accept, Authorization, X-Requested-With L184:api.cors.allow.credentials=true L185:api.jsonp.enabled=false L186:api.ping.search_engine.fields=status,timed_out L187: L188: L189:# Virtual Host: Host:fess.codelibs.org=fess L190:virtual.host.headers= L191: L192:http.proxy.host= L193:http.proxy.port=8080 L194:http.proxy.username= L195:http.proxy.password= L196:http.fileupload.max.size=262144000 L197:http.fileupload.threshold.size=262144 L198:http.fileupload.max.file.count=10 L199:...
    github.com/codelibs/fess/src/main/resources/fes...
    Tue Oct 01 14:13:38 UTC 2024
      30.9K bytes
  9. fess_label_ru.properties

    L383:labels.pathmap_pt_displaying=Displaying L384:labels.pathmap_pt_both=Crawling/Displaying L385:labels.regular_name=Regular Name L386:labels.duplicate_name=Duplicate Name L387:labels.duplicate_host_configuration=Duplicate Host L388:labels.duplicate_host_title_details=Duplicate Host L389:labels.dashboard_title_configuration=System Configuration L390:labels.suggest_search_log_enabled=Suggest from Search Words L391:labels.suggest_documents_enabled=Suggest from Documents L392:labels.purge_suggest_search_log_day=Purge...
    github.com/codelibs/fess/src/main/resources/fes...
    Fri Mar 22 11:58:34 UTC 2024
      45.6K bytes
  10. FessConfig.java

    ; L2544: L2545: /** L2546: * Get the value for the key 'virtual.host.headers'. <br> L2547: * The value is, e.g. <br> L2548: * comment: Virtual Host: Host:fess.codelibs.org=fess L2549: * @return The value of found property. (NotNull: if not found, exception but basically no way) L2550: */ L2551: String getVirtualHostHeaders(); L2552: L2553: /** L2554: * Get the value for the key 'virtual.host.headers' as {@link Integer}. <br> L2555: * The value is, e.g. <br>...
    github.com/codelibs/fess/src/main/java/org/code...
    Fri Oct 11 21:11:58 UTC 2024
      468.5K bytes
Back to top