Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 20 for 4291 (0.02 sec)

  1. guava/src/com/google/common/net/InetAddresses.java

       *
       * <p>For more on IPv4 compatible addresses see section 2.5.5.1 of <a target="_parent"
       * href="http://tools.ietf.org/html/rfc4291#section-2.5.5.1">RFC 4291</a>.
       *
       * <p>NOTE: This method is different from {@link Inet6Address#isIPv4CompatibleAddress} in that it
       * more correctly classifies {@code "::"} and {@code "::1"} as proper IPv6 addresses (which they
    Registered: Fri Nov 01 12:43:10 UTC 2024
    - Last Modified: Sat Oct 19 00:26:48 UTC 2024
    - 47.1K bytes
    - Viewed (0)
  2. android/guava/src/com/google/common/net/InetAddresses.java

       *
       * <p>For more on IPv4 compatible addresses see section 2.5.5.1 of <a target="_parent"
       * href="http://tools.ietf.org/html/rfc4291#section-2.5.5.1">RFC 4291</a>.
       *
       * <p>NOTE: This method is different from {@link Inet6Address#isIPv4CompatibleAddress} in that it
       * more correctly classifies {@code "::"} and {@code "::1"} as proper IPv6 addresses (which they
    Registered: Fri Nov 01 12:43:10 UTC 2024
    - Last Modified: Sat Oct 19 00:26:48 UTC 2024
    - 47.1K bytes
    - Viewed (0)
  3. docs/changelogs/changelog_4x.md

        manual calls to `HostnameVerifier` could be defeated if the hostnames they pass in are not
        strictly ASCII. This issue is tracked as [CVE-2021-0341].
    
    
    ## Version 4.9.1
    
    _2021-01-30_
    
     *  Fix: Work around a crash in Android 10 and 11 that may be triggered when two threads
        concurrently close an SSL socket. This would have appeared in crash logs as
    Registered: Fri Nov 01 11:42:11 UTC 2024
    - Last Modified: Wed Apr 17 13:25:31 UTC 2024
    - 25.2K bytes
    - Viewed (0)
  4. okhttp/src/test/java/okhttp3/ConnectionCoalescingTest.kt

        server.enqueue(
          MockResponse.Builder()
            .body("seed connection")
            .build(),
        )
        server.enqueue(
          MockResponse.Builder()
            .code(421)
            .body("misdirected!")
            .build(),
        )
        server.enqueue(
          MockResponse.Builder()
            .body("after misdirect")
            .build(),
        )
    
        // Seed the connection pool.
    Registered: Fri Nov 01 11:42:11 UTC 2024
    - Last Modified: Sat Jan 20 10:30:28 UTC 2024
    - 18.7K bytes
    - Viewed (0)
  5. compat/maven-resolver-provider/src/test/java/org/apache/maven/repository/internal/VersionTest.java

                    "1d6226f6-dacc-42a9-bd88-7aab1f59df74",
                    "0948ed55-c25e-4319-9801-5f817bac09b5",
                    "2fd52f5e-b856-47ad-9e58-45c1d0ba437b",
                    "6c325bd0-ac6b-4391-a5c5-caa160972fa2",
                    "d213f6be-f56b-42d2-abda-4300742e0add",
                    "efaae115-cc21-4b2e-a150-fb4e0d807736",
                    "30f872e8-9cb5-4b22-b65c-6819ca7a14ba",
    Registered: Sun Nov 03 03:35:11 UTC 2024
    - Last Modified: Fri Oct 25 12:31:46 UTC 2024
    - 17.1K bytes
    - Viewed (0)
  6. okhttp/src/main/kotlin/okhttp3/internal/http/RetryAndFollowUpInterceptor.kt

          HTTP_MISDIRECTED_REQUEST -> {
            // OkHttp can coalesce HTTP/2 connections even if the domain names are different. See
            // RealConnection.isEligible(). If we attempted this and the server returned HTTP 421, then
            // we can retry on a different connection.
            val requestBody = userResponse.request.body
            if (requestBody != null && requestBody.isOneShot()) {
              return null
            }
    
    Registered: Fri Nov 01 11:42:11 UTC 2024
    - Last Modified: Mon Apr 15 13:24:48 UTC 2024
    - 12.1K bytes
    - Viewed (0)
  7. api/except.txt

    pkg syscall (openbsd-386), const SYS_SELECT = 93
    pkg syscall (openbsd-386), const SYS_SETITIMER = 83
    pkg syscall (openbsd-386), const SYS_SETTIMEOFDAY = 122
    pkg syscall (openbsd-386), const SYS_STAT = 291
    pkg syscall (openbsd-386), const SYS_STATFS = 307
    pkg syscall (openbsd-386), const SYS_UTIMENSAT = 326
    pkg syscall (openbsd-386), const SYS_UTIMES = 138
    pkg syscall (openbsd-386), const SYS_WAIT4 = 7
    Registered: Tue Nov 05 11:13:11 UTC 2024
    - Last Modified: Sun Jun 16 23:08:08 UTC 2024
    - 34.8K bytes
    - Viewed (0)
  8. guava-tests/test/com/google/common/collect/Collections2Test.java

        assertNextPermutation(newArrayList(2, 3, 4, 1), permutations);
        assertNextPermutation(newArrayList(2, 4, 3, 1), permutations);
        assertNextPermutation(newArrayList(4, 2, 3, 1), permutations);
    
        assertNextPermutation(newArrayList(4, 2, 1, 3), permutations);
        assertNextPermutation(newArrayList(2, 4, 1, 3), permutations);
        assertNextPermutation(newArrayList(2, 1, 4, 3), permutations);
    Registered: Fri Nov 01 12:43:10 UTC 2024
    - Last Modified: Wed Feb 21 10:16:44 UTC 2024
    - 19.7K bytes
    - Viewed (0)
  9. cmd/apierrorcode_string.go

    	_ = x[ErrParseNonUnaryAggregateFunctionCall-287]
    	_ = x[ErrParseMalformedJoin-288]
    	_ = x[ErrParseExpectedIdentForAt-289]
    	_ = x[ErrParseAsteriskIsNotAloneInSelectList-290]
    	_ = x[ErrParseCannotMixSqbAndWildcardInSelectList-291]
    	_ = x[ErrParseInvalidContextForWildcardInSelectList-292]
    	_ = x[ErrIncorrectSQLFunctionArgumentType-293]
    	_ = x[ErrValueParseFailure-294]
    	_ = x[ErrEvaluatorInvalidArguments-295]
    	_ = x[ErrIntegerOverflow-296]
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Thu Jun 13 22:26:38 UTC 2024
    - 21.4K bytes
    - Viewed (0)
  10. android/guava-tests/test/com/google/common/collect/Collections2Test.java

        assertNextPermutation(newArrayList(2, 3, 4, 1), permutations);
        assertNextPermutation(newArrayList(2, 4, 3, 1), permutations);
        assertNextPermutation(newArrayList(4, 2, 3, 1), permutations);
    
        assertNextPermutation(newArrayList(4, 2, 1, 3), permutations);
        assertNextPermutation(newArrayList(2, 4, 1, 3), permutations);
        assertNextPermutation(newArrayList(2, 1, 4, 3), permutations);
    Registered: Fri Nov 01 12:43:10 UTC 2024
    - Last Modified: Wed Feb 21 10:16:44 UTC 2024
    - 19.7K bytes
    - Viewed (0)
Back to top