- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 11 for Uvarint (0.04 sec)
-
architecture/standards/0009-use-american-english.md
Inconsistency in spelling conventions can lead to several issues: * **Confusion for users and contributors**: Mixed spellings (e.g., "color" and "colour", "initialize" and "initialise") in the codebase create confusion about which variant to use * **Harder code search and refactoring**: Searching for identifiers, method names, or documentation becomes more difficult when multiple spellings exist for the same concept
Registered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Tue Nov 25 07:01:54 UTC 2025 - 3.9K bytes - Viewed (0) -
android/pom.xml
--add-opens java.base/sun.security.jca=ALL-UNNAMED </test.add.opens> <module.status>integration</module.status> <variant.jvmEnvironment>android</variant.jvmEnvironment> <variant.jvmEnvironmentVariantName>android</variant.jvmEnvironmentVariantName> <otherVariant.version>999.0.0-HEAD-jre-SNAPSHOT</otherVariant.version> <otherVariant.jvmEnvironment>standard-jvm</otherVariant.jvmEnvironment>Registered: Fri Dec 26 12:43:10 UTC 2025 - Last Modified: Fri Dec 05 03:10:05 UTC 2025 - 26.4K bytes - Viewed (0) -
pom.xml
--add-opens java.base/sun.security.jca=ALL-UNNAMED </test.add.opens> <module.status>integration</module.status> <variant.jvmEnvironment>standard-jvm</variant.jvmEnvironment> <variant.jvmEnvironmentVariantName>jre</variant.jvmEnvironmentVariantName> <otherVariant.version>999.0.0-HEAD-android-SNAPSHOT</otherVariant.version> <otherVariant.jvmEnvironment>android</otherVariant.jvmEnvironment>Registered: Fri Dec 26 12:43:10 UTC 2025 - Last Modified: Fri Dec 05 03:10:05 UTC 2025 - 26.1K bytes - Viewed (0) -
build-logic/jvm/src/main/kotlin/gradlebuild.unittest-and-compile.gradle.kts
}) } fun configureSourcesVariant() { java { withSourcesJar() } // TODO: This should not be necessary anymore now that we have variant reselection. @Suppress("UnusedPrivateProperty") val transitiveSourcesElements by configurations.creating { isCanBeResolved = false isCanBeConsumed = true
Registered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Fri Dec 19 06:44:41 UTC 2025 - 18.9K bytes - Viewed (0) -
CHANGELOG.md
`okhttp-coroutines` artifact. * Upgrade: [AndroidX Startup 1.2.0][startup_1_2_0]. The Android variant of the `okhttp` artifact now depends on this. This is a new dependency. * Upgrade: [AndroidX Annotation 1.9.1][annotation_1_9_1]. As above, the Android variant of the `okhttp` artifact now depends on this. This is also a new dependency. ## Version 5.0.0-alpha.14 _2024-04-17_Registered: Fri Dec 26 11:42:13 UTC 2025 - Last Modified: Fri Dec 05 16:02:59 UTC 2025 - 36.2K bytes - Viewed (2) -
guava/src/com/google/common/collect/ImmutableSet.java
* consistency, and because the return type conveys the immutability guarantee. * * <p><b>Performance note:</b> the instance returned is a singleton. */ @SuppressWarnings({"unchecked"}) // fully variant implementation (never actually produces any Es) public static <E> ImmutableSet<E> of() { return (ImmutableSet<E>) RegularImmutableSet.EMPTY; } /**Registered: Fri Dec 26 12:43:10 UTC 2025 - Last Modified: Fri Nov 07 16:09:47 UTC 2025 - 35.3K bytes - Viewed (0) -
src/cmd/asm/internal/asm/testdata/loong64enc1.s
XVSETANYEQV X1, FCC0 // 20ac9c76 XVSETALLNEB X1, FCC0 // 20b09c76 XVSETALLNEH X1, FCC0 // 20b49c76 XVSETALLNEW X1, FCC0 // 20b89c76 XVSETALLNEV X1, FCC0 // 20bc9c76 // [X]VFRINT[{RNE/RZ/RP/RM}].{S/D} instructions VFRINTRNEF V1, V2 // 22749d72 VFRINTRNED V1, V2 // 22789d72 VFRINTRZF V1, V2 // 22649d72 VFRINTRZD V1, V2 // 22689d72 VFRINTRPF V1, V2 // 22549d72Registered: Tue Dec 30 11:13:12 UTC 2025 - Last Modified: Thu Nov 27 00:46:52 UTC 2025 - 44.5K bytes - Viewed (0) -
RELEASE.md
"composite" tensors, such as `tf.RaggedTensor`, as inputs. * Fix device placement issues related to datasets with ragged tensors of strings (i.e. variant encoded data with types not supported on GPU). * 'experimental_follow_type_hints' for tf.function has been deprecated. Please use input_signature or reduce_retracing to minimize retracing.
Registered: Tue Dec 30 12:39:10 UTC 2025 - Last Modified: Tue Oct 28 22:27:41 UTC 2025 - 740.4K bytes - Viewed (3) -
CHANGELOG/CHANGELOG-1.31.md
- `ElasticIndexedJob` is graduated to GA. ([#125751](https://github.com/kubernetes/kubernetes/pull/125751), [@ahg-g](https://github.com/ahg-g)) [SIG Apps and Testing] - `pause`: Added a `-v` flag to the Windows variant of the pause binary, which prints the version of pause and exits. The Linux pause binary already has this flag. ([#125067](https://github.com/kubernetes/kubernetes/pull/125067), [@neolit123](https://github.com/neolit123))
Registered: Fri Dec 26 09:05:12 UTC 2025 - Last Modified: Wed Nov 12 11:33:21 UTC 2025 - 451.9K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.34.md
- Kubeadm: instead of passing the etcd flag --experimental-initial-corrupt-check, set the InitialCorruptCheck=true etcd feature gate, and instead of passing the --experimental-watch-progress-notify-interval flag, pass its graduated variant --watch-progress-notify-interval. ([#132838](https://github.com/kubernetes/kubernetes/pull/132838), [@AwesomePatrol](https://github.com/AwesomePatrol)) [SIG Cluster Lifecycle]
Registered: Fri Dec 26 09:05:12 UTC 2025 - Last Modified: Wed Dec 10 01:13:50 UTC 2025 - 333.3K bytes - Viewed (1)