Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 25 for card (0.17 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. src/bufio/bufio_test.go

    	b.WriteString("0")                         // easy
    	b.WriteString("123456")                    // still easy
    	b.WriteString("7890")                      // easy after flush
    	b.WriteString("abcdefghijklmnopqrstuvwxy") // hard
    	b.WriteString("z")
    	if err := b.Flush(); err != nil {
    		t.Error("WriteString", err)
    	}
    	s := "01234567890abcdefghijklmnopqrstuvwxyz"
    	if buf.String() != s {
    Go
    - Registered: Tue Apr 23 11:13:09 GMT 2024
    - Last Modified: Fri Feb 10 18:56:01 GMT 2023
    - 51.5K bytes
    - Viewed (0)
  5. 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)
  6. src/archive/tar/common.go

    const (
    	// Type '0' indicates a regular file.
    	TypeReg = '0'
    
    	// Deprecated: Use TypeReg instead.
    	TypeRegA = '\x00'
    
    	// Type '1' to '6' are header-only flags and may not have a data body.
    	TypeLink    = '1' // Hard link
    	TypeSymlink = '2' // Symbolic link
    	TypeChar    = '3' // Character device node
    	TypeBlock   = '4' // Block device node
    	TypeDir     = '5' // Directory
    	TypeFifo    = '6' // FIFO node
    
    	// Type '7' is reserved.
    Go
    - Registered: Tue Apr 23 11:13:09 GMT 2024
    - Last Modified: Fri Mar 15 16:01:50 GMT 2024
    - 24.7K bytes
    - Viewed (2)
  7. 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)
  8. 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)
  9. src/cmd/asm/internal/asm/testdata/arm64.s

    	LDORLH	R5, (RSP), R7                        // e7336578
    	LDORLB	R5, (R6), R7                         // c7306538
    	LDORLB	R5, (RSP), R7                        // e7336538
    	CASD	R1, (R2), ZR                         // 5f7ca1c8
    	CASW	R1, (RSP), ZR                        // ff7fa188
    	CASB	ZR, (R5), R3                         // a37cbf08
    	CASH	R3, (RSP), ZR                        // ff7fa348
    Others
    - Registered: Tue Apr 23 11:13:09 GMT 2024
    - Last Modified: Fri Dec 08 03:28:17 GMT 2023
    - 94.9K bytes
    - Viewed (0)
  10. 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)
Back to top