Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 5 of 5 for 1486 (0.07 sec)

  1. okhttp/src/commonJvmAndroid/kotlin/okhttp3/HttpUrl.kt

     * scheme's default is used.
     *
     * ### Path
     *
     * The path identifies a specific resource on the host. Paths have a hierarchical structure like
     * "/square/okhttp/issues/1486" and decompose into a list of segments like `["square", "okhttp",
     * "issues", "1486"]`.
     *
     * This class offers methods to compose and decompose paths by segment. It composes each path
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Mon May 05 16:01:00 UTC 2025
    - 63.5K bytes
    - Viewed (0)
  2. src/test/java/org/codelibs/fess/helper/UserAgentHelperTest.java

        }
    
        public void test_getUserAgentType_safariWithoutChrome() {
            getMockRequest().addHeader("user-agent",
                    "Mozilla/5.0 (iPhone; CPU iPhone OS 14_6 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.1 Mobile/15E148 Safari/604.1");
            assertEquals(UserAgentType.SAFARI, userAgentHelper.getUserAgentType());
        }
    
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 10 13:41:04 UTC 2025
    - 7.1K bytes
    - Viewed (0)
  3. guava-tests/test/com/google/common/primitives/BooleansTest.java

            5,
            1,
            6,
            new boolean[] {false, true, false, true, false, true, false});
        testRotate(
            new boolean[] {false, true, false, true, false, true, false},
            14,
            1,
            6,
            new boolean[] {false, false, true, false, true, true, false});
    
        // Rotate the first three elements
        testRotate(
            new boolean[] {false, true, false, true, false, true, false},
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Thu Aug 07 16:05:33 UTC 2025
    - 25K bytes
    - Viewed (0)
  4. CHANGELOG/CHANGELOG-1.34.md

    - cloud.google.com/go/apigeeconnect: v1.6.4
    - cloud.google.com/go/apigeeregistry: v0.8.2
    - cloud.google.com/go/appengine: v1.8.4
    - cloud.google.com/go/area120: v0.8.4
    - cloud.google.com/go/artifactregistry: v1.14.6
    - cloud.google.com/go/asset: v1.17.0
    - cloud.google.com/go/assuredworkloads: v1.11.4
    - cloud.google.com/go/automl: v1.13.4
    - cloud.google.com/go/baremetalsolution: v1.2.3
    - cloud.google.com/go/batch: v1.7.0
    Registered: Fri Sep 05 09:05:11 UTC 2025
    - Last Modified: Wed Aug 27 10:36:10 UTC 2025
    - 292.8K bytes
    - Viewed (0)
  5. CHANGELOG/CHANGELOG-1.32.md

    - cloud.google.com/go/apigeeregistry: v0.7.1 → v0.8.2
    - cloud.google.com/go/appengine: v1.8.1 → v1.8.4
    - cloud.google.com/go/area120: v0.8.1 → v0.8.4
    - cloud.google.com/go/artifactregistry: v1.14.1 → v1.14.6
    - cloud.google.com/go/asset: v1.14.1 → v1.17.0
    - cloud.google.com/go/assuredworkloads: v1.11.1 → v1.11.4
    - cloud.google.com/go/automl: v1.13.1 → v1.13.4
    - cloud.google.com/go/baremetalsolution: v1.1.1 → v1.2.3
    Registered: Fri Sep 05 09:05:11 UTC 2025
    - Last Modified: Wed Aug 13 14:49:49 UTC 2025
    - 412.3K bytes
    - Viewed (0)
Back to top