Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 119 for 0_80 (0.14 sec)

  1. 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)
  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. pilot/pkg/xds/xds_test.go

    			t.Fatalf("expected 1.1.1.1, got %v", endpoints["outbound|80||app.com"])
    		}
    
    		assertListEqual(t, xdstest.ExtractListenerNames(s.Listeners(proxy)), []string{
    			"0.0.0.0_80",
    			"5.5.5.5_443",
    			"virtualInbound",
    			"virtualOutbound",
    		})
    	})
    
    	t.Run("Ingress Listener", func(t *testing.T) {
    		s := xds.NewFakeDiscoveryServer(t, xds.FakeOptions{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Mar 27 16:59:05 UTC 2024
    - 13.8K 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. platforms/documentation/docs/src/docs/userguide/releases/installation.adoc

    You can also set the `JAVA_HOME` environment variable to point to a specific JDK installation directory.
    This is especially useful when multiple JDKs are installed:
    
    ----
    ❯ echo %JAVA_HOME%
    C:\Program Files\Java\jdk1.7.0_80
    ----
    
    ----
    ❯ echo $JAVA_HOME
    /Library/Java/JavaVirtualMachines/jdk-16.jdk/Contents/Home
    ----
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Feb 05 18:33:11 UTC 2024
    - 10.6K bytes
    - Viewed (0)
  6. platforms/documentation/docs/src/docs/userguide/jvm/toolchains.adoc

         | Vendor:             AdoptOpenJDK
         | Architecture:       x86_64
         | Is JDK:             true
         | Detected by:        environment variable 'JDK16'
    
     + Oracle JDK 1.7.0_80
         | Location:           /Library/Java/JavaVirtualMachines/jdk1.7.0_80.jdk/Contents/Home/jre
         | Language Version:   7
         | Vendor:             Oracle
         | Architecture:       x86_64
         | Is JDK:             false
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Apr 26 05:37:54 UTC 2024
    - 24.8K bytes
    - Viewed (0)
  7. platforms/core-configuration/model-core/src/test/groovy/org/gradle/api/internal/provider/WithSideEffectProviderTest.groovy

            "both have (but zip provider missing)" | Integer.MAX_VALUE | 0        | 88         | 0         | null
            "only left has"                        | 23                | 0        | null       | 0         | null
            "only right has"                       | null              | 0        | 88         | 0         | null
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Oct 26 06:53:07 UTC 2023
    - 10.2K bytes
    - Viewed (0)
  8. src/runtime/memmove_amd64.s

    	CMPQ	BX, $0x100000
    	JA		gobble_big_data_bwd
    	SUBQ	$0x80, BX
    gobble_mem_bwd_loop:
    	VMOVDQU	-0x20(SI), Y0
    	VMOVDQU	-0x40(SI), Y1
    	VMOVDQU	-0x60(SI), Y2
    	VMOVDQU	-0x80(SI), Y3
    	SUBQ	$0x80, SI
    	VMOVDQA	Y0, -0x20(DI)
    	VMOVDQA	Y1, -0x40(DI)
    	VMOVDQA	Y2, -0x60(DI)
    	VMOVDQA	Y3, -0x80(DI)
    	SUBQ	$0x80, DI
    	SUBQ	$0x80, BX
    	JA		gobble_mem_bwd_loop
    	// Let's store unaligned data
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sun Apr 10 15:52:08 UTC 2022
    - 12.5K bytes
    - Viewed (0)
  9. guava/src/com/google/common/hash/Murmur3_32HashFunction.java

              char c3 = input.charAt(i + 3);
              if (c0 < 0x80 && c1 < 0x80 && c2 < 0x80 && c3 < 0x80) {
                update(4, c0 | (c1 << 8) | (c2 << 16) | (c3 << 24));
                i += 4;
              } else {
                break;
              }
            }
    
            for (; i < utf16Length; i++) {
              char c = input.charAt(i);
              if (c < 0x80) {
                update(1, c);
              } else if (c < 0x800) {
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Wed Jun 15 20:59:00 UTC 2022
    - 11.9K bytes
    - Viewed (0)
  10. staging/src/k8s.io/api/events/v1/generated.pb.go

    	0xa2, 0x80, 0x76, 0x3c, 0x63, 0xa4, 0x38, 0xbb, 0x66, 0x29, 0xea, 0x55, 0x16, 0x69, 0xc2, 0xa3,
    	0x7d, 0x01, 0x5c, 0x45, 0x0b, 0x3e, 0x97, 0x40, 0x90, 0xea, 0x63, 0x39, 0xf5, 0x5d, 0x78, 0xce,
    	0x25, 0x50, 0x95, 0x89, 0x11, 0xf2, 0x36, 0x00, 0x52, 0x7a, 0x8a, 0xb8, 0xb8, 0x0d, 0x80, 0xaa,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 35.6K bytes
    - Viewed (0)
Back to top