Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 8 of 8 for pread (0.27 sec)

  1. api/go1.2.txt

    pkg syscall (freebsd-386-cgo), func Pathconf(string, int) (int, error)
    pkg syscall (freebsd-386-cgo), func Pipe([]int) error
    pkg syscall (freebsd-386-cgo), func Pread(int, []uint8, int64) (int, error)
    pkg syscall (freebsd-386-cgo), func Pwrite(int, []uint8, int64) (int, error)
    pkg syscall (freebsd-386-cgo), func RawSyscall(uintptr, uintptr, uintptr, uintptr) (uintptr, uintptr, Errno)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Oct 18 04:36:59 UTC 2013
    - 1.9M bytes
    - Viewed (0)
  2. api/go1.txt

    pkg io, type ReadCloser interface { Close, Read }
    pkg io, type ReadCloser interface, Close() error
    pkg io, type ReadCloser interface, Read([]uint8) (int, error)
    pkg io, type ReadSeeker interface { Read, Seek }
    pkg io, type ReadSeeker interface, Read([]uint8) (int, error)
    pkg io, type ReadSeeker interface, Seek(int64, int) (int64, error)
    pkg io, type ReadWriteCloser interface { Close, Read, Write }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Aug 14 18:58:28 UTC 2013
    - 1.7M bytes
    - Viewed (0)
  3. api/go1.1.txt

    pkg syscall (darwin-386), const CFLUSH ideal-int
    pkg syscall (darwin-386), const CLOCAL = 32768
    pkg syscall (darwin-386), const CLOCAL ideal-int
    pkg syscall (darwin-386), const CREAD = 2048
    pkg syscall (darwin-386), const CREAD ideal-int
    pkg syscall (darwin-386), const CS5 = 0
    pkg syscall (darwin-386), const CS5 ideal-int
    pkg syscall (darwin-386), const CS6 = 256
    pkg syscall (darwin-386), const CS6 ideal-int
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Mar 31 20:37:15 UTC 2022
    - 2.6M bytes
    - Viewed (0)
  4. pkg/generated/openapi/zz_generated.openapi.go

    						SchemaProps: spec.SchemaProps{
    							Description: "Mounted read-only if true, read-write otherwise (false or unspecified). Defaults to false.",
    							Type:        []string{"boolean"},
    							Format:      "",
    						},
    					},
    					"recursiveReadOnly": {
    						SchemaProps: spec.SchemaProps{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 3M bytes
    - Viewed (0)
  5. api/openapi-spec/v3/api__v1_openapi.json

                "type": "string"
              },
              "readOnly": {
                "description": "Mounted read-only if true, read-write otherwise (false or unspecified). Defaults to false.",
                "type": "boolean"
              },
              "recursiveReadOnly": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 1.8M bytes
    - Viewed (0)
  6. staging/src/k8s.io/cli-runtime/artifacts/openapi/swagger-with-shared-parameters.json

    tBundle objects are considered to be readable by any authenticated user in the cluster, because they can be mounted by pods using the `clusterTrustBundle` projection.  All service accounts have read access to ClusterTrustBundles by default.  Users who only have namespace-level access to a cluster can read ClusterTrustBundles by impersonating a serviceaccount that they have access to.\n\nIt can be optionally associated with a particular assigner, in which case it contains one valid set of trust anchors...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 20 15:45:02 UTC 2024
    - 2.3M bytes
    - Viewed (0)
  7. api/openapi-spec/swagger.json

              "type": "string"
            },
            "readOnly": {
              "description": "Mounted read-only if true, read-write otherwise (false or unspecified). Defaults to false.",
              "type": "boolean"
            },
            "recursiveReadOnly": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 3.1M bytes
    - Viewed (0)
  8. staging/src/k8s.io/cli-runtime/artifacts/openapi/swagger.json

          "properties": {
            "cachingMode": {
              "description": "cachingMode is the Host Caching mode: None, Read Only, Read Write.",
              "type": "string"
            },
            "diskName": {
              "description": "diskName is the Name of the data disk in the blob storage",
              "type": "string"
            },
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 20 15:45:02 UTC 2024
    - 4.5M bytes
    - Viewed (0)
Back to top