- Sort Score
- Result 10 results
- Languages All
Results 61 - 70 of 71 for Activation (0.05 sec)
-
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) -
impl/maven-core/plugin-manager.txt
* installation * activation * update * deactivation * un-installation When a plugin is installed we may want to check the license and make users agree. We may also want to unpack the given plugin in a particular location.
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Wed Jan 22 11:03:29 UTC 2025 - 12.3K 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) -
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) -
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 (1) -
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) -
docs/en/docs/python-types.md
/// note If you are a Python expert, and you already know everything about type hints, skip to the next chapter. /// ## Motivation { #motivation } Let's start with a simple example: {* ../../docs_src/python_types/tutorial001_py39.py *} Calling this program outputs: ``` John Doe ``` The function does the following:Registered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Wed Dec 17 20:41:43 UTC 2025 - 15.6K bytes - Viewed (0) -
docs/ru/docs/python-types.md
/// note | Примечание Если вы являетесь экспертом в Python и уже знаете всё о подсказках типов, переходите к следующей главе. /// ## Мотивация { #motivation } Давайте начнем с простого примера: {* ../../docs_src/python_types/tutorial001_py39.py *} Вызов этой программы выводит: ``` John Doe ``` Функция делает следующее:Registered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Wed Dec 17 20:41:43 UTC 2025 - 24.4K bytes - Viewed (0) -
mockwebserver/README.md
MockWebServer ============= A scriptable web server for testing HTTP clients ### Motivation This library makes it easy to test that your app Does The Right Thing when it makes HTTP and HTTPS calls. It lets you specify which responses to return and then verify that requests were made as expected. Because it exercises your full HTTP stack, you can be confident that you're
Registered: Fri Dec 26 11:42:13 UTC 2025 - Last Modified: Thu Oct 30 21:39:59 UTC 2025 - 8.1K bytes - Viewed (0) -
docs/pt/docs/python-types.md
/// note | Nota Se você é um especialista em Python e já sabe tudo sobre type hints, pule para o próximo capítulo. /// ## Motivação { #motivation } Vamos começar com um exemplo simples: {* ../../docs_src/python_types/tutorial001_py39.py *} A chamada deste programa gera: ``` John Doe ``` A função faz o seguinte:Registered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Wed Dec 17 20:41:43 UTC 2025 - 16.7K bytes - Viewed (0)