Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 5 of 5 for xcworkspace (0.21 sec)

  1. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/transform/ArtifactTransformCachingIntegrationTest.groovy

    outputDirectory:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jun 07 11:52:44 UTC 2024
    - 97.8K bytes
    - Viewed (0)
  2. src/cmd/go/alldocs.go

    // go.mod file and takes precedence over replaces in go.mod files.  It is
    // primarily intended to override conflicting replaces in different workspace
    // modules.
    //
    // To determine whether the go command is operating in workspace mode, use
    // the "go env GOWORK" command. This will specify the workspace file being
    // used.
    //
    // Usage:
    //
    //	go work <command> [arguments]
    //
    // The commands are:
    //
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 11 16:54:28 UTC 2024
    - 142.4K bytes
    - Viewed (0)
  3. src/cmd/go/internal/load/pkg.go

    	if found != path {
    		return found
    	}
    	return moduleImportPath(path, parentPath, parentDir, parentRoot)
    }
    
    // dirAndRoot returns the source directory and workspace root
    // for the package p, guaranteeing that root is a path prefix of dir.
    func dirAndRoot(path string, dir, root string) (string, string) {
    	origDir, origRoot := dir, root
    	dir = filepath.Clean(dir)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue May 28 17:00:51 UTC 2024
    - 120K bytes
    - Viewed (0)
  4. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/transform/ArtifactTransformIntegrationTest.groovy

            'dir'  | FileType.Missing     | 'output .*this_file_does_not.exist must exist'
        }
    
        def "directories are created for outputs in the workspace"() {
            given:
            buildFile << """
                def a = file('a.jar')
                a.text = '1234'
    
                dependencies {
                    compile files(a)
                }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Nov 07 18:43:42 UTC 2023
    - 100.8K bytes
    - Viewed (0)
  5. src/cmd/vendor/golang.org/x/telemetry/package-lock.json

    {
      "name": "workspace",
      "lockfileVersion": 3,
      "requires": true,
      "packages": {
        "": {
          "dependencies": {
            "@observablehq/plot": "0.6.9",
            "d3": "7.8.5"
          },
          "devDependencies": {
            "@typescript-eslint/eslint-plugin": "5.59.6",
            "@typescript-eslint/parser": "5.59.6",
            "eslint": "8.40.0",
            "eslint-config-prettier": "8.8.0",
            "npm-run-all": "4.1.5",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 04 17:57:25 UTC 2024
    - 156K bytes
    - Viewed (0)
Back to top