Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 48 for 214 (0.03 sec)

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

    	SYS_SETRESGID32                  = 210
    	SYS_GETRESGID32                  = 211
    	SYS_CHOWN32                      = 212
    	SYS_SETUID32                     = 213
    	SYS_SETGID32                     = 214
    	SYS_SETFSUID32                   = 215
    	SYS_SETFSGID32                   = 216
    	SYS_GETDENTS64                   = 217
    	SYS_PIVOT_ROOT                   = 218
    	SYS_MINCORE                      = 219
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 16:12:58 UTC 2024
    - 16.3K bytes
    - Viewed (0)
  2. src/cmd/vendor/golang.org/x/sys/unix/zsysnum_linux_ppc64le.go

    	SYS_SETXATTR                = 209
    	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
    	SYS_FREMOVEXATTR            = 220
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 16:12:58 UTC 2024
    - 14.3K bytes
    - Viewed (0)
  3. src/time/zoneinfo_read.go

    	}
    
    	for i := 0; i < n; i++ {
    		// zip entry layout:
    		//	0	magic[4]
    		//	4	madevers[1]
    		//	5	madeos[1]
    		//	6	extvers[1]
    		//	7	extos[1]
    		//	8	flags[2]
    		//	10	meth[2]
    		//	12	modtime[2]
    		//	14	moddate[2]
    		//	16	crc[4]
    		//	20	csize[4]
    		//	24	uncsize[4]
    		//	28	namelen[2]
    		//	30	xlen[2]
    		//	32	fclen[2]
    		//	34	disknum[2]
    		//	36	iattr[2]
    		//	38	eattr[4]
    		//	42	off[4]
    		//	46
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 19:57:43 UTC 2024
    - 14.4K bytes
    - Viewed (0)
  4. 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)
  5. 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)
  6. 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)
  7. 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)
  8. 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)
  9. 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)
  10. test/fixedbugs/issue2615.go

    		return 210
    	} else if x[3]&(1<<19) != 0 {
    		return 211
    	} else if x[3]&(1<<20) != 0 {
    		return 212
    	} else if x[3]&(1<<21) != 0 {
    		return 213
    	} else if x[3]&(1<<22) != 0 {
    		return 214
    	} else if x[3]&(1<<23) != 0 {
    		return 215
    	} else if x[3]&(1<<24) != 0 {
    		return 216
    	} else if x[3]&(1<<25) != 0 {
    		return 217
    	} else if x[3]&(1<<26) != 0 {
    		return 218
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 02 13:43:18 UTC 2016
    - 11.5K bytes
    - Viewed (0)
Back to top