Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 23 of 23 for dword (0.03 sec)

  1. src/cmd/go/go_test.go

    	// support. See https://man.openbsd.org/pkg-config.1
    	tg.tempFile("foo.pc", `
    Name: foo
    Description: The foo library
    Version: 1.0.0
    Cflags: -Dhello=10 -Dworld=+32 -DDEFINED_FROM_PKG_CONFIG=hello\ world
    `)
    	tg.tempFile("foo.go", `package main
    
    /*
    #cgo pkg-config: foo
    int value() {
    	return DEFINED_FROM_PKG_CONFIG;
    }
    */
    import "C"
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 81.1K bytes
    - Viewed (0)
  2. src/cmd/go/internal/test/test.go

    	if cfg.Goos == "windows" {
    		// There are many reserved words on Windows that,
    		// if used in the name of an executable, cause Windows
    		// to try to ask for extra permissions.
    		// The word list includes setup, install, update, and patch,
    		// but it does not appear to be defined anywhere.
    		// We have run into this trying to run the
    		// go.codereview/patch tests.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 16 14:34:32 UTC 2024
    - 71.9K bytes
    - Viewed (0)
  3. platforms/documentation/docs/src/docs/userguide/authoring-builds/gradle-properties/working_with_files.adoc

    The following example demonstrates both forms, ensuring that only `.html` and `.jsp` files are copied, except for those `.html` files with the word "DRAFT" in their content:
    
    ====
    include::sample[dir="snippets/files/copy/kotlin",files="build.gradle.kts[tags=copy-task-with-patterns]"]
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Apr 24 04:19:09 UTC 2024
    - 70.5K bytes
    - Viewed (0)
Back to top