Search Options

Results per page
Sort
Preferred Languages
Advance

Results 91 - 100 of 156 for 8003 (2.13 sec)

  1. src/cmd/vendor/golang.org/x/sys/unix/zsysnum_linux_mips64le.go

    //go:build mips64le && linux
    
    package unix
    
    const (
    	SYS_READ                    = 5000
    	SYS_WRITE                   = 5001
    	SYS_OPEN                    = 5002
    	SYS_CLOSE                   = 5003
    	SYS_STAT                    = 5004
    	SYS_FSTAT                   = 5005
    	SYS_LSTAT                   = 5006
    	SYS_POLL                    = 5007
    	SYS_LSEEK                   = 5008
    	SYS_MMAP                    = 5009
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 16:12:58 UTC 2024
    - 13.1K bytes
    - Viewed (0)
  2. tests/integration/pilot/multi_version_revision_test.go

    					Service:   fmt.Sprintf("revision-%s", ns.revision),
    					Namespace: ns.namespace,
    					Ports: []echo.Port{
    						{
    							Name:         "http",
    							Protocol:     protocol.HTTP,
    							WorkloadPort: 8000,
    						},
    						{
    							Name:         "tcp",
    							Protocol:     protocol.TCP,
    							WorkloadPort: 9000,
    						},
    						{
    							Name:         "grpc",
    							Protocol:     protocol.GRPC,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Apr 08 22:02:59 UTC 2024
    - 6.1K bytes
    - Viewed (0)
  3. pkg/config/analysis/analyzers/testdata/authorizationpolicies.yaml

        istio-injection: "enabled"
    spec: {}
    ---
    apiVersion: v1
    kind: Service
    metadata:
      name: httpbin
      namespace: httpbin
      labels:
        app: httpbin
    spec:
      ports:
      - name: http
        port: 8000
        targetPort: 80
      selector:
        app: httpbin
    ---
    apiVersion: apps/v1
    kind: Deployment
    metadata:
      name: httpbin
      namespace: httpbin
    spec:
      replicas: 1
      selector:
        matchLabels:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Mar 08 14:14:46 UTC 2023
    - 7.8K bytes
    - Viewed (0)
  4. platforms/documentation/docs/src/snippets/native-binaries/cunit/groovy/libs/cunit/2.1-2/include/CUnit/CUnit.h

     */
    
    /*
     *  ASSERT Macro definitions and general CUnit configuration definitions.
     *
     *  09/Aug/2001   ASSERT definitions. (AK)
     *
     *  12/Mar/2003   New Assert definitions. (AK)
     *
     *  27/Jul/2003   Modified ASSERT_XXX Macro definitions. (AK)
     *
     *  15-Jul-2004   New interface, changed action on assert failure to not
     *                return, provided _FATAL versions of assertions to return
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 18.6K bytes
    - Viewed (0)
  5. src/crypto/tls/testdata/Server-TLSv13-Resume-HelloRetryRequest

    00000070  00 00 00 16 00 00 00 17  00 00 00 0d 00 1e 00 1c  |................|
    00000080  04 03 05 03 06 03 08 07  08 08 08 09 08 0a 08 0b  |................|
    00000090  08 04 08 05 08 06 04 01  05 01 06 01 00 2b 00 03  |.............+..|
    000000a0  02 03 04 00 2d 00 02 01  01 00 33 00 47 00 45 00  |....-.....3.G.E.|
    000000b0  17 00 41 04 ef 92 7c 5c  e3 0d 1b 5c 8f 56 a2 93  |..A...|\...\.V..|
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 25 00:14:50 UTC 2023
    - 6.9K bytes
    - Viewed (0)
  6. src/crypto/tls/testdata/Client-TLSv13-AES128-SHA256

    00000040  00 00 00 00 00 00 00 00  00 00 00 00 13 01 00 00  |................|
    00000050  2e 00 2b 00 02 03 04 00  33 00 24 00 1d 00 20 36  |..+.....3.$... 6|
    00000060  e2 c3 a0 14 f4 9c 50 9c  08 03 5e c2 b8 4b 66 85  |......P...^..Kf.|
    00000070  71 fb bb 20 6e 97 3a f6  74 be 02 31 29 8e 18 14  |q.. n.:.t..1)...|
    00000080  03 03 00 01 01 17 03 03  00 17 00 79 2a 2d 44 f4  |...........y*-D.|
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 22:33:38 UTC 2024
    - 6.8K bytes
    - Viewed (0)
  7. tensorflow/compiler/mlir/tf2xla/tests/legalize-tf-with-tf2xla-hlo-importer.mlir

      //   type: OTHER
      //   tile_assignment_dimensions: 2
      //   tile_assignment_dimensions: 1
      //   tile_assignment_devices: 0
      //   tile_assignment_devices: 1
      // Serialized string:
      //   "\08\03\1A\02\02\01\22\02\00\01"
      // The manual sharding is:
      //   type: MANUAL
      // Serialized string:
      //   "\08\04"
    
      // CHECK-LABEL: @xla_spmd_full_to_shard_shape
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Sat Apr 06 15:32:52 UTC 2024
    - 38.6K bytes
    - Viewed (1)
  8. src/cmd/vendor/golang.org/x/sys/unix/zsysnum_linux_mipsle.go

    //go:build mipsle && linux
    
    package unix
    
    const (
    	SYS_SYSCALL                      = 4000
    	SYS_EXIT                         = 4001
    	SYS_FORK                         = 4002
    	SYS_READ                         = 4003
    	SYS_WRITE                        = 4004
    	SYS_OPEN                         = 4005
    	SYS_CLOSE                        = 4006
    	SYS_WAITPID                      = 4007
    	SYS_CREAT                        = 4008
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 16:12:58 UTC 2024
    - 17.6K bytes
    - Viewed (0)
  9. pkg/test/framework/components/echo/kube/templates/vm_deployment.yaml

    {{- if $.IncludeExtAuthz }}
          - name: ext-authz
            image: {{ $.ImageHub }}/ext-authz:{{ $.ImageTag }}
            imagePullPolicy: {{ $.ImagePullPolicy }}
            ports:
            - containerPort: 8000
            - containerPort: 9000
    {{- end }}
          volumes:
          - emptyDir: {}
            name: istio-data
          - secret:
              secretName: {{ $.Service }}-istio-token
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri May 03 19:29:42 UTC 2024
    - 8K bytes
    - Viewed (0)
  10. pkg/kubelet/stats/cadvisor_stats_provider_test.go

    		seedPod1Infra         = 3000
    		seedPod1Container     = 4000
    		seedPod2Infra         = 5000
    		seedPod2Container     = 6000
    		seedPod3Infra         = 7000
    		seedPod3Container0    = 8000
    		seedPod3Container1    = 8001
    		seedEphemeralVolume1  = 10000
    		seedEphemeralVolume2  = 10001
    		seedPersistentVolume1 = 20000
    		seedPersistentVolume2 = 20001
    	)
    	const (
    		pName0 = "pod0"
    		pName1 = "pod1"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 30.2K bytes
    - Viewed (0)
Back to top