Search Options

Results per page
Sort
Preferred Languages
Advance

Results 171 - 180 of 1,629 for 80 (0.02 sec)

  1. src/crypto/x509/oid.go

    	if failed {
    		// This should never happen, since we've already parsed the OID,
    		// but just in case.
    		return false
    	}
    	if v < 80 {
    		a, b := v/40, v%40
    		if other[0] != a || other[1] != b {
    			return false
    		}
    	} else {
    		a, b := 2, v-80
    		if other[0] != a || other[1] != b {
    			return false
    		}
    	}
    
    	i := 2
    	for ; offset < len(oid.der); i++ {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 19:10:38 UTC 2024
    - 8.3K bytes
    - Viewed (0)
  2. src/runtime/rt0_aix_ppc64.s

    	MOVD	_rt0_ppc64_aix_lib_argv<>(SB), R4
    	MOVD	$runtime·rt0_go(SB), R12
    	MOVD	R12, CTR
    	BR	(CTR)
    
    DATA _rt0_ppc64_aix_lib_argc<>(SB)/8, $0
    GLOBL _rt0_ppc64_aix_lib_argc<>(SB),NOPTR, $8
    DATA _rt0_ppc64_aix_lib_argv<>(SB)/8, $0
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 18 22:20:51 UTC 2023
    - 4.1K bytes
    - Viewed (0)
  3. pilot/pkg/xds/testdata/benchmarks/http.yaml

    apiVersion: networking.istio.io/v1alpha3
    kind: ServiceEntry
    metadata:
      name: proxy-service-instance
    spec:
      hosts:
      - example.com
      ports:
      - number: 80
        name: http
        protocol: HTTP
      resolution: STATIC
      location: MESH_INTERNAL
      endpoints:
      - address: 1.1.1.1
        labels:
          security.istio.io/tlsMode: istio
    ---
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sat Jul 29 02:10:48 UTC 2023
    - 907 bytes
    - Viewed (0)
  4. manifests/addons/dashboards/istio-extension-dashboard.json

                "steps": [
                  {
                    "color": "green",
                    "value": null
                  },
                  {
                    "color": "red",
                    "value": 80
                  }
                ]
              },
              "unit": "short"
            },
            "overrides": []
          },
          "gridPos": {
            "h": 8,
            "w": 12,
            "x": 0,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Mar 27 03:47:04 UTC 2024
    - 20K bytes
    - Viewed (0)
  5. src/runtime/memclr_386.s

    	RET
    _129through256:
    	MOVOU	X0, (DI)
    	MOVOU	X0, 16(DI)
    	MOVOU	X0, 32(DI)
    	MOVOU	X0, 48(DI)
    	MOVOU	X0, 64(DI)
    	MOVOU	X0, 80(DI)
    	MOVOU	X0, 96(DI)
    	MOVOU	X0, 112(DI)
    	MOVOU	X0, -128(DI)(BX*1)
    	MOVOU	X0, -112(DI)(BX*1)
    	MOVOU	X0, -96(DI)(BX*1)
    	MOVOU	X0, -80(DI)(BX*1)
    	MOVOU	X0, -64(DI)(BX*1)
    	MOVOU	X0, -48(DI)(BX*1)
    	MOVOU	X0, -32(DI)(BX*1)
    	MOVOU	X0, -16(DI)(BX*1)
    	RET
    nosse2:
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sat Nov 06 10:24:44 UTC 2021
    - 2.4K bytes
    - Viewed (0)
  6. istioctl/pkg/describe/describe_test.go

    						Selector: map[string]string{
    							"istio": "ingressgateway",
    						},
    						Ports: []corev1.ServicePort{
    							{
    								Name:       "http",
    								Port:       80,
    								TargetPort: intstr.FromInt32(80),
    							},
    						},
    					},
    				},
    				&corev1.Pod{
    					ObjectMeta: metav1.ObjectMeta{
    						Name:      "productpage-v1-1234567890",
    						Namespace: "default",
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Mar 28 09:54:01 UTC 2024
    - 30.4K bytes
    - Viewed (0)
  7. pilot/pkg/serviceregistry/serviceentry/util_test.go

    		Meta: config.Meta{GroupVersionKind: gvk.ServiceEntry, Namespace: "default", Name: "se-1"},
    		Spec: &networking.ServiceEntry{
    			Hosts: []string{"*.google.com"},
    			Ports: []*networking.ServicePort{
    				{Number: 80, Name: "http-number", Protocol: "http"},
    				{Number: 8080, Name: "http2-number", Protocol: "http2"},
    			},
    			WorkloadSelector: &networking.WorkloadSelector{
    				Labels: map[string]string{"app": "foo"},
    			},
    		},
    	}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Jan 17 22:32:10 UTC 2023
    - 3.5K bytes
    - Viewed (0)
  8. subprojects/core-api/src/main/java/org/gradle/api/plugins/jvm/PlatformDependencyModifiers.java

     *
     * @apiNote This interface is intended to be used to mix-in methods that modify dependencies into the DSL.
     * @implSpec The default implementation of all methods should not be overridden.
     *
     * @since 8.0
     */
    @Incubating
    public interface PlatformDependencyModifiers {
        /**
         * A dependency modifier that can modify a dependency to select a platform variant.
         *
         * @return the dependency modifier
         *
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Aug 22 04:12:21 UTC 2023
    - 4.4K bytes
    - Viewed (0)
  9. tests/integration/security/fuzz/backends/apache/apache.yaml

    kind: ServiceAccount
    metadata:
      name: apache
    ---
    apiVersion: v1
    kind: Service
    metadata:
      name: apache
      labels:
        app: apache
    spec:
      ports:
      - name: http
        port: 8080
        targetPort: 80
      selector:
        app: apache
    ---
    apiVersion: apps/v1
    kind: Deployment
    metadata:
      name: apache
    spec:
      replicas: 1
      selector:
        matchLabels:
          app: apache
      template:
        metadata:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 09 15:40:48 UTC 2021
    - 1.5K bytes
    - Viewed (0)
  10. src/runtime/rt0_darwin_arm64.s

    	MOVD  _rt0_arm64_darwin_lib_argc<>(SB), R0
    	MOVD  _rt0_arm64_darwin_lib_argv<>(SB), R1
    	MOVD  $runtime·rt0_go(SB), R4
    	B     (R4)
    
    DATA  _rt0_arm64_darwin_lib_argc<>(SB)/8, $0
    GLOBL _rt0_arm64_darwin_lib_argc<>(SB),NOPTR, $8
    DATA  _rt0_arm64_darwin_lib_argv<>(SB)/8, $0
    GLOBL _rt0_arm64_darwin_lib_argv<>(SB),NOPTR, $8
    
    // external linking entry point.
    TEXT main(SB),NOSPLIT|NOFRAME,$0
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Mar 30 01:28:43 UTC 2022
    - 1.7K bytes
    - Viewed (0)
Back to top