Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 13 for configured (0.26 sec)

  1. src/cmd/cgo/internal/swig/swig_test.go

    	if string(out) != "OK\n" {
    		t.Errorf("%s", string(out))
    	}
    	if err != nil {
    		t.Errorf("%s", err)
    	}
    }
    
    func mustHaveCxx(t *testing.T) {
    	// Ask the go tool for the CXX it's configured to use.
    	cxx, err := exec.Command("go", "env", "CXX").CombinedOutput()
    	if err != nil {
    		t.Fatalf("go env CXX failed: %s", err)
    	}
    	args, err := quoted.Split(string(cxx))
    	if err != nil {
    Go
    - Registered: Tue Apr 23 11:13:09 GMT 2024
    - Last Modified: Fri May 12 12:00:07 GMT 2023
    - 3.7K bytes
    - Viewed (0)
  2. src/cmd/asm/internal/lex/tokenizer.go

    	"io"
    	"os"
    	"strings"
    	"text/scanner"
    	"unicode"
    
    	"cmd/asm/internal/flags"
    	"cmd/internal/objabi"
    	"cmd/internal/src"
    )
    
    // A Tokenizer is a simple wrapping of text/scanner.Scanner, configured
    // for our purposes and made a TokenReader. It forms the lowest level,
    // turning text from readers into tokens.
    type Tokenizer struct {
    	tok  ScanToken
    	s    *scanner.Scanner
    	base *src.PosBase
    	line int
    Go
    - Registered: Tue Apr 23 11:13:09 GMT 2024
    - Last Modified: Thu Aug 04 20:35:21 GMT 2022
    - 3K bytes
    - Viewed (0)
  3. .github/ISSUE_TEMPLATE/03-gopls.yml

        validations:
          required: true
      - type: textarea
        id: editor-and-settings
        attributes:
          label: "Editor and settings"
          description: "Your editor and any settings you have configured (for example, your VSCode settings.json file)"
        validations:
          required: false
      - type: textarea
        id: logs
        attributes:
          label: "Logs"
    Others
    - Registered: Tue Apr 23 11:13:09 GMT 2024
    - Last Modified: Thu Jan 04 23:31:17 GMT 2024
    - 1.8K bytes
    - Viewed (0)
  4. doc/godebug.md

    behavior has changed based on a non-default value
    for that setting.
    For example, when `GODEBUG=http2client=0` is set,
    `/godebug/non-default-behavior/http2client:events`
    counts the number of HTTP transports that the program
    has configured without HTTP/2 support.
    
    ## Default GODEBUG Values {#default}
    
    When a GODEBUG setting is not listed in the environment variable,
    its value is derived from three sources:
    Plain Text
    - Registered: Tue Apr 23 11:13:09 GMT 2024
    - Last Modified: Tue Apr 16 17:29:58 GMT 2024
    - 13.5K bytes
    - Viewed (0)
  5. src/cmd/cgo/gcc.go

    	// doesn't have any ANSI escape sequences in it. (TERM=dumb is
    	// insufficient; if the user specifies CGO_CFLAGS=-fdiagnostics-color,
    	// GCC will ignore TERM, and GCC can also be configured at compile-time
    	// to ignore TERM.)
    	stderr := p.gccErrors(b.Bytes(), "-fdiagnostics-color=never")
    	if strings.Contains(stderr, "unrecognized command line option") {
    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.16.txt

    pkg syscall (darwin-arm64), const IP_DROP_SOURCE_MEMBERSHIP = 71
    pkg syscall (darwin-arm64), const IP_DROP_SOURCE_MEMBERSHIP ideal-int
    pkg syscall (darwin-arm64), const IP_DUMMYNET_CONFIGURE = 60
    pkg syscall (darwin-arm64), const IP_DUMMYNET_CONFIGURE ideal-int
    pkg syscall (darwin-arm64), const IP_DUMMYNET_DEL = 61
    pkg syscall (darwin-arm64), const IP_DUMMYNET_DEL ideal-int
    pkg syscall (darwin-arm64), const IP_DUMMYNET_FLUSH = 62
    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)
  7. api/go1.14.txt

    pkg syscall (freebsd-arm64), const IP_DROP_SOURCE_MEMBERSHIP = 71
    pkg syscall (freebsd-arm64), const IP_DROP_SOURCE_MEMBERSHIP ideal-int
    pkg syscall (freebsd-arm64), const IP_DUMMYNET_CONFIGURE = 60
    pkg syscall (freebsd-arm64), const IP_DUMMYNET_CONFIGURE ideal-int
    pkg syscall (freebsd-arm64), const IP_DUMMYNET_DEL = 61
    pkg syscall (freebsd-arm64), const IP_DUMMYNET_DEL ideal-int
    pkg syscall (freebsd-arm64), const IP_DUMMYNET_FLUSH = 62
    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. api/go1.txt

    pkg syscall (darwin-386), const IP_DEFAULT_MULTICAST_TTL ideal-int
    pkg syscall (darwin-386), const IP_DF ideal-int
    pkg syscall (darwin-386), const IP_DROP_SOURCE_MEMBERSHIP ideal-int
    pkg syscall (darwin-386), const IP_DUMMYNET_CONFIGURE ideal-int
    pkg syscall (darwin-386), const IP_DUMMYNET_DEL ideal-int
    pkg syscall (darwin-386), const IP_DUMMYNET_FLUSH ideal-int
    pkg syscall (darwin-386), const IP_DUMMYNET_GET 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)
  9. api/go1.1.txt

    pkg syscall (darwin-386), const IP_DF = 16384
    pkg syscall (darwin-386), const IP_DROP_MEMBERSHIP = 13
    pkg syscall (darwin-386), const IP_DROP_SOURCE_MEMBERSHIP = 71
    pkg syscall (darwin-386), const IP_DUMMYNET_CONFIGURE = 60
    pkg syscall (darwin-386), const IP_DUMMYNET_DEL = 61
    pkg syscall (darwin-386), const IP_DUMMYNET_FLUSH = 62
    pkg syscall (darwin-386), const IP_DUMMYNET_GET = 64
    pkg syscall (darwin-386), const IP_FAITH = 22
    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)
  10. src/cmd/asm/internal/asm/asm.go

    	"cmd/asm/internal/arch"
    	"cmd/asm/internal/flags"
    	"cmd/asm/internal/lex"
    	"cmd/internal/obj"
    	"cmd/internal/obj/ppc64"
    	"cmd/internal/obj/riscv"
    	"cmd/internal/obj/x86"
    	"cmd/internal/sys"
    )
    
    // TODO: configure the architecture
    
    var testOut *strings.Builder // Gathers output when testing.
    
    // append adds the Prog to the end of the program-thus-far.
    // If doLabel is set, it also defines the labels collect for this Prog.
    Go
    - Registered: Tue Apr 23 11:13:09 GMT 2024
    - Last Modified: Wed Feb 21 14:34:57 GMT 2024
    - 25.3K bytes
    - Viewed (0)
Back to top