Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 289 for Dd (0.02 sec)

  1. src/test/java/org/codelibs/core/beans/converter/SqlDateConverterTest.java

        /**
         * @throws Exception
         */
        @Test
        public void testGetAsObjectAndGetAsString() throws Exception {
            final SqlDateConverter converter = new SqlDateConverter("yyyy/MM/dd");
            final java.sql.Date result = (java.sql.Date) converter.getAsObject("2008/01/16");
            System.out.println(result);
            assertThat(converter.getAsString(result), is("2008/01/16"));
        }
    
        /**
    Registered: Wed Jun 12 12:50:12 UTC 2024
    - Last Modified: Thu Mar 07 01:59:08 UTC 2024
    - 1.6K bytes
    - Viewed (0)
  2. src/crypto/rsa/testdata/pss-vect.txt.bz2

    74 80 d5 bb c4 29 20 d7 ca 23 5d b6 74 98 9c 9a ac # Signature: 0b c9 89 85 3b c2 ea 86 87 32 71 ce 18 3a 92 3a b6 5e 8a 53 10 0e 6d f5 d8 7a 24 c4 19 4e b7 97 81 3e e2 a1 87 c0 97 dd 87 2d 59 1d a6 0c 56 86 05 dd 7e 74 2d 5a f4 e3 3b 11 67 8c cb 63 90 32 04 a3 d0 80 b0 90 2c 89 ab a8 86 8f 00 9c 0f 1c 0c b8 58 10 bb dd 29 12 1a bb 84 71 ff 2d 39 e4 9f d9 2d 56 c6 55 c8 e0 37 ad 18 fa fb dc 92 c9 58 63 f7 f6 1e a9 ef a2 8f ea 40 13 69 d1 9d ae a1 # ---------- # RSASSA-PSS Signature Example 5.5 # ----------...
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Sep 08 04:08:51 UTC 2014
    - 27.9K bytes
    - Viewed (0)
  3. src/crypto/tls/testdata/Server-TLSv13-Resume-HelloRetryRequest

    00000010  9a 6b 02 54 cb 33 30 34  5f 22 2a bc 96 df 2e d3  |.k.T.304_"*.....|
    00000020  43 9c 9a be c9 93 b9 e1  9f 42 74 20 5d a2 d5 2d  |C........Bt ]..-|
    00000030  d6 9f 76 0c 14 dd e0 d3  71 a6 44 6a bc 3c ff a5  |..v.....q.Dj.<..|
    00000040  97 49 56 e0 3f 5b 47 87  31 83 1f 80 00 04 13 01  |.IV.?[G.1.......|
    00000050  00 ff 01 00 01 0f 00 0b  00 04 03 00 01 02 00 0a  |................|
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 25 00:14:50 UTC 2023
    - 6.9K bytes
    - Viewed (0)
  4. src/crypto/tls/testdata/Server-TLSv13-ALPN-NotConfigured

    000002a0  25 27 d3 7d 7b 28 0c 43  8b cd dd 8b 5b 19 6c 21  |%'.}{(.C....[.l!|
    000002b0  c1 03 9d 75 2e 7d 83 c8  f1 ad dc fd 96 75 6f 56  |...u.}.......uoV|
    000002c0  3d 9f e9 e3 52 ff d4 b0  55 c1 43 d9 74 b1 c7 f8  |=...R...U.C.t...|
    000002d0  99 91 e5 b7 b1 28 64 64  d8 7a de 35 64 7d 75 d6  |.....(dd.z.5d}u.|
    000002e0  7f 4b 56 63 9b fb c3 6f  f1 00 e6 f2 0a 7f 06 47  |.KVc...o.......G|
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 25 00:14:50 UTC 2023
    - 7.4K bytes
    - Viewed (0)
  5. test/typeparam/list.go

    	f1 := &_List[float64]{f2, 4.5}
    	if got, want := f1.Largest(), 13.5; got != want {
    		panic(fmt.Sprintf("got %f, want %f", got, want))
    	}
    
    	s3 := &_List[string]{nil, "dd"}
    	s2 := &_List[string]{s3, "aa"}
    	s1 := &_List[string]{s2, "bb"}
    	if got, want := s1.Largest(), "dd"; got != want {
    		panic(fmt.Sprintf("got %s, want %s", got, want))
    	}
    
    	j3 := &_ListNum[int]{nil, 1}
    	j2 := &_ListNum[int]{j3, 32}
    	j1 := &_ListNum[int]{j2, 2}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sat Dec 03 17:08:51 UTC 2022
    - 2.4K bytes
    - Viewed (0)
  6. src/crypto/tls/testdata/Server-TLSv13-HelloRetryRequest

    00000390  63 27 28 d2 94 07 ff 1f  2b 99 76 a8 03 b4 8b 8f  |c'(.....+.v.....|
    000003a0  dd 56 d9 55 5d 4a 47 bf  77 25 eb 6a 2a ee 1c ea  |.V.U]JG.w%.j*...|
    000003b0  e9 58 0b 17 a5 56 99 d7  b6 9e 2a 4e 9a e4 07 68  |.X...V....*N...h|
    000003c0  dd df ce fc 8f 16 66 c1  4f f7 4b 20 17 03 03 00  |......f.O.K ....|
    000003d0  35 f6 71 3a 27 56 09 70  a2 dd 9d 5e 24 09 54 ce  |5.q:'V.p...^$.T.|
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 25 00:14:50 UTC 2023
    - 9.2K bytes
    - Viewed (0)
  7. src/crypto/tls/testdata/Server-TLSv13-ECDHE-ECDSA-AES

    00000270  00 e1 2b f4 c8 d7 34 37  4a 98 b9 4d 28 db 15 8a  |..+...47J..M(...|
    00000280  af 53 14 3b 02 54 a3 0b  5f 10 ff 5d 20 1c 19 ae  |.S.;.T.._..] ...|
    00000290  6b 8a 99 a5 8f e0 ac dd  c1 ba 1f 85 56 a3 94 bc  |k...........V...|
    000002a0  79 03 5f d5 dd e1 8e 62  b7 82 fa 92 c3 d5 8a fc  |y._....b........|
    000002b0  6b 17 24 d9 af db 3d 9c  0f 51 82 3d a2 ec 5f 9c  |k.$...=..Q.=.._.|
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 25 00:14:50 UTC 2023
    - 7K bytes
    - Viewed (0)
  8. src/crypto/tls/testdata/Server-TLSv12-P256

    >>> Flow 1 (client to server)
    00000000  16 03 01 00 7d 01 00 00  79 03 03 26 b5 ad b7 ec  |....}...y..&....|
    00000010  e9 2f d5 cc 9e c2 f6 6f  dd ab c5 4b 2c 74 48 a5  |./.....o...K,tH.|
    00000020  9c c5 21 41 fd 32 91 04  8f 1b 6c 00 00 04 cc a8  |..!A.2....l.....|
    00000030  00 ff 01 00 00 4c 00 0b  00 04 03 00 01 02 00 0a  |.....L..........|
    00000040  00 04 00 02 00 17 00 16  00 00 00 17 00 00 00 0d  |................|
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 25 00:13:30 UTC 2023
    - 6.2K bytes
    - Viewed (0)
  9. cluster/kubemark/iks/config-default.sh

    # See the License for the specific language governing permissions and
    # limitations under the License.
    
    # Cloud information
    RANDGEN=$(dd if=/dev/urandom bs=64 count=1 2>/dev/null | base64 | tr -d "=+/" | dd bs=16 count=1 2>/dev/null | sed 's/[A-Z]//g')
    # shellcheck disable=2034 # Variable sourced in other scripts.
    KUBE_NAMESPACE="kubemark_${RANDGEN}"
    KUBEMARK_IMAGE_TAG="${KUBEMARK_IMAGE_TAG:-2}"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Apr 26 17:15:29 UTC 2019
    - 2.1K bytes
    - Viewed (0)
  10. src/crypto/tls/testdata/Client-TLSv12-RenegotiateTwiceRejected

    000002d0  03 67 f2 31 ac 68 dd 2c  db 23 7d 2c 84 df e9 50  |.g.1.h.,.#},...P|
    000002e0  ff ef d4 a1 fa a4 5b 0b  0b 73 20 b7 0e 08 04 00  |......[..s .....|
    000002f0  80 41 60 3d b1 1c 1d 14  8a 0a 3e 5c ea ca ce 07  |.A`=......>\....|
    00000300  d4 45 18 6c 16 52 40 6f  b0 f4 33 38 d7 cf 11 75  |.E.l.R@o..38...u|
    00000310  08 4e 7d 8b cc 64 8c 79  dd 42 fa 43 2c 9e 84 91  |.N}..d.y.B.C,...|
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 22:33:38 UTC 2024
    - 18.6K bytes
    - Viewed (0)
Back to top