Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 14 for resolvers (0.26 sec)

  1. api/go1.13.txt

    pkg syscall (netbsd-arm64-cgo), const RTM_REDIRECT = 6
    pkg syscall (netbsd-arm64-cgo), const RTM_REDIRECT ideal-int
    pkg syscall (netbsd-arm64-cgo), const RTM_RESOLVE = 11
    pkg syscall (netbsd-arm64-cgo), const RTM_RESOLVE ideal-int
    pkg syscall (netbsd-arm64-cgo), const RTM_RTTUNIT = 1000000
    pkg syscall (netbsd-arm64-cgo), const RTM_RTTUNIT ideal-int
    pkg syscall (netbsd-arm64-cgo), const RTM_SETGATE = 18
    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. src/README.vendor

    as if it had a "vendor/" prefix. For example, within "crypto/tls",
    an import of "golang.org/x/crypto/cryptobyte" resolves to
    "vendor/golang.org/x/crypto/cryptobyte". When a package with the
    same path is imported from a package outside std or cmd, it will
    be resolved normally. Consequently, a binary may be built with two
    copies of a package at different versions if the package is
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Tue Apr 02 02:20:05 GMT 2024
    - 2.2K bytes
    - Viewed (0)
  3. api/go1.18.txt

    pkg go/types, type TypeParamList struct
    pkg go/types, type Union struct
    pkg net, func TCPAddrFromAddrPort(netip.AddrPort) *TCPAddr
    pkg net, func UDPAddrFromAddrPort(netip.AddrPort) *UDPAddr
    pkg net, method (*Resolver) LookupNetIP(context.Context, string, string) ([]netip.Addr, error)
    pkg net, method (*TCPAddr) AddrPort() netip.AddrPort
    pkg net, method (*UDPAddr) AddrPort() netip.AddrPort
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Fri Feb 17 20:31:46 GMT 2023
    - 13K bytes
    - Viewed (0)
  4. api/go1.16.txt

    pkg debug/elf, const DT_MIPS_RLD_MAP DynTag
    pkg debug/elf, const DT_MIPS_RLD_MAP_REL = 1879048245
    pkg debug/elf, const DT_MIPS_RLD_MAP_REL DynTag
    pkg debug/elf, const DT_MIPS_RLD_TEXT_RESOLVE_ADDR = 1879048237
    pkg debug/elf, const DT_MIPS_RLD_TEXT_RESOLVE_ADDR DynTag
    pkg debug/elf, const DT_MIPS_RLD_VERSION = 1879048193
    pkg debug/elf, const DT_MIPS_RLD_VERSION DynTag
    pkg debug/elf, const DT_MIPS_RWPLT = 1879048244
    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)
  5. api/go1.14.txt

    pkg syscall (freebsd-arm64), const RTM_REDIRECT = 6
    pkg syscall (freebsd-arm64), const RTM_REDIRECT ideal-int
    pkg syscall (freebsd-arm64), const RTM_RESOLVE = 11
    pkg syscall (freebsd-arm64), const RTM_RESOLVE ideal-int
    pkg syscall (freebsd-arm64), const RTM_RTTUNIT = 1000000
    pkg syscall (freebsd-arm64), const RTM_RTTUNIT ideal-int
    pkg syscall (freebsd-arm64), const RTM_VERSION = 5
    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)
  6. api/go1.txt

    pkg syscall (darwin-386), const RTM_OLDADD ideal-int
    pkg syscall (darwin-386), const RTM_OLDDEL ideal-int
    pkg syscall (darwin-386), const RTM_REDIRECT ideal-int
    pkg syscall (darwin-386), const RTM_RESOLVE ideal-int
    pkg syscall (darwin-386), const RTM_RTTUNIT ideal-int
    pkg syscall (darwin-386), const RTM_VERSION ideal-int
    pkg syscall (darwin-386), const RTV_EXPIRE 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 (2)
  7. api/go1.8.txt

    pkg net, method (*Resolver) LookupPort(context.Context, string, string) (int, error)
    pkg net, method (*Resolver) LookupSRV(context.Context, string, string, string) (string, []*SRV, error)
    pkg net, method (*Resolver) LookupTXT(context.Context, string) ([]string, error)
    pkg net, method (*UnixListener) SetUnlinkOnClose(bool)
    pkg net, type Buffers [][]uint8
    pkg net, type Dialer struct, Resolver *Resolver
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Wed Dec 21 05:25:57 GMT 2016
    - 16.3K bytes
    - Viewed (0)
  8. doc/godebug.md

    controlled by the [`http2client`, `http2server`, and `http2debug` settings](/pkg/net/http/#hdr-HTTP_2).
    There is no plan to remove these settings.
    
    ### Go 1.5
    
    Go 1.5 introduced a pure Go DNS resolver,
    controlled by the [`netdns` setting](/pkg/net/#hdr-Name_Resolution).
    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)
  9. api/go1.9.txt

    pkg net, method (*UDPConn) SyscallConn() (syscall.RawConn, error)
    pkg net, method (*UnixConn) SyscallConn() (syscall.RawConn, error)
    pkg net, type Resolver struct, Dial func(context.Context, string, string) (Conn, error)
    pkg net, type Resolver struct, StrictErrors bool
    pkg net/http, func ServeTLS(net.Listener, Handler, string, string) error
    pkg net/http, method (*Server) RegisterOnShutdown(func())
    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)
  10. api/go1.20.txt

    pkg syscall (freebsd-riscv64), const RTM_REDIRECT = 6 #53466
    pkg syscall (freebsd-riscv64), const RTM_REDIRECT ideal-int #53466
    pkg syscall (freebsd-riscv64), const RTM_RESOLVE = 11 #53466
    pkg syscall (freebsd-riscv64), const RTM_RESOLVE ideal-int #53466
    pkg syscall (freebsd-riscv64), const RTM_RTTUNIT = 1000000 #53466
    pkg syscall (freebsd-riscv64), const RTM_RTTUNIT 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)
Back to top