Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 104 for 160 (0.03 sec)

  1. requirements_lock_3_9.txt

        --hash=sha256:8c491190033a9af7e1d931d0b5dacc2ef47509b34dd0de67ed209b5203fc88c7
        # via -r ci/official/requirements_updater/requirements.in
        #   tb-nightly
    portpicker==1.6.0 \
        --hash=sha256:b2787a41404cf7edbe29b07b9e0ed863b09f2665dcc01c1eb0c2261c1e7d0755 \
        --hash=sha256:bd507fd6f96f65ee02781f2e674e9dc6c99bbfa6e3c39992e3916204c9d431fa
        # via -r ci/official/requirements_updater/requirements.in
    Registered: Tue Nov 05 12:39:12 UTC 2024
    - Last Modified: Sat Oct 26 00:18:03 UTC 2024
    - 48.3K bytes
    - Viewed (0)
  2. ci/official/requirements_updater/numpy1_requirements/requirements_lock_3_11.txt

        --hash=sha256:8c491190033a9af7e1d931d0b5dacc2ef47509b34dd0de67ed209b5203fc88c7
        # via
        #   -r ci/official/requirements_updater/requirements.in
        #   tb-nightly
    portpicker==1.6.0 \
        --hash=sha256:b2787a41404cf7edbe29b07b9e0ed863b09f2665dcc01c1eb0c2261c1e7d0755 \
        --hash=sha256:bd507fd6f96f65ee02781f2e674e9dc6c99bbfa6e3c39992e3916204c9d431fa
        # via -r ci/official/requirements_updater/requirements.in
    Registered: Tue Nov 05 12:39:12 UTC 2024
    - Last Modified: Mon Oct 28 14:33:43 UTC 2024
    - 47.2K bytes
    - Viewed (0)
  3. go.sum

    cel.dev/expr v0.16.0 h1:yloc84fytn4zmJX2GU3TkXGsaieaV7dQ057Qs4sIG2Y=
    cel.dev/expr v0.16.0/go.mod h1:TRSuuV7DlVCE/uwv5QbAiW/v8l5O8C4eEPHeu7gf7Sg=
    cloud.google.com/go v0.26.0/go.mod h1:aQUYkXzVsufM+DwF1aE+0xfcU+56JwCaLick0ClmMTw=
    cloud.google.com/go/compute/metadata v0.5.2 h1:UxK4uu/Tn+I3p2dYWTfiX4wva7aYlKixAHn3fyqngqo=
    cloud.google.com/go/compute/metadata v0.5.2/go.mod h1:C66sj2AluDcIqakBq/M8lw8/ybHgOZqin2obFxa/E5k=
    Registered: Wed Nov 06 22:53:10 UTC 2024
    - Last Modified: Wed Nov 06 06:23:25 UTC 2024
    - 62.2K bytes
    - Viewed (0)
  4. android/guava/src/com/google/common/hash/HashFunction.java

     *       byte sequences under the covers.
     *   <li><b>hash code:</b> each hash function always yields hash codes of the same fixed bit length
     *       (given by {@link #bits}). For example, {@link Hashing#sha1} produces a 160-bit number,
     *       while {@link Hashing#murmur3_32()} yields only 32 bits. Because a {@code long} value is
     *       clearly insufficient to hold all hash code values, this API represents a hash code as an
    Registered: Fri Nov 01 12:43:10 UTC 2024
    - Last Modified: Tue May 25 18:22:59 UTC 2021
    - 10.9K bytes
    - Viewed (0)
  5. guava/src/com/google/common/hash/HashFunction.java

     *       byte sequences under the covers.
     *   <li><b>hash code:</b> each hash function always yields hash codes of the same fixed bit length
     *       (given by {@link #bits}). For example, {@link Hashing#sha1} produces a 160-bit number,
     *       while {@link Hashing#murmur3_32()} yields only 32 bits. Because a {@code long} value is
     *       clearly insufficient to hold all hash code values, this API represents a hash code as an
    Registered: Fri Nov 01 12:43:10 UTC 2024
    - Last Modified: Tue May 25 18:22:59 UTC 2021
    - 10.9K bytes
    - Viewed (0)
  6. CHANGELOG/CHANGELOG-1.29.md

    - cloud.google.com/go/beyondcorp: v0.5.0 → v1.0.0
    - cloud.google.com/go/bigquery: v1.50.0 → v1.53.0
    - cloud.google.com/go/billing: v1.13.0 → v1.16.0
    - cloud.google.com/go/binaryauthorization: v1.5.0 → v1.6.1
    - cloud.google.com/go/certificatemanager: v1.6.0 → v1.7.1
    - cloud.google.com/go/channel: v1.12.0 → v1.16.0
    - cloud.google.com/go/cloudbuild: v1.9.0 → v1.13.0
    - cloud.google.com/go/clouddms: v1.5.0 → v1.6.1
    Registered: Fri Nov 01 09:05:11 UTC 2024
    - Last Modified: Wed Oct 23 04:37:31 UTC 2024
    - 375.1K bytes
    - Viewed (1)
  7. android/guava/src/com/google/common/primitives/Booleans.java

        }
    
        private static final long serialVersionUID = 0;
      }
    
      /**
       * Returns the number of {@code values} that are {@code true}.
       *
       * @since 16.0
       */
      public static int countTrue(boolean... values) {
        int count = 0;
        for (boolean value : values) {
          if (value) {
            count++;
          }
        }
        return count;
      }
    
    Registered: Fri Nov 01 12:43:10 UTC 2024
    - Last Modified: Fri Oct 18 19:07:49 UTC 2024
    - 20.4K bytes
    - Viewed (0)
  8. guava/src/com/google/common/primitives/Booleans.java

        }
    
        private static final long serialVersionUID = 0;
      }
    
      /**
       * Returns the number of {@code values} that are {@code true}.
       *
       * @since 16.0
       */
      public static int countTrue(boolean... values) {
        int count = 0;
        for (boolean value : values) {
          if (value) {
            count++;
          }
        }
        return count;
      }
    
    Registered: Fri Nov 01 12:43:10 UTC 2024
    - Last Modified: Fri Oct 18 19:07:49 UTC 2024
    - 20.4K bytes
    - Viewed (0)
  9. requirements_lock_3_11.txt

        --hash=sha256:8c491190033a9af7e1d931d0b5dacc2ef47509b34dd0de67ed209b5203fc88c7
        # via -r ci/official/requirements_updater/requirements.in
        #   tb-nightly
    portpicker==1.6.0 \
        --hash=sha256:b2787a41404cf7edbe29b07b9e0ed863b09f2665dcc01c1eb0c2261c1e7d0755 \
        --hash=sha256:bd507fd6f96f65ee02781f2e674e9dc6c99bbfa6e3c39992e3916204c9d431fa
        # via -r ci/official/requirements_updater/requirements.in
    Registered: Tue Nov 05 12:39:12 UTC 2024
    - Last Modified: Sat Oct 26 00:18:03 UTC 2024
    - 48.6K bytes
    - Viewed (0)
  10. guava/src/com/google/common/io/BaseEncoding.java

     * <td>N/A
     * <td>Traditional hexadecimal. Defaults to upper case.
     * <tr>
     * <td>{@link #base32()}
     * <td>A-Z 2-7
     * <td>1.60
     * <td>=
     * <td>Human-readable; no possibility of mixing up 0/O or 1/I. Defaults to upper case.
     * <tr>
     * <td>{@link #base32Hex()}
     * <td>0-9 A-V
     * <td>1.60
     * <td>=
     * <td>"Numerical" base 32; extended from the traditional hex alphabet. Defaults to upper case.
     * <tr>
    Registered: Fri Nov 01 12:43:10 UTC 2024
    - Last Modified: Sat Oct 19 00:26:48 UTC 2024
    - 41.8K bytes
    - Viewed (0)
Back to top