- Sort Score
- Result 10 results
- Languages All
Results 821 - 830 of 1,234 for descriptions (0.17 sec)
-
docs_src/body_multiple_params/tutorial001_py310.py
from fastapi import FastAPI, Path from pydantic import BaseModel app = FastAPI() class Item(BaseModel): name: str description: str | None = None price: float tax: float | None = None @app.put("/items/{item_id}") async def update_item( *, item_id: int = Path(title="The ID of the item to get", ge=0, le=1000), q: str | None = None, item: Item | None = None, ):
Registered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Fri May 13 23:38:22 UTC 2022 - 546 bytes - Viewed (0) -
tests/test_tutorial/test_behind_a_proxy/test_tutorial002.py
"get": { "summary": "Read Main", "operationId": "read_main_app_get", "responses": { "200": { "description": "Successful Response", "content": {"application/json": {"schema": {}}}, } }, } } },
Registered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Wed Dec 17 20:41:43 UTC 2025 - 1K bytes - Viewed (0) -
impl/maven-core/src/test/remote-repo/org/apache/maven/maven/2.0/maven-2.0.pom
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 8.6K bytes - Viewed (0) -
tests/test_tutorial/test_settings/test_app01.py
Registered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Fri Dec 26 10:43:02 UTC 2025 - 2.2K bytes - Viewed (0) -
impl/maven-cli/src/main/java/org/apache/maven/cling/invoker/mvnenc/ConsolePasswordPrompt.java
private final Prompter prompter; @Inject public ConsolePasswordPrompt(Prompter prompter) { this.prompter = prompter; } @Override public String description() { return "Secure console password prompt"; } @Override public Optional<String> configTemplate() { return Optional.empty(); } @OverrideRegistered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Sat Nov 16 13:55:43 UTC 2024 - 2.7K bytes - Viewed (0) -
pom.xml
<artifactId>jcifs</artifactId> <version>3.0.0-SNAPSHOT</version> <packaging>jar</packaging> <name>jCIFS</name> <url>https://github.com/codelibs/jcifs</url> <description>JCIFS is an Open Source client library that implements the CIFS/SMB networking protocol in 100% Java</description> <licenses> <license> <name>GNU Lesser General Public License, version 2.1</name> <url>http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt</url>
Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Mon Aug 25 14:34:10 UTC 2025 - 12.1K bytes - Viewed (0) -
docs/de/docs/advanced/openapi-callbacks.md
Registered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Wed Dec 10 13:54:34 UTC 2025 - 9.2K bytes - Viewed (0) -
.ci/jobs.t/defaults.yml
logrotate: daysToKeep: 30 numToKeep: 500 artifactDaysToKeep: 7 parameters: - string: name: branch_specifier default: "refs/heads/%BRANCH%" description: "the Git branch specifier to build (<branchName>, <tagName>, <commitId>, etc.)\n" scm: - git: name: origin # master node jenkins user ~/.sshRegistered: Sun Dec 21 06:47:06 UTC 2025 - Last Modified: Wed Sep 29 15:38:05 UTC 2021 - 2.9K bytes - Viewed (0) -
impl/maven-core/lifecycle-executor.txt
<parameter> <name>mavenSession</name> <type>org.apache.maven.execution.MavenSession</type> <required>true</required> <editable>false</editable> <description>The Maven session.</description> </parameter> <parameter> <name>outputDirectory</name> <type>java.io.File</type> <required>false</required> <editable>true</editable>
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 9.7K bytes - Viewed (0) -
impl/maven-cli/pom.xml
<artifactId>maven-impl-modules</artifactId> <version>4.1.0-SNAPSHOT</version> </parent> <artifactId>maven-cli</artifactId> <name>Maven 4 CLI</name> <description>Maven 4 CLI component, with CLI and logging support.</description> <dependencies> <!-- Maven4 API --> <dependency> <groupId>org.apache.maven</groupId> <artifactId>maven-api-annotations</artifactId> </dependency>
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Tue Nov 18 18:03:26 UTC 2025 - 10.2K bytes - Viewed (0)