Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 93 for 160 (0.01 sec)

  1. CHANGELOG/CHANGELOG-1.16.md

    - gopkg.in/yaml.v1: 9f9df34
    - [v1.16.0-rc.2](#v1160-rc2)
    - [v1.16.0-rc.1](#v1160-rc1)
    - [v1.16.0-beta.2](#v1160-beta2)
    - [v1.16.0-beta.1](#v1160-beta1)
    - [v1.16.0-alpha.3](#v1160-alpha3)
    - [v1.16.0-alpha.2](#v1160-alpha2)
    - [v1.16.0-alpha.1](#v1160-alpha1)
    
    
    
    # v1.16.0-rc.2
    
    [Documentation](https://docs.k8s.io)
    
    ## Downloads for v1.16.0-rc.2
    
    
    filename | sha512 hash
    Registered: Fri Sep 05 09:05:11 UTC 2025
    - Last Modified: Wed Oct 23 20:13:20 UTC 2024
    - 345.2K bytes
    - Viewed (0)
  2. src/test/java/jcifs/internal/smb2/ioctl/Smb2IoctlResponseTest.java

            byte[] header = buildHeader(NtStatus.NT_STATUS_SUCCESS);
            byte[] output = new byte[] { 1, 2, 3, 4, 5 };
            byte[] body = buildIoctlResponseBody(Smb2IoctlRequest.FSCTL_SRV_COPYCHUNK, new byte[16], 0, null, output.length, output, 0x0);
            byte[] packet = new byte[header.length + body.length];
            System.arraycopy(header, 0, packet, 0, header.length);
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Thu Aug 14 05:31:44 UTC 2025
    - 10.9K bytes
    - Viewed (0)
  3. android/guava/src/com/google/common/collect/MultimapBuilder.java

     *
     * @author Louis Wasserman
     * @param <K0> An upper bound on the key type of the generated multimap.
     * @param <V0> An upper bound on the value type of the generated multimap.
     * @since 16.0
     */
    @GwtCompatible
    public abstract class MultimapBuilder<K0 extends @Nullable Object, V0 extends @Nullable Object> {
      /*
       * Leaving K and V as upper bounds rather than the actual key and value types allows type
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Wed Jul 16 17:42:14 UTC 2025
    - 18K bytes
    - Viewed (0)
  4. guava/src/com/google/common/collect/MultimapBuilder.java

     *
     * @author Louis Wasserman
     * @param <K0> An upper bound on the key type of the generated multimap.
     * @param <V0> An upper bound on the value type of the generated multimap.
     * @since 16.0
     */
    @GwtCompatible
    public abstract class MultimapBuilder<K0 extends @Nullable Object, V0 extends @Nullable Object> {
      /*
       * Leaving K and V as upper bounds rather than the actual key and value types allows type
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Wed Jul 16 17:42:14 UTC 2025
    - 18K bytes
    - Viewed (0)
  5. docs/federation/lookup/Corefile.example

    . {
      etcd churchofminio.com {
          endpoint http://localhost:2379 http://localhost:4001
          upstream /etc/resolv.conf
      }
      debug
      prometheus
      cache 160 mydomain.com
      loadbalance
      forward . /etc/resolv.conf
    Registered: Sun Sep 07 19:28:11 UTC 2025
    - Last Modified: Tue Oct 01 16:53:08 UTC 2019
    - 216 bytes
    - Viewed (0)
  6. ci/official/containers/ml_build_arm64/requirements.txt

    portpicker==1.6.0
    # For wheel verification, and uploading
    auditwheel ~= 6.1.0
    twine ~= 6.1.0
    
    # uv is faster than pip for installing Python packages.
    Registered: Tue Sep 09 12:39:10 UTC 2025
    - Last Modified: Fri May 02 16:02:16 UTC 2025
    - 162 bytes
    - Viewed (0)
  7. ci/official/requirements_updater/requirements.in

    # V <= U <= V+1
    # More info at https://protobuf.dev/support/cross-version-runtime-guarantee/
    protobuf >= 5.28.0, < 7.0
    # Test dependencies
    grpcio >= 1.68.1, < 2.0
    portpicker == 1.6.0
    # Scipy 15.x and above have misc.derivative removed, but we still use it
    scipy >= 1.13.0, < 1.15.0
    requests >= 2.31.0
    packaging==23.2
    setuptools==78.1.1
    jax==0.4.7
    zstandard==0.23.0
    Registered: Tue Sep 09 12:39:10 UTC 2025
    - Last Modified: Wed Sep 03 23:57:17 UTC 2025
    - 1.2K bytes
    - Viewed (0)
  8. src/test/java/jcifs/smb1/dcerpc/ndr/NdrHyperTest.java

            final long original = 0x1122334455667788L;
            NdrHyper hyper = new NdrHyper(original);
            // Create buffer with extra space for alignment
            NdrBuffer buf = new NdrBuffer(new byte[16], 0);
            hyper.encode(buf);
            // Reset buffer position for decoding
            buf.reset();
            NdrHyper decoded = new NdrHyper(0);
            decoded.decode(buf);
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Thu Aug 14 05:31:44 UTC 2025
    - 4.3K bytes
    - Viewed (0)
  9. ci/official/requirements_updater/numpy1_requirements/requirements.in

    # V <= U <= V+1
    # More info at https://protobuf.dev/support/cross-version-runtime-guarantee/
    protobuf >= 5.28.0, < 7.0
    # Test dependencies
    grpcio >= 1.68.1, < 2.0
    portpicker == 1.6.0
    # Scipy 15.x and above have misc.derivative removed, but we still use it
    scipy >= 1.13.0, < 1.15.0
    requests >= 2.31.0
    packaging==23.2
    setuptools==78.1.1
    jax==0.4.7
    zstandard==0.23.0
    Registered: Tue Sep 09 12:39:10 UTC 2025
    - Last Modified: Wed Sep 03 23:57:17 UTC 2025
    - 1.2K bytes
    - Viewed (0)
  10. okhttp/src/jvmTest/kotlin/okhttp3/internal/connection/ConnectionPoolTest.kt

        assertThat(c1.socket().isClosed).isFalse()
    
        // Running at time 60, the pool returns that nothing can be evicted until time 160.
        assertThat(pool.closeConnections(60L)).isEqualTo(100L)
        assertThat(pool.connectionCount()).isEqualTo(1)
        assertThat(c1.socket().isClosed).isFalse()
    
        // Running at time 160, the pool returns that nothing can be evicted until time 260.
        assertThat(pool.closeConnections(160L)).isEqualTo(100L)
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Thu Jul 31 04:18:40 UTC 2025
    - 12.9K bytes
    - Viewed (0)
Back to top