Search Options

Results per page
Sort
Preferred Languages
Advance

Results 81 - 90 of 239 for 250 (0.03 sec)

  1. docs/ja/docs/tutorial/metadata.md

    **FastAPI** アプリケーションのいくつかのメタデータの設定をカスタマイズできます。
    
    ## タイトル、説明文、バージョン
    
    以下を設定できます:
    
    * **タイトル**: OpenAPIおよび自動APIドキュメントUIでAPIのタイトル/名前として使用される。
    * **説明文**: OpenAPIおよび自動APIドキュメントUIでのAPIの説明文。
    * **バージョン**: APIのバージョン。例: `v2` または `2.5.0`。
         *たとえば、以前のバージョンのアプリケーションがあり、OpenAPIも使用している場合に便利です。
    
    これらを設定するには、パラメータ `title`、`description`、`version` を使用します:
    
    ```Python hl_lines="4-6"
    {!../../../docs_src/metadata/tutorial001.py!}
    ```
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Sun Mar 31 23:52:53 UTC 2024
    - 4.6K bytes
    - Viewed (0)
  2. docs/en/docs/img/deployment/https/https02.drawio

                        <mxGeometry x="60" y="27" width="380" height="250" as="geometry"/>
                    </mxCell>
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Thu May 12 00:06:16 UTC 2022
    - 9.4K bytes
    - Viewed (1)
  3. src/internal/coverage/cfile/testdata/issue59563/repro.go

    	} else if x == 245 {
    		x += 245
    	} else if x == 246 {
    		x += 246
    	} else if x == 247 {
    		x += 247
    	} else if x == 248 {
    		x += 248
    	} else if x == 249 {
    		x += 249
    	} else if x == 250 {
    		x += 250
    	} else if x == 251 {
    		x += 251
    	} else if x == 252 {
    		x += 252
    	} else if x == 253 {
    		x += 253
    	} else if x == 254 {
    		x += 254
    	} else if x == 255 {
    		x += 255
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue May 21 19:41:02 UTC 2024
    - 13K bytes
    - Viewed (0)
  4. src/os/timeout_test.go

    		500 * time.Nanosecond,
    		750 * time.Nanosecond,
    		1 * time.Microsecond,
    		5 * time.Microsecond,
    		25 * time.Microsecond,
    		250 * time.Microsecond,
    		500 * time.Microsecond,
    		1 * time.Millisecond,
    		5 * time.Millisecond,
    		100 * time.Millisecond,
    		250 * time.Millisecond,
    		500 * time.Millisecond,
    		1 * time.Second,
    	} {
    		numRuns := 3
    		if testing.Short() {
    			numRuns = 1
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jun 14 00:03:57 UTC 2023
    - 17.1K bytes
    - Viewed (0)
  5. src/cmd/vendor/golang.org/x/sys/unix/zsysnum_linux_ppc.go

    	SYS_CLOCK_GETTIME                = 246
    	SYS_CLOCK_GETRES                 = 247
    	SYS_CLOCK_NANOSLEEP              = 248
    	SYS_SWAPCONTEXT                  = 249
    	SYS_TGKILL                       = 250
    	SYS_UTIMES                       = 251
    	SYS_STATFS64                     = 252
    	SYS_FSTATFS64                    = 253
    	SYS_FADVISE64_64                 = 254
    	SYS_RTAS                         = 255
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 16:12:58 UTC 2024
    - 17.4K bytes
    - Viewed (0)
  6. src/crypto/tls/testdata/Client-TLSv12-ALPN-NoMatch

    00000180  aa b6 14 43 ed 97 a7 75  62 f4 14 c8 52 d7 02 03  |...C...ub...R...|
    00000190  01 00 01 a3 81 93 30 81  90 30 0e 06 03 55 1d 0f  |......0..0...U..|
    000001a0  01 01 ff 04 04 03 02 05  a0 30 1d 06 03 55 1d 25  |.........0...U.%|
    000001b0  04 16 30 14 06 08 2b 06  01 05 05 07 03 01 06 08  |..0...+.........|
    000001c0  2b 06 01 05 05 07 03 02  30 0c 06 03 55 1d 13 01  |+.......0...U...|
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Aug 18 21:46:46 UTC 2016
    - 6.7K bytes
    - Viewed (0)
  7. src/crypto/tls/testdata/Server-TLSv12-IssueTicket

    00000160  aa b6 14 43 ed 97 a7 75  62 f4 14 c8 52 d7 02 03  |...C...ub...R...|
    00000170  01 00 01 a3 81 93 30 81  90 30 0e 06 03 55 1d 0f  |......0..0...U..|
    00000180  01 01 ff 04 04 03 02 05  a0 30 1d 06 03 55 1d 25  |.........0...U.%|
    00000190  04 16 30 14 06 08 2b 06  01 05 05 07 03 01 06 08  |..0...+.........|
    000001a0  2b 06 01 05 05 07 03 02  30 0c 06 03 55 1d 13 01  |+.......0...U...|
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 25 00:14:50 UTC 2023
    - 6.7K bytes
    - Viewed (0)
  8. cmd/apierrorcode_string.go

    	_ = x[ErrUnsupportedSQLOperation-245]
    	_ = x[ErrUnsupportedSQLStructure-246]
    	_ = x[ErrUnsupportedSyntax-247]
    	_ = x[ErrUnsupportedRangeHeader-248]
    	_ = x[ErrLexerInvalidChar-249]
    	_ = x[ErrLexerInvalidOperator-250]
    	_ = x[ErrLexerInvalidLiteral-251]
    	_ = x[ErrLexerInvalidIONLiteral-252]
    	_ = x[ErrParseExpectedDatePart-253]
    	_ = x[ErrParseExpectedKeyword-254]
    	_ = x[ErrParseExpectedTokenType-255]
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu Jun 13 22:26:38 UTC 2024
    - 21.4K bytes
    - Viewed (0)
  9. src/cmd/vendor/golang.org/x/sys/unix/zsysctl_openbsd_arm64.go

    	{"vm.loadavg", []_C_int{2, 2}},
    	{"vm.malloc_conf", []_C_int{2, 12}},
    	{"vm.maxslp", []_C_int{2, 10}},
    	{"vm.nkmempages", []_C_int{2, 6}},
    	{"vm.psstrings", []_C_int{2, 3}},
    	{"vm.swapencrypt.enable", []_C_int{2, 5, 0}},
    	{"vm.swapencrypt.keyscreated", []_C_int{2, 5, 1}},
    	{"vm.swapencrypt.keysdeleted", []_C_int{2, 5, 2}},
    	{"vm.uspace", []_C_int{2, 11}},
    	{"vm.uvmexp", []_C_int{2, 4}},
    	{"vm.vmmeter", []_C_int{2, 1}},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 11.9K bytes
    - Viewed (0)
  10. src/cmd/vendor/golang.org/x/sys/unix/zsysctl_openbsd_mips64.go

    	{"vm.loadavg", []_C_int{2, 2}},
    	{"vm.malloc_conf", []_C_int{2, 12}},
    	{"vm.maxslp", []_C_int{2, 10}},
    	{"vm.nkmempages", []_C_int{2, 6}},
    	{"vm.psstrings", []_C_int{2, 3}},
    	{"vm.swapencrypt.enable", []_C_int{2, 5, 0}},
    	{"vm.swapencrypt.keyscreated", []_C_int{2, 5, 1}},
    	{"vm.swapencrypt.keysdeleted", []_C_int{2, 5, 2}},
    	{"vm.uspace", []_C_int{2, 11}},
    	{"vm.uvmexp", []_C_int{2, 4}},
    	{"vm.vmmeter", []_C_int{2, 1}},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 11.9K bytes
    - Viewed (0)
Back to top