- Sort Score
- Result 10 results
- Languages All
Results 61 - 70 of 84 for activation (0.09 sec)
-
api/maven-api-core/src/main/java/org/apache/maven/api/services/ModelBuilderRequest.java
*/ BUILD_EFFECTIVE, /** * The request is used specifically to parse the POM used as a basis for creating the consumer POM. * This POM will not undergo any profile activation. */ BUILD_CONSUMER, /** * The request is for building a model from a parent POM file from a downloaded artifact. */ CONSUMER_PARENT, /**Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Fri Oct 10 07:30:49 UTC 2025 - 16.3K bytes - Viewed (0) -
impl/maven-core/src/main/java/org/apache/maven/internal/transformation/impl/DefaultConsumerPomBuilder.java
* <ul> * <li>Removes the central repository (only non-central repositories are kept)</li> * <li>Removes build, mailing lists, issue management, and other build-specific information</li> * <li>Removes profiles that have no activation, build, dependencies, or properties</li> * <li>Preserves relocation information in distribution management</li> * </ul> */ @Named class DefaultConsumerPomBuilder implements PomBuilder {
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Thu Nov 27 07:40:26 UTC 2025 - 21.2K bytes - Viewed (0) -
build-logic/dependency-modules/src/main/kotlin/gradlebuild/modules/extension/ExternalModulesExtension.kt
val jacksonDatatypeJdk8 = "com.fasterxml.jackson.datatype:jackson-datatype-jdk8" val jacksonDatatypeJsr310 = "com.fasterxml.jackson.datatype:jackson-datatype-jsr310" val jakartaActivation = "com.sun.activation:jakarta.activation" val jakartaXmlBind = "jakarta.xml.bind:jakarta.xml.bind-api" val jansi = "org.fusesource.jansi:jansi" val jatl = "com.googlecode.jatl:jatl" val javaPoet = "com.squareup:javapoet"Registered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Fri Dec 19 06:45:52 UTC 2025 - 15.9K bytes - Viewed (0) -
compat/maven-model/src/main/java/org/apache/maven/model/merge/ModelMerger.java
mergeModelBase(target, source, sourceDominant, context); // TODO } protected void mergeActivation( Activation target, Activation source, boolean sourceDominant, Map<Object, Object> context) { // TODO } protected Object getDependencyKey(Dependency dependency) { return dependency; }
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Thu Apr 03 11:21:39 UTC 2025 - 99.2K bytes - Viewed (0) -
RELEASE.md
* Add `UnifiedGRU` as the new GRU implementation for tf2.0. Change the default recurrent activation function for GRU from `hard_sigmoid` to `sigmoid`, and `reset_after` to True in 2.0. Historically recurrent activation is `hard_sigmoid` since it is fast than 'sigmoid'. With new unified backend between CPU and GPU mode, since the CuDNN kernel is using sigmoid, we changeRegistered: Tue Dec 30 12:39:10 UTC 2025 - Last Modified: Tue Oct 28 22:27:41 UTC 2025 - 740.4K bytes - Viewed (3) -
impl/maven-core/src/test/java/org/apache/maven/project/PomConstructionTest.java
@Test void testJdkActivation() throws Exception { Properties props = new Properties(); props.put("java.version", "1.5.0_15"); PomTestWrapper pom = buildPom("jdk-activation", props, null); assertEquals(3, pom.getMavenProject().getActiveProfiles().size()); assertEquals("PASSED", pom.getValue("properties/jdkProperty3"));Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Wed Sep 17 10:01:14 UTC 2025 - 94.8K bytes - Viewed (0) -
compat/maven-model/src/test/java/org/apache/maven/model/ActivationOSTest.java
/** * Tests {@code ActivationOS}. * */ class ActivationOSTest { @Test void testHashCodeNullSafe() { new ActivationOS().hashCode(); } @Test void testEqualsNullSafe() { assertFalse(new ActivationOS().equals(null)); new ActivationOS().equals(new ActivationOS()); } @Test void testEqualsIdentity() {Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Wed Sep 17 10:01:14 UTC 2025 - 1.6K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.34.md
- Added a new `FileKeyRef` field to containers, allowing them to load variables from files by setting this field. Introduced the `EnvFiles` feature gate to govern activation of this functionality. ([#132626](https://github.com/kubernetes/kubernetes/pull/132626), [@HirazawaUi](https://github.com/HirazawaUi)) [SIG API Machinery, Apps, Node and Testing]
Registered: Fri Dec 26 09:05:12 UTC 2025 - Last Modified: Wed Dec 10 01:13:50 UTC 2025 - 333.3K bytes - Viewed (2) -
.github/PULL_REQUEST_TEMPLATE.md
By creating this pull request I represent that I have the right to license the contributions to the project maintainers under the Apache 2 license. ## Description ## Motivation and Context ## How to test this PR? ## Types of changes - [ ] Bug fix (non-breaking change which fixes an issue) - [ ] New feature (non-breaking change which adds functionality)
Registered: Sun Dec 28 19:28:13 UTC 2025 - Last Modified: Tue Nov 14 17:29:11 UTC 2023 - 1K bytes - Viewed (0) -
docs/de/docs/python-types.md
/// note | Hinweis Wenn Sie ein Python-Experte sind und bereits alles über Typhinweise wissen, überspringen Sie dieses Kapitel und fahren Sie mit dem nächsten fort. /// ## Motivation { #motivation } Fangen wir mit einem einfachen Beispiel an: {* ../../docs_src/python_types/tutorial001_py39.py *} Dieses Programm gibt aus: ``` John Doe ``` Die Funktion macht Folgendes:Registered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Wed Dec 17 20:41:43 UTC 2025 - 17.9K bytes - Viewed (1)