Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 31 for 0_81 (0.08 sec)

  1. pilot/pkg/networking/core/sidecar_simulation_test.go

    			},
    			Disabled: simulation.Result{
    				ListenerMatched:    "virtualInbound",
    				FilterChainMatched: "0.0.0.0_81",
    				ClusterMatched:     "inbound|81||",
    				StrictMatch:        true,
    			},
    			Permissive: simulation.Result{
    				ListenerMatched:    "virtualInbound",
    				FilterChainMatched: "0.0.0.0_81",
    				ClusterMatched:     "inbound|81||",
    				StrictMatch:        true,
    			},
    			Strict: simulation.Result{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 13 01:56:28 UTC 2024
    - 84.7K bytes
    - Viewed (0)
  2. pilot/pkg/networking/core/gateway_simulation_test.go

    						ListenerMatched:    "0.0.0.0_80",
    						RouteConfigMatched: "http.80",
    					},
    				},
    				{
    					Name: "match",
    					Call: simulation.Call{
    						Port:       80,
    						HostHeader: "foo.bar",
    						Path:       "/productpage",
    						Protocol:   simulation.HTTP,
    					},
    					Result: simulation.Result{
    						ListenerMatched:    "0.0.0.0_80",
    						VirtualHostMatched: "foo.bar:80",
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Apr 10 18:27:40 UTC 2024
    - 46.5K bytes
    - Viewed (0)
  3. src/runtime/sizeclasses.go

    var class_to_divmagic = [_NumSizeClasses]uint32{0, ^uint32(0)/8 + 1, ^uint32(0)/16 + 1, ^uint32(0)/24 + 1, ^uint32(0)/32 + 1, ^uint32(0)/48 + 1, ^uint32(0)/64 + 1, ^uint32(0)/80 + 1, ^uint32(0)/96 + 1, ^uint32(0)/112 + 1, ^uint32(0)/128 + 1, ^uint32(0)/144 + 1, ^uint32(0)/160 + 1, ^uint32(0)/176 + 1, ^uint32(0)/192 + 1, ^uint32(0)/208 + 1, ^uint32(0)/224...
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 20:31:27 UTC 2024
    - 9.2K bytes
    - Viewed (0)
  4. tests/integration/telemetry/policy/helper_test.go

    	//    b) from the egressgateway it will forward the request to the destination pod deployed in the app-1-XXX
    	//       namespace
    
    	// Test cases:
    	// 1. http case:
    	//    client -------> Hits listener 0.0.0.0_80 cluster
    	//    Metric is istio_requests_total i.e. HTTP
    	//
    	// 2. https case:
    	//    client ----> Hits no listener -> 0.0.0.0_150001 -> ALLOW_ANY/REGISTRY_ONLY
    	//    Metric is istio_tcp_connections_closed_total i.e. TCP
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 02 21:29:40 UTC 2024
    - 11.4K bytes
    - Viewed (0)
  5. tests/integration/security/filebased_tls_origination/egress_gateway_origination_test.go

    				// 1. Mutual TLS origination from egress gateway to https endpoint:
    				//    internalClient ) ---HTTP request (Host: some-external-site.com----> Hits listener 0.0.0.0_80 ->
    				//      VS Routing (add Egress Header) --> Egress Gateway(originates mTLS with client certs)
    				//      --> externalServer(443 with only Simple TLS used and client cert is not verified)
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Apr 08 22:02:59 UTC 2024
    - 11.9K bytes
    - Viewed (0)
  6. platforms/jvm/jvm-services/src/test/groovy/org/gradle/jvm/toolchain/internal/OsXInstallationSupplierTest.groovy

            given:
            def supplier = new OsXInstallationSupplier(OperatingSystem.MAC_OS, osxJavaHomeCommand)
            def expectedJavaHome = new File("/Library/Java/JavaVirtualMachines/jdk1.7.0_80.jdk/Contents/Home")
            osxJavaHomeCommand.findJavaHomes() >> [expectedJavaHome]
    
            when:
            def directories = supplier.get()
    
            then:
            directories.size() == 1
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Apr 10 18:03:55 UTC 2024
    - 2.7K bytes
    - Viewed (0)
  7. pilot/pkg/networking/core/gateway_test.go

    							},
    							{
    								Port: &networking.Port{Name: "http", Number: 801, Protocol: "HTTP"},
    							},
    						},
    					},
    				},
    			},
    			nil,
    			[]string{"0.0.0.0_80", "0.0.0.0_801"},
    		},
    		{
    			"privileged port on unprivileged pod",
    			&pilot_model.Proxy{
    				Metadata: &pilot_model.NodeMetadata{
    					UnprivilegedPod: "true",
    				},
    			},
    			[]config.Config{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon May 06 04:44:06 UTC 2024
    - 144K bytes
    - Viewed (0)
  8. src/crypto/x509/oid_test.go

    	{[]byte{41, 255, 255, 255, 255, 127}, true, "1.1.34359738367", []uint64{1, 1, 34359738367}},
    	{[]byte{42, 255, 255, 255, 255, 255, 255, 255, 255, 127}, true, "1.2.9223372036854775807", []uint64{1, 2, 9223372036854775807}},
    	{[]byte{43, 0x81, 255, 255, 255, 255, 255, 255, 255, 255, 127}, true, "1.3.18446744073709551615", []uint64{1, 3, 18446744073709551615}},
    	{[]byte{44, 0x83, 255, 255, 255, 255, 255, 255, 255, 255, 127}, true, "1.4.36893488147419103231", nil},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 19:10:38 UTC 2024
    - 10.8K bytes
    - Viewed (0)
  9. src/cmd/internal/obj/x86/asm6.go

    	{AADCL, yaddl, Px, opBytes{0x83, 02, 0x15, 0x81, 02, 0x11, 0x13}},
    	{AADCQ, yaddl, Pw, opBytes{0x83, 02, 0x15, 0x81, 02, 0x11, 0x13}},
    	{AADCW, yaddl, Pe, opBytes{0x83, 02, 0x15, 0x81, 02, 0x11, 0x13}},
    	{AADCXL, yml_rl, Pq4, opBytes{0xf6}},
    	{AADCXQ, yml_rl, Pq4w, opBytes{0xf6}},
    	{AADDB, yxorb, Pb, opBytes{0x04, 0x80, 00, 0x00, 0x02}},
    	{AADDL, yaddl, Px, opBytes{0x83, 00, 0x05, 0x81, 00, 0x01, 0x03}},
    	{AADDPD, yxm, Pq, opBytes{0x58}},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 15:44:14 UTC 2024
    - 146.9K bytes
    - Viewed (0)
  10. src/cmd/vendor/golang.org/x/sys/unix/bpxsvc_zos.s

    	BYTE $0xd7; BYTE $0xd8; BYTE $0xd9; BYTE $0xe2
    	BYTE $0xe3; BYTE $0xe4; BYTE $0xe5; BYTE $0xe6
    	BYTE $0xe7; BYTE $0xe8; BYTE $0xe9; BYTE $0xad
    	BYTE $0xe0; BYTE $0xbd; BYTE $0x5f; BYTE $0x6d
    	BYTE $0x79; BYTE $0x81; BYTE $0x82; BYTE $0x83
    	BYTE $0x84; BYTE $0x85; BYTE $0x86; BYTE $0x87
    	BYTE $0x88; BYTE $0x89; BYTE $0x91; BYTE $0x92
    	BYTE $0x93; BYTE $0x94; BYTE $0x95; BYTE $0x96
    	BYTE $0x97; BYTE $0x98; BYTE $0x99; BYTE $0xa2
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 16:12:58 UTC 2024
    - 8.1K bytes
    - Viewed (0)
Back to top