Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 96 for dir_2 (0.04 sec)

  1. platforms/software/dependency-management/src/test/groovy/org/gradle/api/internal/artifacts/repositories/DefaultFlatDirArtifactRepositoryTest.groovy

        def "creates a repository with multiple root directories"() {
            given:
            def dir1 = new File('a')
            def dir2 = new File('b')
            _ * fileCollectionFactory.resolving(['a', 'b']) >> TestFiles.fixed(dir1, dir2)
            _ * repositoryTransport.repository >> resourceRepository
    
            and:
            repository.dirs('a', 'b')
    
            when:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 4.8K bytes
    - Viewed (0)
  2. subprojects/core/src/test/groovy/org/gradle/api/internal/file/copy/NormalizingCopyActionDecoratorTest.groovy

            given:
            final FileCopyDetailsInternal dir1 = file("a/b/c", true, true)
            final FileCopyDetailsInternal file1 = file("a/b/c/file", false, true)
            final FileCopyDetailsInternal dir2 = file("a/b/d/e", true, true)
            final FileCopyDetailsInternal file2 = file("a/b/d/e/file", false, true)
    
            when:
            decorator.execute(new CopyActionProcessingStream() {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Jan 22 14:38:33 UTC 2024
    - 4.5K bytes
    - Viewed (0)
  3. platforms/native/platform-native/src/test/groovy/org/gradle/nativeplatform/toolchain/internal/msvcpp/LegacyWindowsSdkLocatorTest.groovy

            result.component.name == "sdk 2"
            result.component.version == VersionNumber.parse("7.1")
            result.component.baseDir == dir2
        }
    
        def "uses windows kit if version is higher than windows SDK"() {
            def dir1 = sdkDir("sdk1")
            def dir2 = kitDir("sdk2")
            def dir3 = kitDir("sdk3")
    
            given:
            operatingSystem.findInPath(_) >> null
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Nov 16 20:20:03 UTC 2023
    - 11.6K bytes
    - Viewed (0)
  4. platforms/core-configuration/file-collections/src/integTest/groovy/org/gradle/api/file/FileCollectionIntegrationTest.groovy

                sourceDirs.srcDirs("dir1", "dir2")
                fileCollection.from(sourceDirs.srcDirTrees)
                println("files = \${fileCollection.files.name.sort()}")
            """
    
            given:
            file("dir1/file1").createFile()
            file("dir1/file2").createFile()
            file("dir2/sub/file3").createFile()
    
            expect:
            succeeds()
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat Jun 08 12:54:09 UTC 2024
    - 21K bytes
    - Viewed (0)
  5. subprojects/core/src/test/groovy/org/gradle/internal/fingerprint/impl/AbsolutePathFileCollectionFingerprinterTest.groovy

            TestFile dir = tmpDir.createDir('dir')
            TestFile dir2 = dir.createDir('dir2')
            TestFile file2 = dir2.createFile('file2')
            TestFile noExist = tmpDir.file('file3')
    
            when:
            def fingerprint = fingerprinter.fingerprint(files(file, dir, noExist))
    
            then:
            fingerprint.fingerprints.keySet().collect { new File(it) } == [file, dir, dir2, file2]
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Sep 20 16:00:23 UTC 2022
    - 9.9K bytes
    - Viewed (0)
  6. platforms/documentation/docs/src/snippets/files/fileCollections/tests/fileCollectionsWithClosure.out

    Contents of src
    src/dir1
    src/file1.txt
    Contents of src2
    src2/dir1
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 76 bytes
    - Viewed (0)
  7. cmd/data-usage_test.go

    		{name: "rootfile", size: 10000},
    		{name: "rootfile2", size: 10000},
    		{name: "dir1/d1file", size: 2000},
    		{name: "dir2/d2file", size: 300},
    		{name: "dir2/d2file2", size: 300},
    		{name: "dir2/d2file3/", size: 300},
    		{name: "dir2/d2file4/", size: 300},
    		{name: "dir2/d2file5", size: 300},
    		{name: "dir1/dira/dafile", size: 100000},
    		{name: "dir1/dira/dbfile", size: 200000},
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Wed Mar 27 15:10:40 UTC 2024
    - 14.1K bytes
    - Viewed (0)
  8. platforms/core-configuration/configuration-cache/src/integTest/groovy/org/gradle/internal/cc/impl/ConfigurationCacheTaskSerializationIntegrationTest.groovy

                    propValue = layout.projectDir.dir("dir2")
                }
            """
    
            when:
            configurationCacheRun "ok"
            configurationCacheRun "ok"
    
            then:
            outputContains("value = ${file("dir1")}")
            outputContains("value.child = ${file("dir1/child")}")
            outputContains("propValue = ${file("dir2")}")
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat Jun 08 11:29:25 UTC 2024
    - 12.5K bytes
    - Viewed (0)
  9. src/cmd/link/doc.go

    		The default format is inferred from GOOS and GOARCH.
    		On Windows, -H windowsgui writes a "GUI binary" instead of a "console binary."
    	-I interpreter
    		Set the ELF dynamic linker to use.
    	-L dir1 -L dir2
    		Search for imported packages in dir1, dir2, etc,
    		after consulting $GOROOT/pkg/$GOOS_$GOARCH.
    	-R quantum
    		Set address rounding quantum.
    	-T address
    		Set the start address of text symbols.
    	-V
    		Print linker version and exit.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Mar 15 16:11:52 UTC 2024
    - 4K bytes
    - Viewed (0)
  10. platforms/documentation/docs/src/docs/userguide/core-plugins/distribution_plugin.adoc

    The files will be created at `__layout.buildDirectory.dir__("distributions/__${project.name}__-__${project.version}__.__«ext»__")`.
    
    You can run `gradle installDist` to assemble the uncompressed distribution into `__layout.buildDirectory.dir__("install/__${project.name}__")`.
    
    [[sec:distribution_tasks]]
    == Tasks
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 6.8K bytes
    - Viewed (0)
Back to top