Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 19 for nilable (0.23 sec)

  1. src/cmd/cgo/doc.go

    C compiler (typically gcc or clang) cannot be found on the system PATH.
    You can override the default by setting the CGO_ENABLED
    environment variable when running the go tool: set it to 1 to enable
    the use of cgo, and to 0 to disable it. The go tool will set the
    build constraint "cgo" if cgo is enabled. The special import "C"
    implies the "cgo" build constraint, as though the file also said
    "//go:build cgo".  Therefore, if cgo is disabled, files that import
    Go
    - Registered: Tue Apr 23 11:13:09 GMT 2024
    - Last Modified: Sun Mar 31 09:02:45 GMT 2024
    - 42.1K bytes
    - Viewed (0)
  2. api/go1.13.txt

    pkg syscall (netbsd-arm64-cgo), const EV_DELETE = 2
    pkg syscall (netbsd-arm64-cgo), const EV_DELETE ideal-int
    pkg syscall (netbsd-arm64-cgo), const EV_DISABLE = 8
    pkg syscall (netbsd-arm64-cgo), const EV_DISABLE ideal-int
    pkg syscall (netbsd-arm64-cgo), const EV_ENABLE = 4
    pkg syscall (netbsd-arm64-cgo), const EV_ENABLE ideal-int
    pkg syscall (netbsd-arm64-cgo), const EV_EOF = 32768
    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)
  3. .github/ISSUE_TEMPLATE/10-proposal.yml

    name: Proposals
    description: New external API or other notable changes
    title: "proposal: import/path: proposal title"
    labels: ["Proposal"]
    body:
      - type: markdown
        attributes:
          value: "Our proposal process is documented here: https://go.dev/s/proposal-process"
      - type: textarea
        id: proposal-details
        attributes:
          label: "Proposal Details"
          description: "Please provide the details of your proposal here."
        validations:
    Others
    - Registered: Tue Apr 23 11:13:09 GMT 2024
    - Last Modified: Wed Nov 22 20:49:24 GMT 2023
    - 471 bytes
    - Viewed (0)
  4. src/cmd/cgo/gcc.go

    		c = append(c,
    			"-ferror-limit=0",
    			// Apple clang version 1.7 (tags/Apple/clang-77) (based on LLVM 2.9svn)
    			// doesn't have -Wno-unneeded-internal-declaration, so we need yet another
    			// flag to disable the warning. Yes, really good diagnostics, clang.
    			"-Wno-unknown-warning-option",
    			"-Wno-unneeded-internal-declaration",
    			"-Wno-unused-function",
    			"-Qunused-arguments",
    Go
    - Registered: Tue Apr 23 11:13:09 GMT 2024
    - Last Modified: Thu Nov 02 16:43:23 GMT 2023
    - 97K bytes
    - Viewed (0)
  5. api/go1.16.txt

    pkg syscall (darwin-arm64), const EV_CLEAR ideal-int
    pkg syscall (darwin-arm64), const EV_DELETE = 2
    pkg syscall (darwin-arm64), const EV_DELETE ideal-int
    pkg syscall (darwin-arm64), const EV_DISABLE = 8
    pkg syscall (darwin-arm64), const EV_DISABLE ideal-int
    pkg syscall (darwin-arm64), const EV_DISPATCH = 128
    pkg syscall (darwin-arm64), const EV_DISPATCH ideal-int
    pkg syscall (darwin-arm64), const EV_ENABLE = 4
    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)
  6. api/go1.txt

    pkg syscall (darwin-386), const EV_ADD ideal-int
    pkg syscall (darwin-386), const EV_CLEAR ideal-int
    pkg syscall (darwin-386), const EV_DELETE ideal-int
    pkg syscall (darwin-386), const EV_DISABLE ideal-int
    pkg syscall (darwin-386), const EV_DISPATCH ideal-int
    pkg syscall (darwin-386), const EV_ENABLE ideal-int
    pkg syscall (darwin-386), const EV_EOF ideal-int
    pkg syscall (darwin-386), const EV_ERROR 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)
  7. api/go1.14.txt

    pkg syscall (freebsd-arm64), const EV_CLEAR ideal-int
    pkg syscall (freebsd-arm64), const EV_DELETE = 2
    pkg syscall (freebsd-arm64), const EV_DELETE ideal-int
    pkg syscall (freebsd-arm64), const EV_DISABLE = 8
    pkg syscall (freebsd-arm64), const EV_DISABLE ideal-int
    pkg syscall (freebsd-arm64), const EV_DISPATCH = 128
    pkg syscall (freebsd-arm64), const EV_DISPATCH ideal-int
    pkg syscall (freebsd-arm64), const EV_DROP = 4096
    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)
  8. doc/next/6-stdlib/99-minor/debug/elf/66054.md

    The `debug/elf` package now defines [PT_OPENBSD_NOBTCFI]. This [ProgType] is
    used to disable Branch Tracking Control Flow Integrity (BTCFI) enforcement
    Plain Text
    - Registered: Tue Apr 23 11:13:09 GMT 2024
    - Last Modified: Fri Apr 12 20:57:18 GMT 2024
    - 173 bytes
    - Viewed (0)
  9. src/cmd/api/main_test.go

    		return f, nil
    	}
    
    	f, err := parser.ParseFile(fset, filename, nil, parser.ParseComments)
    	if err != nil {
    		return nil, err
    	}
    	parsedFileCache[filename] = f
    
    	return f, nil
    }
    
    // Disable before debugging non-obvious errors from the type-checker.
    const usePkgCache = true
    
    var (
    	pkgCache = map[string]*apiPackage{} // map tagKey to package
    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.1.txt

    pkg syscall (darwin-386), const EVFILT_WRITE = -2
    pkg syscall (darwin-386), const EV_ADD = 1
    pkg syscall (darwin-386), const EV_CLEAR = 32
    pkg syscall (darwin-386), const EV_DELETE = 2
    pkg syscall (darwin-386), const EV_DISABLE = 8
    pkg syscall (darwin-386), const EV_DISPATCH = 128
    pkg syscall (darwin-386), const EV_ENABLE = 4
    pkg syscall (darwin-386), const EV_EOF = 32768
    pkg syscall (darwin-386), const EV_ERROR = 16384
    Plain Text
    - Registered: Tue Apr 23 11:13:09 GMT 2024
    - Last Modified: Thu Mar 31 20:37:15 GMT 2022
    - 2.6M bytes
    - Viewed (0)
Back to top