Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 7 of 7 for void (0.24 sec)

  1. src/README.vendor

    imported normally and vendored by the standard library.
    
    Vendored packages are internally renamed with a "vendor/" prefix
    to preserve the invariant that all packages have distinct paths.
    This is necessary to avoid compiler and linker conflicts. Adding
    a "vendor/" prefix also maintains the invariant that standard
    library packages begin with a dotless path element.
    
    The module requirements of std and cmd do not influence version
    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)
  2. misc/ios/README

    the developer identity, the device might also remove the permission to run apps from
    that developer, and the exec wrapper will fail to install the new app. To avoid that,
    install another app with the same developer identity but with a different bundle id.
    That way, the permission to install apps is held on to while the primary app is
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Tue Dec 29 21:49:26 GMT 2020
    - 2.7K bytes
    - Viewed (0)
  3. api/go1.txt

    pkg syscall (windows-386), type Win32finddata struct, Reserved1 uint32
    pkg syscall (windows-386), var OID_PKIX_KP_SERVER_AUTH []uint8
    pkg syscall (windows-386), var OID_SERVER_GATED_CRYPTO []uint8
    pkg syscall (windows-386), var OID_SGC_NETSCAPE []uint8
    pkg syscall (windows-386), var Stderr Handle
    pkg syscall (windows-386), var Stdin Handle
    pkg syscall (windows-386), var Stdout Handle
    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)
  4. doc/godebug.md

    (such as [`os.ModeDir`](/pkg/os#ModeDir)) do not have the `ModeIrregular` bit set.
    
    Go 1.23 changed [`os.Readlink`](/pkg/os#Readlink) and [`filepath.EvalSymlinks`](/pkg/path/filepath#EvalSymlinks)
    to avoid trying to normalize volumes to drive letters, which was not always even possible.
    This behavior is controlled by the `winreadlinkvolume` setting.
    For Go 1.23, it defaults to `winreadlinkvolume=1`.
    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)
  5. api/go1.1.txt

    pkg syscall (linux-386), const ARPHRD_SLIP6 = 258
    pkg syscall (linux-386), const ARPHRD_TUNNEL = 768
    pkg syscall (linux-386), const ARPHRD_TUNNEL6 = 769
    pkg syscall (linux-386), const ARPHRD_VOID = 65535
    pkg syscall (linux-386), const ARPHRD_X25 = 271
    pkg syscall (linux-386), const B0 = 0
    pkg syscall (linux-386), const B1000000 = 4104
    pkg syscall (linux-386), const B110 = 3
    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)
  6. api/go1.22.txt

    pkg crypto/x509, func OIDFromInts([]uint64) (OID, error) #60665
    pkg crypto/x509, method (*CertPool) AddCertWithConstraint(*Certificate, func([]*Certificate) error) #57178
    pkg crypto/x509, method (OID) Equal(OID) bool #60665
    pkg crypto/x509, method (OID) EqualASN1OID(asn1.ObjectIdentifier) bool #60665
    pkg crypto/x509, method (OID) String() string #60665
    pkg crypto/x509, type Certificate struct, Policies []OID #60665
    pkg crypto/x509, type OID struct #60665
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Wed Jan 24 20:54:27 GMT 2024
    - 7.7K bytes
    - Viewed (0)
  7. api/go1.2.txt

    pkg syscall (linux-arm-cgo), const ARPHRD_SLIP6 ideal-int
    pkg syscall (linux-arm-cgo), const ARPHRD_TUNNEL ideal-int
    pkg syscall (linux-arm-cgo), const ARPHRD_TUNNEL6 ideal-int
    pkg syscall (linux-arm-cgo), const ARPHRD_VOID ideal-int
    pkg syscall (linux-arm-cgo), const ARPHRD_X25 ideal-int
    pkg syscall (linux-arm-cgo), const B0 ideal-int
    pkg syscall (linux-arm-cgo), const B1000000 ideal-int
    pkg syscall (linux-arm-cgo), const B110 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