Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 10 for socketio (0.37 sec)

  1. api/go1.13.txt

    pkg syscall (netbsd-arm64-cgo), const SYS___SIGTIMEDWAIT = 431
    pkg syscall (netbsd-arm64-cgo), const SYS___SIGTIMEDWAIT ideal-int
    pkg syscall (netbsd-arm64-cgo), const SYS_SOCKET = 394
    pkg syscall (netbsd-arm64-cgo), const SYS_SOCKET ideal-int
    pkg syscall (netbsd-arm64-cgo), const SYS_SOCKETPAIR = 135
    pkg syscall (netbsd-arm64-cgo), const SYS_SOCKETPAIR ideal-int
    pkg syscall (netbsd-arm64-cgo), const SYS_SSTK = 70
    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)
  2. api/go1.16.txt

    pkg syscall (darwin-arm64), const SYS_PID_RESUME = 434
    pkg syscall (darwin-arm64), const SYS_PID_RESUME ideal-int
    pkg syscall (darwin-arm64), const SYS_PID_SHUTDOWN_SOCKETS = 436
    pkg syscall (darwin-arm64), const SYS_PID_SHUTDOWN_SOCKETS ideal-int
    pkg syscall (darwin-arm64), const SYS_PID_SUSPEND = 433
    pkg syscall (darwin-arm64), const SYS_PID_SUSPEND ideal-int
    pkg syscall (darwin-arm64), const SYS_PIPE = 42
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Fri Dec 02 16:30:41 GMT 2022
    - 479.2K bytes
    - Viewed (0)
  3. api/go1.txt

    pkg syscall (darwin-386), const SYS_PATHCONF ideal-int
    pkg syscall (darwin-386), const SYS_PID_HIBERNATE ideal-int
    pkg syscall (darwin-386), const SYS_PID_RESUME ideal-int
    pkg syscall (darwin-386), const SYS_PID_SHUTDOWN_SOCKETS ideal-int
    pkg syscall (darwin-386), const SYS_PID_SUSPEND ideal-int
    pkg syscall (darwin-386), const SYS_PIPE ideal-int
    pkg syscall (darwin-386), const SYS_POLL ideal-int
    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)
  4. api/go1.14.txt

    pkg syscall (freebsd-arm64), const SYS_SIGWAITINFO = 346
    pkg syscall (freebsd-arm64), const SYS_SIGWAITINFO ideal-int
    pkg syscall (freebsd-arm64), const SYS_SOCKET = 97
    pkg syscall (freebsd-arm64), const SYS_SOCKET ideal-int
    pkg syscall (freebsd-arm64), const SYS_SOCKETPAIR = 135
    pkg syscall (freebsd-arm64), const SYS_SOCKETPAIR ideal-int
    pkg syscall (freebsd-arm64), const SYS_SSTK = 70
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Fri Feb 17 20:31:46 GMT 2023
    - 508.9K bytes
    - Viewed (0)
  5. doc/godebug.md

    for reparse points, which can be controlled with the `winsymlink` setting.
    As of Go 1.23 (`winsymlink=1`), mount points no longer have [`os.ModeSymlink`](/pkg/os#ModeSymlink)
    set, and reparse points that are not symlinks, Unix sockets, or dedup files now
    always have [`os.ModeIrregular`](/pkg/os#ModeIrregular) set. As a result of these changes,
    [`filepath.EvalSymlinks`](/pkg/path/filepath#EvalSymlinks) no longer evaluates
    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)
  6. api/go1.20.txt

    pkg syscall (freebsd-riscv64), const SYS_SIGWAITINFO = 346 #53466
    pkg syscall (freebsd-riscv64), const SYS_SIGWAITINFO ideal-int #53466
    pkg syscall (freebsd-riscv64), const SYS_SOCKET = 97 #53466
    pkg syscall (freebsd-riscv64), const SYS_SOCKET ideal-int #53466
    pkg syscall (freebsd-riscv64), const SYS_SOCKETPAIR = 135 #53466
    pkg syscall (freebsd-riscv64), const SYS_SOCKETPAIR ideal-int #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)
  7. api/go1.1.txt

    pkg syscall (darwin-386), const SYS_PATHCONF = 191
    pkg syscall (darwin-386), const SYS_PID_HIBERNATE = 435
    pkg syscall (darwin-386), const SYS_PID_RESUME = 434
    pkg syscall (darwin-386), const SYS_PID_SHUTDOWN_SOCKETS = 436
    pkg syscall (darwin-386), const SYS_PID_SUSPEND = 433
    pkg syscall (darwin-386), const SYS_PIPE = 42
    pkg syscall (darwin-386), const SYS_POLL = 230
    pkg syscall (darwin-386), const SYS_POLL_NOCANCEL = 417
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Thu Mar 31 20:37:15 GMT 2022
    - 2.6M bytes
    - Viewed (0)
  8. doc/next/6-stdlib/99-minor/os/33357.md

    The [Stat] function now sets the [ModeSocket] bit for
    files that are Unix sockets on Windows. These files are identified
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Fri Apr 12 20:57:18 GMT 2024
    - 178 bytes
    - Viewed (0)
  9. doc/next/6-stdlib/99-minor/os/61893.md

    On Windows, the mode bits reported by [Lstat] and [Stat] for
    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 May 07 11:14:38 GMT 2024
    - Last Modified: Fri Apr 12 20:57:18 GMT 2024
    - 386 bytes
    - Viewed (0)
  10. api/go1.2.txt

    pkg syscall (freebsd-386-cgo), const SYS_SIGTIMEDWAIT ideal-int
    pkg syscall (freebsd-386-cgo), const SYS_SIGWAIT ideal-int
    pkg syscall (freebsd-386-cgo), const SYS_SIGWAITINFO ideal-int
    pkg syscall (freebsd-386-cgo), const SYS_SOCKET ideal-int
    pkg syscall (freebsd-386-cgo), const SYS_SOCKETPAIR ideal-int
    pkg syscall (freebsd-386-cgo), const SYS_SSTK ideal-int
    pkg syscall (freebsd-386-cgo), const SYS_STAT ideal-int
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Fri Oct 18 04:36:59 GMT 2013
    - 1.9M bytes
    - Viewed (2)
Back to top