Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 13 for A04F22 (0.19 sec)

  1. src/main/webapp/js/admin/plugins/form-validator/sepa.js

    ,22,"U02F16"],["GI",23,"U04A15"],["GL",18,"F04F09F01"],["GR",27,"F03F04A16"],["GT",28,"A04A20"],["HR",21,"F07F10"],["HU",28,"F03F04F01F15F01"],["IE",22,"U04F06F08"],["IL",23,"F03F03F13"],["IS",26,"F04F02F06F10"],["IT",27,"U01F05F05A12"],["KW",30,"U04A22"],["KZ",20,"F03A13"],["LB",28,"F04A20"],["LC",32,"U04F24"],["LI",21,"F05A12"],["LT",20,"F05F11"],["LU",20,"F03A13"],["LV",21,"U04A13"],["MC",27,"F05F05A11F02"],["MD",24,"U02A18"],["ME",22,"F03F13F02"],["MK",19,"F03A10F02"],["MR",27,"F05F05F11F02"...
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Mon Jan 01 05:12:47 UTC 2018
    - 3.4K bytes
    - Viewed (0)
  2. src/math/rand/v2/regress_test.go

    	int32(1092181682), // Int32()
    	int32(157239171),  // Int32()
    	int32(709379364),  // Int32()
    
    	int32(0),          // Int32N(1)
    	int32(6),          // Int32N(10)
    	int32(8),          // Int32N(32)
    	int32(704922),     // Int32N(1048576)
    	int32(245656),     // Int32N(1048577)
    	int32(41205257),   // Int32N(1000000000)
    	int32(43831929),   // Int32N(1073741824)
    	int32(965044528),  // Int32N(2147483646)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue May 07 18:03:11 UTC 2024
    - 20.3K bytes
    - Viewed (0)
  3. src/go/ast/print_test.go

    	{new(int), "0  *0"},
    
    	// arrays
    	{[0]int{}, `0  [0]int {}`},
    	{[3]int{1, 2, 3},
    		`0  [3]int {
    		1  .  0: 1
    		2  .  1: 2
    		3  .  2: 3
    		4  }`},
    	{[...]int{42},
    		`0  [1]int {
    		1  .  0: 42
    		2  }`},
    
    	// slices
    	{[]int{}, `0  []int (len = 0) {}`},
    	{[]int{1, 2, 3},
    		`0  []int (len = 3) {
    		1  .  0: 1
    		2  .  1: 2
    		3  .  2: 3
    		4  }`},
    
    	// structs
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Sep 09 15:35:30 UTC 2022
    - 1.8K bytes
    - Viewed (0)
  4. src/crypto/tls/testdata/Server-TLSv12-RSA-AES-GCM

    >>> Flow 1 (client to server)
    00000000  16 03 01 00 85 01 00 00  81 03 03 6e 70 d5 90 98  |...........np...|
    00000010  0a 70 40 22 4f 31 e8 7d  a0 81 bd 22 e8 4e 97 8b  |.p@"O1.}...".N..|
    00000020  4d bb 3d d1 d6 2f 09 b9  bd 2f 43 00 00 04 c0 2f  |M.=../.../C..../|
    00000030  00 ff 01 00 00 54 00 0b  00 04 03 00 01 02 00 0a  |.....T..........|
    00000040  00 0c 00 0a 00 1d 00 17  00 1e 00 19 00 18 00 16  |................|
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 25 00:13:30 UTC 2023
    - 6K bytes
    - Viewed (0)
  5. src/crypto/internal/hpke/hpke.go

    	ciphertext := s.aead.Seal(nil, s.nextNonce(), plaintext, aad)
    	return ciphertext, nil
    }
    
    func SuiteID(kemID, kdfID, aeadID uint16) []byte {
    	suiteID := make([]byte, 0, 4+2+2+2)
    	suiteID = append(suiteID, []byte("HPKE")...)
    	suiteID = binary.BigEndian.AppendUint16(suiteID, kemID)
    	suiteID = binary.BigEndian.AppendUint16(suiteID, kdfID)
    	suiteID = binary.BigEndian.AppendUint16(suiteID, aeadID)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 22:33:33 UTC 2024
    - 7K bytes
    - Viewed (0)
  6. tests/test_include_router_defaults_overrides.py

                                "content": {"application/x-level-0": {"schema": {}}},
                            },
                            "400": {"description": "Client error level 0"},
                            "422": {
                                "description": "Validation Error",
                                "content": {
                                    "application/json": {
                                        "schema": {
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Fri Jun 30 18:25:16 UTC 2023
    - 358.6K bytes
    - Viewed (0)
  7. src/cmd/vendor/rsc.io/markdown/entity.go

    	"Τ":                             "\u03a4",
    	"Ť":                          "\u0164",
    	"Ţ":                          "\u0162",
    	"Т":                             "\u0422",
    	"𝔗":                             "\U0001d517",
    	"∴":                       "\u2234",
    	"Θ":                           "\u0398",
    	"  ":                      "\u205f\u200a",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jan 24 13:01:26 UTC 2024
    - 101K bytes
    - Viewed (0)
  8. CHANGELOG/CHANGELOG-1.23.md

    - The `CSIMigrationGCE` feature flag is turned `ON` by default ([#104722](https://github.com/kubernetes/kubernetes/pull/104722), [@leiyiz](https://github.com/leiyiz))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 28 21:06:52 UTC 2023
    - 424.5K bytes
    - Viewed (0)
  9. tensorflow/cc/saved_model/testdata/chunked_saved_model/chunked_model/saved_model.pbtxt

    s\314\347\311\350?L\032r\223\203\307\350?c\'\347q\214\317\341?\214\211)\375\021s\352?\332sY\033\307\002\350?Dyf\255\340T\320?d\256\204,a\345\332?\226\006\007I\364\277\357?\315/u\233\372|\341?d\206\027;\270\216\334?\203\253\310D\264N\350?*^4\356g\304\322?R\254m5<\273\332?\022*\306\324\222@\343?;:\256\353\326\373\351?\376\265\273\332\336]\330?~0[tI\216\355?\333\232\0160*\241\352?\240\273\305B\345\226\231?\014\021>\216o\207\314?\024\343s|\353\272\342?\200g\325\232\326\227\337?\245v\334l[N\350?\335\...
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Jun 08 21:43:11 UTC 2023
    - 531.2K bytes
    - Viewed (0)
  10. src/cmd/vendor/golang.org/x/arch/x86/x86asm/tables.go

    	/*10412*/ uint16(xCondDataSize), 10416, 10419, 0,
    	/*10416*/ uint16(xSetOp), uint16(SCASW),
    	/*10418*/ uint16(xMatch),
    	/*10419*/ uint16(xSetOp), uint16(SCASD),
    	/*10421*/ uint16(xMatch),
    	/*10422*/ uint16(xCondDataSize), 10416, 10419, 10426,
    	/*10426*/ uint16(xSetOp), uint16(SCASQ),
    	/*10428*/ uint16(xMatch),
    	/*10429*/ uint16(xSetOp), uint16(MOV),
    	/*10431*/ uint16(xReadIb),
    	/*10432*/ uint16(xArgR8op),
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 16 22:24:28 UTC 2022
    - 266.8K bytes
    - Viewed (0)
Back to top