Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 20 for cark (0.18 sec)

  1. src/cmd/cgo/ast.go

    func (f *File) saveRef(n *ast.Expr, context astContext) {
    	sel := (*n).(*ast.SelectorExpr)
    	// For now, assume that the only instance of capital C is when
    	// used as the imported package identifier.
    	// The parser should take care of scoping in the future, so
    	// that we will be able to distinguish a "top-level C" from a
    	// local C.
    	if l, ok := sel.X.(*ast.Ident); !ok || l.Name != "C" {
    		return
    	}
    	if context == ctxAssign2 {
    Go
    - Registered: Tue Apr 23 11:13:09 GMT 2024
    - Last Modified: Wed Jun 07 16:54:27 GMT 2023
    - 14.3K bytes
    - Viewed (0)
  2. api/go1.3.txt

    pkg syscall (freebsd-arm), const EOWNERDEAD Errno
    pkg syscall (freebsd-arm), const EV_DROP = 4096
    pkg syscall (freebsd-arm), const EV_DROP ideal-int
    pkg syscall (freebsd-arm), const IFT_CARP = 248
    pkg syscall (freebsd-arm), const IFT_CARP ideal-int
    pkg syscall (freebsd-arm), const MAP_ALIGNED_SUPER = 16777216
    pkg syscall (freebsd-arm), const MAP_ALIGNED_SUPER ideal-int
    pkg syscall (freebsd-arm), const MAP_ALIGNMENT_MASK = -16777216
    Plain Text
    - Registered: Tue Apr 23 11:13:09 GMT 2024
    - Last Modified: Mon Jun 02 02:45:00 GMT 2014
    - 117K bytes
    - Viewed (0)
  3. src/archive/zip/reader_test.go

    		return
    	}
    
    	// bail if file is not zip
    	if err == ErrFormat {
    		return
    	}
    
    	// bail here if no Files expected to be tested
    	// (there may actually be files in the zip, but we don't care)
    	if zt.File == nil {
    		return
    	}
    
    	if z.Comment != zt.Comment {
    		t.Errorf("comment=%q, want %q", z.Comment, zt.Comment)
    	}
    	if len(z.File) != len(zt.File) {
    Go
    - Registered: Tue Apr 23 11:13:09 GMT 2024
    - Last Modified: Wed Mar 27 18:23:49 GMT 2024
    - 55.3K bytes
    - Viewed (0)
  4. api/go1.13.txt

    pkg syscall (netbsd-arm64-cgo), const IFT_BSC = 83
    pkg syscall (netbsd-arm64-cgo), const IFT_BSC ideal-int
    pkg syscall (netbsd-arm64-cgo), const IFT_CARP = 248
    pkg syscall (netbsd-arm64-cgo), const IFT_CARP ideal-int
    pkg syscall (netbsd-arm64-cgo), const IFT_CCTEMUL = 61
    pkg syscall (netbsd-arm64-cgo), const IFT_CCTEMUL ideal-int
    pkg syscall (netbsd-arm64-cgo), const IFT_CEPT = 19
    Plain Text
    - Registered: Tue Apr 23 11:13:09 GMT 2024
    - Last Modified: Thu Aug 08 18:44:16 GMT 2019
    - 452.6K bytes
    - Viewed (0)
  5. src/cmd/cgo/gcc.go

    		// Ignore warnings and random comments, with one
    		// exception: newer GCC versions will sometimes emit
    		// an error on a macro #define with a note referring
    		// to where the expansion occurs. We care about where
    		// the expansion occurs, so in that case treat the note
    		// as an error.
    		isError := strings.Contains(line, ": error:")
    		isErrorNote := strings.Contains(line, ": note:") && sawUnmatchedErrors
    Go
    - Registered: Tue Apr 23 11:13:09 GMT 2024
    - Last Modified: Thu Nov 02 16:43:23 GMT 2023
    - 97K bytes
    - Viewed (0)
  6. api/go1.14.txt

    pkg syscall (freebsd-arm64), const IFT_BRIDGE ideal-int
    pkg syscall (freebsd-arm64), const IFT_BSC = 83
    pkg syscall (freebsd-arm64), const IFT_BSC ideal-int
    pkg syscall (freebsd-arm64), const IFT_CARP = 248
    pkg syscall (freebsd-arm64), const IFT_CARP ideal-int
    pkg syscall (freebsd-arm64), const IFT_CCTEMUL = 61
    pkg syscall (freebsd-arm64), const IFT_CCTEMUL ideal-int
    pkg syscall (freebsd-arm64), const IFT_CEPT = 19
    Plain Text
    - Registered: Tue Apr 23 11:13:09 GMT 2024
    - Last Modified: Fri Feb 17 20:31:46 GMT 2023
    - 508.9K bytes
    - Viewed (0)
  7. api/go1.txt

    pkg syscall (darwin-386), const IFT_ARCNETPLUS ideal-int
    pkg syscall (darwin-386), const IFT_ATM ideal-int
    pkg syscall (darwin-386), const IFT_BRIDGE ideal-int
    pkg syscall (darwin-386), const IFT_CARP ideal-int
    pkg syscall (darwin-386), const IFT_CELLULAR ideal-int
    pkg syscall (darwin-386), const IFT_CEPT ideal-int
    pkg syscall (darwin-386), const IFT_DS3 ideal-int
    pkg syscall (darwin-386), const IFT_ENC ideal-int
    Plain Text
    - Registered: Tue Apr 23 11:13:09 GMT 2024
    - Last Modified: Wed Aug 14 18:58:28 GMT 2013
    - 1.7M bytes
    - Viewed (1)
  8. api/go1.16.txt

    pkg syscall (darwin-arm64), const IFT_ATM ideal-int
    pkg syscall (darwin-arm64), const IFT_BRIDGE = 209
    pkg syscall (darwin-arm64), const IFT_BRIDGE ideal-int
    pkg syscall (darwin-arm64), const IFT_CARP = 248
    pkg syscall (darwin-arm64), const IFT_CARP ideal-int
    pkg syscall (darwin-arm64), const IFT_CELLULAR = 255
    pkg syscall (darwin-arm64), const IFT_CELLULAR ideal-int
    pkg syscall (darwin-arm64), const IFT_CEPT = 19
    Plain Text
    - Registered: Tue Apr 23 11:13:09 GMT 2024
    - Last Modified: Fri Dec 02 16:30:41 GMT 2022
    - 479.2K bytes
    - Viewed (0)
  9. src/cmd/api/main_test.go

    							for _, id := range spec.Names {
    								mark(id)
    							}
    						case *ast.TypeSpec:
    							mark(spec.Name)
    						}
    					}
    				}
    				return true // look at specs
    			case *ast.FuncDecl:
    				if isDeprecated(n.Doc) {
    					mark(n.Name)
    				}
    				return false
    			case *ast.TypeSpec:
    				if isDeprecated(n.Doc) {
    					mark(n.Name)
    				}
    Go
    - Registered: Tue Apr 23 11:13:09 GMT 2024
    - Last Modified: Tue Apr 09 20:48:51 GMT 2024
    - 31.4K bytes
    - Viewed (0)
  10. api/go1.4.txt

    pkg net/http, type Transport struct, DialTLS func(string, string) (net.Conn, error)
    
    # CL 132750043 net/http/httputil: Pass a Logger to ReverseProxy, allowing the user to control logging., Mark Theunissen <mark******@****.***>
    pkg net/http/httputil, type ReverseProxy struct, ErrorLog *log.Logger
    
    # CL 148370043 os, syscall: add Unsetenv, Brad Fitzpatrick <******@****.***>
    pkg os, func Unsetenv(string) error
    Plain Text
    - Registered: Tue Apr 23 11:13:09 GMT 2024
    - Last Modified: Fri Dec 12 03:01:01 GMT 2014
    - 34K bytes
    - Viewed (0)
Back to top