Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for Hosts (0.08 sec)

  1. FessProp.java

    (); L1797: } L1798: L1799: @SuppressWarnings("unchecked") L1800: default Tuple3<String, String, String>[] getVirtualHosts() { L1801: Tuple3<String, String, String>[] hosts = (Tuple3<String, String, String>[]) propMap.get(VIRTUAL_HOST_HEADERS); L1802: if (hosts == null) { L1803: hosts = split(getVirtualHostHeaderValue(), "\n").get(stream -> stream.map(s -> { L1804: final String[] v1 = s.split("="); L1805: if (v1.length == 2) { L1806:...
    github.com/codelibs/fess/src/main/java/org/code...
    Sat Oct 12 01:54:15 UTC 2024
      87.2K bytes
  2. SearchEngineClient.java

    L385: } L386: L387: protected Client createHttpClient(final FessConfig fessConfig, final String host) { L388: final String[] hosts = L389: split(host, ",").get(stream -> stream.map(String::trim).filter(StringUtil::isNotEmpty).toArray(n -> new String[n])); L390: final Builder builder = Settings.builder().putList("http.hosts", hosts).put("processors", fessConfig.availableProcessors()) L391: .put("http.heartbeat_interval", fessConfig.getFesenHeartbeatInterval());...
    github.com/codelibs/fess/src/main/java/org/code...
    Sun Oct 20 02:08:03 UTC 2024
      86.1K bytes
  3. bootstrap.min.css.map

    z-index: $zindex-sticky;\n }\n}\n","//\n// Screenreaders\n//\n\n.sr-only {\n @include sr-only();\n}\n\n.sr-only-focusable {\n @include sr-only-focusable();\n}\n","// Only display content to screen readers\n//\n// See: https://www.a11yproject.com/posts/2013-01-11-how-to-hide-content/\n// See: https://kittygiraudel.com/2016/10/13/css-hide-and-seek/\n\n@mixin sr-only() {\n position: absolute;\n width: 1px;\n height: 1px;\n padding: 0;\n margin: -1px; // Fix for https://github.com/twbs/bootstrap/issues/25686\n...
    github.com/codelibs/fess/src/main/webapp/css/ad...
    Sat Oct 26 01:49:09 UTC 2024
      639.3K bytes
  4. adminlte.min.css.map

    z-index: $zindex-sticky;\n }\n}\n","//\n// Screenreaders\n//\n\n.sr-only {\n @include sr-only();\n}\n\n.sr-only-focusable {\n @include sr-only-focusable();\n}\n","// Only display content to screen readers\n//\n// See: https://www.a11yproject.com/posts/2013-01-11-how-to-hide-content/\n// See: https://kittygiraudel.com/2016/10/13/css-hide-and-seek/\n\n@mixin sr-only() {\n position: absolute;\n width: 1px;\n height: 1px;\n padding: 0;\n margin: -1px; // Fix for https://github.com/twbs/bootstrap/issues/25686\n...
    github.com/codelibs/fess/src/main/webapp/css/ad...
    Sat Oct 26 01:49:09 UTC 2024
      3.7M bytes
Back to top