Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for 1W (0.02 sec)

  1. src/regexp/example_test.go

    	fmt.Printf("%s\n", re.ReplaceAll([]byte("-ab-axxb-"), []byte("$1")))
    	fmt.Printf("%s\n", re.ReplaceAll([]byte("-ab-axxb-"), []byte("$1W")))
    	fmt.Printf("%s\n", re.ReplaceAll([]byte("-ab-axxb-"), []byte("${1}W")))
    
    	re2 := regexp.MustCompile(`a(?P<1W>x*)b`)
    	fmt.Printf("%s\n", re2.ReplaceAll([]byte("-ab-axxb-"), []byte("$1W")))
    	fmt.Printf("%s\n", re2.ReplaceAll([]byte("-ab-axxb-"), []byte("${1}W")))
    
    	// Output:
    	// -T-T-
    	// --xx-
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Aug 07 00:22:53 UTC 2023
    - 11.1K bytes
    - Viewed (0)
  2. src/crypto/tls/testdata/Server-TLSv13-KeySharePreference

    000001e0  81 07 d2 33 27 3c a6 a9  bb 7b 80 28 58 e4 b0 dd  |...3'<...{.(X...|
    000001f0  a8 9e b2 61 ed 5b 57 c8  b2 a2 7f 6b f7 0f ee 3d  |...a.[W....k...=|
    00000200  9c 6d a1 76 55 3e af aa  17 c8 a8 ec c6 14 31 77  |.m.vU>........1w|
    00000210  38 a3 9c 15 3f 0e cc 63  43 8f b0 c1 14 97 ee 85  |8...?..cC.......|
    00000220  30 08 b1 95 0c 7f 5b 95  4d 4f 18 26 d8 45 cb b4  |0.....[.MO.&.E..|
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 14:19:11 UTC 2024
    - 7.6K bytes
    - Viewed (0)
  3. src/crypto/internal/nistec/p256_asm_ppc64le.s

     *                                  |  |                            | | +--------+
     *                                  |  +---->+--------+--------+    | |   |
     *   (T2[1w]||ADD2[4w]||ADD1[3w])   +--------|   T1   |   T0   |    | |   |
     *                                  |        +--------+--------+    | |   |
     *                                  +---->---+--------+--------+    | |   |
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 04 17:29:44 UTC 2024
    - 56.5K bytes
    - Viewed (0)
  4. src/crypto/internal/nistec/p256_asm_s390x.s

     *                                  |  |                            | | +--------+
     *                                  |  +---->+--------+--------+    | |   |
     *   (T2[1w]||ADD2[4w]||ADD1[3w])   +--------|   T1   |   T0   |    | |   |
     *                                  |        +--------+--------+    | |   |
     *                                  +---->---+--------+--------+    | |   |
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 04 17:29:44 UTC 2024
    - 55.4K bytes
    - Viewed (0)
Back to top