Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 24 for control (1.09 sec)

  1. api/go1.9.txt

    pkg syscall, type Conn interface { SyscallConn }
    pkg syscall, type Conn interface, SyscallConn() (RawConn, error)
    pkg syscall, type RawConn interface { Control, Read, Write }
    pkg syscall, type RawConn interface, Control(func(uintptr)) error
    pkg syscall, type RawConn interface, Read(func(uintptr) bool) error
    pkg syscall, type RawConn interface, Write(func(uintptr) bool) error
    pkg testing, method (*B) Helper()
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Mon Oct 04 20:20:20 GMT 2021
    - 10.7K bytes
    - Viewed (0)
  2. doc/godebug.md

    This behavior is controlled by the `winreadlinkvolume` setting.
    For Go 1.23, it defaults to `winreadlinkvolume=1`.
    Previous versions default to `winreadlinkvolume=0`.
    
    ### Go 1.22
    
    Go 1.22 adds a configurable limit to control the maximum acceptable RSA key size
    that can be used in TLS handshakes, controlled by the [`tlsmaxrsasize` setting](/pkg/crypto/tls#Conn.Handshake).
    The default is tlsmaxrsasize=8192, limiting RSA to 8192-bit keys. To avoid
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Tue Apr 16 17:29:58 GMT 2024
    - 13.5K bytes
    - Viewed (0)
  3. src/bufio/scan.go

    // Scanning stops unrecoverably at EOF, the first I/O error, or a token too
    // large to fit in the [Scanner.Buffer]. When a scan stops, the reader may have
    // advanced arbitrarily far past the last token. Programs that need more
    // control over error handling or large tokens, or must run sequential scans
    // on a reader, should use [bufio.Reader] instead.
    type Scanner struct {
    	r            io.Reader // The reader provided by the client.
    Go
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Mon Oct 23 09:06:30 GMT 2023
    - 14.2K bytes
    - Viewed (0)
  4. src/cmd/cgo/doc.go

    that must be disallowed. In both cases the regular expression must match
    a full argument: to allow -mfoo=bar, use CGO_CFLAGS_ALLOW='-mfoo.*',
    not just CGO_CFLAGS_ALLOW='-mfoo'. Similarly named variables control
    the allowed CPPFLAGS, CXXFLAGS, FFLAGS, and LDFLAGS.
    
    Also for security reasons, only a limited set of characters are
    permitted, notably alphanumeric characters and a few symbols, such as
    Go
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Sun Mar 31 09:02:45 GMT 2024
    - 42.1K bytes
    - Viewed (0)
  5. doc/next/6-stdlib/99-minor/debug/elf/66054.md

    The `debug/elf` package now defines [PT_OPENBSD_NOBTCFI]. This [ProgType] is
    used to disable Branch Tracking Control Flow Integrity (BTCFI) enforcement
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Fri Apr 12 20:57:18 GMT 2024
    - 173 bytes
    - Viewed (0)
  6. doc/go1.17_spec.html

    may be a (possibly <a href="#Labeled_statements">labeled</a>)
    <a href="#Fallthrough_statements">"fallthrough" statement</a> to
    indicate that control should flow from the end of this clause to
    the first statement of the next clause.
    Otherwise control flows to the end of the "switch" statement.
    A "fallthrough" statement may appear as the last statement of all
    but the last clause of an expression switch.
    </p>
    
    HTML
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Thu Apr 11 20:22:45 GMT 2024
    - 211.6K bytes
    - Viewed (0)
  7. api/go1.13.txt

    pkg syscall (netbsd-arm64-cgo), const SYS_PIPE = 42
    pkg syscall (netbsd-arm64-cgo), const SYS_PIPE ideal-int
    pkg syscall (netbsd-arm64-cgo), const SYS_PMC_CONTROL = 342
    pkg syscall (netbsd-arm64-cgo), const SYS_PMC_CONTROL ideal-int
    pkg syscall (netbsd-arm64-cgo), const SYS_PMC_GET_INFO = 341
    pkg syscall (netbsd-arm64-cgo), const SYS_PMC_GET_INFO ideal-int
    pkg syscall (netbsd-arm64-cgo), const SYS_POLL = 209
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Thu Aug 08 18:44:16 GMT 2019
    - 452.6K bytes
    - Viewed (0)
  8. src/archive/zip/reader.go

    	d.dirRecordsThisDisk = b.uint64() // total number of entries in the central directory on this disk
    	d.directoryRecords = b.uint64()   // total number of entries in the central directory
    	d.directorySize = b.uint64()      // size of the central directory
    	d.directoryOffset = b.uint64()    // offset of start of central directory with respect to the starting disk number
    
    Go
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Fri Oct 13 18:36:46 GMT 2023
    - 27.7K bytes
    - Viewed (0)
  9. api/go1.20.txt

    pkg syscall (freebsd-riscv64), type Kevent_t struct, Udata *uint8 #53466
    pkg syscall (freebsd-riscv64), type Msghdr struct #53466
    pkg syscall (freebsd-riscv64), type Msghdr struct, Control *uint8 #53466
    pkg syscall (freebsd-riscv64), type Msghdr struct, Controllen uint32 #53466
    pkg syscall (freebsd-riscv64), type Msghdr struct, Flags int32 #53466
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Fri Feb 17 21:23:32 GMT 2023
    - 602.6K bytes
    - Viewed (0)
  10. api/go1.txt

    pkg syscall (darwin-386), type Log2phys_t struct, Devoffset int64
    pkg syscall (darwin-386), type Log2phys_t struct, Flags uint32
    pkg syscall (darwin-386), type Msghdr struct
    pkg syscall (darwin-386), type Msghdr struct, Control *uint8
    pkg syscall (darwin-386), type Msghdr struct, Controllen uint32
    pkg syscall (darwin-386), type Msghdr struct, Flags int32
    pkg syscall (darwin-386), type Msghdr struct, Iov *Iovec
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Wed Aug 14 18:58:28 GMT 2013
    - 1.7M bytes
    - Viewed (1)
Back to top