Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 541 - 550 of 2,731 for doAs (0.02 seconds)

  1. docs/es/docs/tutorial/request-files.md

    * Puedes obtener metadatos del archivo subido.
    * Tiene una interfaz `async` [parecida a un archivo](https://docs.python.org/3/glossary.html#term-file-like-object).
    * Expone un objeto Python real [`SpooledTemporaryFile`](https://docs.python.org/3/library/tempfile.html#tempfile.SpooledTemporaryFile) que puedes pasar directamente a otros paquetes que esperan un objeto parecido a un archivo.
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 18:15:55 GMT 2026
    - 7.6K bytes
    - Click Count (0)
  2. docs/ja/docs/tutorial/cookie-params.md

    ///
    
    /// info | 情報
    
    **ブラウザがクッキーを**特殊な方法で裏側で扱うため、**JavaScript** から簡単には触れられないことを念頭に置いてください。
    
    `/docs` の **API docs UI** に移動すると、*path operation* のクッキーに関する **documentation** を確認できます。
    
    しかし、データを **入力** して「Execute」をクリックしても、docs UI は **JavaScript** で動作するためクッキーは送信されず、値を何も書かなかったかのような **error** メッセージが表示されます。
    
    ///
    
    ## まとめ { #recap }
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Wed Feb 04 16:44:21 GMT 2026
    - 2K bytes
    - Click Count (0)
  3. docs/zh/docs/how-to/general.md

    ## OpenAPI 元数据 - 文档 { #openapi-metadata-docs }
    
    要添加 OpenAPI 的元数据,包括许可证、版本、联系方式等,请阅读 [教程 - 元数据和文档 URL](../tutorial/metadata.md) 文档。
    
    ## OpenAPI 自定义 URL { #openapi-custom-url }
    
    要自定义 OpenAPI 的 URL(或删除它),请阅读 [教程 - 元数据和文档 URL](../tutorial/metadata.md#openapi-url) 文档。
    
    ## OpenAPI 文档 URL { #openapi-docs-urls }
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 17:06:37 GMT 2026
    - 2.6K bytes
    - Click Count (0)
  4. docs/sts/dex.md

    and add relevant policies on MinIO using `mc admin policy create myminio/ <group_name> group-access.json`
    
    ## Explore Further
    
    - [MinIO STS Quickstart Guide](https://docs.min.io/community/minio-object-store/developers/security-token-service.html)
    Created: Sun Apr 05 19:28:12 GMT 2026
    - Last Modified: Tue Aug 12 18:20:36 GMT 2025
    - 3.8K bytes
    - Click Count (0)
  5. scripts/doc_parsing_utils.py

        Fail if the number of placeholders does not match the number of original includes.
        """
    
        code_include_lines = [
            line_no
            for line_no, line in enumerate(text)
            if line.strip() == CODE_INCLUDE_PLACEHOLDER
        ]
    
        if len(code_include_lines) != len(original_includes):
            raise ValueError(
                "Number of code include placeholders does not match the number of code includes "
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 17:37:41 GMT 2026
    - 23.5K bytes
    - Click Count (0)
  6. cmd/object-api-errors.go

    }
    
    // BucketRemoteDestinationNotFound bucket does not exist.
    type BucketRemoteDestinationNotFound GenericError
    
    func (e BucketRemoteDestinationNotFound) Error() string {
    	return "Destination bucket does not exist: " + e.Bucket
    }
    
    // BucketRemoteTargetNotFound remote target does not exist.
    type BucketRemoteTargetNotFound GenericError
    
    Created: Sun Apr 05 19:28:12 GMT 2026
    - Last Modified: Fri Aug 09 02:05:14 GMT 2024
    - 22.1K bytes
    - Click Count (0)
  7. docs/es/docs/index.md

    * El _path_ `/items/{item_id}` tiene un _parámetro de query_ `q` opcional que es un `str`.
    
    ### Documentación interactiva de la API { #interactive-api-docs }
    
    Ahora ve a [http://127.0.0.1:8000/docs](http://127.0.0.1:8000/docs).
    
    Verás la documentación interactiva automática de la API (proporcionada por [Swagger UI](https://github.com/swagger-api/swagger-ui)):
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 18:15:55 GMT 2026
    - 22.6K bytes
    - Click Count (0)
  8. docs_src/custom_docs_ui/tutorial002_py310.py

    from fastapi import FastAPI
    from fastapi.openapi.docs import (
        get_redoc_html,
        get_swagger_ui_html,
        get_swagger_ui_oauth2_redirect_html,
    )
    from fastapi.staticfiles import StaticFiles
    
    app = FastAPI(docs_url=None, redoc_url=None)
    
    app.mount("/static", StaticFiles(directory="static"), name="static")
    
    
    @app.get("/docs", include_in_schema=False)
    async def custom_swagger_ui_html():
        return get_swagger_ui_html(
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Feb 12 13:19:43 GMT 2026
    - 1.1K bytes
    - Click Count (0)
  9. docs/tr/docs/tutorial/metadata.md

    OpenAPI şemasını tamamen kapatmak isterseniz `openapi_url=None` ayarlayabilirsiniz; bu, onu kullanan dokümantasyon arayüzlerini de devre dışı bırakır.
    
    ## Doküman URL'leri { #docs-urls }
    
    Dahil gelen iki dokümantasyon arayüzünü yapılandırabilirsiniz:
    
    * **Swagger UI**: `/docs` adresinden sunulur.
        * URL'sini `docs_url` parametresiyle ayarlayabilirsiniz.
        * `docs_url=None` ayarlayarak devre dışı bırakabilirsiniz.
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 07:53:17 GMT 2026
    - 6.2K bytes
    - Click Count (0)
  10. apache-maven/README.txt

      The most up-to-date documentation can be found at https://maven.apache.org/.
    
      Release Notes
      -------------
    
      The full list of changes, system requirements and related can be found at https://maven.apache.org/docs/history.html.
    
      Installing Maven
      ----------------
    
      For complete documentation see https://maven.apache.org/download.html#Installation
    
      Licensing
      ---------
    
      Please see the file called LICENSE.
    Created: Sun Apr 05 03:35:12 GMT 2026
    - Last Modified: Mon Aug 12 21:54:56 GMT 2024
    - 1.2K bytes
    - Click Count (0)
Back to Top