Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 10 of 810 for Fill (0.09 seconds)

  1. docs/ko/docs/how-to/migrate-from-pydantic-v1-to-pydantic-v2.md

                V1Field["Pydantic v1 Model"]
            end
            subgraph V1["Pydantic v1 Model"]
                V2Field["Pydantic v2 Model"]
            end
        end
    
        style V2 fill:#f9fff3
        style V1 fill:#fff6f0
        style V1Field fill:#fff6f0
        style V2Field fill:#f9fff3
    ```
    
    ...하지만 같은 앱에서 Pydantic v1과 v2를 사용하되, 모델을 분리해서 둘 수는 있습니다.
    
    ```mermaid
    graph TB
        subgraph "✅ Supported"
            direction TB
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 14:06:26 GMT 2026
    - 6.3K bytes
    - Click Count (0)
  2. docs/zh-hant/docs/how-to/migrate-from-pydantic-v1-to-pydantic-v2.md

                V1Field["Pydantic v1 Model"]
            end
            subgraph V1["Pydantic v1 Model"]
                V2Field["Pydantic v2 Model"]
            end
        end
    
        style V2 fill:#f9fff3
        style V1 fill:#fff6f0
        style V1Field fill:#fff6f0
        style V2Field fill:#f9fff3
    ```
    
    ...但你可以在同一應用中同時存在分開的 Pydantic v1 與 v2 模型。
    
    ```mermaid
    graph TB
        subgraph "✅ Supported"
            direction TB
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 17:05:38 GMT 2026
    - 4.9K bytes
    - Click Count (0)
  3. docs/zh/docs/how-to/migrate-from-pydantic-v1-to-pydantic-v2.md

                V1Field["Pydantic v1 Model"]
            end
            subgraph V1["Pydantic v1 Model"]
                V2Field["Pydantic v2 Model"]
            end
        end
    
        style V2 fill:#f9fff3
        style V1 fill:#fff6f0
        style V1Field fill:#fff6f0
        style V2Field fill:#f9fff3
    ```
    
    ...但是,你可以在同一个应用中分别使用 Pydantic v1 和 v2 的独立模型。
    
    ```mermaid
    graph TB
        subgraph "✅ Supported"
            direction TB
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 17:06:37 GMT 2026
    - 5.1K bytes
    - Click Count (0)
  4. docs/en/docs/how-to/migrate-from-pydantic-v1-to-pydantic-v2.md

                V1Field["Pydantic v1 Model"]
            end
            subgraph V1["Pydantic v1 Model"]
                V2Field["Pydantic v2 Model"]
            end
        end
    
        style V2 fill:#f9fff3
        style V1 fill:#fff6f0
        style V1Field fill:#fff6f0
        style V2Field fill:#f9fff3
    ```
    
    ...but, you can have separated models using Pydantic v1 and v2 in the same app.
    
    ```mermaid
    graph TB
        subgraph "✅ Supported"
            direction TB
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 05 18:13:19 GMT 2026
    - 5.4K bytes
    - Click Count (0)
  5. docs/ja/docs/how-to/migrate-from-pydantic-v1-to-pydantic-v2.md

                V1Field["Pydantic v1 Model"]
            end
            subgraph V1["Pydantic v1 Model"]
                V2Field["Pydantic v2 Model"]
            end
        end
    
        style V2 fill:#f9fff3
        style V1 fill:#fff6f0
        style V1Field fill:#fff6f0
        style V2Field fill:#f9fff3
    ```
    
    ...しかし、同じアプリ内で Pydantic v1 と v2 を別々のモデルとして分けて使うことは可能です。
    
    ```mermaid
    graph TB
        subgraph "✅ Supported"
            direction TB
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 14:07:17 GMT 2026
    - 6.2K bytes
    - Click Count (0)
  6. docs/en/docs/css/custom.css

      -webkit-mask-size: contain;
      -webkit-mask-repeat: no-repeat;
    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)
  7. src/bytes/buffer_test.go

    			t.Errorf(testname+" (fill 2): m == %d, expected %d", m, len(fus))
    		}
    		if err != nil {
    			t.Errorf(testname+" (fill 3): err should always be nil, found err == %s", err)
    		}
    		s += fus
    		check(t, testname+" (fill 4)", buf, s)
    	}
    	return s
    }
    
    // Fill buf through n writes of byte slice fub.
    // The initial contents of buf corresponds to the string s;
    // the result is the final contents of buf returned as a string.
    Created: Tue Apr 07 11:13:11 GMT 2026
    - Last Modified: Fri Nov 14 19:01:17 GMT 2025
    - 19.4K bytes
    - Click Count (0)
  8. build-logic-settings/architecture-docs/src/main/kotlin/gradlebuild/GeneratorTask.kt

            node("style ${platform.id} fill:#c2e0f4,stroke:#3498db,stroke-width:2px,color:#000;")
            for (dep in platform.uses) {
                node("${platform.id} --> $dep")
            }
        }
    
        private fun NodeWriter.element(element: ArchitectureElement) {
            println()
            node("${element.id}[\"${element.name} module\"]")
            node("style ${element.id} stroke:#1abc9c,fill:#b1f4e7,stroke-width:2px,color:#000;")
        }
    
    Created: Wed Apr 01 11:36:16 GMT 2026
    - Last Modified: Fri Jan 30 15:37:56 GMT 2026
    - 3.8K bytes
    - Click Count (0)
  9. src/test/resources/thumbnail/test_generate_thumbnail.sh

        SVG_TEST="${OUTPUT_DIR}/test.svg"
        cat > "${SVG_TEST}" << 'EOF'
    <svg width="200" height="200" xmlns="http://www.w3.org/2000/svg">
      <rect width="200" height="200" fill="blue"/>
      <circle cx="100" cy="100" r="80" fill="red"/>
    </svg>
    EOF
    
        # Test: SVG thumbnail generation
        run_file_test "SVG thumbnail" "${OUTPUT_DIR}/svg_thumb.png" \
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Thu Dec 04 08:02:36 GMT 2025
    - 7.9K bytes
    - Click Count (0)
  10. build-logic/build-update-utils/src/main/kotlin/gradlebuild/buildutils/runtimes/CheckTargetRuntimes.kt

                        Then, run `:checkTargetRuntimes --fix`.
    
                        ```
                        dependencies {
                            // ...
                        }
    
                        gradleModule {
                            requiredRuntimes {
                                // Fill in this block as required
                            }
    Created: Wed Apr 01 11:36:16 GMT 2026
    - Last Modified: Wed Mar 11 22:40:18 GMT 2026
    - 13.8K bytes
    - Click Count (0)
Back to Top