Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 201 - 210 of 224 for 1013 (0.04 seconds)

  1. docs/zh/docs/tutorial/bigger-applications.md

    ### 包含 `users` 和 `items` 的 `APIRouter` { #include-the-apirouters-for-users-and-items }
    
    现在,让我们来包含来自 `users` 和 `items` 子模块的 `router`。
    
    {* ../../docs_src/bigger_applications/app_an_py310/main.py hl[10:11] title["app/main.py"] *}
    
    /// info | 信息
    
    `users.router` 包含了 `app/routers/users.py` 文件中的 `APIRouter`。
    
    `items.router` 包含了 `app/routers/items.py` 文件中的 `APIRouter`。
    
    ///
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 17:06:37 GMT 2026
    - 19.5K bytes
    - Click Count (0)
  2. docs/ja/docs/tutorial/bigger-applications.md

    ### `users` と `items` の `APIRouter` を取り込む { #include-the-apirouters-for-users-and-items }
    
    では、サブモジュール `users` と `items` から `router` を取り込みます:
    
    {* ../../docs_src/bigger_applications/app_an_py310/main.py hl[10:11] title["app/main.py"] *}
    
    /// info | 情報
    
    `users.router` は、ファイル `app/routers/users.py` 内の `APIRouter` を含みます。
    
    `items.router` は、ファイル `app/routers/items.py` 内の `APIRouter` を含みます。
    
    ///
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 14:07:17 GMT 2026
    - 22.8K bytes
    - Click Count (0)
  3. docs/ja/docs/tutorial/response-model.md

    しかし、このようなことが必要になる多くのケースでは、この例のようにモデルでデータの一部を**フィルタ/削除**したいだけです。
    
    そのような場合、クラスと継承を利用して関数の**型アノテーション**を活用し、エディタやツールのサポートを改善しつつ、FastAPIの**データフィルタリング**も得られます。
    
    {* ../../docs_src/response_model/tutorial003_01_py310.py hl[7:10,13:14,18] *}
    
    これにより、このコードは型として正しいためエディタやmypyからのツール支援を得られますし、FastAPIによるデータフィルタリングも得られます。
    
    これはどのように動作するのでしょうか?確認してみましょう。🤓
    
    ### 型アノテーションとツール支援 { #type-annotations-and-tooling }
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 14:07:17 GMT 2026
    - 19.6K bytes
    - Click Count (0)
  4. cmd/erasure-object_test.go

    		expectedError       error
    	}{
    		{parts1, errs1, 12, 12, parts1SC, nil},
    		{parts2, errs2, 14, 14, parts2SC, nil},
    		{parts3, errs3, 12, 12, parts3SC, nil},
    		{parts4, errs4, 10, 10, parts4SC, nil},
    		{parts5, errs5, 14, 14, parts5SC, nil},
    		{parts6, errs6, 12, 12, parts6SC, nil},
    		{parts7, errs7, 11, 11, parts7SC, nil},
    	}
    	for _, tt := range tests {
    Created: Sun Apr 05 19:28:12 GMT 2026
    - Last Modified: Fri Aug 29 02:39:48 GMT 2025
    - 38.3K bytes
    - Click Count (0)
  5. lib/fips140/v1.26.0.zip

    uint64 p521CmovznzU64(&x1012, p521Uint1(x1007), x996, x977) var x1013 uint64 p521CmovznzU64(&x1013, p521Uint1(x1007), x998, x979) var x1014 uint64 p521CmovznzU64(&x1014, p521Uint1(x1007), x1000, x981) var x1015 uint64 p521CmovznzU64(&x1015, p521Uint1(x1007), x1002, x983) var x1016 uint64 p521CmovznzU64(&x1016, p521Uint1(x1007), x1004, x985) out1[0] = x1008 out1[1] = x1009 out1[2] = x1010 out1[3] = x1011 out1[4] = x1012 out1[5] = x1013 out1[6] = x1014 out1[7] = x1015 out1[8] = x1016 } // p521Square...
    Created: Tue Apr 07 11:13:11 GMT 2026
    - Last Modified: Thu Jan 08 17:58:32 GMT 2026
    - 660.3K bytes
    - Click Count (0)
  6. cmd/object-api-multipart_test.go

    		// Asserting for Invalid UploadID (Test number 9).
    		{bucketNames[0], objectNames[0], "abc", []CompletePart{}, "", InvalidUploadID{UploadID: "abc"}, false},
    		// Test case with invalid Part Etag (Test number 10-11).
    		{bucketNames[0], objectNames[0], uploadIDs[0], []CompletePart{{ETag: "abc"}}, "", InvalidPart{}, false},
    		{bucketNames[0], objectNames[0], uploadIDs[0], []CompletePart{{ETag: "abcz"}}, "", InvalidPart{}, false},
    Created: Sun Apr 05 19:28:12 GMT 2026
    - Last Modified: Fri Aug 29 02:39:48 GMT 2025
    - 89.4K bytes
    - Click Count (0)
  7. cmd/object-api-listobjects_test.go

    		{"test-bucket-list-object", "Asia", "A", "", 1, resultCases[4], nil, true},
    		// Setting a non-existing directory to be prefix (12-13).
    		{"empty-bucket", "europe/france/", "", "", 1, ListObjectsInfo{}, nil, true},
    		{"empty-bucket", "africa/tunisia/", "", "", 1, ListObjectsInfo{}, nil, true},
    Created: Sun Apr 05 19:28:12 GMT 2026
    - Last Modified: Fri Oct 10 18:57:03 GMT 2025
    - 76.1K bytes
    - Click Count (0)
  8. src/bufio/bufio_test.go

    	}
    }
    
    func createTestInput(n int) []byte {
    	input := make([]byte, n)
    	for i := range input {
    		// 101 and 251 are arbitrary prime numbers.
    		// The idea is to create an input sequence
    		// which doesn't repeat too frequently.
    		input[i] = byte(i % 251)
    		if i%101 == 0 {
    			input[i] ^= byte(i / 101)
    		}
    	}
    	return input
    }
    
    func TestReaderWriteTo(t *testing.T) {
    Created: Tue Apr 07 11:13:11 GMT 2026
    - Last Modified: Fri Feb 07 01:08:54 GMT 2025
    - 51.6K bytes
    - Click Count (0)
  9. src/main/webapp/css/admin/bootstrap.min.css

    sition:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@media (min-width:576px){.modal-dialog{max-width:500px;margin:1.75rem auto}.modal-dialog-scrollable{max-height:calc(100% - 3.5rem)}.modal-dialog-scrollable .modal-content{max-height:calc(100vh - 3.5rem)}.modal-dialog-centered{min-height:calc(100% - 3.5rem)}.modal-dialog-centered::before{height:calc(100vh - 3.5rem);height:-webkit-min-content;height:-moz-min-content;height:min-content}.modal-sm{max-width:300px}}@media (min-width:99...
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Oct 26 01:49:09 GMT 2024
    - 158.5K bytes
    - Click Count (0)
  10. CHANGELOG/CHANGELOG-1.22.md

    - sigs.k8s.io/kustomize/api: v0.8.5 → v0.8.8
    - sigs.k8s.io/kustomize/cmd/config: v0.9.7 → v0.9.10
    - sigs.k8s.io/kustomize/kustomize/v4: v4.0.5 → v4.1.2
    - sigs.k8s.io/kustomize/kyaml: v0.10.15 → v0.10.17
    - sigs.k8s.io/structured-merge-diff/v4: v4.1.0 → v4.1.1
    
    ### Removed
    Created: Fri Apr 03 09:05:14 GMT 2026
    - Last Modified: Tue Dec 13 12:43:45 GMT 2022
    - 454.1K bytes
    - Click Count (0)
Back to Top