Search Options

Results per page
Sort
Preferred Languages
Advance

Results 71 - 80 of 1,629 for 80 (0.03 sec)

  1. src/math/expm1_s390x.s

    DATA ·expm1rodataL22<> + 32(SB)/8, $0.50000000000000029671E+00
    DATA ·expm1rodataL22<> + 40(SB)/8, $0.16666666666666676570E+00
    DATA ·expm1rodataL22<> + 48(SB)/8, $0.83333333323590973444E-02
    DATA ·expm1rodataL22<> + 56(SB)/8, $0.13889096526400683566E-02
    DATA ·expm1rodataL22<> + 64(SB)/8, $0.41666666661701152924E-01
    DATA ·expm1rodataL22<> + 72(SB)/8, $0.19841562053987360264E-03
    DATA ·expm1rodataL22<> + 80(SB)/8, $-.693147180559945286E+00
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 16 15:34:41 UTC 2019
    - 5.3K bytes
    - Viewed (0)
  2. pilot/pkg/networking/core/gateway_test.go

    			virtualServices: []config.Config{},
    			gateways:        []config.Config{httpGateway},
    			routeName:       "http.80",
    			expectedVirtualHosts: map[string][]string{
    				"blackhole:80": {
    					"*",
    				},
    			},
    			expectedVirtualHostsHostPortStrip: map[string][]string{
    				"blackhole:80": {
    					"*",
    				},
    			},
    			expectedHTTPRoutes:    map[string]int{"blackhole:80": 0},
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon May 06 04:44:06 UTC 2024
    - 144K bytes
    - Viewed (0)
  3. src/math/cbrt_s390x.s

    DATA ·cbrtrodataL9<> + 8(SB)/8, $0.66639548758285293179E+00
    DATA ·cbrtrodataL9<> + 16(SB)/8, $0.55519402697349815993E+00
    DATA ·cbrtrodataL9<> + 24(SB)/8, $0.49338566048766782004E+00
    DATA ·cbrtrodataL9<> + 32(SB)/8, $0.45208160036325611486E+00
    DATA ·cbrtrodataL9<> + 40(SB)/8, $0.43099892837778637816E+00
    DATA ·cbrtrodataL9<> + 48(SB)/8, $1.000244140625
    DATA ·cbrtrodataL9<> + 56(SB)/8, $0.33333333333333333333E+00
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 16 15:34:41 UTC 2019
    - 4.9K bytes
    - Viewed (0)
  4. pilot/pkg/config/kube/gateway/testdata/grpc.yaml

            - name: my-added-header
              value: added-value
            remove: [my-removed-header]
        backendRefs:
        - name: httpbin
          port: 80
      - matches:
        - method:
            type: RegularExpression
            method: "bar"
        backendRefs:
        - name: httpbin
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 03 23:50:05 UTC 2024
    - 1.3K bytes
    - Viewed (0)
  5. pkg/config/analysis/analyzers/testdata/virtualservice_host_not_found_gateway_beta.yaml

        port:
          name: http
          number: 80
          protocol: HTTP
    ---
    apiVersion: networking.istio.io/v1beta1
    kind: Gateway
    metadata:
      name: testing-gateway-02-test-03
      namespace: istio-system
    spec:
      selector:
        istio: ingressgateway
      servers:
      - hosts:
        - '*.homepage.testing-03.com'
        port:
          name: http
          number: 80
          protocol: HTTP
    ---
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri May 06 11:29:57 UTC 2022
    - 5.1K bytes
    - Viewed (0)
  6. src/net/external_test.go

    		}
    	}
    }
    
    var (
    	literalAddrs4 = [...]string{
    		"%d.%d.%d.%d:80",
    		"www.google.com:80",
    		"%d.%d.%d.%d:http",
    		"www.google.com:http",
    		"%03d.%03d.%03d.%03d:0080",
    		"[::ffff:%d.%d.%d.%d]:80",
    		"[::ffff:%02x%02x:%02x%02x]:80",
    		"[0:0:0:0:0000:ffff:%d.%d.%d.%d]:80",
    		"[0:0:0:0:000000:ffff:%d.%d.%d.%d]:80",
    		"[0:0:0:0::ffff:%d.%d.%d.%d]:80",
    	}
    	literalAddrs6 = [...]string{
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Sep 18 17:20:52 UTC 2023
    - 4.1K bytes
    - Viewed (0)
  7. operator/pkg/apis/istio/v1alpha1/validation/validation_test.go

          enabled: true
          k8s:
            service:
              type: ClusterIP
              ports:
              - port: 15020
                name: status-port
              - port: 80
                name: http2
    `,
    			errors: `port http2/80 in gateway cluster-local-gateway invalid: targetPort is set to 0, which requires root. Set targetPort to be greater than 1024 or configure values.gateways.istio-ingressgateway.runAsRoot=true`,
    		},
    		{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sun Apr 23 09:10:55 UTC 2023
    - 8.7K bytes
    - Viewed (0)
  8. cmd/kubeadm/app/preflight/utils_test.go

    	}{
    		{"Kubernetes v1.7.0", "1.7.0", nil, true},
    		{"Kubernetes v1.8.0-alpha.2.1231+afabd012389d53a", "1.8.0-alpha.2.1231+afabd012389d53a", nil, true},
    		{"Kubernetes v1.8.0-alpha.2.1231+afabd012389d53a ", "1.8.0-alpha.2.1231+afabd012389d53a", nil, true},
    		{" Kubernetes v1.8.0-alpha.2.1231+afabd012389d53a", "1.8.0-alpha.2.1231+afabd012389d53a", nil, true},
    		{"Kubernetes  v1.8.0-alpha.2.1231+afabd012389d53a", "", nil, false},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Jun 23 11:33:44 UTC 2022
    - 2.3K bytes
    - Viewed (0)
  9. pilot/pkg/serviceregistry/serviceentry/conversion_test.go

    					map[string]int{"http-port": 80, "http-alt-port": 8080}, true, model.ClientSideLB),
    			},
    		},
    		{
    			// service entry DNS with no endpoints
    			externalSvc: httpDNSnoEndpoints,
    			services: []*model.Service{
    				makeService("google.com", "httpDNSnoEndpoints", constants.UnspecifiedIP,
    					map[string]int{"http-port": 80, "http-alt-port": 8080}, true, model.DNSLB, "google.com"),
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 23 21:07:03 UTC 2024
    - 39K bytes
    - Viewed (0)
  10. pilot/pkg/serviceregistry/kube/controller/ambient/testdata/allow-groups-in.yaml

            namespaces: ["from-mix-ns"]
        to:
        - operation:
            ports: ["80"]
      # Has mix of L4 and L7 in to
      - from:
        - source:
            principals: ["to-mix-principal"]
            namespaces: ["to-mix-ns"]
        to:
        - operation:
            ports: ["80"]
            methods: ["to-mix-method"]
      # Only L4
      - from:
        - source:
            principals: ["only-l4-principals"]
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Feb 29 18:40:34 UTC 2024
    - 1.3K bytes
    - Viewed (0)
Back to top