Search Options

Results per page
Sort
Preferred Languages
Advance

Results 101 - 110 of 956 for homes (0.08 sec)

  1. src/io/fs/format_test.go

    		},
    		"-rw-r--r-- 100 1970-01-01 12:00:00 hello.go",
    		"- hello.go",
    	},
    	{
    		formatTest{
    			name:    "home/gopher",
    			size:    0,
    			mode:    ModeDir | 0o755,
    			modTime: time.Date(1970, time.January, 1, 12, 0, 0, 0, time.UTC),
    			isDir:   true,
    		},
    		"drwxr-xr-x 0 1970-01-01 12:00:00 home/gopher/",
    		"d home/gopher/",
    	},
    	{
    		formatTest{
    			name:    "big",
    			size:    0x7fffffffffffffff,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue May 02 17:59:28 UTC 2023
    - 2.5K bytes
    - Viewed (0)
  2. platforms/ide/tooling-api/src/crossVersionTest/groovy/org/gradle/integtests/tooling/r14/ToolingApiInitScriptCrossVersionIntegrationTest.groovy

            buildFile << """
                echo.doLast {
                    println "runtime gradle home: \${gradle.gradleHomeDir}"
                }
            """
    
            when:
            def distro1Output = runWithInstallation(distro1)
    
            then:
            distro1Output.contains "from distro 1"
            distro1Output.contains "runtime gradle home: ${distro1.absolutePath}"
    
            when:
            def distro2Output = runWithInstallation(distro2)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Sep 26 14:49:20 UTC 2023
    - 2.7K bytes
    - Viewed (0)
  3. platforms/extensibility/plugin-development/src/integTest/groovy/org/gradle/plugin/devel/impldeps/ResolvedGeneratedJarsIntegrationTest.groovy

        }
    
        def "gradle api jar is generated only when requested"() {
            setup:
            productionCode()
    
            def version = distribution.version.version
            def generatedJarsDirectory = "user-home/caches/$version/generated-gradle-jars"
    
            when:
            succeeds("help")
    
            then:
            file(generatedJarsDirectory).assertIsEmptyDir()
    
            when:
            succeeds("classes")
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Nov 16 22:36:52 UTC 2023
    - 3K bytes
    - Viewed (0)
  4. cmd/testdata/config/1.yaml

    version: v1
    address: ':9000'
    console-address: ':9001'
    certs-dir: '/home/user/.minio/certs/'
    pools: # Specify the nodes and drives with pools
      -
            - 'https://server-example-pool1:9000/mnt/disk{1...4}/'
            - 'https://server{1...2}-pool1:9000/mnt/disk{1...4}/'
            - 'https://server3-pool1:9000/mnt/disk{1...4}/'
            - 'https://server4-pool1:9000/mnt/disk{1...4}/'
      -
            - 'https://server-example-pool2:9000/mnt/disk{1...4}/'
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu Dec 07 09:33:56 UTC 2023
    - 881 bytes
    - Viewed (0)
  5. testing/internal-performance-testing/src/main/groovy/org/gradle/performance/fixture/MavenInvocationSpec.groovy

            InvocationBuilder mavenVersion(String mavenVersion) {
                this.mavenVersion = mavenVersion
                this
            }
    
            InvocationBuilder mavenHome(File home) {
                this.mavenHome = home
                this
            }
    
            InvocationBuilder workingDirectory(File workingDirectory) {
                this.workingDirectory = workingDirectory
                this
            }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 5.5K bytes
    - Viewed (0)
  6. src/cmd/go/testdata/script/gotoolchain_net.txt

    	# That would not only cause the "downloading go1.20.1" message
    	# to be suppressed, but may spuriously fail:
    	# golang.org/dl/go1.20.1 expects to find its GOROOT in $HOME/sdk,
    	# but the script environment sets HOME=/no-home.
    env PATH=
    env path=
    
    go version
    stderr '^go: downloading go1.20.1 '
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Aug 14 17:16:47 UTC 2023
    - 2.2K bytes
    - Viewed (0)
  7. .teamcity/src/main/kotlin/common/extensions.kt

                checkCleanDirWindows("%teamcity.agent.jvm.user.home%\\.m2\\repository") +
                    checkCleanDirWindows("%teamcity.agent.jvm.user.home%\\.m2\\.gradle-enterprise") +
                    checkCleanDirWindows("%teamcity.agent.jvm.user.home%\\.m2\\.develocity") +
                    checkCleanDirWindows(
                        "%teamcity.agent.jvm.user.home%\\.android",
                        false
                    )
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Jun 03 03:39:03 UTC 2024
    - 13.1K bytes
    - Viewed (0)
  8. testing/internal-integ-testing/src/main/groovy/org/gradle/integtests/fixtures/logging/SampleOutputNormalizer.groovy

    import java.util.regex.Pattern
    
    @CompileStatic
    class SampleOutputNormalizer implements OutputNormalizer {
        private static final String NORMALIZED_SAMPLES_PATH = "/home/user/gradle/samples"
        private static final String NORMALIZED_SAMPLES_FILE_URL = "file:///home/user/gradle/samples/"
    
        @Override
        String normalize(String commandOutput, ExecutionMetadata executionMetadata) {
            // Replace temp sample project dir file paths
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 1.9K bytes
    - Viewed (0)
  9. platforms/core-runtime/launcher/src/integTest/groovy/org/gradle/launcher/daemon/SingleUseDaemonIntegrationTest.groovy

        def "forks build with default daemon JVM args when java home from gradle properties does not match current process"() {
            def javaHome = AvailableJavaHomes.differentJdk.javaHome.canonicalFile
    
            file('gradle.properties').writeProperties("org.gradle.java.home": javaHome.path)
    
            file('build.gradle') << """
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 25 13:41:21 UTC 2024
    - 7K bytes
    - Viewed (0)
  10. src/cmd/go/testdata/script/mod_get_fossil.txt

    env USER=fossiluser
    env FOSSIL_HOME=$WORK/home
    
    # Attempt to get the latest version of a fossil repo.
    go get vcs-test.golang.org/fossil/hello.fossil
    ! stderr 'unexpected response from fossil info'
    grep 'vcs-test.golang.org/fossil/hello.fossil' go.mod
    
    -- go.mod --
    module x
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Apr 24 15:54:04 UTC 2023
    - 773 bytes
    - Viewed (0)
Back to top