Search Options

Results per page
Sort
Preferred Languages
Advance

Results 71 - 80 of 83 for 2361 (0.15 sec)

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

       *
       * @param address BigInteger representing the IPv4 address
       * @return Inet4Address representation of the given BigInteger
       * @throws IllegalArgumentException if the BigInteger is not between 0 and 2^32-1
       * @since 28.2
       */
      public static Inet4Address fromIPv4BigInteger(BigInteger address) {
        return (Inet4Address) fromBigInteger(address, false);
      }
      /**
    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. guava/src/com/google/common/collect/ImmutableMap.java

       * #builder()} would have.
       *
       * <p>It is not specified if any performance benefits apply if {@code expectedSize} is close to,
       * but not exactly, the number of entries added to the builder.
       *
       * @since 23.1
       */
      public static <K, V> Builder<K, V> builderWithExpectedSize(int expectedSize) {
        checkNonnegative(expectedSize, "expectedSize");
        return new Builder<>(expectedSize);
      }
    
    Registered: Fri Nov 01 12:43:10 UTC 2024
    - Last Modified: Wed Oct 30 16:15:19 UTC 2024
    - 44.6K bytes
    - Viewed (0)
  3. android/guava/src/com/google/common/util/concurrent/Futures.java

         * <p>If the combiner throws a {@code CancellationException}, the returned future will be
         * cancelled.
         *
         * <p>Canceling this Future will attempt to cancel all the component futures.
         *
         * @since 23.6
         * @return a future whose result is based on {@code combiner} (or based on the input futures
         *     passed to {@code whenAllSucceed}, if that is the method you used to create this {@code
    Registered: Fri Nov 01 12:43:10 UTC 2024
    - Last Modified: Fri Oct 25 13:13:32 UTC 2024
    - 64.7K bytes
    - Viewed (0)
  4. api/go1.16.txt

    pkg syscall (darwin-arm64), const SYS_BSDTHREAD_REGISTER = 366
    pkg syscall (darwin-arm64), const SYS_BSDTHREAD_REGISTER ideal-int
    pkg syscall (darwin-arm64), const SYS_BSDTHREAD_TERMINATE = 361
    pkg syscall (darwin-arm64), const SYS_BSDTHREAD_TERMINATE ideal-int
    pkg syscall (darwin-arm64), const SYS_CHDIR = 12
    pkg syscall (darwin-arm64), const SYS_CHDIR ideal-int
    pkg syscall (darwin-arm64), const SYS_CHFLAGS = 34
    Registered: Tue Nov 05 11:13:11 UTC 2024
    - Last Modified: Fri Dec 02 16:30:41 UTC 2022
    - 479.2K bytes
    - Viewed (0)
  5. CHANGELOG/CHANGELOG-1.14.md

    * Fix race condition introduced by graceful termination which can lead to a deadlock in kube-proxy ([#72361](https://github.com/kubernetes/kubernetes/pull/72361), [@lbernail](https://github.com/lbernail))
    Registered: Fri Nov 01 09:05:11 UTC 2024
    - Last Modified: Mon Jun 14 22:06:39 UTC 2021
    - 271.5K bytes
    - Viewed (0)
  6. CHANGELOG/CHANGELOG-1.11.md

    * Fix race condition introduced by graceful termination which can lead to a deadlock in kube-proxy ([#72361](https://github.com/kubernetes/kubernetes/pull/72361), [@lbernail](https://github.com/lbernail))
    Registered: Fri Nov 01 09:05:11 UTC 2024
    - Last Modified: Thu Feb 06 06:04:15 UTC 2020
    - 328.4K bytes
    - Viewed (0)
  7. api/go1.13.txt

    pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_HP ideal-int
    pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_IEEEPUP = 2560
    pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_IEEEPUPAT = 2561
    pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_IEEEPUPAT ideal-int
    pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_IEEEPUP ideal-int
    pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_IMLBL = 19522
    Registered: Tue Nov 05 11:13:11 UTC 2024
    - Last Modified: Thu Aug 08 18:44:16 UTC 2019
    - 452.6K bytes
    - Viewed (0)
  8. RELEASE.md

    # Release 2.16.2
    
    ### Bug Fixes and Other Changes
    
    *  Fixed: Incorrect dependency metadata in TensorFlow Python packages causing installation failures with certain package managers such as Poetry.
    
    # Release 2.16.1
    
    ## TensorFlow
    
    *   TensorFlow Windows Build:
    
        *   Clang is now the default compiler to build TensorFlow CPU wheels on the
            Windows Platform starting with this release. The currently supported
    Registered: Tue Nov 05 12:39:12 UTC 2024
    - Last Modified: Tue Oct 22 14:33:53 UTC 2024
    - 735.3K bytes
    - Viewed (0)
  9. CHANGELOG/CHANGELOG-1.22.md

      - kube-apiserver v1.23.0 - v1.23.10
      - kube-apiserver v1.22.0 - v1.22.14
      - kube-apiserver <= v1.21.?
    
    **Fixed Versions**:
      - kube-apiserver v1.25.1
      - kube-apiserver v1.24.5
      - kube-apiserver v1.23.11
      - kube-apiserver v1.22.14
    
    This vulnerability was reported by Nicolas Joly & Weinong Wang from Microsoft
    
    
    Registered: Fri Nov 01 09:05:11 UTC 2024
    - Last Modified: Tue Dec 13 12:43:45 UTC 2022
    - 454.1K bytes
    - Viewed (0)
  10. CHANGELOG/CHANGELOG-1.24.md

      - kube-apiserver v1.23.0 - v1.23.10
      - kube-apiserver v1.22.0 - v1.22.14
      - kube-apiserver <= v1.21.?
    
    **Fixed Versions**:
      - kube-apiserver v1.25.1
      - kube-apiserver v1.24.5
      - kube-apiserver v1.23.11
      - kube-apiserver v1.22.14
    
    This vulnerability was reported by Nicolas Joly & Weinong Wang from Microsoft
    
    
    Registered: Fri Nov 01 09:05:11 UTC 2024
    - Last Modified: Thu Aug 24 00:02:43 UTC 2023
    - 473.4K bytes
    - Viewed (0)
Back to top