Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 70 for 214 (0.02 sec)

  1. src/cmd/vendor/golang.org/x/sys/unix/zsysnum_linux_ppc.go

    	SYS_LSETXATTR                    = 210
    	SYS_FSETXATTR                    = 211
    	SYS_GETXATTR                     = 212
    	SYS_LGETXATTR                    = 213
    	SYS_FGETXATTR                    = 214
    	SYS_LISTXATTR                    = 215
    	SYS_LLISTXATTR                   = 216
    	SYS_FLISTXATTR                   = 217
    	SYS_REMOVEXATTR                  = 218
    	SYS_LREMOVEXATTR                 = 219
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 16:12:58 UTC 2024
    - 17.4K bytes
    - Viewed (0)
  2. src/internal/coverage/cfile/testdata/issue59563/repro.go

    	} else if x == 209 {
    		x += 209
    	} else if x == 210 {
    		x += 210
    	} else if x == 211 {
    		x += 211
    	} else if x == 212 {
    		x += 212
    	} else if x == 213 {
    		x += 213
    	} else if x == 214 {
    		x += 214
    	} else if x == 215 {
    		x += 215
    	} else if x == 216 {
    		x += 216
    	} else if x == 217 {
    		x += 217
    	} else if x == 218 {
    		x += 218
    	} else if x == 219 {
    		x += 219
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue May 21 19:41:02 UTC 2024
    - 13K bytes
    - Viewed (0)
  3. testing/internal-integ-testing/src/main/groovy/org/gradle/integtests/fixtures/executer/DefaultGradleDistribution.groovy

        boolean isToolingApiMergesStderrIntoStdout() {
            return isSameOrNewer("4.7") && isSameOrOlder("5.0");
        }
    
        @Override
        boolean isToolingApiLogsConfigureSummary() {
            return isSameOrNewer("2.14");
        }
    
        @Override
        boolean isToolingApiHasExecutionPhaseBuildOperation() {
            return isSameOrNewer("7.1-rc-1");
        }
    
        @Override
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon May 20 16:09:27 UTC 2024
    - 12.2K bytes
    - Viewed (0)
  4. cmd/apierrorcode_string.go

    	_ = x[ErrSiteReplicationBucketConfigError-210]
    	_ = x[ErrSiteReplicationBucketMetaError-211]
    	_ = x[ErrSiteReplicationIAMError-212]
    	_ = x[ErrSiteReplicationConfigMissing-213]
    	_ = x[ErrSiteReplicationIAMConfigMismatch-214]
    	_ = x[ErrAdminRebalanceAlreadyStarted-215]
    	_ = x[ErrAdminRebalanceNotStarted-216]
    	_ = x[ErrAdminBucketQuotaExceeded-217]
    	_ = x[ErrAdminNoSuchQuotaConfiguration-218]
    	_ = x[ErrHealNotImplemented-219]
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu Jun 13 22:26:38 UTC 2024
    - 21.4K bytes
    - Viewed (0)
  5. CHANGELOG/CHANGELOG-1.21.md

    ### Removed
    - github.com/willf/bitset: [v1.1.11](https://github.com/willf/bitset/tree/v1.1.11)
    
    
    
    # v1.21.4
    
    
    ## Downloads for v1.21.4
    
    ### Source Code
    
    filename | sha512 hash
    -------- | -----------
    [kubernetes.tar.gz](https://dl.k8s.io/v1.21.4/kubernetes.tar.gz) | e0651f30e883194bcfa59cf57dbb40f853f9e84e79472f35db75e37af09f63de1ed960694376e623e5d176dc23c064b74311cde28d32af53aac0b0d4c0649949
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Oct 14 07:03:14 UTC 2022
    - 367.3K bytes
    - Viewed (0)
  6. docs/em/docs/advanced/custom-response.md

    ```Python hl_lines="2  7  9"
    {!../../../docs_src/custom_response/tutorial006c.py!}
    ```
    
    ### `StreamingResponse`
    
    โœŠ ๐Ÿ” ๐Ÿš‚ โš–๏ธ ๐Ÿ˜ ๐Ÿš‚/๐ŸŽป & ๐ŸŽ ๐Ÿ“จ ๐Ÿ’ช.
    
    ```Python hl_lines="2  14"
    {!../../../docs_src/custom_response/tutorial007.py!}
    ```
    
    #### โš™๏ธ `StreamingResponse` โฎ๏ธ ๐Ÿ“-๐Ÿ’– ๐ŸŽš
    
    ๐Ÿšฅ ๐Ÿ‘† โœ”๏ธ ๐Ÿ“-๐Ÿ’– ๐ŸŽš (โœ… ๐ŸŽš ๐Ÿ“จ `open()`), ๐Ÿ‘† ๐Ÿ’ช โœ ๐Ÿš‚ ๐Ÿ”ข ๐Ÿ” ๐Ÿคญ ๐Ÿ‘ˆ ๐Ÿ“-๐Ÿ’– ๐ŸŽš.
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Sat Apr 01 09:26:04 UTC 2023
    - 9.8K bytes
    - Viewed (0)
  7. docs/de/docs/advanced/custom-response.md

    {!../../../docs_src/custom_response/tutorial006c.py!}
    ```
    
    ### `StreamingResponse`
    
    Nimmt einen asynchronen Generator oder einen normalen Generator/Iterator und streamt den Responsebody.
    
    ```Python hl_lines="2  14"
    {!../../../docs_src/custom_response/tutorial007.py!}
    ```
    
    #### Verwendung von `StreamingResponse` mit dateiรคhnlichen Objekten
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Tue Jan 23 13:05:12 UTC 2024
    - 13.5K bytes
    - Viewed (0)
  8. docs/en/docs/advanced/custom-response.md

    {!../../../docs_src/custom_response/tutorial006c.py!}
    ```
    
    ### `StreamingResponse`
    
    Takes an async generator or a normal generator/iterator and streams the response body.
    
    ```Python hl_lines="2  14"
    {!../../../docs_src/custom_response/tutorial007.py!}
    ```
    
    #### Using `StreamingResponse` with file-like objects
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Thu Apr 18 19:53:19 UTC 2024
    - 11.7K bytes
    - Viewed (0)
  9. src/cmd/internal/obj/arm64/asm7.go

    	{AMOVB, C_UAUTO4K, C_NONE, C_NONE, C_ZREG, C_NONE, 21, 4, REGSP, 0, 0},
    	{AMOVB, C_UOREG4K, C_NONE, C_NONE, C_ZREG, C_NONE, 21, 4, 0, 0, 0},
    	{AMOVH, C_UAUTO8K, C_NONE, C_NONE, C_ZREG, C_NONE, 21, 4, REGSP, 0, 0},
    	{AMOVH, C_UOREG8K, C_NONE, C_NONE, C_ZREG, C_NONE, 21, 4, 0, 0, 0},
    	{AMOVW, C_UAUTO16K, C_NONE, C_NONE, C_ZREG, C_NONE, 21, 4, REGSP, 0, 0},
    	{AMOVW, C_UOREG16K, C_NONE, C_NONE, C_ZREG, C_NONE, 21, 4, 0, 0, 0},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 15:44:14 UTC 2024
    - 201.1K bytes
    - Viewed (0)
  10. test/fixedbugs/issue60982.go

    		return 207
    	case 208:
    		return 208
    	case 209:
    		return 209
    	case 210:
    		return 210
    	case 211:
    		return 211
    	case 212:
    		return 212
    	case 213:
    		return 213
    	case 214:
    		return 214
    	case 215:
    		return 215
    	case 216:
    		return 216
    	case 217:
    		return 217
    	case 218:
    		return 218
    	case 219:
    		return 219
    	case 220:
    		return 220
    	case 221:
    		return 221
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jun 28 16:07:47 UTC 2023
    - 23.7K bytes
    - Viewed (0)
Back to top