Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 10 of 15 for everywhere (0.06 seconds)

  1. .gitignore

    # OSX leaves these everywhere on SMB shares
    ._*
    
    # OSX trash
    .DS_Store
    
    # Developers can store local stuff in dirs named __something
    __*
    
    # Eclipse files
    .classpath
    .project
    .settings/**
    
    # Files generated by JetBrains IDEs, e.g. IntelliJ IDEA
    .idea/
    *.iml
    
    # Vscode files
    .vscode
    
    # This is where the result of the go build goes
    /output*/
    /_output*/
    /_output
    
    # Emacs save files
    *~
    \#*\#
    Created: Fri Apr 03 09:05:14 GMT 2026
    - Last Modified: Tue Mar 17 02:28:41 GMT 2026
    - 2.2K bytes
    - Click Count (0)
  2. docs/zh-hant/docs/tutorial/body-nested-models.md

    ```Python
    images: list[Image]
    ```
    
    如下所示:
    
    {* ../../docs_src/body_nested_models/tutorial008_py310.py hl[13] *}
    
    ## 隨處可得的編輯器支援 { #editor-support-everywhere }
    
    你將在各處獲得編輯器支援。
    
    即使是列表中的項目也一樣:
    
    <img src="/img/tutorial/body-nested-models/image01.png">
    
    若直接操作 `dict` 而不是使用 Pydantic 模型,就無法獲得這種等級的編輯器支援。
    
    但你也不必擔心,傳入的 dict 會自動被轉換,而你的輸出也會自動轉換為 JSON。
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 17:05:38 GMT 2026
    - 6.5K bytes
    - Click Count (0)
  3. docs/en/docs/css/custom.css

    @import url(https://cdn.jsdelivr.net/npm/firacode@6.2.0/distr/fira_code.css);
    /* Noto Color Emoji for emoji support with the same font everywhere */
    @import url(https://fonts.googleapis.com/css2?family=Noto+Color+Emoji&display=swap);
    
    /* Override default code font in Material for MkDocs to Fira Code */
    :root {
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Mon Mar 23 13:56:46 GMT 2026
    - 6.6K bytes
    - Click Count (0)
  4. docs/ko/docs/tutorial/body-nested-models.md

    ```Python
    images: list[Image]
    ```
    
    이를 아래처럼:
    
    {* ../../docs_src/body_nested_models/tutorial008_py310.py hl[13] *}
    
    ## 어디서나 편집기 지원 { #editor-support-everywhere }
    
    그리고 어디서나 편집기 지원을 받을 수 있습니다.
    
    리스트 내부 항목의 경우에도:
    
    <img src="/img/tutorial/body-nested-models/image01.png">
    
    Pydantic 모델 대신 `dict`로 직접 작업한다면 이런 종류의 편집기 지원을 받을 수 없습니다.
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 14:06:26 GMT 2026
    - 7.7K bytes
    - Click Count (0)
  5. docs/zh/docs/tutorial/body-nested-models.md

    ```Python
    images: list[Image]
    ```
    
    例如:
    
    {* ../../docs_src/body_nested_models/tutorial008_py310.py hl[13] *}
    
    ## 无处不在的编辑器支持 { #editor-support-everywhere }
    
    你可以随处获得编辑器支持。
    
    即使是列表中的元素:
    
    <img src="/img/tutorial/body-nested-models/image01.png">
    
    如果你直接使用 `dict` 而不是 Pydantic 模型,那你将无法获得这种编辑器支持。
    
    但是你根本不必担心这两者,传入的字典会自动被转换,你的输出也会自动被转换为 JSON。
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 17:06:37 GMT 2026
    - 6.8K bytes
    - Click Count (0)
  6. docs/ja/docs/tutorial/body-nested-models.md

    ```Python
    images: list[Image]
    ```
    
    以下のように:
    
    {* ../../docs_src/body_nested_models/tutorial008_py310.py hl[13] *}
    
    ## あらゆる場所でのエディタサポート { #editor-support-everywhere }
    
    そして、あらゆる場所でエディタサポートを得られます。
    
    以下のようにリストの中の項目でも:
    
    <img src="/img/tutorial/body-nested-models/image01.png">
    
    Pydanticモデルではなく、`dict`を直接使用している場合はこのようなエディタのサポートは得られません。
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 14:07:17 GMT 2026
    - 8.6K bytes
    - Click Count (0)
  7. docs/recipes.md

    It is an error to have multiple caches accessing the same cache directory simultaneously. Most applications should call `new OkHttpClient()` exactly once, configure it with their cache, and use that same instance everywhere. Otherwise the two cache instances will stomp on each other, corrupt the response cache, and possibly crash your program.
    
    Created: Fri Apr 03 11:42:14 GMT 2026
    - Last Modified: Sun Mar 15 09:01:42 GMT 2026
    - 47.8K bytes
    - Click Count (0)
  8. docs/de/docs/tutorial/body-nested-models.md

    ```Python
    images: list[Image]
    ```
    
    so wie in:
    
    {* ../../docs_src/body_nested_models/tutorial008_py310.py hl[13] *}
    
    ## Editor-Unterstützung überall { #editor-support-everywhere }
    
    Und Sie erhalten Editor-Unterstützung überall.
    
    Selbst für Dinge in Listen:
    
    <img src="/img/tutorial/body-nested-models/image01.png">
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 17:58:09 GMT 2026
    - 7.5K bytes
    - Click Count (0)
  9. docs/tr/docs/tutorial/body-nested-models.md

    ```Python
    images: list[Image]
    ```
    
    şu örnekte olduğu gibi:
    
    {* ../../docs_src/body_nested_models/tutorial008_py310.py hl[13] *}
    
    ## Her yerde editör desteği { #editor-support-everywhere }
    
    Ve her yerde editör desteği alırsınız.
    
    List içindeki öğeler için bile:
    
    <img src="/img/tutorial/body-nested-models/image01.png">
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 07:53:17 GMT 2026
    - 7.5K bytes
    - Click Count (0)
  10. docs/pt/docs/tutorial/body-nested-models.md

    ```Python
    images: list[Image]
    ```
    
    como em:
    
    {* ../../docs_src/body_nested_models/tutorial008_py310.py hl[13] *}
    
    ## Suporte de editor em todo canto { #editor-support-everywhere }
    
    E você obtém suporte do editor em todos os lugares.
    
    Mesmo para itens dentro de listas:
    
    <img src="/img/tutorial/body-nested-models/image01.png">
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 18:20:43 GMT 2026
    - 7.3K bytes
    - Click Count (0)
Back to Top