Search Options

Results per page
Sort
Preferred Languages
Advance

Results 131 - 140 of 1,629 for 80 (0.1 sec)

  1. src/crypto/internal/bigmod/nat_amd64.s

    	MULQ SI
    	ADDQ 72(CX), AX
    	ADCQ $0x00, DX
    	ADDQ DI, AX
    	ADCQ $0x00, DX
    	MOVQ DX, DI
    	MOVQ AX, 72(CX)
    
    	// Iteration 10
    	MOVQ 80(BX), AX
    	MULQ SI
    	ADDQ 80(CX), AX
    	ADCQ $0x00, DX
    	ADDQ DI, AX
    	ADCQ $0x00, DX
    	MOVQ DX, DI
    	MOVQ AX, 80(CX)
    
    	// Iteration 11
    	MOVQ 88(BX), AX
    	MULQ SI
    	ADDQ 88(CX), AX
    	ADCQ $0x00, DX
    	ADDQ DI, AX
    	ADCQ $0x00, DX
    	MOVQ DX, DI
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 24 22:37:58 UTC 2023
    - 17.3K bytes
    - Viewed (0)
  2. docs/metrics/prometheus/grafana/bucket/minio-bucket.json

                "steps": [
                  {
                    "color": "green",
                    "value": null
                  },
                  {
                    "color": "semi-dark-red",
                    "value": 80
                  }
                ]
              }
            },
            "overrides": []
          },
          "gridPos": {
            "h": 6,
            "w": 12,
            "x": 0,
            "y": 0
          },
          "id": 52,
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri May 24 11:11:51 UTC 2024
    - 101.8K bytes
    - Viewed (0)
  3. pkg/proxy/ipvs/proxier_test.go

    					{
    						IP:       "10.20.30.41",
    						Port:     80,
    						Protocol: "SCTP",
    					}: {
    						{
    							Address: netutils.ParseIPSloppy("10.180.0.1"),
    							Port:    uint16(80),
    							Weight:  1,
    						},
    						{
    							Address: netutils.ParseIPSloppy("10.180.1.1"),
    							Port:    uint16(80),
    							Weight:  1,
    						},
    					},
    					{
    						IP:       "100.101.102.103",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Apr 27 01:31:57 UTC 2024
    - 186.8K bytes
    - Viewed (0)
  4. pkg/kube/inject/testdata/inject/custom-template.yaml.injected

            prometheus.istio.io/merge-metrics: "false"
            proxy.istio.io/overrides: '{"containers":[{"name":"hello","image":"fake.docker.io/google-samples/hello-go-gke:1.0","resources":{},"readinessProbe":{"httpGet":{"port":80}}}]}'
            sidecar.istio.io/rewriteAppHTTPProbers: "false"
            sidecar.istio.io/status: '{"initContainers":null,"containers":["hello"],"volumes":["some-injected-file"],"imagePullSecrets":null,"revision":"default"}'
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Jun 25 05:41:41 UTC 2021
    - 1.4K bytes
    - Viewed (0)
  5. manifests/charts/gateway/values.yaml

        type: LoadBalancer
        ports:
        - name: status-port
          port: 15021
          protocol: TCP
          targetPort: 15021
        - name: http2
          port: 80
          protocol: TCP
          targetPort: 80
        - name: https
          port: 443
          protocol: TCP
          targetPort: 443
        annotations: {}
        loadBalancerIP: ""
        loadBalancerSourceRanges: []
        externalTrafficPolicy: ""
        externalIPs: []
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Jun 07 16:51:35 UTC 2024
    - 4.4K bytes
    - Viewed (0)
  6. pkg/proxy/nftables/helpers_test.go

    	add element ip testing no-endpoint-services { 1.2.3.4 . tcp . 80 comment "ns2/svc2:p80" : drop }
    	add element ip testing no-endpoint-services { 192.168.99.22 . tcp . 80 comment "ns2/svc2:p80" : drop }
    	add element ip testing service-ips { 1.2.3.4 . tcp . 80 : goto external-42NFTM6N-ns2/svc2/tcp/p80 }
    	add element ip testing service-ips { 172.30.0.41 . tcp . 80 : goto service-ULMVA6XW-ns1/svc1/tcp/p80 }
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Apr 02 09:57:47 UTC 2024
    - 48.5K bytes
    - Viewed (0)
  7. staging/src/k8s.io/apiserver/pkg/cel/library/urls.go

    //	url('https://example.com/').getScheme() // returns 'https'
    //	url('https://example.com:80/').getHost() // returns 'example.com:80'
    //	url('https://example.com/').getHost() // returns 'example.com'
    //	url('https://[::1]:80/').getHost() // returns '[::1]:80'
    //	url('https://[::1]/').getHost() // returns '[::1]'
    //	url('/path').getHost() // returns ''
    //	url('https://example.com:80/').getHostname() // returns 'example.com'
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Aug 23 21:31:27 UTC 2023
    - 7.9K bytes
    - Viewed (0)
  8. pilot/pkg/xds/testdata/benchmarks/gateways-shared.yaml

    apiVersion: networking.istio.io/v1alpha3
    kind: ServiceEntry
    metadata:
      name: proxy-service-instance
    spec:
      hosts:
      - example.com
      ports:
      - number: 80
        name: http
        protocol: HTTP
      - number: 443
        name: https
        protocol: HTTPS
      resolution: STATIC
      endpoints:
      - address: 1.1.1.1
        labels:
          istio.io/benchmark: "true"
    ---
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jul 01 15:55:05 UTC 2020
    - 1.8K bytes
    - Viewed (0)
  9. pkg/controller/endpointslicemirroring/endpointslicemirroring_controller_test.go

    		expectedNumSlices  int
    	}{{
    		testName: "Endpoints with no addresses",
    		service:  &v1.Service{},
    		endpoints: &v1.Endpoints{
    			Subsets: []v1.EndpointSubset{{
    				Ports: []v1.EndpointPort{{Port: 80}},
    			}},
    		},
    		endpointSlices:     []*discovery.EndpointSlice{},
    		expectedNumActions: 0,
    		expectedNumSlices:  0,
    	}, {
    		testName: "Endpoints with skip label true",
    		service:  &v1.Service{},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jul 12 12:57:29 UTC 2023
    - 13.9K bytes
    - Viewed (0)
  10. pilot/pkg/xds/delta_test.go

    	})
    	resp := ads.ExpectResponse()
    	assertResources(resp, "outbound|80||test-1.default", "outbound|8080||eds.test.svc.cluster.local", "inbound|80||")
    	assert.Equal(t, resp.RemovedResources, nil)
    
    	// On remove, just get the removal
    	s.MemRegistry.RemoveService("test-1.default")
    	resp = ads.ExpectResponse()
    	assertResources(resp, "inbound|80||") // currently we always send the inbound stuff. Not ideal, but acceptable
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 13 01:56:28 UTC 2024
    - 15.2K bytes
    - Viewed (0)
Back to top