Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 44 for xA0 (0.12 sec)

  1. src/syscall/wtf8_windows_test.go

    		wstr: []uint16{0x07FF},
    	},
    
    	// 3-byte
    	{
    		str:  "\xE0\xA0\x80",
    		wstr: []uint16{0x0800},
    	},
    	{
    		str:  "\xE2\xB0\xBC",
    		wstr: []uint16{0x2C3C},
    	},
    	{
    		str:  "\xEF\xBF\xBF",
    		wstr: []uint16{0xFFFF},
    	},
    	// unmatched surrogate halves
    	// high surrogates: 0xD800 to 0xDBFF
    	{
    		str:  "\xED\xA0\x80",
    		wstr: []uint16{0xD800},
    	},
    	{
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 15 09:26:16 UTC 2023
    - 4.3K bytes
    - Viewed (0)
  2. src/compress/flate/reader_test.go

    	// with nlit=288, should not panic.
    	io.Copy(io.Discard, NewReader(strings.NewReader(
    		"\xfc\xfe\x36\xe7\x5e\x1c\xef\xb3\x55\x58\x77\xb6\x56\xb5\x43\xf4"+
    			"\x6f\xf2\xd2\xe6\x3d\x99\xa0\x85\x8c\x48\xeb\xf8\xda\x83\x04\x2a"+
    			"\x75\xc4\xf8\x0f\x12\x11\xb9\xb4\x4b\x09\xa0\xbe\x8b\x91\x4c")))
    }
    
    var suites = []struct{ name, file string }{
    	// Digits is the digits of the irrational number e. Its decimal representation
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Dec 09 19:12:23 UTC 2020
    - 2.3K bytes
    - Viewed (0)
  3. src/unicode/utf8/utf8_test.go

    	{0x00c0, "\xc3\x80"},
    	{0x00c1, "\xc3\x81"},
    	{0x00c8, "\xc3\x88"},
    	{0x00d0, "\xc3\x90"},
    	{0x00e0, "\xc3\xa0"},
    	{0x00f0, "\xc3\xb0"},
    	{0x00f8, "\xc3\xb8"},
    	{0x00ff, "\xc3\xbf"},
    	{0x0100, "\xc4\x80"},
    	{0x07ff, "\xdf\xbf"},
    	{0x0400, "\xd0\x80"},
    	{0x0800, "\xe0\xa0\x80"},
    	{0x0801, "\xe0\xa0\x81"},
    	{0x1000, "\xe1\x80\x80"},
    	{0xd000, "\xed\x80\x80"},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Sep 07 06:17:15 UTC 2022
    - 16.2K bytes
    - Viewed (0)
  4. pkg/ctrlz/assets/static/js/prism-1.14.0.min.js

    \.?\d*|\B\.\d+)(?:[Ee][+-]?\d+)?/,'function':/[_$a-z\xA0-\uFFFF][$\w\xA0-\uFFFF]*(?=\s*\()/i,operator:/-[-=]?|\+[+=]?|!=?=?|<<?=?|>>?>?=?|=(?:==?|>)?|&[&=]?|\|[|=]?|\*\*?=?|\/=?|~|\^=?|%=?|\?|\.{3}/}),Prism.languages.insertBefore('javascript','keyword',{regex:{pattern:/((?:^|[^$\w\xA0-\uFFFF."'\])\s])\s*)\/(\[[^\]\r\n]+]|\\.|[^/\\\[\r\n])+\/[gimyu]{0,5}(?=\s*($|[\r\n,.;})\]]))/,lookbehind:!0,greedy:!0},'function-variable':{pattern:/[_$a-z\xA0-\uFFFF][$\w\xA0-\uFFFF]*(?=\s*=\s*(?:function\b|(?:\(...
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 23 17:08:31 UTC 2023
    - 16.3K bytes
    - Viewed (0)
  5. test/stringrange.go

    	if i != 12345 {
    		fmt.Println("range empty string assigned to index:", i)
    		ok = false
    	}
    	if c != 23456 {
    		fmt.Println("range empty string assigned to value:", c)
    		ok = false
    	}
    
    	for _, c := range "a\xed\xa0\x80a" {
    		if c != 'a' && c != utf8.RuneError {
    			fmt.Printf("surrogate UTF-8 does not error: %U\n", c)
    			ok = false
    		}
    	}
    
    	if !ok {
    		fmt.Println("BUG: stringrange")
    		os.Exit(1)
    	}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Aug 08 21:01:23 UTC 2012
    - 1.5K bytes
    - Viewed (0)
  6. tensorflow/compiler/mlir/tensorflow/tests/graphdef2mlir/const-values.pbtxt

              dim {
                size: 2
              }
              dim {
                size: 3
              }
            }
            tensor_content: "\x00\x00\x80\x3F\x00\x00\x00\x40\x00\x00\x40\x40\x00\x00\x80\x40\x00\x00\xA0\x40\x00\x00\xC0\x40"
            # CHECK: value = dense<{{\[\[}}1.000000e+00, 2.000000e+00, 3.000000e+00], [4.000000e+00, 5.000000e+00, 6.000000e+00]]> : tensor<2x3xf32>
          }
        }
      }
    }
    node {
      name: "y"
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri Apr 24 00:20:25 UTC 2020
    - 3.3K bytes
    - Viewed (0)
  7. src/compress/lzw/reader_test.go

    		"TOBEORNOTTOBEORTOBEORNOT",
    		"\x54\x4f\x42\x45\x4f\x52\x4e\x4f\x54\x82\x84\x86\x8b\x85\x87\x89\x81",
    		nil,
    	},
    	{
    		"tobe;MSB;8",
    		"TOBEORNOTTOBEORTOBEORNOT",
    		"\x2a\x13\xc8\x44\x52\x79\x48\x9c\x4f\x2a\x40\xa0\x90\x68\x5c\x16\x0f\x09\x80\x80",
    		nil,
    	},
    	{
    		"tobe-truncated;LSB;8",
    		"TOBEORNOTTOBEORTOBEORNOT",
    		"\x54\x9e\x08\x29\xf2\x44\x8a\x93\x27\x54\x04",
    		io.ErrUnexpectedEOF,
    	},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 18 16:57:58 UTC 2024
    - 7.6K bytes
    - Viewed (0)
  8. src/cmd/vendor/rsc.io/markdown/tables.go

    	"\x95", "%95",
    	"\x96", "%96",
    	"\x97", "%97",
    	"\x98", "%98",
    	"\x99", "%99",
    	"\x9A", "%9A",
    	"\x9B", "%9B",
    	"\x9C", "%9C",
    	"\x9D", "%9D",
    	"\x9E", "%9E",
    	"\x9F", "%9F",
    	"\xA0", "%A0",
    	"\xA1", "%A1",
    	"\xA2", "%A2",
    	"\xA3", "%A3",
    	"\xA4", "%A4",
    	"\xA5", "%A5",
    	"\xA6", "%A6",
    	"\xA7", "%A7",
    	"\xA8", "%A8",
    	"\xA9", "%A9",
    	"\xAA", "%AA",
    	"\xAB", "%AB",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jan 24 13:01:26 UTC 2024
    - 3.8K bytes
    - Viewed (0)
  9. src/html/template/error.go

    	//   This is usually an error and there are better solutions; for
    	//   example
    	//     <script>alert("{{.X}}")</script>
    	//   should work, and if {{.X}} is a partial escape sequence such as
    	//   "xA0", mark the whole sequence as safe content: JSStr(`\xA0`)
    	ErrPartialEscape
    
    	// ErrRangeLoopReentry: "on range loop re-entry: ..."
    	// Example:
    	//   <script>var x = [{{range .}}'{{.}},{{end}}]</script>
    	// Discussion:
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Oct 02 15:18:39 UTC 2023
    - 9.3K bytes
    - Viewed (0)
  10. src/html/template/js_test.go

    			`\u002bADw-script\u002bAD4-alert(1)\u002bADw-\/script\u002bAD4-`,
    		},
    		// Invalid UTF-8 sequence
    		{"foo\xA0bar", "foo\xA0bar"},
    		// Invalid unicode scalar value.
    		{"foo\xed\xa0\x80bar", "foo\xed\xa0\x80bar"},
    	}
    
    	for _, test := range tests {
    		esc := jsStrEscaper(test.x)
    		if esc != test.esc {
    			t.Errorf("%q: want %q got %q", test.x, test.esc, esc)
    		}
    	}
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Feb 27 02:20:11 UTC 2024
    - 12.6K bytes
    - Viewed (0)
Back to top