- Sort Score
- Num 10 results
- Language All
Results 41 - 50 of 85 for 160 (0.65 seconds)
-
guava/src/com/google/common/primitives/Booleans.java
} @GwtIncompatible @J2ktIncompatible 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; }Created: Fri Dec 26 12:43:10 GMT 2025 - Last Modified: Thu Sep 25 15:01:23 GMT 2025 - 20.6K bytes - Click Count (0) -
ci/official/requirements_updater/numpy1_requirements/requirements_lock_3_10.txt
# via # -r ci/official/requirements_updater/requirements.in # auditwheel # keras-nightly # tb-nightly portpicker==1.6.0 \ --hash=sha256:b2787a41404cf7edbe29b07b9e0ed863b09f2665dcc01c1eb0c2261c1e7d0755 \ --hash=sha256:bd507fd6f96f65ee02781f2e674e9dc6c99bbfa6e3c39992e3916204c9d431fa # via -r ci/official/requirements_updater/requirements.inCreated: Tue Dec 30 12:39:10 GMT 2025 - Last Modified: Mon Dec 15 16:23:21 GMT 2025 - 66.1K bytes - Click Count (0) -
ci/official/requirements_updater/numpy1_requirements/requirements_lock_3_12.txt
# via # -r ci/official/requirements_updater/requirements.in # auditwheel # keras-nightly # tb-nightly portpicker==1.6.0 \ --hash=sha256:b2787a41404cf7edbe29b07b9e0ed863b09f2665dcc01c1eb0c2261c1e7d0755 \ --hash=sha256:bd507fd6f96f65ee02781f2e674e9dc6c99bbfa6e3c39992e3916204c9d431fa # via -r ci/official/requirements_updater/requirements.inCreated: Tue Dec 30 12:39:10 GMT 2025 - Last Modified: Mon Dec 15 16:23:21 GMT 2025 - 66.1K bytes - Click Count (0) -
requirements_lock_3_12.txt
# via # -r ci/official/requirements_updater/requirements.in # auditwheel # keras-nightly # tb-nightly portpicker==1.6.0 \ --hash=sha256:b2787a41404cf7edbe29b07b9e0ed863b09f2665dcc01c1eb0c2261c1e7d0755 \ --hash=sha256:bd507fd6f96f65ee02781f2e674e9dc6c99bbfa6e3c39992e3916204c9d431fa # via -r ci/official/requirements_updater/requirements.inCreated: Tue Dec 30 12:39:10 GMT 2025 - Last Modified: Mon Dec 08 17:43:36 GMT 2025 - 67.7K bytes - Click Count (0) -
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
Created: Fri Dec 26 09:05:12 GMT 2025 - Last Modified: Wed Mar 12 00:36:01 GMT 2025 - 429.6K bytes - Click Count (1) -
android/guava/src/com/google/common/base/Converter.java
* protected Integer doBackward(String s) { * return parseUnsignedInt(s, 16); * } * } * } * * @author Mike Ward * @author Kurt Alfred Kluever * @author Gregory Kick * @since 16.0 */ @GwtCompatible /* * 1. The type parameter is <T> rather than <T extends @Nullable> so that we can use T in the * doForward and doBackward methods to indicate that the parameter cannot be null. (We also take
Created: Fri Dec 26 12:43:10 GMT 2025 - Last Modified: Wed Jun 18 21:43:06 GMT 2025 - 22.8K bytes - Click Count (0) -
ci/official/requirements_updater/numpy1_requirements/requirements_lock_3_9.txt
# via # -r ci/official/requirements_updater/requirements.in # auditwheel # keras-nightly # tb-nightly portpicker==1.6.0 \ --hash=sha256:b2787a41404cf7edbe29b07b9e0ed863b09f2665dcc01c1eb0c2261c1e7d0755 \ --hash=sha256:bd507fd6f96f65ee02781f2e674e9dc6c99bbfa6e3c39992e3916204c9d431fa # via -r ci/official/requirements_updater/requirements.inCreated: Tue Dec 30 12:39:10 GMT 2025 - Last Modified: Mon Dec 15 16:23:21 GMT 2025 - 65.9K bytes - Click Count (0) -
requirements_lock_3_13.txt
# via # -r ci/official/requirements_updater/requirements.in # auditwheel # keras-nightly # tb-nightly portpicker==1.6.0 \ --hash=sha256:b2787a41404cf7edbe29b07b9e0ed863b09f2665dcc01c1eb0c2261c1e7d0755 \ --hash=sha256:bd507fd6f96f65ee02781f2e674e9dc6c99bbfa6e3c39992e3916204c9d431fa # via -r ci/official/requirements_updater/requirements.inCreated: Tue Dec 30 12:39:10 GMT 2025 - Last Modified: Mon Dec 08 17:43:36 GMT 2025 - 66.2K bytes - Click Count (0) -
android/guava/src/com/google/common/io/CharSource.java
* it does. * * @throws IOException if an I/O error occurs while reading from this source or if {@code * processor} throws an {@code IOException} * @since 16.0 */ @CanIgnoreReturnValue // some processors won't return a useful result @ParametricNullness public <T extends @Nullable Object> T readLines(LineProcessor<T> processor) throws IOException {Created: Fri Dec 26 12:43:10 GMT 2025 - Last Modified: Mon Sep 08 18:35:13 GMT 2025 - 25.7K bytes - Click Count (0) -
android/guava/src/com/google/common/primitives/Shorts.java
* parsed. For example, the string {@code "0123"} is treated as <i>octal</i> and converted to the * value {@code 83}. * * @since 16.0 */ public static Converter<String, Short> stringConverter() { return ShortConverter.INSTANCE; } /** * Returns an array containing the same values as {@code array}, but guaranteed to be of aCreated: Fri Dec 26 12:43:10 GMT 2025 - Last Modified: Wed Oct 22 18:14:49 GMT 2025 - 25.7K bytes - Click Count (0)