Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 11 for 15008 (0.06 sec)

  1. istioctl/pkg/authz/testdata/configdump.yaml

              "typed_config": {
               "@type": "type.googleapis.com/envoy.extensions.filters.network.tcp_proxy.v3.TcpProxy",
               "stat_prefix": "outbound|15008||httpbin-istio-waypoint.ambient.svc.cluster.local",
               "cluster": "outbound|15008||httpbin-istio-waypoint.ambient.svc.cluster.local"
              }
             }
            ]
           },
           "bind_to_port": false
          },
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 21 14:20:23 UTC 2023
    - 206.7K bytes
    - Viewed (1)
  2. src/cmd/compile/internal/test/testdata/copy_test.go

    	a := T1{[8]byte{201, 202, 203, 204, 205, 206, 207, 208}, [1]byte{0}, [8]byte{211, 212, 213, 214, 215, 216, 217, 218}}
    	x := [1]byte{100}
    	t1copy_ssa(&a.mid, &x)
    	want := T1{[8]byte{201, 202, 203, 204, 205, 206, 207, 208}, [1]byte{100}, [8]byte{211, 212, 213, 214, 215, 216, 217, 218}}
    	if a != want {
    		t.Errorf("t1copy got=%v, want %v\n", a, want)
    	}
    }
    
    type T2 struct {
    	pre  [8]byte
    	mid  [2]byte
    	post [8]byte
    }
    
    //go:noinline
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Dec 23 06:40:04 UTC 2020
    - 150.2K bytes
    - Viewed (0)
  3. operator/cmd/mesh/testdata/manifest-generate/output/pilot_default.golden.yaml

              {{- end }}
                args:
                - istio-iptables
                - "-p"
                - {{ .MeshConfig.ProxyListenPort | default "15001" | quote }}
                - "-z"
                - {{ .MeshConfig.ProxyInboundListenPort | default "15006" | quote }}
                - "-u"
                - {{ .ProxyUID | default "1337" | quote }}
                - "-m"
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 10 05:10:03 UTC 2024
    - 102.6K bytes
    - Viewed (0)
  4. android/guava-tests/test/com/google/common/util/concurrent/FuturesTest.java

       * to hang (possibly too quickly, but too-quick failures should be very unlikely, given that we
       * used to bail after 20ms during the expected-successful tests, and there we saw a failure rate
       * of ~1/5000, meaning that the other thread's get() call nearly always completes within 20ms if
       * it's going to complete at all).
       *
       * <p>[*] To avoid hangs, I've disabled the in-thread calls. This makes the test take (very
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Wed May 29 16:29:37 UTC 2024
    - 144.1K bytes
    - Viewed (0)
  5. guava-tests/test/com/google/common/util/concurrent/FuturesTest.java

       * to hang (possibly too quickly, but too-quick failures should be very unlikely, given that we
       * used to bail after 20ms during the expected-successful tests, and there we saw a failure rate
       * of ~1/5000, meaning that the other thread's get() call nearly always completes within 20ms if
       * it's going to complete at all).
       *
       * <p>[*] To avoid hangs, I've disabled the in-thread calls. This makes the test take (very
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Wed May 29 16:29:37 UTC 2024
    - 144.1K bytes
    - Viewed (0)
  6. src/crypto/x509/x509_test.go

    		}
    
    		if len(cert.PermittedIPRanges) != 2 || cert.PermittedIPRanges[0].String() != "192.168.0.0/16" || cert.PermittedIPRanges[1].String() != "1.0.0.0/8" {
    			t.Errorf("%s: failed to parse IP constraints: %#v", test.name, cert.PermittedIPRanges)
    		}
    
    		if len(cert.ExcludedIPRanges) != 1 || cert.ExcludedIPRanges[0].String() != "2001:db8::/48" {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 21:00:16 UTC 2024
    - 163.4K bytes
    - Viewed (0)
  7. api/openapi-spec/v3/apis__autoscaling__v2_openapi.json

    decrease in Mantissa) such that:\n\n- No precision is lost - No fractional digits will be emitted - The exponent (or suffix) is as large as possible.\n\nThe sign will be omitted unless the number is negative.\n\nExamples:\n\n- 1.5 will be serialized as \"1500m\" - 1.5Gi will be serialized as \"1536Mi\"\n\nNote that the quantity will NEVER be internally represented by a floating point number. That is the whole point of this exercise.\n\nNon-canonical values will still parse as long as they are well formed,...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 186.6K bytes
    - Viewed (0)
  8. src/cmd/internal/obj/ppc64/asm9.go

    	switch a {
    	case AADD:
    		return OPVCC(14, 0, 0, 0)
    	case AADDC:
    		return OPVCC(12, 0, 0, 0)
    	case AADDCCC:
    		return OPVCC(13, 0, 0, 0)
    	case AADDIS:
    		return OPVCC(15, 0, 0, 0) /* ADDIS */
    
    	case AANDCC:
    		return OPVCC(28, 0, 0, 0)
    	case AANDISCC:
    		return OPVCC(29, 0, 0, 0) /* ANDIS. */
    
    	case ABR:
    		return OPVCC(18, 0, 0, 0)
    	case ABL:
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 13:55:28 UTC 2024
    - 156.1K bytes
    - Viewed (0)
  9. src/unicode/tables.go

    // Code generated by running "go generate" in golang.org/x/text. DO NOT EDIT.
    
    package unicode
    
    // Version is the Unicode edition from which the tables are derived.
    const Version = "15.0.0"
    
    // Categories is the set of Unicode category tables.
    var Categories = map[string]*RangeTable{
    	"C":  C,
    	"Cc": Cc,
    	"Cf": Cf,
    	"Co": Co,
    	"Cs": Cs,
    	"L":  L,
    	"Ll": Ll,
    	"Lm": Lm,
    	"Lo": Lo,
    	"Lt": Lt,
    	"Lu": Lu,
    	"M":  M,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Feb 06 04:29:53 UTC 2023
    - 205.2K bytes
    - Viewed (0)
  10. src/net/http/serve_test.go

    	}
    	const wantPrefix = "HTTP/1.0 400 Bad Request\r\n"
    	if !strings.HasPrefix(string(slurp), wantPrefix) {
    		t.Errorf("response = %q; wanted prefix %q", slurp, wantPrefix)
    	}
    }
    
    // Issue 15908
    func TestAutomaticHTTP2_Serve_NoTLSConfig(t *testing.T) {
    	testAutomaticHTTP2_Serve(t, nil, true)
    }
    
    func TestAutomaticHTTP2_Serve_NonH2TLSConfig(t *testing.T) {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jun 07 17:57:01 UTC 2024
    - 202K bytes
    - Viewed (0)
Back to top