Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 551 - 560 of 2,731 for doAs (0.03 seconds)

  1. docs/ko/docs/tutorial/cookie-params.md

    ///
    
    /// info
    
    **브라우저는 쿠키를** 내부적으로 특별한 방식으로 처리하기 때문에, **JavaScript**가 쉽게 쿠키를 다루도록 허용하지 않는다는 점을 염두에 두세요.
    
    `/docs`의 **API docs UI**로 이동하면 *경로 처리*에 대한 쿠키 **문서**를 확인할 수 있습니다.
    
    하지만 **데이터를 채우고** "Execute"를 클릭하더라도, docs UI는 **JavaScript**로 동작하기 때문에 쿠키가 전송되지 않고, 아무 값도 입력하지 않은 것처럼 **오류** 메시지를 보게 될 것입니다.
    
    ///
    
    ## 요약 { #recap }
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Sat Feb 14 08:57:01 GMT 2026
    - 1.9K bytes
    - Click Count (0)
  2. docs/tr/docs/tutorial/dependencies/dependencies-with-yield.md

    ///
    
    /// note | Teknik Detaylar
    
    Şunlarla kullanılabilen herhangi bir fonksiyon:
    
    * [`@contextlib.contextmanager`](https://docs.python.org/3/library/contextlib.html#contextlib.contextmanager) veya
    * [`@contextlib.asynccontextmanager`](https://docs.python.org/3/library/contextlib.html#contextlib.asynccontextmanager)
    
    bir **FastAPI** dependency'si olarak kullanılabilir.
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 07:53:17 GMT 2026
    - 13.4K bytes
    - Click Count (0)
  3. docs/ko/docs/how-to/graphql.md

    다음은 **ASGI** 지원이 있는 **GraphQL** 라이브러리들입니다. **FastAPI**와 함께 사용할 수 있습니다:
    
    * [Strawberry](https://strawberry.rocks/) 🍓
        * [FastAPI용 문서](https://strawberry.rocks/docs/integrations/fastapi) 제공
    * [Ariadne](https://ariadnegraphql.org/)
        * [FastAPI용 문서](https://ariadnegraphql.org/docs/fastapi-integration) 제공
    * [Tartiflette](https://tartiflette.io/)
        * ASGI 통합을 제공하기 위해 [Tartiflette ASGI](https://tartiflette.github.io/tartiflette-asgi/) 사용
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 14:06:26 GMT 2026
    - 3.1K bytes
    - Click Count (0)
  4. .teamcity/src/main/kotlin/configurations/VcsTriggers.kt

     * limitations under the License.
     */
    
    package configurations
    
    val triggerExcludes =
        """
        -:.idea
        -:.github
        -:.teamcity
        -:platforms/documentation/docs/src/docs/release
        """.trimIndent()
    
    fun branchesFilterExcluding(vararg excludedBranch: String) =
        """
    +:*
    ${excludedBranch.joinToString("\n") { "-:$it" }}
    Created: Wed Apr 01 11:36:16 GMT 2026
    - Last Modified: Wed Feb 12 09:12:03 GMT 2025
    - 913 bytes
    - Click Count (0)
  5. docs/zh-hant/docs/how-to/separate-openapi-schemas.md

    - 用於輸出時,`description` 是必填(且可能為 `None`,在 JSON 中為 `null`)
    
    ### 文件中的輸出模型 { #model-for-output-in-docs }
    
    你也可以在文件中檢視輸出模型,`name` 與 `description` 都以紅色星號標示為必填:
    
    <div class="screenshot">
    <img src="/img/tutorial/separate-openapi-schemas/image03.png">
    </div>
    
    ### 文件中的輸入與輸出模型 { #model-for-input-and-output-in-docs }
    
    如果你查看 OpenAPI 中所有可用的結構描述(JSON Schema),會看到有兩個:`Item-Input` 與 `Item-Output`。
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Sat Feb 14 08:15:26 GMT 2026
    - 4.1K bytes
    - Click Count (0)
  6. docs/uk/docs/tutorial/metadata.md

    ## URL-адреси документації { #docs-urls }
    
    Ви можете налаштувати два інтерфейси користувача для документації, які включені:
    
    * **Swagger UI**: доступний за адресою `/docs`.
        * Ви можете змінити його URL за допомогою параметра `docs_url`.
        * Ви можете вимкнути його, встановивши `docs_url=None`.
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 18:27:41 GMT 2026
    - 8.8K bytes
    - Click Count (0)
  7. docs/zh/docs/how-to/separate-openapi-schemas.md

    - 用于**输出**时,它是**必填**(并且可能为 `None`,在 JSON 中为 `null`)
    
    ### 文档中的输出模型 { #model-for-output-in-docs }
    
    你也可以在文档中查看输出模型,`name` 和 `description` **都**被**红色星号**标记为**必填**:
    
    <div class="screenshot">
    <img src="/img/tutorial/separate-openapi-schemas/image03.png">
    </div>
    
    ### 文档中的输入/输出模型 { #model-for-input-and-output-in-docs }
    
    如果你查看 OpenAPI 中可用的所有 Schema(JSON Schema),你会看到有两个,一个是 `Item-Input`,一个是 `Item-Output`。
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Feb 13 13:37:57 GMT 2026
    - 4.3K bytes
    - Click Count (0)
  8. docs/fr/docs/how-to/configure-swagger-ui.md

    # Configurer Swagger UI { #configure-swagger-ui }
    
    Vous pouvez configurer des [paramètres supplémentaires de Swagger UI](https://swagger.io/docs/open-source-tools/swagger-ui/usage/configuration/).
    
    Pour les configurer, passez l'argument `swagger_ui_parameters` lors de la création de l'objet d'application `FastAPI()` ou à la fonction `get_swagger_ui_html()`.
    
    `swagger_ui_parameters` reçoit un dictionnaire avec les configurations passées directement à Swagger UI.
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 18:37:13 GMT 2026
    - 3.2K bytes
    - Click Count (0)
  9. docs/zh-hant/docs/tutorial/request-files.md

    * 你不必在參數的預設值使用 `File()`。
    * 它使用「spooled」檔案:
        * 檔案在記憶體中保存到某個大小上限,超過上限後會存到磁碟。
    * 因此適合處理大型檔案(例如圖片、影片、大型二進位檔等),而不會耗盡記憶體。
    * 你可以取得上傳檔案的中繼資料。
    * 它提供一個[file-like](https://docs.python.org/3/glossary.html#term-file-like-object) 的 `async` 介面。
    * 它會提供實際的 Python [`SpooledTemporaryFile`](https://docs.python.org/3/library/tempfile.html#tempfile.SpooledTemporaryFile) 物件,你可以直接傳給需要類檔案物件的其他函式或函式庫。
    
    ### `UploadFile` { #uploadfile }
    
    `UploadFile` 具有以下屬性:
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 17:05:38 GMT 2026
    - 6.6K bytes
    - Click Count (0)
  10. CHANGELOG/CHANGELOG-1.15.md

    * fix: detach azure disk issue using dangling error ([#81266](https://github.com/kubernetes/kubernetes/pull/81266), [@andyzhangx](https://github.com/andyzhangx))
    * Fixed a bug in the CSI metrics that does not return not supported error when a CSI driver does not support metrics. ([#79851](https://github.com/kubernetes/kubernetes/pull/79851), [@jparklab](https://github.com/jparklab))
    Created: Fri Apr 03 09:05:14 GMT 2026
    - Last Modified: Thu May 05 13:44:43 GMT 2022
    - 278.9K bytes
    - Click Count (0)
Back to Top