Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 36 for xfdf (0.04 sec)

  1. src/image/jpeg/reader_test.go

    	prefix, suffix := b[:2816], b[2816:]
    
    	testCases := []string{
    		"PASS:",
    		"PASS:\x00",
    		"PASS:\x61",
    		"PASS:\x61\x62\x63\xff\x00\x64",
    		"PASS:\xff",
    		"PASS:\xff\x00",
    		"PASS:\xff\xff\xff\x00\xff\x00\x00\xff\xff\xff",
    
    		"FAIL:\xff\x03",
    		"FAIL:\xff\xd5",
    		"FAIL:\xff\xff\xd5",
    	}
    
    	for _, tc := range testCases {
    		want := tc[:5] == "PASS:"
    		infix := tc[5:]
    
    		data := []byte(nil)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Apr 25 00:46:29 UTC 2024
    - 24.4K bytes
    - Viewed (0)
  2. src/archive/tar/strconv_test.go

    		{"\xf7\x76\xa2\x22\xeb\x8a\x72\x61", -615126028225187231, true},
    		{"\xff\xff\xff\xff\xf7\x76\xa2\x22\xeb\x8a\x72\x61", -615126028225187231, true},
    		{"\x80\x7f\xff\xff\xff\xff\xff\xff\xff", math.MaxInt64, true},
    		{"\x80\x80\x00\x00\x00\x00\x00\x00\x00", 0, false},
    		{"\xff\x80\x00\x00\x00\x00\x00\x00\x00", math.MinInt64, true},
    		{"\xff\x7f\xff\xff\xff\xff\xff\xff\xff", 0, false},
    		{"\xf5\xec\xd1\xc7\x7e\x5f\x26\x48\x81\x9f\x8f\x9b", 0, false},
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Feb 09 05:28:50 UTC 2021
    - 14K bytes
    - Viewed (0)
  3. src/encoding/base64/base64.go

    		"\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff" +
    		"\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff" +
    		"\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff" +
    		"\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff" +
    		"\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff" +
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Sep 08 19:04:28 UTC 2023
    - 17.6K bytes
    - Viewed (0)
  4. src/encoding/base32/base32.go

    		"\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff" +
    		"\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff" +
    		"\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff" +
    		"\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff" +
    		"\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff" +
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue May 14 16:25:54 UTC 2024
    - 15.9K bytes
    - Viewed (0)
  5. src/text/tabwriter/tabwriter_test.go

    	{
    		"1b esc stripped",
    		8, 0, 1, '.', StripEscape,
    		"\xff\xff",
    		"",
    	},
    
    	{
    		"1b esc",
    		8, 0, 1, '.', 0,
    		"\xff\xff",
    		"\xff\xff",
    	},
    
    	{
    		"1c esc stripped",
    		8, 0, 1, '.', StripEscape,
    		"\xff\t\xff",
    		"\t",
    	},
    
    	{
    		"1c esc",
    		8, 0, 1, '.', 0,
    		"\xff\t\xff",
    		"\xff\t\xff",
    	},
    
    	{
    		"1d esc stripped",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Feb 29 16:46:34 UTC 2024
    - 13.8K bytes
    - Viewed (0)
  6. src/crypto/sha256/sha256_test.go

    	{"d1884e711701ad81abe0c77a3b0ea12e19ba9af64077286c72fc602d", "abcdefg", "sha\x02\xc1\x05\x9e\xd86|\xd5\a0p\xdd\x17\xf7\x0eY9\xff\xc0\v1hX\x15\x11d\xf...
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 03 21:21:42 UTC 2023
    - 34.8K bytes
    - Viewed (0)
  7. src/hash/crc64/crc64_test.go

    	{0x8ec0e7c835bf9cdf, 0x8a0825223ea6d221, "Discard medicine more than two years old.", "crc\x02s\xba\x84\x84\xbb\xcd]\xef\xc6\xc0\f\xac'\x11\x12\xd5", "crc\x02`&\x9aR\xe1\xb7\xfee\xfd%\xc0&\xa0R\xef\x95"},
    	{0xc7db1759e2be5ab4, 0x8562c0ac2ab9a00d, "He who has a shady past knows that nice guys finish last.", "crc\x02s\xba\x84\x84\xbb\xcd]\xef\t\xcb\xd15X[r\t", "crc\x02`&\x9aR\xe1\xb7\xfee\a\x02\xe8|+\xc1\x06\xe3"},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 25 06:32:12 UTC 2018
    - 9.9K bytes
    - Viewed (0)
  8. src/strings/replace_test.go

    		r       *Replacer
    		in, out string
    	}
    	var testCases []testCase
    
    	// str converts 0xff to "\xff". This isn't just string(b) since that converts to UTF-8.
    	str := func(b byte) string {
    		return string([]byte{b})
    	}
    	var s []string
    
    	// inc maps "\x00"->"\x01", ..., "a"->"b", "b"->"c", ..., "\xff"->"\x00".
    	s = nil
    	for i := 0; i < 256; i++ {
    		s = append(s, str(byte(i)), str(byte(i+1)))
    	}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Feb 24 22:53:05 UTC 2017
    - 14.1K bytes
    - Viewed (0)
  9. src/strconv/quote.go

    				buf = append(buf, lowerhex[r>>uint(s)&0xF])
    			}
    		}
    	}
    	return buf
    }
    
    // Quote returns a double-quoted Go string literal representing s. The
    // returned string uses Go escape sequences (\t, \n, \xFF, \u0100) for
    // control characters and non-printable characters as defined by
    // [IsPrint].
    func Quote(s string) string {
    	return quoteWith(s, '"', false, false)
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Apr 04 14:21:28 UTC 2024
    - 16.5K bytes
    - Viewed (0)
  10. src/regexp/syntax/parse_test.go

    	`(a|b|))`,
    	`(a|b`,
    	`a|b)`,
    	`(a|b))`,
    	`[a-z`,
    	`([a-z)`,
    	`[a-z)`,
    	`([a-z]))`,
    	`x{1001}`,
    	`x{9876543210}`,
    	`x{2,1}`,
    	`x{1,9876543210}`,
    	"\xff", // Invalid UTF-8
    	"[\xff]",
    	"[\\\xff]",
    	"\\\xff",
    	`(?P<name>a`,
    	`(?P<name>`,
    	`(?P<name`,
    	`(?P<x y>a)`,
    	`(?P<>a)`,
    	`(?<name>a`,
    	`(?<name>`,
    	`(?<name`,
    	`(?<x y>a)`,
    	`(?<>a)`,
    	`[a-Z]`,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Aug 16 16:02:30 UTC 2023
    - 16.2K bytes
    - Viewed (0)
Back to top