Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 7 of 7 for 300s (0.11 sec)

  1. 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)
  2. docs/changelogs/changelog_3x.md

    _2016-01-14_
    
     *  Rollback OSGi support. This was causing library jars to include more classes
        than expected, which interfered with Gradle builds.
    
    
    ## Version 3.0.0
    
    _2016-01-13_
    
    This release commits to a stable 3.0 API. Read the 3.0.0-RC1 changes for advice
    on upgrading from 2.x to 3.x.
    
     *  **The `Callback` interface now takes a `Call`**. This makes it easier to
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Sun Feb 06 14:55:54 UTC 2022
    - 50.8K bytes
    - Viewed (0)
  3. src/test/java/jcifs/smb/SmbFileIntegrationTest.java

            CIFSContext dirContext = createFreshContext();
            SmbFile destDir = new SmbFile(baseUrl + "shared/movedir_" + timestamp + "/", dirContext);
            destDir.mkdir();
            destDir.close();
            Thread.sleep(300);
    
            // Create source file with content
            CIFSContext createContext = createFreshContext();
            String sourceFileName = "source_" + timestamp + ".txt";
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Sat Aug 30 05:58:03 UTC 2025
    - 56K bytes
    - Viewed (0)
  4. okhttp/src/jvmTest/kotlin/okhttp3/EventListenerTest.kt

        }
      }
    
      @Test
      fun cacheHit() {
        enableCache()
        server.enqueue(
          MockResponse
            .Builder()
            .body("abc")
            .addHeader("cache-control: public, max-age=300")
            .build(),
        )
        var call =
          client.newCall(
            Request
              .Builder()
              .url(server.url("/"))
              .build(),
          )
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Fri Jun 20 11:46:46 UTC 2025
    - 60.4K bytes
    - Viewed (0)
  5. src/main/resources/fess_config.properties

    # Number of snapshots for hot thread monitoring.
    crawler.hotthread.snapshots=10
    # Number of threads for hot thread monitoring.
    crawler.hotthread.threads=3
    # Timeout for hot thread monitoring (e.g., 30s).
    crawler.hotthread.timeout=30s
    # Type of hot thread monitoring (e.g., cpu).
    crawler.hotthread.type=cpu
    # Metadata fields to exclude from document content.
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Jul 05 14:45:37 UTC 2025
    - 54.7K bytes
    - Viewed (0)
  6. android/guava-tests/test/com/google/common/collect/IteratorsTest.java

        iterator.next();
        iterator.remove();
        assertFalse(iterator.hasNext());
        assertEquals(1, list.size());
        assertEquals("pants", list.get(0));
      }
    
      @GwtIncompatible // fairly slow (~30s)
      public void testLimitUsingIteratorTester() {
        List<Integer> list = Lists.newArrayList(1, 2, 3, 4, 5);
        new IteratorTester<Integer>(
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Thu Aug 07 16:05:33 UTC 2025
    - 54.4K bytes
    - Viewed (0)
  7. guava-tests/test/com/google/common/collect/IteratorsTest.java

        iterator.next();
        iterator.remove();
        assertFalse(iterator.hasNext());
        assertEquals(1, list.size());
        assertEquals("pants", list.get(0));
      }
    
      @GwtIncompatible // fairly slow (~30s)
      public void testLimitUsingIteratorTester() {
        List<Integer> list = Lists.newArrayList(1, 2, 3, 4, 5);
        new IteratorTester<Integer>(
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Thu Aug 07 16:05:33 UTC 2025
    - 54.4K bytes
    - Viewed (0)
Back to top