Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 39 for 2x (0.17 sec)

  1. docs/assets/images/interceptors@2x.png

    interceptors@2x.png...
    PNG Image
    - Registered: Fri Apr 19 11:42:09 GMT 2024
    - Last Modified: Sun Feb 06 02:19:09 GMT 2022
    - 83.7K bytes
    - Viewed (0)
  2. docs/assets/images/events@2x.png

    events@2x.png...
    PNG Image
    - Registered: Fri Apr 19 11:42:09 GMT 2024
    - Last Modified: Sun Feb 06 02:19:09 GMT 2022
    - 164.7K bytes
    - Viewed (1)
  3. docs/changelogs/changelog_2x.md

    Andre_601 <******@****.***> 1644113949 +0100
    Plain Text
    - Registered: Fri Apr 19 11:42:09 GMT 2024
    - Last Modified: Sun Feb 06 02:19:09 GMT 2022
    - 26.6K bytes
    - Viewed (0)
  4. docs/assets/images/disable_advanced_profiling@2x.png

    disable_advanced_profiling@2x.png...
    PNG Image
    - Registered: Fri Apr 19 11:42:09 GMT 2024
    - Last Modified: Sun Feb 06 02:19:09 GMT 2022
    - 156.3K bytes
    - Viewed (0)
  5. docs/assets/images/events_with_failures@2x.png

    events_with_failures@2x.png...
    PNG Image
    - Registered: Fri Apr 19 11:42:09 GMT 2024
    - Last Modified: Sun Feb 06 02:19:09 GMT 2022
    - 194.2K bytes
    - Viewed (0)
  6. docs/assets/images/events_with_failures_and_retries@2x.png

    events_with_failures_and_retries@2x.png...
    PNG Image
    - Registered: Fri Apr 19 11:42:09 GMT 2024
    - Last Modified: Sun Feb 06 02:19:09 GMT 2022
    - 223.1K bytes
    - Viewed (0)
  7. docs/features/events.md

    ![Events Diagram](../assets/images/events@2x.png)
    
    Here’s a [sample event listener](https://github.com/square/okhttp/blob/master/samples/guide/src/main/java/okhttp3/recipes/PrintEventsNonConcurrent.java) that prints each event with a timestamp.
    
    ```java
    Plain Text
    - Registered: Fri Apr 19 11:42:09 GMT 2024
    - Last Modified: Sun Feb 06 02:19:09 GMT 2022
    - 7.7K bytes
    - Viewed (0)
  8. mkdocs.yml

            'changelog.md': 'changelogs/changelog.md'
            'upgrading_to_okhttp_4.md': 'changelogs/upgrading_to_okhttp_4.md'
            'changelog_3x.md': 'changelogs/changelog_3x.md'
            'changelog_2x.md': 'changelogs/changelog_2x.md'
            'changelog_1x.md': 'changelogs/changelog_1x.md'
            # Redirect all contributing pages to contribute/*
            'contributing.md': 'contribute/contributing.md'
    Others
    - Registered: Fri Apr 19 11:42:09 GMT 2024
    - Last Modified: Mon Nov 20 15:26:12 GMT 2023
    - 3.8K bytes
    - Viewed (0)
  9. src/test/java/org/codelibs/fess/helper/RoleQueryHelperTest.java

            assertTrue(roleSet.contains("role1"));
            assertTrue(roleSet.contains("role2"));
            assertTrue(roleSet.contains("role3"));
    
            roleQueryHelperImpl.headerKey = "fess2x";
            getMockRequest().addHeader("fess2x", "fail");
            roleSet = buildByHeader(roleQueryHelperImpl, getMockRequest());
            assertEquals(0, roleSet.size());
    
            roleQueryHelperImpl.headerKey = "fess3";
    
    Java
    - Registered: Mon Apr 22 08:04:10 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 14.2K bytes
    - Viewed (0)
  10. guava-tests/test/com/google/common/collect/AbstractHashFloodingTest.java

              .that(ratio)
              .isAtMost(
                  2
                      * constructionAsymptotics.applyAsDouble(largeSize)
                      / constructionAsymptotics.applyAsDouble(smallSize));
          // allow up to 2x wobble in the constant factors
        }
      }
    
      public void testResistsHashFloodingOnQuery() {
        CallsCounter smallCounter = new CallsCounter();
    Java
    - Registered: Fri Apr 19 12:43:09 GMT 2024
    - Last Modified: Tue Oct 03 21:01:39 GMT 2023
    - 8.6K bytes
    - Viewed (0)
Back to top