Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 11 for nossos (7.8 sec)

  1. src/cmd/cgo/ast_go118.go

    package main
    
    import (
    	"go/ast"
    	"go/token"
    )
    
    func (f *File) walkUnexpected(x interface{}, context astContext, visit func(*File, interface{}, astContext)) {
    	switch n := x.(type) {
    	default:
    		error_(token.NoPos, "unexpected type %T in walk", x)
    		panic("unexpected type")
    
    	case *ast.IndexListExpr:
    		f.walk(&n.X, ctxExpr, visit)
    		f.walk(n.Indices, ctxExpr, visit)
    	}
    }
    
    Go
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Wed Nov 30 21:45:10 GMT 2022
    - 730 bytes
    - Viewed (0)
  2. api/go1.13.txt

    pkg syscall (netbsd-arm64-cgo), const TIOCPKT_IOCTL = 64
    pkg syscall (netbsd-arm64-cgo), const TIOCPKT_IOCTL ideal-int
    pkg syscall (netbsd-arm64-cgo), const TIOCPKT_NOSTOP = 16
    pkg syscall (netbsd-arm64-cgo), const TIOCPKT_NOSTOP ideal-int
    pkg syscall (netbsd-arm64-cgo), const TIOCPKT_START = 8
    pkg syscall (netbsd-arm64-cgo), const TIOCPKT_START ideal-int
    pkg syscall (netbsd-arm64-cgo), const TIOCPKT_STOP = 4
    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)
  3. src/cmd/cgo/ast_go1.go

    //go:build compiler_bootstrap
    
    package main
    
    import (
    	"go/ast"
    	"go/token"
    )
    
    func (f *File) walkUnexpected(x interface{}, context astContext, visit func(*File, interface{}, astContext)) {
    	error_(token.NoPos, "unexpected type %T in walk", x)
    	panic("unexpected type")
    }
    
    func funcTypeTypeParams(n *ast.FuncType) *ast.FieldList {
    	return nil
    }
    
    func typeSpecTypeParams(n *ast.TypeSpec) *ast.FieldList {
    	return nil
    Go
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Wed Nov 30 21:45:10 GMT 2022
    - 578 bytes
    - Viewed (0)
  4. src/bytes/example_test.go

    	fmt.Printf("%s", bytes.Title([]byte("her royal highness")))
    	// Output: Her Royal Highness
    }
    
    func ExampleToTitle() {
    	fmt.Printf("%s\n", bytes.ToTitle([]byte("loud noises")))
    	fmt.Printf("%s\n", bytes.ToTitle([]byte("хлеб")))
    	// Output:
    	// LOUD NOISES
    	// ХЛЕБ
    }
    
    func ExampleToTitleSpecial() {
    	str := []byte("ahoj vývojári golang")
    	totitle := bytes.ToTitleSpecial(unicode.AzeriCase, str)
    Go
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Mon Mar 04 15:54:40 GMT 2024
    - 15K bytes
    - Viewed (1)
  5. src/cmd/cgo/gcc.go

    		// to users debugging preamble mistakes. See issue 8442.
    		preambleErrors := p.gccErrors([]byte(builtinProlog + f.Preamble))
    		if len(preambleErrors) > 0 {
    			error_(token.NoPos, "\n%s errors for preamble:\n%s", gccBaseCmd[0], preambleErrors)
    		}
    
    		fatalf("unresolved names")
    	}
    
    	return needType
    }
    
    // loadDWARF parses the DWARF debug information generated
    Go
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Thu Nov 02 16:43:23 GMT 2023
    - 97K bytes
    - Viewed (0)
  6. api/go1.16.txt

    pkg syscall (darwin-arm64), const TIOCPKT_IOCTL = 64
    pkg syscall (darwin-arm64), const TIOCPKT_IOCTL ideal-int
    pkg syscall (darwin-arm64), const TIOCPKT_NOSTOP = 16
    pkg syscall (darwin-arm64), const TIOCPKT_NOSTOP ideal-int
    pkg syscall (darwin-arm64), const TIOCPKT_START = 8
    pkg syscall (darwin-arm64), const TIOCPKT_START ideal-int
    pkg syscall (darwin-arm64), const TIOCPKT_STOP = 4
    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)
  7. api/go1.14.txt

    pkg syscall (freebsd-arm64), const TIOCPKT_IOCTL = 64
    pkg syscall (freebsd-arm64), const TIOCPKT_IOCTL ideal-int
    pkg syscall (freebsd-arm64), const TIOCPKT_NOSTOP = 16
    pkg syscall (freebsd-arm64), const TIOCPKT_NOSTOP ideal-int
    pkg syscall (freebsd-arm64), const TIOCPKT_START = 8
    pkg syscall (freebsd-arm64), const TIOCPKT_START ideal-int
    pkg syscall (freebsd-arm64), const TIOCPKT_STOP = 4
    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)
  8. api/go1.txt

    pkg syscall (darwin-386), const TIOCPKT_FLUSHREAD ideal-int
    pkg syscall (darwin-386), const TIOCPKT_FLUSHWRITE ideal-int
    pkg syscall (darwin-386), const TIOCPKT_IOCTL ideal-int
    pkg syscall (darwin-386), const TIOCPKT_NOSTOP ideal-int
    pkg syscall (darwin-386), const TIOCPKT_START ideal-int
    pkg syscall (darwin-386), const TIOCPKT_STOP ideal-int
    pkg syscall (darwin-386), const TIOCPTYGNAME 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)
  9. api/go1.20.txt

    pkg syscall (freebsd-riscv64), const TIOCPKT_IOCTL = 64 #53466
    pkg syscall (freebsd-riscv64), const TIOCPKT_IOCTL ideal-int #53466
    pkg syscall (freebsd-riscv64), const TIOCPKT_NOSTOP = 16 #53466
    pkg syscall (freebsd-riscv64), const TIOCPKT_NOSTOP ideal-int #53466
    pkg syscall (freebsd-riscv64), const TIOCPKT_START = 8 #53466
    pkg syscall (freebsd-riscv64), const TIOCPKT_START 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)
  10. api/go1.1.txt

    pkg syscall (darwin-386), const TIOCPKT_FLUSHREAD = 1
    pkg syscall (darwin-386), const TIOCPKT_FLUSHWRITE = 2
    pkg syscall (darwin-386), const TIOCPKT_IOCTL = 64
    pkg syscall (darwin-386), const TIOCPKT_NOSTOP = 16
    pkg syscall (darwin-386), const TIOCPKT_START = 8
    pkg syscall (darwin-386), const TIOCPKT_STOP = 4
    pkg syscall (darwin-386), const TIOCPTYGNAME = 1082160211
    pkg syscall (darwin-386), const TIOCPTYGRANT = 536900692
    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)
Back to top