- Sort Score
- Num 10 results
- Language All
Results 411 - 420 of 1,282 for descriptions (0.07 seconds)
-
src/main/java/jcifs/internal/witness/WitnessUnregisterResponse.java
Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Sun Aug 24 00:12:28 GMT 2025 - 2K bytes - Click Count (0) -
tests/test_tutorial/test_body_nested_models/test_tutorial009.py
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Feb 12 13:19:43 GMT 2026 - 4.5K bytes - Click Count (0) -
docs/zh-hant/docs/tutorial/metadata.md
它接收一個 list,其中每個標籤對應一個 dictionary。 每個 dictionary 可包含: * `name`(**必填**):一個 `str`,其值需與你在路徑操作與 `APIRouter`s 的 `tags` 參數中使用的標籤名稱相同。 * `description`:一個 `str`,為該標籤的簡短描述。可使用 Markdown,並會顯示在文件介面中。 * `externalDocs`:一個 `dict`,描述外部文件,包含: * `description`:一個 `str`,外部文件的簡短描述。 * `url`(**必填**):一個 `str`,外部文件的 URL。 ### 建立標籤的中繼資料 { #create-metadata-for-tags } 我們用 `users` 與 `items` 兩個標籤來示範。Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 17:05:38 GMT 2026 - 5.6K bytes - Click Count (0) -
docs_src/request_files/tutorial003_py310.py
app = FastAPI() @app.post("/files/") async def create_files( files: list[bytes] = File(description="Multiple files as bytes"), ): return {"file_sizes": [len(file) for file in files]} @app.post("/uploadfiles/") async def create_upload_files( files: list[UploadFile] = File(description="Multiple files as UploadFile"), ): return {"filenames": [file.filename for file in files]} @app.get("/")
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Feb 12 13:19:43 GMT 2026 - 888 bytes - Click Count (0) -
.github/ISSUE_TEMPLATE/failing-test.yaml
name: Failing Test description: Report continuously failing tests or jobs in Kubernetes CI labels: kind/failing-test body: - type: textarea id: jobs attributes: label: Which jobs are failing? placeholder: | Please only use this template for submitting reports about continuously failing tests or jobs in Kubernetes CI. validations: required: true - type: textarea id: tests attributes:Created: Fri Apr 03 09:05:14 GMT 2026 - Last Modified: Tue Oct 05 16:55:38 GMT 2021 - 1.1K bytes - Click Count (0) -
compat/maven-model-builder/src/test/resources/poms/inheritance/tricky-flat-directory-urls-parent.xml
<groupId>inheritance</groupId> <artifactId>parent</artifactId> <version>11-SNAPSHOT</version> <name>Model urls inheritance test parent</name> <description>Flat directory structure case: module = ../child directory path + child directory path != child-artifact-id</description> <modules> <module>../inheritance</module><!-- current directory == inheritance --> </modules>
Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Fri Oct 25 12:31:46 GMT 2024 - 1.8K bytes - Click Count (0) -
.github/workflows/build-reusable.yml
name: Reusable Build on: workflow_call: inputs: runner: description: 'Which runner should the workflow run on?' required: true type: string tfci: description: 'TFCI environment variable' required: true type: string permissions: contents: read jobs: build-and-test:Created: Tue Apr 07 12:39:13 GMT 2026 - Last Modified: Sat Mar 28 04:33:01 GMT 2026 - 2.2K bytes - Click Count (0) -
src/main/java/jcifs/smb/SmbOperationException.java
private final String description; private final ErrorCategory category; private final boolean retryable; ErrorCode(String description, ErrorCategory category, boolean retryable) { this.description = description; this.category = category; this.retryable = retryable; }Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Sat Aug 30 05:58:03 GMT 2025 - 16.5K bytes - Click Count (0) -
src/main/java/jcifs/internal/witness/WitnessRegisterResponse.java
Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Sun Aug 24 00:12:28 GMT 2025 - 2.8K bytes - Click Count (0) -
docs/tr/docs/advanced/json-base64-bytes.md
Şöyle bir request gönderebilirsiniz: ```json { "description": "Some data", "data": "aGVsbG8=" } ``` /// tip | İpucu `aGVsbG8=` değeri, `hello` kelimesinin base64 encoding'idir. /// Sonrasında Pydantic base64 string'ini decode eder ve modelin `data` alanında size orijinal bytes'ı verir. Şöyle bir response alırsınız: ```json { "description": "Some data", "content": "hello" } ```Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:51:35 GMT 2026 - 2.6K bytes - Click Count (0)