Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 1,745 for somme (0.05 sec)

  1. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/maven/MavenProfileResolveIntegrationTest.groovy

                <activation>
                    <activeByDefault>true</activeByDefault>
                </activation>
                <properties>
                    <some.group>groupB</some.group>
                    <some.artifact>artifactB</some.artifact>
                    <some.version>1.4</some.version>
                </properties>
            </profile>
        </profiles>
    </project>
    ''')
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 16.7K bytes
    - Viewed (0)
  2. pkg/volume/util/util_test.go

    			goos:         "windows",
    			path:         "some\\path",
    			expectedPath: "c:\\some\\path",
    			name:         "basic windows",
    		},
    		{
    			goos:         "windows",
    			path:         "/some/path",
    			expectedPath: "c:/some/path",
    			name:         "linux path on windows",
    		},
    		{
    			goos:         "windows",
    			path:         "\\some\\path",
    			expectedPath: "c:\\some\\path",
    			name:         "windows path no drive",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 31 12:32:15 UTC 2024
    - 28.7K bytes
    - Viewed (0)
  3. platforms/core-execution/execution-e2e-tests/src/integTest/groovy/org/gradle/integtests/TaskUpToDateIntegrationTest.groovy

            inputDir.file('.gitignore').text = "some ignored file"
            inputDir.file('#ignored#').text = "some ignored file"
            inputDir.file('.git/any-name.txt').text = "some ignored file"
            inputDir.file('something/.git/deeper/dir/structure/any-name.txt').text = "some ignored file"
            inputDir.file('._ignored').text = "some ignored file"
            inputDir.file('some-file.txt~').text = "some ignored file"
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Mar 04 10:15:40 UTC 2024
    - 15.8K bytes
    - Viewed (0)
  4. platforms/core-configuration/file-collections/src/integTest/groovy/org/gradle/api/file/FileCollectionLifecycleIntegrationTest.groovy

                } catch(IllegalStateException e) {
                    println("get elements failed with: " + e.message)
                }
    
                thing.prop.from = "some-file-1"
    
                afterEvaluate {
                    thing.prop.from = ["some-file-2"]
                    try {
                        thing.prop.files
                    } catch(IllegalStateException e) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 10:55:07 UTC 2023
    - 11.4K bytes
    - Viewed (0)
  5. subprojects/core/src/integTest/groovy/org/gradle/api/file/ProjectLayoutIntegrationTest.groovy

                def outputDir = layout.buildDirectory.dir(providers.provider { childDirName })
                println "src dir 1: " + srcDir.get()
                println "output dir 1: " + outputDir.get()
                buildDir = "output/some-dir"
                childDirName = "other-child"
                println "src dir 2: " + srcDir.get()
                println "output dir 2: " + outputDir.get()
    """
    
            when:
            run()
    
            then:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Sep 22 18:31:24 UTC 2023
    - 12.8K bytes
    - Viewed (0)
  6. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/ArtifactSelectionIntegrationTest.groovy

                            assert defaultArtifacts.collect { it.id.displayName }  == ['lib.jar (project :lib)', 'lib-util.jar', 'ui.jar (project :ui)', 'some-jar-1.0.jar (org:test:1.0)']
    
                            assert optionalFiles.collect { it.name } == ['lib.jar', 'lib-util.jar', 'ui.jar', 'some-jar-1.0.jar']
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Apr 02 20:50:18 UTC 2024
    - 34.5K bytes
    - Viewed (0)
  7. platforms/software/dependency-management/src/test/groovy/org/gradle/api/internal/catalog/LibrariesSourceGeneratorTest.groovy

        }
    
        def "outputs context in javadocs"() {
            def context = "some plugin"
            def innerContext = "some inner plugin"
            when:
            generate {
                description.set("Some description for tests")
                withContext(context) {
                    library("some-alias", 'g:a:v')
                    bundle("b0Bundle", ["some-alias"])
                    withContext(innerContext) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 18 08:26:24 UTC 2024
    - 19.2K bytes
    - Viewed (0)
  8. cmd/kubeadm/app/apis/kubeadm/v1beta4/doc.go

    //	  extraVolumes:
    //	  - name: "some-volume"
    //	    hostPath: "/etc/some-path"
    //	    mountPath: "/etc/some-pod-path"
    //	    readOnly: false
    //	    pathType: File
    //	scheduler:
    //	  extraArgs:
    //	    address: "10.100.0.1"
    //	  extraVolumes:
    //	  - name: "some-volume"
    //	    hostPath: "/etc/some-path"
    //	    mountPath: "/etc/some-pod-path"
    //	    readOnly: false
    //	    pathType: File
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 01 16:01:49 UTC 2024
    - 12.8K bytes
    - Viewed (0)
  9. platforms/native/tooling-native/src/crossVersionTest/groovy/org/gradle/language/cpp/tooling/r410/CppModelCrossVersionSpec.groovy

            project.mainComponent.baseName == 'some-app'
            project.mainComponent.binaries.size() == 2
    
            def debugBinary = project.mainComponent.binaries[0]
            debugBinary instanceof CppExecutable
            debugBinary.name == 'mainDebug'
            debugBinary.variantName == 'debug'
            debugBinary.baseName == 'some-app'
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu May 16 10:10:39 UTC 2024
    - 25.4K bytes
    - Viewed (0)
  10. src/net/http/cookiejar/jar_test.go

    			{"http://www.host.test/some", ""},
    			{"http://www.host.test/some/", ""},
    			{"http://www.host.test/some/path", "A=a"},
    			{"http://www.host.test/some/paths", ""},
    			{"http://www.host.test/some/path/foo", "A=a"},
    			{"http://www.host.test/some/path/foo/", "A=a"},
    		},
    	},
    	{
    		"Implicit path #1: path is a directory.",
    		"http://www.host.test/some/path/",
    		[]string{"A=a"},
    		"A=a",
    		[]query{
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 34K bytes
    - Viewed (0)
Back to top