- Sort Score
- Result 10 results
- Languages All
Results 1 - 7 of 7 for Apply (0.02 sec)
-
docs/zh/llm-prompt.md
1) Keep ellipsis style consistent within each document, prefer `...` over `……`. 2) Never change ellipsis in code, URLs, or CLI examples. ### Preferred translations / glossary Use the following preferred translations when they apply in documentation prose: - request (HTTP): 请求 - response (HTTP): 响应 - path operation: 路径操作 - path operation function: 路径操作函数 ### `///` admonitions
Registered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Sat Dec 27 18:49:08 UTC 2025 - 1.4K bytes - Viewed (0) -
docs/de/llm-prompt.md
Result (German): ««« ... wie wir es beabsichtigt hatten. ... das würde funktionieren: ... usw. Andere ... Später mehr ... »»» 2) This does not apply in URLs, code blocks, and code snippets. Do not remove or add spaces there. ### Headings 1) Translate headings using the infinite form. Examples: Source (English): «««
Registered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Fri Dec 26 09:39:53 UTC 2025 - 11.9K bytes - Viewed (0) -
tests/test_tutorial/test_response_directly/test_tutorial002.py
client = TestClient(mod.app) return client def test_path_operation(client: TestClient): expected_content = """<?xml version="1.0"?> <shampoo> <Header> Apply shampoo here. </Header> <Body> You'll have to use soap here. </Body> </shampoo> """ response = client.get("/legacy/") assert response.status_code == 200, response.textRegistered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Fri Dec 26 10:43:02 UTC 2025 - 1.7K bytes - Viewed (0) -
docs/zh-hant/llm-prompt.md
Registered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Sat Dec 27 18:49:46 UTC 2025 - 2.2K bytes - Viewed (0) -
scripts/translate.py
### Example { #example } »»» Result (German): ««« ### Beispiel { #example } »»» ### Links Use the following rules for links (apply both to Markdown-style links ([text](url)) and to HTML-style <a> tags): 1) For relative URLs, only translate link text. Do not translate the URL or its parts Example: Source (English): «««Registered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Sat Dec 27 19:05:53 UTC 2025 - 34.1K bytes - Viewed (0) -
fastapi/routing.py
Registered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Sat Dec 27 12:54:56 UTC 2025 - 174.6K bytes - Viewed (0) -
docs/en/docs/release-notes.md
* `dependencies`: to include ✨ top-level dependencies ✨ that apply to the whole application. E.g. to add global authentication. * `callbacks`: OpenAPI callbacks that apply to all the *path operations*. * `deprecated`: to mark all the *path operations* as deprecated. 🤷 * `include_in_schema`: to allow excluding all the *path operations* from the OpenAPI schema. * `responses`: OpenAPI responses that apply to all the *path operations*. For example:
Registered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Sat Dec 27 19:06:15 UTC 2025 - 586.7K bytes - Viewed (0)