Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 40 for 11868 (0.07 sec)

  1. src/crypto/tls/testdata/Server-TLSv13-ResumeDisabled

    00000370  8b 0c 7d 6b 42 38 26 78  62 5c b0 21 74 95 5f fe  |..}kB8&xb\.!t._.|
    00000380  68 7d 31 8c 5f f5 dc a4  f0 23 6b 75 be 70 ea b3  |h}1._....#ku.p..|
    00000390  19 cc 83 9b 8a f6 cb cc  04 2e 66 b5 77 bb 11 68  |..........f.w..h|
    000003a0  56 85 0c b1 b8 b1 4e ed  ca bd ea 3c 91 38 8a 63  |V.....N....<.8.c|
    000003b0  f3 17 03 03 00 35 06 2f  99 10 0c 41 cf 70 d2 aa  |.....5./...A.p..|
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Nov 10 01:40:27 UTC 2020
    - 7.4K bytes
    - Viewed (0)
  2. src/crypto/tls/testdata/Server-TLSv12-ClientAuthRequestedAndGiven

    00000040  33 b5 df 04 b2 4a 2b 6f  bb a1 6f 17 03 03 00 40  |3....J+o..o....@|
    00000050  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  |................|
    00000060  50 9c 81 04 9b 1d 61 8a  30 9c 18 68 c7 e1 c9 f3  |P.....a.0..h....|
    00000070  70 f0 1b b6 4a dd fc c7  e3 e3 20 e2 4d 6f 9f bf  |p...J..... .Mo..|
    00000080  17 b0 5e 5b 45 73 29 1e  d4 30 b4 03 ca 8e 69 63  |..^[Es)..0....ic|
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 25 00:13:30 UTC 2023
    - 9.4K bytes
    - Viewed (0)
  3. src/runtime/zcallback_windows_arm64.s

    	MOVD	$1183, R12
    	B	runtime·callbackasm1(SB)
    	MOVD	$1184, R12
    	B	runtime·callbackasm1(SB)
    	MOVD	$1185, R12
    	B	runtime·callbackasm1(SB)
    	MOVD	$1186, R12
    	B	runtime·callbackasm1(SB)
    	MOVD	$1187, R12
    	B	runtime·callbackasm1(SB)
    	MOVD	$1188, R12
    	B	runtime·callbackasm1(SB)
    	MOVD	$1189, R12
    	B	runtime·callbackasm1(SB)
    	MOVD	$1190, R12
    	B	runtime·callbackasm1(SB)
    	MOVD	$1191, R12
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 21 21:52:38 UTC 2021
    - 89.3K bytes
    - Viewed (0)
  4. 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)
  5. 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)
  6. android/guava-tests/benchmark/com/google/common/base/EnumsBenchmark.java

        X1854,
        X1855,
        X1856,
        X1857,
        X1858,
        X1859,
        X1860,
        X1861,
        X1862,
        X1863,
        X1864,
        X1865,
        X1866,
        X1867,
        X1868,
        X1869,
        X1870,
        X1871,
        X1872,
        X1873,
        X1874,
        X1875,
        X1876,
        X1877,
        X1878,
        X1879,
        X1880,
        X1881,
        X1882,
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Thu Feb 22 17:15:24 UTC 2024
    - 29.4K bytes
    - Viewed (0)
  7. 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)
  8. 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)
  9. src/crypto/internal/edwards25519/scalar_fiat.go

    //
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Nov 10 18:45:00 UTC 2022
    - 35.6K bytes
    - Viewed (0)
  10. 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)
Back to top