- Sort Score
- Result 10 results
- Languages All
Results 651 - 660 of 1,214 for descriptions (0.04 sec)
-
api/maven-api-di/pom.xml
<artifactId>maven-api</artifactId> <version>4.1.0-SNAPSHOT</version> </parent> <artifactId>maven-api-di</artifactId> <name>Maven 4 API :: Dependency Injection</name> <description>Maven 4 API - Dependency Injection</description> <properties> <maven.compiler.proc>none</maven.compiler.proc> </properties>
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Sun Jun 29 22:37:39 UTC 2025 - 1.4K bytes - Viewed (0) -
api/maven-api-xml/pom.xml
<artifactId>maven-api</artifactId> <version>4.1.0-SNAPSHOT</version> </parent> <artifactId>maven-api-xml</artifactId> <name>Maven 4 API :: XML</name> <description>Maven 4 API - Immutable XML.</description> <dependencies> <dependency> <groupId>org.apache.maven</groupId> <artifactId>maven-api-annotations</artifactId> </dependency> </dependencies>
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Sun Jun 29 22:37:39 UTC 2025 - 1.5K bytes - Viewed (0) -
impl/maven-core/src/test/projects/lifecycle-dependency-resolver/pom.xml
<artifactId>test</artifactId> <version>1.0</version> <packaging>pom</packaging> <name>Maven Integration Test :: MNG-6300</name> <description> Check that war packages the jar instead of a directory </description> <reporting> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-javadoc-plugin</artifactId> </plugin>
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 1.7K bytes - Viewed (0) -
tests/test_openapi_query_parameter_extension.py
Registered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Sat Dec 27 18:19:10 UTC 2025 - 4.2K bytes - Viewed (0) -
docs_src/pydantic_v1_in_v2/tutorial002_an_py310.py
from fastapi import FastAPI from pydantic.v1 import BaseModel class Item(BaseModel): name: str description: str | None = None size: float app = FastAPI() @app.post("/items/") async def create_item(item: Item) -> Item:
Registered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Sat Oct 11 16:45:54 UTC 2025 - 252 bytes - Viewed (0) -
tests/test_tutorial/test_extra_models/test_tutorial005.py
Registered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Wed Dec 17 20:41:43 UTC 2025 - 1.7K bytes - Viewed (0) -
scripts/translate.py
»»» 2) If the description is not a full phrase for an abbreviation which the abbr element surrounds, but some other information, then just translate the description. Conversion scheme: Source (English): <abbr title="{description}">{text}</abbr> Result: <abbr title="{translation of description}">{translation of text}</abbr> Examples:Registered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Sat Dec 27 19:05:53 UTC 2025 - 34.1K bytes - Viewed (0) -
compat/maven-toolchain-builder/pom.xml
<version>4.1.0-SNAPSHOT</version> </parent> <artifactId>maven-toolchain-builder</artifactId> <name>Maven Toolchain Builder (deprecated)</name> <description>The effective toolchain builder.</description> <dependencies> <dependency> <groupId>org.apache.maven</groupId> <artifactId>maven-api-toolchain</artifactId> </dependency> <dependency>
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Sun Jun 29 22:37:39 UTC 2025 - 4.4K bytes - Viewed (0) -
impl/maven-core/src/main/java/org/apache/maven/plugin/PluginDescriptorCache.java
import org.eclipse.aether.RepositorySystemSession; import org.eclipse.aether.repository.RemoteRepository; /** * Caches raw plugin descriptors. A raw plugin descriptor is a descriptor that has just been extracted from the plugin * artifact and does not contain any runtime specific data. The cache must not be used for descriptors that hold runtime * data like the plugin realm. <strong>Warning:</strong> This is an internal utility interface that is only public for
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Fri Jan 10 07:09:12 UTC 2025 - 2.5K bytes - Viewed (0) -
docs/de/docs/advanced/additional-responses.md
Registered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Wed Dec 17 20:41:43 UTC 2025 - 10K bytes - Viewed (0)