Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 102 for 214 (0.02 sec)

  1. 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)
  2. src/cmd/internal/obj/x86/a.out.go

    	REG_K0: 118,
    	REG_K1: 119,
    	REG_K2: 120,
    	REG_K3: 121,
    	REG_K4: 122,
    	REG_K5: 123,
    	REG_K6: 124,
    	REG_K7: 125,
    }
    
    // https://www.uclibc.org/docs/psABI-i386.pdf, table 2.14
    var X86DWARFRegisters = map[int16]int16{
    	REG_AX: 0,
    	REG_CX: 1,
    	REG_DX: 2,
    	REG_BX: 3,
    	REG_SP: 4,
    	REG_BP: 5,
    	REG_SI: 6,
    	REG_DI: 7,
    	// 8 is "Return Address RA", whatever that is.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Mar 31 20:28:39 UTC 2021
    - 6.8K bytes
    - Viewed (0)
  3. 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)
  4. src/sort/search_test.go

    var wrappertests = []struct {
    	name   string
    	result int
    	i      int
    }{
    	{"SearchInts", SearchInts(data, 11), 8},
    	{"SearchFloat64s", SearchFloat64s(fdata, 2.1), 4},
    	{"SearchStrings", SearchStrings(sdata, ""), 0},
    	{"IntSlice.Search", IntSlice(data).Search(0), 2},
    	{"Float64Slice.Search", Float64Slice(fdata).Search(2.0), 3},
    	{"StringSlice.Search", StringSlice(sdata).Search("x"), 3},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Apr 07 14:42:13 UTC 2022
    - 6.8K 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. 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)
  9. docs/zh/docs/advanced/custom-response.md

    返回 HTTP 重定向。默认情况下使用 307 状态代码(临时重定向)。
    
    ```Python hl_lines="2  9"
    {!../../../docs_src/custom_response/tutorial006.py!}
    ```
    
    ### `StreamingResponse`
    
    采用异步生成器或普通生成器/迭代器,然后流式传输响应主体。
    
    ```Python hl_lines="2  14"
    {!../../../docs_src/custom_response/tutorial007.py!}
    ```
    
    #### 对类似文件的对象使用 `StreamingResponse`
    
    如果您有类似文件的对象(例如,由 `open()` 返回的对象),则可以在 `StreamingResponse` 中将其返回。
    
    包括许多与云存储,视频处理等交互的库。
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Thu May 12 00:06:16 UTC 2022
    - 7.8K bytes
    - Viewed (0)
  10. docs/em/docs/advanced/custom-response.md

    ```Python hl_lines="2  7  9"
    {!../../../docs_src/custom_response/tutorial006c.py!}
    ```
    
    ### `StreamingResponse`
    
    ✊ 🔁 🚂 ⚖️ 😐 🚂/🎻 &amp; 🎏 📨 💪.
    
    ```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)
Back to top