Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 64 for 4156 (0.31 sec)

  1. CHANGELOG/CHANGELOG-1.23.md

    - github.com/GoogleCloudPlatform/k8s-cloud-provider: [7901bc8 → ea6160c](https://github.com/GoogleCloudPlatform/k8s-cloud-provider/compare/7901bc8...ea6160c)
    - github.com/Microsoft/go-winio: [v0.4.15 → v0.4.17](https://github.com/Microsoft/go-winio/compare/v0.4.15...v0.4.17)
    - github.com/Microsoft/hcsshim: [5eafd15 → v0.8.22](https://github.com/Microsoft/hcsshim/compare/5eafd15...v0.8.22)
    Registered: Fri Sep 05 09:05:11 UTC 2025
    - Last Modified: Tue Feb 28 21:06:52 UTC 2023
    - 424.5K bytes
    - Viewed (0)
  2. android/guava/src/com/google/common/collect/Multimaps.java

       *     }
       * };
       * Multimap<String, String> transformed =
       *     Multimaps.transformValues(multimap, square);
       *   System.out.println(transformed);
       * }
       *
       * ... prints {@code {a=[4, 16], b=[9, 9], c=[36]}}.
       *
       * <p>Changes in the underlying multimap are reflected in this view. Conversely, this view
       * supports removal operations, and these are reflected in the underlying multimap.
       *
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Sat Aug 09 01:14:59 UTC 2025
    - 86.6K bytes
    - Viewed (0)
  3. guava/src/com/google/common/collect/Multimaps.java

       *     }
       * };
       * Multimap<String, String> transformed =
       *     Multimaps.transformValues(multimap, square);
       *   System.out.println(transformed);
       * }
       *
       * ... prints {@code {a=[4, 16], b=[9, 9], c=[36]}}.
       *
       * <p>Changes in the underlying multimap are reflected in this view. Conversely, this view
       * supports removal operations, and these are reflected in the underlying multimap.
       *
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Sat Aug 09 01:14:59 UTC 2025
    - 86.9K bytes
    - Viewed (0)
  4. okhttp/src/jvmTest/kotlin/okhttp3/URLConnectionTest.kt

        ).isEqualTo(0)
      }
    
      /**
       * Retry redirects if the socket is closed.
       * https://code.google.com/p/android/issues/detail?id=41576
       */
      @Test
      fun sameConnectionRedirectAndReuse() {
        server.enqueue(
          MockResponse
            .Builder()
            .code(HttpURLConnection.HTTP_MOVED_TEMP)
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Sat Jun 21 20:36:35 UTC 2025
    - 133.2K bytes
    - Viewed (0)
  5. api/go1.1.txt

    pkg syscall (freebsd-386), const SYS_SHUTDOWN = 134
    pkg syscall (freebsd-386), const SYS_SIGACTION = 416
    pkg syscall (freebsd-386), const SYS_SIGALTSTACK = 53
    pkg syscall (freebsd-386), const SYS_SIGPENDING = 343
    pkg syscall (freebsd-386), const SYS_SIGPROCMASK = 340
    pkg syscall (freebsd-386), const SYS_SIGQUEUE = 456
    pkg syscall (freebsd-386), const SYS_SIGRETURN = 417
    pkg syscall (freebsd-386), const SYS_SIGSUSPEND = 341
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Thu Mar 31 20:37:15 UTC 2022
    - 2.6M bytes
    - Viewed (0)
  6. okhttp-idna-mapping-table/src/main/resources/okhttp3/internal/idna/IdnaMappingTable.txt

    0154          ; mapped                 ; 0155          # 1.1  LATIN CAPITAL LETTER R WITH ACUTE
    0155          ; valid                                  # 1.1  LATIN SMALL LETTER R WITH ACUTE
    0156          ; mapped                 ; 0157          # 1.1  LATIN CAPITAL LETTER R WITH CEDILLA
    0157          ; valid                                  # 1.1  LATIN SMALL LETTER R WITH CEDILLA
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Sat Feb 10 11:25:47 UTC 2024
    - 854.1K bytes
    - Viewed (0)
  7. CHANGELOG/CHANGELOG-1.20.md

    - github.com/Azure/go-autorest/tracing: [v0.5.0 → v0.6.0](https://github.com/Azure/go-autorest/compare/tracing/v0.5.0...tracing/v0.6.0)
    - github.com/Microsoft/go-winio: [fc70bd9 → v0.4.15](https://github.com/Microsoft/go-winio/compare/fc70bd9...v0.4.15)
    - github.com/aws/aws-sdk-go: [v1.28.2 → v1.35.24](https://github.com/aws/aws-sdk-go/compare/v1.28.2...v1.35.24)
    Registered: Fri Sep 05 09:05:11 UTC 2025
    - Last Modified: Wed Jan 19 21:05:45 UTC 2022
    - 409K bytes
    - Viewed (0)
  8. okhttp/src/jvmTest/kotlin/okhttp3/CallTest.kt

            headers =
              headersOf(
                "B",
                "123",
                "B",
                "234",
              ),
          ),
        )
        executeSynchronously("/", "A", "345", "A", "456")
          .assertCode(200)
          .assertHeader("B", "123", "234")
        val recordedRequest = server.takeRequest()
        assertThat(recordedRequest.headers.values("A")).containsExactly("345", "456")
      }
    
      @Test
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Thu Jul 31 04:18:40 UTC 2025
    - 146.6K bytes
    - Viewed (0)
  9. src/cmd/asm/internal/asm/testdata/amd64enc.s

    	PUSHQ AX
    	POPQ (R11)                              // 418f03
    	PUSHQ AX
    	POPQ DX                                 // 8fc2 or 5a
    	PUSHQ AX
    	POPQ R11                                // 418fc3 or 415b
    	POPCNTW (BX), DX                        // 66f30fb813
    	POPCNTW (R11), DX                       // 66f3410fb813
    	POPCNTW DX, DX                          // 66f30fb8d2
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Fri Oct 08 21:38:44 UTC 2021
    - 581.9K bytes
    - Viewed (1)
  10. api/go1.14.txt

    pkg syscall (freebsd-arm64), const SO_REUSEADDR = 4
    pkg syscall (freebsd-arm64), const SO_REUSEPORT = 512
    pkg syscall (freebsd-arm64), const SO_REUSEPORT ideal-int
    pkg syscall (freebsd-arm64), const SO_SETFIB = 4116
    pkg syscall (freebsd-arm64), const SO_SETFIB ideal-int
    pkg syscall (freebsd-arm64), const SO_SNDBUF = 4097
    pkg syscall (freebsd-arm64), const SO_SNDLOWAT = 4099
    pkg syscall (freebsd-arm64), const SO_SNDLOWAT ideal-int
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Fri Feb 17 20:31:46 UTC 2023
    - 508.9K bytes
    - Viewed (0)
Back to top