Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 441 for Child (0.04 sec)

  1. platforms/core-configuration/model-core/src/test/groovy/org/gradle/model/internal/core/ModelPathTest.groovy

            def child = path.child(name)
    
            expect:
            child.parent == path
            child.name == name
            child.size() == 2
            child.toString() == "parent.${name}" as String
    
            where:
            name       | _
            "."        | _
            "..."      | _
            "file.txt" | _
        }
    
        def "is direct child"() {
            expect:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Sep 28 09:51:04 UTC 2023
    - 5.1K bytes
    - Viewed (0)
  2. maven-model-builder/src/test/java/org/apache/maven/model/inheritance/DefaultInheritanceAssemblerTest.java

            Model child = getModel(baseName + "-child");
    
            if (fromRepo) {
                // when model is read from repo, a stream is used, then pomFile == null
                // (has consequences in inheritance algorithm since getProjectDirectory() returns null)
                parent = Model.newBuilder(parent, true).pomFile(null).build();
                child = Model.newBuilder(child, true).pomFile(null).build();
            }
    
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Wed Sep 13 11:39:50 UTC 2023
    - 7.9K bytes
    - Viewed (0)
  3. platforms/ide/ide-native/src/test/groovy/org/gradle/ide/visualstudio/tasks/internal/RelativeFileNameTransformerTest.groovy

            filePath                   | relativePath
            "child.txt"                | "../../child.txt"
            "subdir"                   | "../../subdir"
            "subdir/child.txt"         | "../../subdir/child.txt"
            "subdir/another"           | "../../subdir/another"
            "subdir/another/child.txt" | "../../subdir/another/child.txt"
            "another/dir/child.txt"    | "../../another/dir/child.txt"
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Sep 26 14:49:12 UTC 2023
    - 5.7K bytes
    - Viewed (0)
  4. platforms/jvm/language-jvm/src/testFixtures/groovy/org/gradle/api/tasks/compile/AbstractCompilerDaemonReuseIntegrationTest.groovy

                    }
                }
            """
        }
    
        def withCompositeBuildSources() {
            TestFile child = file("child").createDir()
            component.writeSources(file("src/main"))
            component.writeSources(child.file("src/main"))
            child.file("build.gradle") << """
                allprojects {
                    ${applyAndConfigure}
    
                    tasks.withType(${compileTaskType}) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Sep 01 03:07:53 UTC 2023
    - 6.6K bytes
    - Viewed (0)
  5. src/syscall/exec_windows_test.go

    		t.Fatal(err)
    	}
    	defer syscall.CloseHandle(ph)
    
    	child := exec.Command(os.Args[0], "-test.run=^TestChangingProcessParent$")
    	child.Env = append(os.Environ(),
    		"GO_WANT_HELPER_PROCESS=child",
    		"GO_WANT_HELPER_PROCESS_FILE="+childDumpPath)
    	child.SysProcAttr = &syscall.SysProcAttr{ParentProcess: ph}
    	childOutput, err := child.CombinedOutput()
    	if err != nil {
    		t.Errorf("child failed: %v: %v", err, string(childOutput))
    	}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Sep 05 23:35:29 UTC 2023
    - 3.1K bytes
    - Viewed (0)
  6. platforms/core-runtime/logging/src/integTest/groovy/org/gradle/internal/logging/console/AbstractConsoleConfigurationProgressFunctionalTest.groovy

            createDirs("child")
            settingsFile << """
                includeBuild "child"
            """
            buildFile << """
                ${server.callFromBuild('root-build-script')}
                task hello {
                    dependsOn gradle.includedBuild("child").task(":hello")
                }
            """
            createDirs("child/a", "child/b")
            file("child/settings.gradle") << """
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 24 06:54:47 UTC 2023
    - 5.3K bytes
    - Viewed (0)
  7. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/maven/BadPomFileResolveIntegrationTest.groovy

        }
    
        def "reports missing parent POM"() {
            given:
            def parent = mavenHttpRepo.module("org", "parent", "1.0")
    
            def child = mavenHttpRepo.module("org", "child", "1.0")
            child.parent("org", "parent", "1.0")
            child.publish()
    
            buildFile << """
    repositories {
        maven { url '${mavenHttpRepo.uri}' }
    }
    configurations { compile }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Oct 26 18:31:50 UTC 2023
    - 7.2K bytes
    - Viewed (0)
  8. platforms/core-execution/snapshots/src/main/java/org/gradle/internal/snapshot/AbstractIncompleteFileSystemNode.java

                    return child.invalidate(pathInChild, caseSensitivity, diffListener);
                }
    
                @Override
                public void handleAsAncestorOfChild(String childPath, FileSystemNode child) {
                    diffListener.nodeRemoved(child);
                }
    
                @Override
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Sep 22 09:34:50 UTC 2023
    - 6.5K bytes
    - Viewed (0)
  9. analysis/analysis-api/testData/components/compilerFacility/compilation/javaAnnotationWithVararg.ir.txt

            BLOCK_BODY
              CALL 'protected/*protected and package*/ open fun onCreate (): kotlin.Unit declared in p2.Parent' superQualifier='CLASS IR_EXTERNAL_JAVA_DECLARATION_STUB CLASS name:Parent modality:OPEN visibility:public superTypes:[kotlin.Any]' type=kotlin.Unit origin=null
                $this: GET_VAR '<this>: <root>.Child declared in <root>.Child.onCreate' type=<root>.Child origin=null
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Tue Apr 16 19:18:28 UTC 2024
    - 3K bytes
    - Viewed (0)
  10. pkg/credentialprovider/plugin/config.go

    			allErrs = append(allErrs, field.Invalid(fieldPath.Child("name"), provider.Name, "provider name cannot contain '/'"))
    		}
    
    		if strings.Contains(provider.Name, " ") {
    			allErrs = append(allErrs, field.Invalid(fieldPath.Child("name"), provider.Name, "provider name cannot contain spaces"))
    		}
    
    		if provider.Name == "." {
    			allErrs = append(allErrs, field.Invalid(fieldPath.Child("name"), provider.Name, "provider name cannot be '.'"))
    		}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 19 15:11:57 UTC 2023
    - 4.5K bytes
    - Viewed (0)
Back to top