- Sort Score
- Num 10 results
- Language All
Results 1 - 10 of 10 for transitively (0.08 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
build-logic/dependency-modules/src/main/kotlin/gradlebuild.dependency-modules.gradle.kts
// We do not support running junit from Ant. Don't bundle ant-junit. applyRule<DependencyRemovalByNameRule>("org.apache.groovy:groovy-ant", setOf("ant-junit")) // GCS transitively depends on commons-logging. // Ensure jcl-over-slf4j is pulled in when we use GCS so it can conflict. applyRule<DependencyAdditionRule>("com.google.apis:google-api-services-storage", "org.slf4j:jcl-over-slf4j")Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Thu Mar 26 09:04:32 GMT 2026 - 9.5K bytes - Click Count (0) -
build-logic/build-update-utils/src/main/kotlin/gradlebuild/buildutils/runtimes/CheckTargetRuntimes.kt
} /** * Computes the complete set of target runtimes for each project. * * A project's computed target runtimes are the union of the required runtimes declared by * every project that transitively depends on that project. This ensures that if a project * which must be able to run on a certain set of runtimes depends on another project, * that other project must support the runtimes of the project with requirements.Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Wed Mar 11 22:40:18 GMT 2026 - 13.8K bytes - Click Count (0) -
doc/go_spec.html
order to a compiler. </p> <p> Dependency analysis does not rely on the actual values of the variables, only on lexical <i>references</i> to them in the source, analyzed transitively. For instance, if a variable <code>x</code>'s initialization expression refers to a function whose body refers to variable <code>y</code> then <code>x</code> depends on <code>y</code>. Specifically: </p>
Created: Tue Apr 07 11:13:11 GMT 2026 - Last Modified: Wed Apr 01 23:39:18 GMT 2026 - 287.8K bytes - Click Count (1) -
compat/maven-resolver-provider/src/main/java/org/apache/maven/repository/internal/type/TypeCollector.java
if (!PROCESSOR_TYPE_IDS.contains(childType)) { continue; } for (DependencyNode transitive : child.getChildren()) { if (transitive.getArtifact() == null) { continue; } String transitiveType = transitive.getArtifact().getProperty(ArtifactProperties.TYPE, ""); String derived = DERIVE_MAP.get(transitiveType);
Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Sat Mar 28 11:22:05 GMT 2026 - 3.6K bytes - Click Count (0) -
compat/maven-resolver-provider/src/main/java/org/apache/maven/repository/internal/MavenSessionBuilderSupplier.java
} protected DependencyManager getDependencyManager() { return getDependencyManager(true); // same default as in Maven4 } public DependencyManager getDependencyManager(boolean transitive) { return transitive ? new TransitiveDependencyManager(getScopeManager()) : new ClassicDependencyManager(getScopeManager()); } protected DependencySelector getDependencySelector() {Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Sat Mar 28 11:22:05 GMT 2026 - 8.1K bytes - Click Count (0) -
guava-tests/test/com/google/common/base/CharsetsTest.java
byte[] b3 = "????".getBytes(Charsets.US_ASCII); byte[] b4 = "ニュース".getBytes(Charsets.US_ASCII); byte[] b5 = "スューー".getBytes(Charsets.US_ASCII); // Assert they are all equal (using the transitive property) assertThat(b1).isEqualTo(b2); assertThat(b2).isEqualTo(b3); assertThat(b3).isEqualTo(b4); assertThat(b4).isEqualTo(b5); }
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Fri Mar 13 12:37:39 GMT 2026 - 2.6K bytes - Click Count (0) -
android/guava-tests/test/com/google/common/base/CharsetsTest.java
byte[] b3 = "????".getBytes(Charsets.US_ASCII); byte[] b4 = "ニュース".getBytes(Charsets.US_ASCII); byte[] b5 = "スューー".getBytes(Charsets.US_ASCII); // Assert they are all equal (using the transitive property) assertThat(b1).isEqualTo(b2); assertThat(b2).isEqualTo(b3); assertThat(b3).isEqualTo(b4); assertThat(b4).isEqualTo(b5); }
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Fri Mar 13 12:37:39 GMT 2026 - 2.6K bytes - Click Count (0) -
compat/maven-resolver-provider/src/main/java/org/apache/maven/repository/internal/artifact/MavenArtifactProperties.java
*/ public static final String CONSTITUTES_BUILD_PATH = "constitutesBuildPath"; /** * When an artifact is both a regular dependency and a transitive dependency * of a processor, this property records the derived processor type ID. * * @since 4.0.0 */ public static final String PROCESSOR_TYPE = "maven.processor.type"; /**Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Sat Mar 28 11:22:05 GMT 2026 - 2.9K bytes - Click Count (0) -
.bazelrc
# Tensorflow to the default, however test coverage wasn't enough to catch the # errors. # There is ongoing work on Bazel team's side to provide support for transitive # shared libraries. As part of migrating to transitive shared libraries, we # hope to provide a better mechanism for control over symbol exporting, and # then tackle this issue again. #
Created: Tue Apr 07 12:39:13 GMT 2026 - Last Modified: Sat Mar 28 04:33:01 GMT 2026 - 58.9K bytes - Click Count (0) -
RELEASE.md
(for num > 1) * Added top-k to precision and recall to keras metrics. * Add a ragged size op and register it to the op dispatcher * Transitive dependencies on :`pooling_ops` were removed. Some users may need to add explicit dependencies on :`pooling_ops` if they reference the operators from that library. * Add `CompositeTensor` base class.
Created: Tue Apr 07 12:39:13 GMT 2026 - Last Modified: Mon Mar 30 18:31:38 GMT 2026 - 746.5K bytes - Click Count (3)