Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 174 for imatge (0.15 sec)

  1. docs/em/docs/tutorial/body-nested-models.md

        ```
    
    !!! info
        ๐Ÿ‘€ โ” `Offer` โœ”๏ธ ๐Ÿ“‡ `Item`โ“‚, โ” ๐Ÿ”„ โœ”๏ธ ๐Ÿ“ฆ ๐Ÿ“‡ `Image`โ“‚
    
    ## ๐Ÿ’ช ๐Ÿ˜ ๐Ÿ“‡
    
    ๐Ÿšฅ ๐Ÿ” ๐ŸŽš ๐Ÿ’ฒ ๐ŸŽป ๐Ÿ’ช ๐Ÿ‘† โŒ› ๐ŸŽป `array` (๐Ÿ `list`), ๐Ÿ‘† ๐Ÿ’ช ๐Ÿ“ฃ ๐Ÿ†Ž ๐Ÿ”ข ๐Ÿ”ข, ๐ŸŽ Pydantic ๐Ÿท:
    
    ```Python
    images: List[Image]
    ```
    
    โš–๏ธ ๐Ÿ 3๏ธโƒฃ.9๏ธโƒฃ & ๐Ÿ”›:
    
    ```Python
    images: list[Image]
    ```
    
    :
    
    === "๐Ÿ 3๏ธโƒฃ.6๏ธโƒฃ & ๐Ÿ”›"
    
        ```Python hl_lines="15"
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Fri Mar 22 01:42:11 GMT 2024
    - 9.2K bytes
    - Viewed (0)
  2. docs/zh/docs/tutorial/body-nested-models.md

        {!> ../../../docs_src/body_nested_models/tutorial007.py!}
        ```
    
    !!! info
        ่ฏทๆณจๆ„ `Offer` ๆ‹ฅๆœ‰ไธ€็ป„ `Item` ่€Œๅ่ฟ‡ๆฅ `Item` ๅˆๆ˜ฏไธ€ไธชๅฏ้€‰็š„ `Image` ๅˆ—่กจๆ˜ฏๅฆ‚ไฝ•ๅ‘็”Ÿ็š„ใ€‚
    
    ## ็บฏๅˆ—่กจ่ฏทๆฑ‚ไฝ“
    
    ๅฆ‚ๆžœไฝ ๆœŸๆœ›็š„ JSON ่ฏทๆฑ‚ไฝ“็š„ๆœ€ๅค–ๅฑ‚ๆ˜ฏไธ€ไธช JSON `array`๏ผˆๅณ Python `list`๏ผ‰๏ผŒๅˆ™ๅฏไปฅๅœจ่ทฏๅพ„ๆ“ไฝœๅ‡ฝๆ•ฐ็š„ๅ‚ๆ•ฐไธญๅฃฐๆ˜Žๆญค็ฑปๅž‹๏ผŒๅฐฑๅƒๅฃฐๆ˜Ž Pydantic ๆจกๅž‹ไธ€ๆ ท๏ผš
    
    ```Python
    images: List[Image]
    ```
    
    ไพ‹ๅฆ‚๏ผš
    
    === "Python 3.9+"
    
        ```Python hl_lines="13"
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Fri Mar 22 01:42:11 GMT 2024
    - 9.3K bytes
    - Viewed (0)
  3. docs/ja/docs/tutorial/body-nested-models.md

    {!../../../docs_src/body_nested_models/tutorial007.py!}
    ```
    
    !!! info "ๆƒ…ๅ ฑ"
        `Offer`ใฏ`Item`ใฎใƒชใ‚นใƒˆใงใ‚ใ‚Šใ€ใ‚ชใƒ—ใ‚ทใƒงใƒณใฎ`Image`ใฎใƒชใ‚นใƒˆใ‚’ๆŒใฃใฆใ„ใ‚‹ใ“ใจใซๆณจ็›ฎใ—ใฆใใ ใ•ใ„ใ€‚
    
    ## ็ด”็ฒ‹ใชใƒชใ‚นใƒˆใฎใƒœใƒ‡ใ‚ฃ
    
    ๆœŸๅพ…ใ™ใ‚‹JSONใƒœใƒ‡ใ‚ฃใฎใƒˆใƒƒใƒ—ใƒฌใƒ™ใƒซใฎๅ€คใŒJSON`array`๏ผˆPythonใฎ`list`๏ผ‰ใงใ‚ใ‚Œใฐใ€Pydanticใƒขใƒ‡ใƒซใจๅŒใ˜ใ‚ˆใ†ใซใ€้–ขๆ•ฐใฎใƒ‘ใƒฉใƒกใƒผใ‚ฟใงๅž‹ใ‚’ๅฎฃ่จ€ใ™ใ‚‹ใ“ใจใŒใงใใพใ™:
    
    ```Python
    images: List[Image]
    ```
    
    ไปฅไธ‹ใฎใ‚ˆใ†ใซ:
    
    ```Python hl_lines="15"
    {!../../../docs_src/body_nested_models/tutorial008.py!}
    ```
    
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Fri Mar 22 01:42:11 GMT 2024
    - 8.7K bytes
    - Viewed (0)
  4. docs/bucket/notifications/README.md

    ```
    # Create bucket named `images` in myminio
    mc mb myminio/images
    # Add notification configuration on the `images` bucket using the MySQL ARN. The --suffix argument filters events.
    mc event add myminio/images arn:minio:sqs::1:postgresql --suffix .jpg
    # Print out the notification configuration on the `images` bucket.
    mc event list myminio/images
    mc event list myminio/images
    Plain Text
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Thu Jan 18 07:03:17 GMT 2024
    - 84K bytes
    - Viewed (2)
  5. cni/deployments/kubernetes/Dockerfile.install-cni

    ARG BASE_DISTRIBUTION=debug
    
    # Version is the base image version from the TLD Makefile
    ARG BASE_VERSION=latest
    ARG ISTIO_BASE_REGISTRY=gcr.io/istio-release
    
    # The following section is used as base image if BASE_DISTRIBUTION=debug
    FROM ${ISTIO_BASE_REGISTRY}/base:${BASE_VERSION} as debug
    
    # The following section is used as base image if BASE_DISTRIBUTION=distroless
    Plain Text
    - Registered: Wed May 08 22:53:08 GMT 2024
    - Last Modified: Wed May 08 00:24:50 GMT 2024
    - 1.4K bytes
    - Viewed (0)
  6. docs/en/docs/tutorial/body-nested-models.md

    ## Bodies of pure lists
    
    If the top level value of the JSON body you expect is a JSON `array` (a Python `list`), you can declare the type in the parameter of the function, the same as in Pydantic models:
    
    ```Python
    images: List[Image]
    ```
    
    or in Python 3.9 and above:
    
    ```Python
    images: list[Image]
    ```
    
    as in:
    
    === "Python 3.9+"
    
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Fri Mar 22 01:42:11 GMT 2024
    - 9.5K bytes
    - Viewed (0)
  7. docs/ko/docs/tutorial/body-nested-models.md

    {!../../../docs_src/body_nested_models/tutorial007.py!}
    ```
    
    !!! info "์ •๋ณด"
        `Offer`๊ฐ€ ์„ ํƒ์‚ฌํ•ญ `Image` ๋ฆฌ์ŠคํŠธ๋ฅผ ์ฐจ๋ก€๋กœ ๊ฐ–๋Š” `Item` ๋ฆฌ์ŠคํŠธ๋ฅผ ์–ด๋–ป๊ฒŒ ๊ฐ€์ง€๊ณ  ์žˆ๋Š”์ง€ ์ฃผ๋ชฉํ•˜์„ธ์š”
    
    ## ์ˆœ์ˆ˜ ๋ฆฌ์ŠคํŠธ์˜ ๋ณธ๋ฌธ
    
    ์˜ˆ์ƒ๋˜๋Š” JSON ๋ณธ๋ฌธ์˜ ์ตœ์ƒ์œ„ ๊ฐ’์ด JSON `array`(ํŒŒ์ด์ฌ `list`)๋ฉด, Pydantic ๋ชจ๋ธ์—์„œ์™€ ๋งˆ์ฐฌ๊ฐ€์ง€๋กœ ํ•จ์ˆ˜์˜ ๋งค๊ฐœ๋ณ€์ˆ˜์—์„œ ํƒ€์ž…์„ ์„ ์–ธํ•  ์ˆ˜ ์žˆ์Šต๋‹ˆ๋‹ค:
    
    ```Python
    images: List[Image]
    ```
    
    ์ด๋ฅผ ์•„๋ž˜์ฒ˜๋Ÿผ:
    
    ```Python hl_lines="15"
    {!../../../docs_src/body_nested_models/tutorial008.py!}
    ```
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Fri Mar 22 01:42:11 GMT 2024
    - 7.6K bytes
    - Viewed (0)
  8. CHANGELOG/CHANGELOG-1.25.md

    [registry.k8s.io/kube-apiserver:v1.25.16](ht...
    Plain Text
    - Registered: Fri May 03 09:05:14 GMT 2024
    - Last Modified: Thu Nov 16 11:30:31 GMT 2023
    - 419K bytes
    - Viewed (0)
  9. docs/works_with_okhttp.md

     * [Flipper](https://fbflipper.com/): A desktop debugging platform for mobile developers.
     * [Fresco](https://github.com/facebook/fresco): An Android library for managing images and the memory they use.
     * [Glide](https://github.com/bumptech/glide): An image loading and caching library for Android focused on smooth scrolling.
     * [GoogleAppEngineOkHttp](https://github.com/apkelly/GoogleAppEngineOkHttp): An OkHttp Call that works on Google App Engine.
    Plain Text
    - Registered: Fri May 03 11:42:14 GMT 2024
    - Last Modified: Wed Jun 08 18:15:23 GMT 2022
    - 3.8K bytes
    - Viewed (0)
  10. CHANGELOG/CHANGELOG-1.23.md

    [registry.k8s.io/kube-apiserver:v1.23.17](ht...
    Plain Text
    - Registered: Fri May 03 09:05:14 GMT 2024
    - Last Modified: Tue Feb 28 21:06:52 GMT 2023
    - 424.5K bytes
    - Viewed (0)
Back to top