Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for readWrite (0.98 sec)

  1. pkg/generated/openapi/zz_generated.openapi.go

    							Description: "cachingMode is the Host Caching mode: None, Read Only, Read Write.\n\nPossible enum values:\n - `\"None\"`\n - `\"ReadOnly\"`\n - `\"ReadWrite\"`",
    							Type:        []string{"string"},
    							Format:      "",
    							Enum:        []interface{}{"None", "ReadOnly", "ReadWrite"},
    						},
    					},
    					"fsType": {
    						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)
  2. api/go1.txt

    pkg bufio, method (ReadWriter) Available() int
    pkg bufio, method (ReadWriter) Flush() error
    pkg bufio, method (ReadWriter) Peek(int) ([]uint8, error)
    pkg bufio, method (ReadWriter) Read([]uint8) (int, error)
    pkg bufio, method (ReadWriter) ReadByte() (uint8, error)
    pkg bufio, method (ReadWriter) ReadBytes(uint8) ([]uint8, error)
    pkg bufio, method (ReadWriter) ReadLine() ([]uint8, bool, error)
    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 bufio, method (*Scanner) Split(SplitFunc)
    pkg bufio, method (*Scanner) Text() string
    pkg bufio, method (*Writer) ReadFrom(io.Reader) (int64, error)
    pkg bufio, method (ReadWriter) ReadFrom(io.Reader) (int64, error)
    pkg bufio, method (ReadWriter) WriteTo(io.Writer) (int64, error)
    pkg bufio, type Scanner struct
    pkg bufio, type SplitFunc func([]uint8, bool) (int, []uint8, error)
    pkg bufio, var ErrAdvanceTooFar error
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Mar 31 20:37:15 UTC 2022
    - 2.6M bytes
    - Viewed (0)
Back to top