Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 123 for 3600 (0.02 sec)

  1. docs/recipes.md

    Response caching uses HTTP headers for all configuration. You can add request headers like `Cache-Control: max-stale=3600` and OkHttp's cache will honor them. Your webserver configures how long responses are cached with its own response headers, like `Cache-Control: max-age=9600`. There are cache headers to force a cached response, force a network response, or force the network response to be validated with a conditional GET.
    
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Sat Aug 30 17:01:12 UTC 2025
    - 47.8K bytes
    - Viewed (0)
  2. src/main/resources/fess_config.properties

    # Allowed origins for CORS.
    api.cors.allow.origin=*
    # Allowed HTTP methods for CORS.
    api.cors.allow.methods=GET, POST, OPTIONS, DELETE, PUT
    # Max age for CORS preflight requests.
    api.cors.max.age=3600
    # Allowed headers for CORS.
    api.cors.allow.headers=Origin, Content-Type, Accept, Authorization, X-Requested-With
    # Whether to allow credentials for CORS.
    api.cors.allow.credentials=true
    # Whether to enable JSONP for API.
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Jul 05 14:45:37 UTC 2025
    - 54.7K bytes
    - Viewed (0)
  3. src/main/java/org/codelibs/fess/sso/aad/AzureAdAuthenticator.java

         * @return The state TTL in milliseconds.
         */
        protected long getStateTtl() {
            return Long.parseLong(ComponentUtil.getFessConfig().getSystemProperty(AZUREAD_STATE_TTL, "3600"));
        }
    
        /**
         * Gets the reply URL for Azure AD authentication.
         * @param request The HTTP servlet request.
         * @return The reply URL.
         */
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Aug 28 09:13:08 UTC 2025
    - 37.3K bytes
    - Viewed (0)
  4. kotlin-js-store/yarn.lock

      integrity sha512-U9h1NLROZTq9uE1SNffn6WuPDg8icmi3ns4rEl/oTfIle4iLjTliCzgTsbaIFMq/Xn078/lfY/BL0GWZ+psK4Q==
    
    normalize-path@^3.0.0, normalize-path@~3.0.0:
      version "3.0.0"
      resolved "https://registry.yarnpkg.com/normalize-path/-/normalize-path-3.0.0.tgz#0dcd69ff23a1c9b11fd0978316644a0388216a65"
      integrity sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==
    
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Sat Jul 22 12:28:51 UTC 2023
    - 87.4K bytes
    - Viewed (0)
  5. src/test/resources/plugin/repo3/fess-crawler-webdriver/maven-metadata.xml

          <version>3.8.1</version>
          <version>3.8.2</version>
          <version>3.9.0</version>
          <version>3.9.1</version>
          <version>3.10.0</version>
          <version>3.10.1</version>
          <version>3.11.0</version>
          <version>3.11.1</version>
          <version>3.11.2</version>
          <version>3.12.0</version>
          <version>3.12.1</version>
          <version>3.13.0</version>
          <version>3.13.1</version>
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Mon Jun 17 13:30:41 UTC 2024
    - 3.6K bytes
    - Viewed (0)
  6. src/test/resources/plugin/repo3/fess-crawler-es/maven-metadata.xml

          <version>3.8.1</version>
          <version>3.8.2</version>
          <version>3.9.0</version>
          <version>3.9.1</version>
          <version>3.10.0</version>
          <version>3.10.1</version>
          <version>3.11.0</version>
          <version>3.11.1</version>
          <version>3.11.2</version>
          <version>3.12.0</version>
          <version>3.12.1</version>
          <version>3.13.0</version>
          <version>3.13.1</version>
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Mon Jun 17 13:30:41 UTC 2024
    - 4.2K bytes
    - Viewed (0)
  7. android/guava/src/com/google/common/net/HttpHeaders.java

       * Sec-CH-Viewport-Width}</a> header field name.
       *
       * @since 32.0.0
       */
      public static final String SEC_CH_VIEWPORT_WIDTH = "Sec-CH-Viewport-Width";
    
      /**
       * The HTTP <a
       * href="https://wicg.github.io/responsive-image-client-hints/#sec-ch-viewport-height">{@code
       * Sec-CH-Viewport-Height}</a> header field name.
       *
       * @since 32.0.0
       */
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Thu Mar 27 20:37:16 UTC 2025
    - 35.4K bytes
    - Viewed (0)
  8. android/guava-tests/test/com/google/common/util/concurrent/AtomicLongMapBasherTest.java

    @GwtIncompatible // threads
    @NullUnmarked
    public class AtomicLongMapBasherTest extends TestCase {
      private final Random random = new Random(301);
    
      public void testModify_basher() throws Exception {
        int nTasks = 3000;
        int nThreads = 100;
        int getsPerTask = 1000;
        int deltaRange = 10000;
        String key = "key";
    
        AtomicLongMap<String> map = AtomicLongMap.create();
    
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Fri Jul 11 18:52:30 UTC 2025
    - 4.2K bytes
    - Viewed (0)
  9. src/test/resources/plugin/repo3/fess-crawler-parent/maven-metadata.xml

          <version>3.8.1</version>
          <version>3.8.2</version>
          <version>3.9.0</version>
          <version>3.9.1</version>
          <version>3.10.0</version>
          <version>3.10.1</version>
          <version>3.11.0</version>
          <version>3.11.1</version>
          <version>3.11.2</version>
          <version>3.12.0</version>
          <version>3.12.1</version>
          <version>3.13.0</version>
          <version>3.13.1</version>
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Mon Jun 17 13:30:41 UTC 2024
    - 4.2K bytes
    - Viewed (0)
  10. src/test/resources/plugin/repo3/fess-crawler/maven-metadata.xml

          <version>3.8.1</version>
          <version>3.8.2</version>
          <version>3.9.0</version>
          <version>3.9.1</version>
          <version>3.10.0</version>
          <version>3.10.1</version>
          <version>3.11.0</version>
          <version>3.11.1</version>
          <version>3.11.2</version>
          <version>3.12.0</version>
          <version>3.12.1</version>
          <version>3.13.0</version>
          <version>3.13.1</version>
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Mon Jun 17 13:30:41 UTC 2024
    - 4.2K bytes
    - Viewed (0)
Back to top