Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 11 for 3e (0.06 sec)

  1. src/html/template/escape_test.go

    		},
    		{
    			"urlPath",
    			`<a href='http://{{"javascript:80"}}/foo'>`,
    			`<a href='http://javascript:80/foo'>`,
    		},
    		{
    			"urlQuery",
    			`<a href='/search?q={{.H}}'>`,
    			`<a href='/search?q=%3cHello%3e'>`,
    		},
    		{
    			"urlFragment",
    			`<a href='/faq#{{.H}}'>`,
    			`<a href='/faq#%3cHello%3e'>`,
    		},
    		{
    			"urlBranch",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Oct 16 03:29:27 UTC 2023
    - 56.2K bytes
    - Viewed (0)
  2. src/fmt/fmt_test.go

    	{"%+.f", 0i, "(+0+0i)"},
    	{"% +.f", 0i, "(+0+0i)"},
    	{"%+.3e", 0i, "(+0.000e+00+0.000e+00i)"},
    	{"%+.3x", 0i, "(+0x0.000p+00+0x0.000p+00i)"},
    	{"%+.3f", 0i, "(+0.000+0.000i)"},
    	{"%+.3g", 0i, "(+0+0i)"},
    	{"%+.3e", 1 + 2i, "(+1.000e+00+2.000e+00i)"},
    	{"%+.3x", 1 + 2i, "(+0x1.000p+00+0x1.000p+01i)"},
    	{"%+.3f", 1 + 2i, "(+1.000+2.000i)"},
    	{"%+.3g", 1 + 2i, "(+1+2i)"},
    	{"%.3e", 0i, "(0.000e+00+0.000e+00i)"},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 04 17:31:55 UTC 2024
    - 58.6K bytes
    - Viewed (0)
  3. src/net/url/url_test.go

    		"abc",
    		nil,
    	},
    	{
    		"one two",
    		"one+two",
    		nil,
    	},
    	{
    		"10%",
    		"10%25",
    		nil,
    	},
    	{
    		" ?&=#+%!<>#\"{}|\\^[]`☺\t:/@$'()*,;",
    		"+%3F%26%3D%23%2B%25%21%3C%3E%23%22%7B%7D%7C%5C%5E%5B%5D%60%E2%98%BA%09%3A%2F%40%24%27%28%29%2A%2C%3B",
    		nil,
    	},
    }
    
    func TestQueryEscape(t *testing.T) {
    	for _, tt := range queryEscapeTests {
    		actual := QueryEscape(tt.in)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 22:52:38 UTC 2024
    - 52.1K bytes
    - Viewed (0)
  4. src/net/http/fs_test.go

    	tests := []struct {
    		name, escaped string
    	}{
    		{`simple_name`, `<a href="simple_name">simple_name</a>`},
    		{`"'<>&`, `<a href="%22%27%3C%3E&">&#34;&#39;&lt;&gt;&amp;</a>`},
    		{`?foo=bar#baz`, `<a href="%3Ffoo=bar%23baz">?foo=bar#baz</a>`},
    		{`<combo>?foo`, `<a href="%3Ccombo%3E%3Ffoo">&lt;combo&gt;?foo</a>`},
    		{`foo:bar`, `<a href="./foo:bar">foo:bar</a>`},
    	}
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 23:39:44 UTC 2024
    - 49.9K bytes
    - Viewed (0)
  5. src/encoding/json/decode_test.go

    var ifaceNumAsFloat64 = map[string]any{
    	"k1": float64(1),
    	"k2": "s",
    	"k3": []any{float64(1), float64(2.0), float64(3e-3)},
    	"k4": map[string]any{"kk1": "s", "kk2": float64(2)},
    }
    
    var ifaceNumAsNumber = map[string]any{
    	"k1": Number("1"),
    	"k2": "s",
    	"k3": []any{Number("1"), Number("2.0"), Number("3e-3")},
    	"k4": map[string]any{"kk1": "s", "kk2": Number("2")},
    }
    
    type tx struct {
    	x int
    }
    
    type u8 uint8
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Apr 11 16:40:14 UTC 2024
    - 67.6K bytes
    - Viewed (0)
  6. src/compress/flate/testdata/huffman-rand-max.in

    f�&�٩����`$���Y۱Ad���S�������K���ڨIz��s���0Q�Dc&~
    dG�3EJ��
    }�`7�K
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Mar 11 17:40:52 UTC 2016
    - 64K bytes
    - Viewed (0)
  7. platforms/core-configuration/model-core/src/test/groovy/org/gradle/api/internal/provider/MapPropertySpec.groovy

            // changing execution time values or else we would end up with fixed values
            property.putAll(supplierWithChangingExecutionTimeValues([c: '3'], [c: '3a'], [c: '3b'], [c: '3c'], [c: '3d'], [c: '3e']))
            property.putAll(supplierWithValues([d: '4']))
            property.insert("e", notDefined())
    
            when:
            def execTimeValue = property.calculateExecutionTimeValue()
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri May 17 11:41:55 UTC 2024
    - 58.7K bytes
    - Viewed (0)
  8. staging/src/k8s.io/apimachinery/pkg/api/resource/quantity_test.go

    		{"0.5e-2", decQuantity(5, -3, DecimalExponent)},
    		{"0.5e0", decQuantity(5, -1, DecimalExponent)},
    		{"10.035M", decQuantity(10035, 3, DecimalSI)},
    
    		{"1.2e3", decQuantity(12, 2, DecimalExponent)},
    		{"1.3E+6", decQuantity(13, 5, DecimalExponent)},
    		{"1.40e9", decQuantity(14, 8, DecimalExponent)},
    		{"1.53E12", decQuantity(153, 10, DecimalExponent)},
    		{"1.6e15", decQuantity(16, 14, DecimalExponent)},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 21:48:10 UTC 2024
    - 49.4K bytes
    - Viewed (0)
  9. tensorflow/compiler/mlir/lite/quantization/lite/quantize_model_test.cc

      if (quantization_params != nullptr &&
          expected_quantization_params != nullptr) {
        for (int i = 0; i < quantization_params->scale.size(); ++i) {
          if (quantization_params->scale[i] > 3e-5) {
            EXPECT_THAT(quantization_params->scale[i],
                        FloatNear(expected_quantization_params->scale[i], eps));
          }
        }
        EXPECT_THAT(quantization_params->zero_point,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Jun 12 23:15:24 UTC 2024
    - 73.9K bytes
    - Viewed (0)
  10. src/encoding/xml/marshal_test.go

    	{Value: &Movie{Length: 13440}, ExpectXML: `<movie>13440</movie>`},
    	{Value: &Pi{Approximation: 3.14159265}, ExpectXML: `<pi>3.1415927</pi>`},
    	{Value: &Universe{Visible: 9.3e13}, ExpectXML: `<universe>9.3e+13</universe>`},
    	{Value: &Particle{HasMass: true}, ExpectXML: `<particle>true</particle>`},
    	{Value: &Departure{When: ParseTime("2013-01-09T00:15:00-09:00")}, ExpectXML: `<departure>2013-01-09T00:15:00-09:00</departure>`},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Mar 08 18:46:41 UTC 2024
    - 66K bytes
    - Viewed (0)
Back to top