Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 16 for controller (0.23 sec)

  1. src/cmd/cgo/doc.go

    that the Go memory to which it points (and the Go memory to which that
    memory points, and so on) is pinned.
    
    These rules are checked dynamically at runtime. The checking is
    controlled by the cgocheck setting of the GODEBUG environment
    variable. The default setting is GODEBUG=cgocheck=1, which implements
    reasonably cheap dynamic checks. These checks may be disabled
    Go
    - Registered: Tue Apr 23 11:13:09 GMT 2024
    - Last Modified: Sun Mar 31 09:02:45 GMT 2024
    - 42.1K bytes
    - Viewed (0)
  2. doc/go1.17_spec.html

    </p>
    
    <h3 id="For_statements">For statements</h3>
    
    <p>
    A "for" statement specifies repeated execution of a block. There are three forms:
    The iteration may be controlled by a single condition, a "for" clause, or a "range" clause.
    </p>
    
    <pre class="ebnf">
    ForStmt = "for" [ Condition | ForClause | RangeClause ] Block .
    Condition = Expression .
    </pre>
    
    HTML
    - Registered: Tue Apr 23 11:13:09 GMT 2024
    - Last Modified: Thu Apr 11 20:22:45 GMT 2024
    - 211.6K bytes
    - Viewed (0)
  3. api/go1.13.txt

    pkg syscall (netbsd-arm64-cgo), type Kevent_t struct, Udata int64
    pkg syscall (netbsd-arm64-cgo), type Mclpool [0]uint8
    pkg syscall (netbsd-arm64-cgo), type Msghdr struct
    pkg syscall (netbsd-arm64-cgo), type Msghdr struct, Controllen uint32
    pkg syscall (netbsd-arm64-cgo), type Msghdr struct, Control *uint8
    pkg syscall (netbsd-arm64-cgo), type Msghdr struct, Flags int32
    pkg syscall (netbsd-arm64-cgo), type Msghdr struct, Iov *Iovec
    Plain Text
    - Registered: Tue Apr 23 11:13:09 GMT 2024
    - Last Modified: Thu Aug 08 18:44:16 GMT 2019
    - 452.6K bytes
    - Viewed (0)
  4. api/go1.txt

    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
    pkg syscall (darwin-386), type Msghdr struct, Iovlen int32
    Plain Text
    - Registered: Tue Apr 23 11:13:09 GMT 2024
    - Last Modified: Wed Aug 14 18:58:28 GMT 2013
    - 1.7M bytes
    - Viewed (1)
  5. api/go1.16.txt

    pkg syscall (darwin-arm64), type Log2phys_t struct, Flags uint32
    pkg syscall (darwin-arm64), type Msghdr struct
    pkg syscall (darwin-arm64), type Msghdr struct, Control *uint8
    pkg syscall (darwin-arm64), type Msghdr struct, Controllen uint32
    pkg syscall (darwin-arm64), type Msghdr struct, Flags int32
    pkg syscall (darwin-arm64), type Msghdr struct, Iov *Iovec
    pkg syscall (darwin-arm64), type Msghdr struct, Iovlen int32
    Plain Text
    - Registered: Tue Apr 23 11:13:09 GMT 2024
    - Last Modified: Fri Dec 02 16:30:41 GMT 2022
    - 479.2K bytes
    - Viewed (0)
  6. api/go1.14.txt

    pkg syscall (freebsd-arm64), type Kevent_t struct, Udata *uint8
    pkg syscall (freebsd-arm64), type Msghdr struct
    pkg syscall (freebsd-arm64), type Msghdr struct, Control *uint8
    pkg syscall (freebsd-arm64), type Msghdr struct, Controllen uint32
    pkg syscall (freebsd-arm64), type Msghdr struct, Flags int32
    pkg syscall (freebsd-arm64), type Msghdr struct, Iov *Iovec
    pkg syscall (freebsd-arm64), type Msghdr struct, Iovlen int32
    Plain Text
    - Registered: Tue Apr 23 11:13:09 GMT 2024
    - Last Modified: Fri Feb 17 20:31:46 GMT 2023
    - 508.9K bytes
    - Viewed (0)
  7. PATENTS

    transfer and otherwise run, modify and propagate the contents of this
    implementation of Go, where such license applies only to those patent
    claims, both currently owned or controlled by Google and acquired in
    the future, licensable by Google that are necessarily infringed by this
    implementation of Go.  This grant does not include claims that would be
    Plain Text
    - Registered: Tue Apr 23 11:13:09 GMT 2024
    - Last Modified: Mon Dec 06 21:31:59 GMT 2010
    - 1.3K bytes
    - Viewed (0)
  8. src/builtin/builtin.go

    // functions in the executing goroutine have stopped, in reverse order. At
    // that point, the program is terminated with a non-zero exit code. This
    // termination sequence is called panicking and can be controlled by the
    // built-in function recover.
    //
    // Starting in Go 1.21, calling panic with a nil interface value or an
    // untyped nil causes a run-time error (a different panic).
    Go
    - Registered: Tue Apr 23 11:13:09 GMT 2024
    - Last Modified: Thu Apr 11 20:22:45 GMT 2024
    - 12.7K bytes
    - Viewed (0)
  9. doc/go_spec.html

    </p>
    
    <h3 id="For_statements">For statements</h3>
    
    <p>
    A "for" statement specifies repeated execution of a block. There are three forms:
    The iteration may be controlled by a single condition, a "for" clause, or a "range" clause.
    </p>
    
    <pre class="ebnf">
    ForStmt = "for" [ Condition | ForClause | RangeClause ] Block .
    Condition = Expression .
    </pre>
    
    HTML
    - Registered: Tue Apr 23 11:13:09 GMT 2024
    - Last Modified: Thu Apr 11 20:22:45 GMT 2024
    - 279.3K bytes
    - Viewed (0)
  10. doc/next/6-stdlib/99-minor/os/61893.md

    reparse points changed. Mount points no longer have [ModeSymlink] set,
    and reparse points that are not symlinks, Unix sockets, or dedup files
    now always have [ModeIrregular] set.
    This behavior is controlled by the `winsymlink` setting.
    For Go 1.23, it defaults to `winsymlink=1`.
    Plain Text
    - Registered: Tue Apr 23 11:13:09 GMT 2024
    - Last Modified: Fri Apr 12 20:57:18 GMT 2024
    - 386 bytes
    - Viewed (0)
Back to top