Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 66 for 7071 (0.06 sec)

  1. src/math/big/arith_test.go

    	{argshlVUIn, 7, 0, 0, 1, argshlVUr1, 0, "complete overlap of shlVU and shift of 1"},
    	{argshlVUIn, 7, 0, 0, _W - 1, argshlVUrWm1, 32, "complete overlap of shlVU and shift of _W - 1"},
    	{argshlVUIn, 7, 0, 1, 0, argshlVUr0, 0, "partial overlap by 6 Words of shlVU and shift of 0"},
    	{argshlVUIn, 7, 0, 1, 1, argshlVUr1, 0, "partial overlap by 6 Words of shlVU and shift of 1"},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Nov 02 14:43:52 UTC 2022
    - 19.9K bytes
    - Viewed (0)
  2. pilot/pkg/xds/testdata/benchmarks/auto.yaml

    apiVersion: networking.istio.io/v1alpha3
    kind: ServiceEntry
    metadata:
      name: proxy-service-instance
    spec:
      hosts:
      - example.com
      ports:
      - number: 7070
        name: auto
        protocol: ""
      resolution: STATIC
      location: MESH_INTERNAL
      endpoints:
      - address: 1.1.1.1
        labels:
          security.istio.io/tlsMode: istio
    ---
    # Set up .Services number of services.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sat Jul 29 02:10:48 UTC 2023
    - 908 bytes
    - Viewed (0)
  3. pilot/pkg/xds/testdata/benchmarks/tls.yaml

    apiVersion: networking.istio.io/v1alpha3
    kind: ServiceEntry
    metadata:
      name: proxy-service-instance
    spec:
      hosts:
      - example.com
      ports:
      - number: 7070
        name: tls
        protocol: TLS
      resolution: STATIC
      location: MESH_INTERNAL
      endpoints:
      - address: 1.1.1.1
        labels:
          security.istio.io/tlsMode: istio
    ---
    # Set up .Services number of services.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sat Jul 29 02:10:48 UTC 2023
    - 908 bytes
    - Viewed (0)
  4. tests/testdata/config/rule-default-route-append-headers.yaml

    spec:
       hosts:
       - appendh.test.istio.io
       ports:
       - number: 80
         name: http
         protocol: HTTP
       resolution: STATIC
       endpoints:
        - address: 127.0.0.2
          ports:
            http: 7072
    ---
    apiVersion: networking.istio.io/v1alpha3
    kind: VirtualService
    metadata:
      name: appendh-route
      namespace: testns
    spec:
      hosts:
        - appendh.test.istio.io
      http:
        - route:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jan 09 16:11:17 UTC 2020
    - 644 bytes
    - Viewed (0)
  5. pilot/pkg/xds/testdata/benchmarks/disabled.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: 7070
        name: tcp
        protocol: TCP
      - number: 443
        name: https
        protocol: HTTPS
      - number: 9090
        name: auto
        protocol: ""
      resolution: STATIC
      endpoints:
      - address: 1.1.1.1
    ---
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sat Jul 29 02:10:48 UTC 2023
    - 595 bytes
    - Viewed (0)
  6. testing/internal-integ-testing/src/main/groovy/org/gradle/integtests/fixtures/ScriptExecuter.groovy

            } else {
                executable = "${workingDir}/${executable}"
            }
            builder.environment("JAVA_HOME", System.getProperty("java.home"))
            // // https://github.com/gradle/dotcom/issues/6071
            builder.environment("JAVA_OPTS", "")
            return builder.build()
        }
    
        ExecResult run() {
            return build().start().waitForFinish()
        }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sun May 12 10:33:12 UTC 2024
    - 1.6K bytes
    - Viewed (0)
  7. tests/testdata/config/rule-websocket-route.yaml

    spec:
       hosts:
       - websocket.test.istio.io
       ports:
       - number: 9002
         name: http
         protocol: HTTP
       resolution: STATIC
       endpoints:
        - address: 127.0.0.2
          ports:
            http: 7072
          labels:
            version: v1
    
    ---
    apiVersion: networking.istio.io/v1alpha3
    kind: DestinationRule
    metadata:
      name: websocket
      namespace: testns
    spec:
      host: websocket.test.istio.io
      subsets:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sat Jan 19 04:56:49 UTC 2019
    - 1.4K bytes
    - Viewed (0)
  8. src/cmd/vendor/golang.org/x/arch/x86/x86asm/tables.go

    	/*7072*/ uint16(xSetOp), uint16(XRSTORS),
    	/*7074*/ uint16(xArgMem),
    	/*7075*/ uint16(xMatch),
    	/*7076*/ uint16(xCondDataSize), 7068, 7072, 7080,
    	/*7080*/ uint16(xSetOp), uint16(XRSTORS64),
    	/*7082*/ uint16(xArgMem),
    	/*7083*/ uint16(xMatch),
    	/*7084*/ uint16(xCondIs64), 7087, 7099,
    	/*7087*/ uint16(xCondDataSize), 7091, 7095, 0,
    	/*7091*/ uint16(xSetOp), uint16(XSAVEC),
    	/*7093*/ uint16(xArgMem),
    	/*7094*/ uint16(xMatch),
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 16 22:24:28 UTC 2022
    - 266.8K bytes
    - Viewed (0)
  9. pilot/pkg/xds/xds_test.go

    kind: Service
    metadata:
      labels:
        app: echo-app
      name: echo-app
      namespace: default
    spec:
      clusterIP: 1.2.3.4
      selector:
        app: echo-app
      ports:
      - name: grpc
        port: 7070
    ---
    apiVersion: v1
    kind: Pod
    metadata:
      labels:
        app: echo-app
      name: echo-app-%s
      namespace: default
    ---
    apiVersion: discovery.k8s.io/v1
    kind: EndpointSlice
    metadata:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Mar 27 16:59:05 UTC 2024
    - 13.8K bytes
    - Viewed (0)
  10. pkg/test/framework/components/echo/portgen.go

    // limitations under the License.
    
    package echo
    
    import (
    	"math"
    
    	"istio.io/istio/pkg/config/protocol"
    )
    
    const (
    	httpBase  = 80
    	httpsBase = 443
    	grpcBase  = 7070
    	tcpBase   = 9090
    )
    
    // portGenerators creates a set of generators for service and instance ports.
    type portGenerators struct {
    	Service  *portGenerator
    	Instance *portGenerator
    }
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Mar 04 00:24:04 UTC 2022
    - 2.5K bytes
    - Viewed (0)
Back to top