Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for 2P (0.05 sec)

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

    00000020  68 cf 1e d4 e0 b2 7c 78  80 76 18 c7 a5 cf 57 2d  |h.....|x.v....W-|
    00000030  1e 3d 17 b2 ce 44 93 76  38 91 4b d0 7f 09 00 2f  |.=...D.v8.K..../|
    00000040  c2 da c7 32 70 de fd cb  a4 99 90                 |...2p......|
    >>> Flow 5 (client to server)
    00000000  17 03 02 00 30 00 00 00  00 00 00 00 00 00 00 00  |....0...........|
    00000010  00 00 00 00 00 86 40 c2  e7 d4 56 43 6b e0 e4 96  |******@****.***...|
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 22:33:38 UTC 2024
    - 7K bytes
    - Viewed (0)
  2. src/fmt/fmt_test.go

    	// %p with pointers
    	{"%p", (*int)(nil), "0x0"},
    	{"%#p", (*int)(nil), "0"},
    	{"%p", &intVar, "0xPTR"},
    	{"%#p", &intVar, "PTR"},
    	{"%p", &array, "0xPTR"},
    	{"%p", &slice, "0xPTR"},
    	{"%8.2p", (*int)(nil), "    0x00"},
    	{"%-20.16p", &intVar, "0xPTR  "},
    	// %p on non-pointers
    	{"%p", make(chan int), "0xPTR"},
    	{"%p", make(map[int]int), "0xPTR"},
    	{"%p", func() {}, "0xPTR"},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 04 17:31:55 UTC 2024
    - 58.6K bytes
    - Viewed (0)
  3. staging/src/k8s.io/apimachinery/pkg/api/resource/quantity_test.go

    		{"7M", decQuantity(7, 6, DecimalSI)},
    		{"6G", decQuantity(6, 9, DecimalSI)},
    		{"5T", decQuantity(5, 12, DecimalSI)},
    		{"40T", decQuantity(4, 13, DecimalSI)},
    		{"300T", decQuantity(3, 14, DecimalSI)},
    		{"2P", decQuantity(2, 15, DecimalSI)},
    		{"1E", decQuantity(1, 18, DecimalSI)},
    
    		// Decimal exponents
    		{"1E-3", decQuantity(1, -3, DecimalExponent)},
    		{"1e3", decQuantity(1, 3, DecimalExponent)},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 21:48:10 UTC 2024
    - 49.4K bytes
    - Viewed (0)
  4. gradle/verification-keyring.keys

    wpESdE2qqUP+1JDDOO3UW/W6mGsIn+DpEPWtOgcjesCgkwsrymUHAA1oQmbNiPSx
    EHFwhUYxjVNlB6O3Qj9/3JFVzv4XaVaPHpp5P4ZroA/77S0b10DPt5oUZ5hvo55N
    mJCwko0dtlVDUHb1f++x/oL3q3QS5Fw/BT6QFgDp/Doe6fbnri0W6gopiE5VB+2p
    XuRYkQApKYkrVD3vdUtZqEyQMNzSTUTVT+9tpqyJYVN8mqwKPPJ8ROw+rE7mxngi
    gRF/mKja2Q==
    =R9HI
    -----END PGP PUBLIC KEY BLOCK-----
    
    pub    466CAED6E0747D50
    uid    Kristian Rosenvold <******@****.***>
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Apr 01 11:46:17 UTC 2024
    - 525.2K bytes
    - Viewed (0)
Back to top