Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 127 for x202 (0.03 sec)

  1. src/regexp/testdata/re2-search.txt

    "(?:[^x]+)$"
    -;-;-;-
    -;-;-;-
    strings
    ""
    "fo"
    regexps
    "(fo|foo)"
    -;-;-;-
    0-2 0-2;0-2 0-2;0-2 0-2;0-2 0-2
    "^(?:(fo|foo))$"
    -;-;-;-
    0-2 0-2;0-2 0-2;0-2 0-2;0-2 0-2
    "^(?:(fo|foo))"
    -;-;-;-
    0-2 0-2;0-2 0-2;0-2 0-2;0-2 0-2
    "(?:(fo|foo))$"
    -;-;-;-
    0-2 0-2;0-2 0-2;0-2 0-2;0-2 0-2
    strings
    ""
    "foo"
    regexps
    "(foo|fo)"
    -;-;-;-
    0-3 0-3;0-3 0-3;0-3 0-3;0-3 0-3
    "^(?:(foo|fo))$"
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 13 14:52:20 UTC 2021
    - 42.4K bytes
    - Viewed (0)
  2. android/guava-tests/test/com/google/common/primitives/UnsignedIntsTest.java

      }
    
      public void testSortDescendingIndexed() {
        testSortDescending(new int[] {}, 0, 0, new int[] {});
        testSortDescending(new int[] {1}, 0, 1, new int[] {1});
        testSortDescending(new int[] {1, 2}, 0, 2, new int[] {2, 1});
        testSortDescending(new int[] {1, 3, 1}, 0, 2, new int[] {3, 1, 1});
        testSortDescending(new int[] {1, 3, 1}, 0, 1, new int[] {1, 3, 1});
        testSortDescending(
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Tue Feb 06 16:10:08 UTC 2024
    - 12.7K bytes
    - Viewed (0)
  3. src/net/http/sniff.go

    		ct:   "video/avi",
    	},
    	&maskedSig{
    		mask: []byte("\xFF\xFF\xFF\xFF\x00\x00\x00\x00\xFF\xFF\xFF\xFF"),
    		pat:  []byte("RIFF\x00\x00\x00\x00WAVE"),
    		ct:   "audio/wave",
    	},
    	// 6.2.0.2. video/mp4
    	mp4Sig{},
    	// 6.2.0.3. video/webm
    	&exactSig{[]byte("\x1A\x45\xDF\xA3"), "video/webm"},
    
    	// Font types
    	&maskedSig{
    		// 34 NULL bytes followed by the string "LP"
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Apr 20 21:51:06 UTC 2022
    - 7.9K bytes
    - Viewed (0)
  4. android/guava-tests/test/com/google/common/primitives/UnsignedBytesTest.java

      }
    
      public void testSortDescendingIndexed() {
        testSortDescending(new byte[] {}, 0, 0, new byte[] {});
        testSortDescending(new byte[] {1}, 0, 1, new byte[] {1});
        testSortDescending(new byte[] {1, 2}, 0, 2, new byte[] {2, 1});
        testSortDescending(new byte[] {1, 3, 1}, 0, 2, new byte[] {3, 1, 1});
        testSortDescending(new byte[] {1, 3, 1}, 0, 1, new byte[] {1, 3, 1});
        testSortDescending(
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Tue Feb 20 17:00:05 UTC 2024
    - 13.4K bytes
    - Viewed (0)
  5. src/cmd/vendor/golang.org/x/sys/unix/zsysctl_openbsd_arm64.go

    	{"net.inet.ip.porthifirst", []_C_int{4, 2, 0, 9}},
    	{"net.inet.ip.porthilast", []_C_int{4, 2, 0, 10}},
    	{"net.inet.ip.portlast", []_C_int{4, 2, 0, 8}},
    	{"net.inet.ip.redirect", []_C_int{4, 2, 0, 2}},
    	{"net.inet.ip.sourceroute", []_C_int{4, 2, 0, 5}},
    	{"net.inet.ip.stats", []_C_int{4, 2, 0, 33}},
    	{"net.inet.ip.ttl", []_C_int{4, 2, 0, 3}},
    	{"net.inet.ipcomp.enable", []_C_int{4, 2, 108, 1}},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 11.9K bytes
    - Viewed (0)
  6. src/cmd/vendor/golang.org/x/sys/unix/zsysctl_openbsd_amd64.go

    	{"net.inet.ip.porthifirst", []_C_int{4, 2, 0, 9}},
    	{"net.inet.ip.porthilast", []_C_int{4, 2, 0, 10}},
    	{"net.inet.ip.portlast", []_C_int{4, 2, 0, 8}},
    	{"net.inet.ip.redirect", []_C_int{4, 2, 0, 2}},
    	{"net.inet.ip.sourceroute", []_C_int{4, 2, 0, 5}},
    	{"net.inet.ip.stats", []_C_int{4, 2, 0, 33}},
    	{"net.inet.ip.ttl", []_C_int{4, 2, 0, 3}},
    	{"net.inet.ipcomp.enable", []_C_int{4, 2, 108, 1}},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 11.9K bytes
    - Viewed (0)
  7. src/cmd/vendor/golang.org/x/sys/unix/zsysctl_openbsd_arm.go

    	{"net.inet.ip.porthifirst", []_C_int{4, 2, 0, 9}},
    	{"net.inet.ip.porthilast", []_C_int{4, 2, 0, 10}},
    	{"net.inet.ip.portlast", []_C_int{4, 2, 0, 8}},
    	{"net.inet.ip.redirect", []_C_int{4, 2, 0, 2}},
    	{"net.inet.ip.sourceroute", []_C_int{4, 2, 0, 5}},
    	{"net.inet.ip.stats", []_C_int{4, 2, 0, 33}},
    	{"net.inet.ip.ttl", []_C_int{4, 2, 0, 3}},
    	{"net.inet.ipcomp.enable", []_C_int{4, 2, 108, 1}},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 11.9K bytes
    - Viewed (0)
  8. src/crypto/tls/testdata/Server-TLSv13-IssueTicket

    00000410  ff 33 d7 e6 04 2e 37 5b  00 45 9d 8b 62 49 81 b1  |.3....7[.E..bI..|
    00000420  97 ca d5 84 dd f9 7e 1a  7a a3 45 46 b9 db a7 d4  |......~.z.EF....|
    00000430  07 3d 54 39 b1 de 54 16  bc d7 ba e7 b8 92 02 eb  |.=T9..T.........|
    00000440  0c 3c b1 48 40 53 68 f5  fc 0f 6a 64 67 fb 79 cd  |.<******@****.***.y.|
    00000450  75 ed 65 7c 88 01 04 43  ed 00 44 68 c3 74 c1 bc  |u.e|...C..Dh.t..|
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 25 00:14:50 UTC 2023
    - 7.3K bytes
    - Viewed (0)
  9. guava-tests/test/com/google/common/primitives/UnsignedIntsTest.java

      }
    
      public void testSortDescendingIndexed() {
        testSortDescending(new int[] {}, 0, 0, new int[] {});
        testSortDescending(new int[] {1}, 0, 1, new int[] {1});
        testSortDescending(new int[] {1, 2}, 0, 2, new int[] {2, 1});
        testSortDescending(new int[] {1, 3, 1}, 0, 2, new int[] {3, 1, 1});
        testSortDescending(new int[] {1, 3, 1}, 0, 1, new int[] {1, 3, 1});
        testSortDescending(
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Tue Feb 06 16:10:08 UTC 2024
    - 12.7K bytes
    - Viewed (0)
  10. guava-tests/test/com/google/common/primitives/UnsignedLongsTest.java

      }
    
      public void testSortDescendingIndexed() {
        testSortDescending(new long[] {}, 0, 0, new long[] {});
        testSortDescending(new long[] {1}, 0, 1, new long[] {1});
        testSortDescending(new long[] {1, 2}, 0, 2, new long[] {2, 1});
        testSortDescending(new long[] {1, 3, 1}, 0, 2, new long[] {3, 1, 1});
        testSortDescending(new long[] {1, 3, 1}, 0, 1, new long[] {1, 3, 1});
        testSortDescending(
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Fri Feb 09 15:36:17 UTC 2024
    - 13.2K bytes
    - Viewed (0)
Back to top