Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 12 for 11868 (0.08 sec)

  1. src/crypto/tls/testdata/Client-TLSv12-ECDHE-ECDSA-AES-GCM

    00000020  ef e1 a7 a4 81 4a 71 2c  1d a2 35 20 be ff 22 db  |.....Jq,..5 ..".|
    00000030  2d 33 1b 11 24 55 96 96  54 5f 62 c7 7f b5 ba 32  |-3..$U..T_b....2|
    00000040  e7 e6 7c 11 68 f8 97 d1  17 f7 8f 4f c0 2b 00 00  |..|.h......O.+..|
    00000050  11 ff 01 00 01 00 00 0b  00 04 03 00 01 02 00 17  |................|
    00000060  00 00 16 03 03 02 0e 0b  00 02 0a 00 02 07 00 02  |................|
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 22:33:38 UTC 2024
    - 6.6K bytes
    - Viewed (0)
  2. src/cmd/vendor/golang.org/x/sys/unix/zsysnum_zos_s390x.go

    	SYS___SERVER_CLASSIFY               = 0x490 // 1168
    	SYS___HEAPRPT                       = 0x496 // 1174
    	SYS___FNWSA                         = 0x49B // 1179
    	SYS___SPAWN2                        = 0x49D // 1181
    	SYS___SPAWNP2                       = 0x49E // 1182
    	SYS___GDRR                          = 0x4A1 // 1185
    	SYS___HRRNO                         = 0x4A2 // 1186
    	SYS___OPRG                          = 0x4A3 // 1187
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 16:12:58 UTC 2024
    - 146.6K bytes
    - Viewed (0)
  3. src/net/ip.go

    		//     172.16.0.0      -   172.31.255.255  (172.16/12 prefix)
    		//     192.168.0.0     -   192.168.255.255 (192.168/16 prefix)
    		return ip4[0] == 10 ||
    			(ip4[0] == 172 && ip4[1]&0xf0 == 16) ||
    			(ip4[0] == 192 && ip4[1] == 168)
    	}
    	// Following RFC 4193, Section 8. IANA Considerations which says:
    	//   The IANA has assigned the FC00::/7 prefix to "Unique Local Unicast".
    	return len(ip) == IPv6len && ip[0]&0xfe == 0xfc
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sat May 18 03:13:26 UTC 2024
    - 13.9K bytes
    - Viewed (0)
  4. pkg/proxy/healthcheck/healthcheck_test.go

    	testHandler(hcs, nsn3, http.StatusOK, 7, t)
    
    	// sync new services
    	hcs.SyncServices(map[types.NamespacedName]uint16{
    		//nsn1: 9376, // remove it
    		nsn2: 12909, // leave it
    		nsn3: 11114, // change it
    		nsn4: 11878, // add it
    	})
    	if len(hcs.services) != 3 {
    		t.Errorf("expected 3 service, got %d", len(hcs.services))
    	}
    	if hcs.services[nsn2].endpoints != 3 {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Apr 26 13:27:41 UTC 2024
    - 21.4K bytes
    - Viewed (0)
  5. subprojects/core/src/integTest/groovy/org/gradle/api/tasks/IncrementalBuildIntegrationTest.groovy

            failureDescriptionContains(implementationUnknown {
                additionalTaskAction(':customTask')
                unknownClassloader('CustomTaskAction')
            })
        }
    
        @Issue("gradle/gradle#1168")
        def "task is not up-to-date when it has overlapping outputs"() {
            buildFile << """
                apply plugin: 'base'
    
                class CustomTask extends DefaultTask {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Apr 03 15:21:23 UTC 2024
    - 36.3K bytes
    - Viewed (0)
  6. CHANGELOG/CHANGELOG-1.28.md

    - The scheduler skips the `PodTopologySpread` Score plugin when nothing to do with the Pod.
      It will affect some metrics values related to the PodTopologySpread Score plugin. ([#118608](https://github.com/kubernetes/kubernetes/pull/118608), [@utam0k](https://github.com/utam0k))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 11 23:47:59 UTC 2024
    - 408.3K bytes
    - Viewed (1)
  7. src/runtime/asm_amd64.s

    	//
    	// We can't do anything that might clobber any of these
    	// registers before this.
    	MOVQ	R15, r15-(14*8+8)(SP)
    	MOVQ	R14, r14-(13*8+8)(SP)
    	MOVQ	R13, r13-(12*8+8)(SP)
    	MOVQ	R12, r12-(11*8+8)(SP)
    	MOVQ	R11, r11-(10*8+8)(SP)
    	MOVQ	R10, r10-(9*8+8)(SP)
    	MOVQ	R9, r9-(8*8+8)(SP)
    	MOVQ	R8, r8-(7*8+8)(SP)
    	MOVQ	DI, di-(6*8+8)(SP)
    	MOVQ	SI, si-(5*8+8)(SP)
    	MOVQ	BP, bp-(4*8+8)(SP)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sat May 11 20:38:24 UTC 2024
    - 60.4K bytes
    - Viewed (0)
  8. docs/en/docs/release-notes.md

    * ✏️ Fix typo in `fastapi/security/oauth2.py`. PR [#11368](https://github.com/tiangolo/fastapi/pull/11368) by [@shandongbinzhou](https://github.com/shandongbinzhou).
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Fri Jun 14 15:07:37 UTC 2024
    - 395.4K bytes
    - Viewed (0)
  9. src/net/netip/netip.go

    		// RFC 1918 allocates 10.0.0.0/8, 172.16.0.0/12, and 192.168.0.0/16 as
    		// private IPv4 address subnets.
    		return ip.v4(0) == 10 ||
    			(ip.v4(0) == 172 && ip.v4(1)&0xf0 == 16) ||
    			(ip.v4(0) == 192 && ip.v4(1) == 168)
    	}
    
    	if ip.Is6() {
    		// RFC 4193 allocates fc00::/7 as the unique local unicast IPv6 address
    		// subnet.
    		return ip.v6(0)&0xfe == 0xfc
    	}
    
    	return false // zero value
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 17:10:01 UTC 2024
    - 43.2K bytes
    - Viewed (0)
  10. CHANGELOG/CHANGELOG-1.29.md

    - `kubelet` now exposes latency metrics of different stages of the node startup. ([#118568](https://github.com/kubernetes/kubernetes/pull/118568), [@qiutongs](https://github.com/qiutongs))
    
    ### Documentation
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 03:42:38 UTC 2024
    - 324.5K bytes
    - Viewed (0)
Back to top