Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 15 of 15 for Farias (0.19 sec)

  1. api/go1.1.txt

    pkg syscall (netbsd-386), const ETHERTYPE_UBNIU = 28673
    pkg syscall (netbsd-386), const ETHERTYPE_UBNMC = 28675
    pkg syscall (netbsd-386), const ETHERTYPE_VALID = 5632
    pkg syscall (netbsd-386), const ETHERTYPE_VARIAN = 32989
    pkg syscall (netbsd-386), const ETHERTYPE_VAXELN = 32827
    pkg syscall (netbsd-386), const ETHERTYPE_VEECO = 32871
    pkg syscall (netbsd-386), const ETHERTYPE_VEXP = 32859
    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)
  2. api/go1.22.txt

    pkg go/ast, type Package //deprecated #52463
    pkg go/ast, type Scope //deprecated #52463
    pkg go/types, func NewAlias(*TypeName, Type) *Alias #63223
    pkg go/types, func Unalias(Type) Type #63223
    pkg go/types, method (*Alias) Obj() *TypeName #63223
    pkg go/types, method (*Alias) String() string #63223
    pkg go/types, method (*Alias) Underlying() Type #63223
    pkg go/types, method (*Info) PkgNameOf(*ast.ImportSpec) *PkgName #62037
    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)
  3. doc/next/6-stdlib/99-minor/go/types/66559.md

    The [Alias] type now has an [Rhs] method that returns the type on the
    right-hand side of its declaration: given `type A = B`, the `Rhs` of A
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Wed Apr 24 21:50:16 GMT 2024
    - 172 bytes
    - Viewed (0)
  4. src/cmd/api/main_test.go

    // aliasReplacer applies type aliases to earlier API files,
    // to avoid misleading negative results.
    // This makes all the references to os.FileInfo in go1.txt
    // be read as if they said fs.FileInfo, since os.FileInfo is now an alias.
    // If there are many of these, we could do a more general solution,
    // but for now the replacer is fine.
    var aliasReplacer = strings.NewReplacer(
    	"os.FileInfo", "fs.FileInfo",
    	"os.FileMode", "fs.FileMode",
    Go
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Tue Apr 09 20:48:51 GMT 2024
    - 31.4K bytes
    - Viewed (0)
  5. api/go1.2.txt

    pkg syscall (netbsd-386), const ETHERTYPE_UBNIU ideal-int
    pkg syscall (netbsd-386), const ETHERTYPE_UBNMC ideal-int
    pkg syscall (netbsd-386), const ETHERTYPE_VALID ideal-int
    pkg syscall (netbsd-386), const ETHERTYPE_VARIAN ideal-int
    pkg syscall (netbsd-386), const ETHERTYPE_VAXELN ideal-int
    pkg syscall (netbsd-386), const ETHERTYPE_VEECO ideal-int
    pkg syscall (netbsd-386), const ETHERTYPE_VEXP 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