Search Options

Results per page
Sort
Preferred Languages
Advance

Results 81 - 90 of 5,609 for Lach (0.09 sec)

  1. staging/src/k8s.io/client-go/applyconfigurations/admissionregistration/v1alpha1/namedrulewithoperations.go

    // and returns the receiver, so that objects can be build by chaining "With" function invocations.
    // If called multiple times, values provided by each call will be appended to the ResourceNames field.
    func (b *NamedRuleWithOperationsApplyConfiguration) WithResourceNames(values ...string) *NamedRuleWithOperationsApplyConfiguration {
    	for i := range values {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Nov 07 20:51:52 UTC 2022
    - 4.4K bytes
    - Viewed (0)
  2. subprojects/core/src/main/java/org/gradle/configuration/project/ProjectConfigureAction.java

    import org.gradle.api.internal.project.ProjectInternal;
    
    /**
     * Can be implemented by plugins to auto-configure each project.
     *
     * <p>Implementations are discovered using the JAR service locator mechanism (see {@link org.gradle.internal.service.ServiceLocator}).
     * Each action is invoked for each project that is to be configured, before the project has been configured. Actions are executed
     * in an arbitrary order.
     */
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon May 02 16:56:13 UTC 2016
    - 1.2K bytes
    - Viewed (0)
  3. platforms/native/language-native/src/test/groovy/org/gradle/language/assembler/plugins/AssemblerPluginTest.groovy

                        }
                    }
                }
            }
    
            expect:
            realizeComponents().exe.sources.asm.source.srcDirs*.name == ["d1", "d2"]
        }
    
        def "creates assemble tasks for each non-empty executable source set "() {
            when:
            touch("src/test/asm/dummy.s")
            touch("src/test/anotherOne/dummy.s")
            dsl {
                pluginManager.apply AssemblerPlugin
    
                model {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Nov 16 20:20:03 UTC 2023
    - 6.2K bytes
    - Viewed (0)
  4. subprojects/composite-builds/src/integTest/groovy/org/gradle/integtests/composite/CompositeBuildParallelIntegrationTest.groovy

            buildA.buildFile << """
                task delegate {
                    dependsOn gradle.includedBuilds*.task(":someTask")
                }
            """
            (1..totalIncludedBuilds).each {
                includedBuilds << singleProjectBuild("included$it") {
                    buildFile << """
                        task someTask {
                            doLast {
                                Thread.sleep(100)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Sep 01 03:07:53 UTC 2023
    - 4.3K bytes
    - Viewed (0)
  5. staging/src/k8s.io/client-go/applyconfigurations/admissionregistration/v1/namedrulewithoperations.go

    // and returns the receiver, so that objects can be build by chaining "With" function invocations.
    // If called multiple times, values provided by each call will be appended to the ResourceNames field.
    func (b *NamedRuleWithOperationsApplyConfiguration) WithResourceNames(values ...string) *NamedRuleWithOperationsApplyConfiguration {
    	for i := range values {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Mar 06 00:00:21 UTC 2024
    - 4.3K bytes
    - Viewed (0)
  6. platforms/ide/tooling-api/src/crossVersionTest/groovy/org/gradle/integtests/tooling/r25/GradleTaskGetGroupCrossVersionSpec.groovy

                connection.getModel(GradleProject)
            }
    
            then:
            gradleProject != null
            gradleProject.tasks.findAll { it.name.startsWith('test') }.each {
                assert it.group == "task group ${it.name-'test'}"
            }
        }
    
        def "provide getGroup on Task using BuildInvocations"() {
            file("build.gradle") << '''
    task test1(group:'task group 1')
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Sep 26 14:49:20 UTC 2023
    - 2.9K bytes
    - Viewed (0)
  7. pkg/scheduler/testing/workload_prep.go

    // The size of Pods and Nodes are determined by input arguments.
    // The specs of Pods and Nodes are generated with the following rules:
    //   - Each generated node is applied with a unique label: "node: node<i>".
    //   - Each generated node is applied with a rotating label: "zone: zone[0-9]".
    //   - Depending on the input labels, each generated pod will be applied with
    //     label "key1", "key1,key2", ..., "key1,key2,...,keyN" in a rotating manner.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Jan 16 13:43:36 UTC 2023
    - 2.3K bytes
    - Viewed (0)
  8. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/alignment/ForcingPlatformAlignmentTest.groovy

            "align the 'org' group only"()
    
            when:
            repositoryInteractions {
                group('org') {
                    ['webapp', 'xml', 'other'].each { mod ->
                        module(mod) {
                            ['1.0', '2.0'].each { v ->
                                version(v) {
                                    allowAll()
                                }
                            }
                        }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 39.3K bytes
    - Viewed (0)
  9. platforms/core-execution/execution/src/test/groovy/org/gradle/internal/execution/history/OutputsCleanerTest.groovy

            outputFiles << outputFile
    
            outputFiles.each {
                it << "output ${it.name}"
            }
    
            when:
            cleanupOutput(outputDir, subDir, *outputFiles)
            then:
            _ * dirSafeToDelete.test(subDir) >> true
            _ * dirSafeToDelete.test(outputDir) >> true
            _ * dirSafeToDelete.test(outputDir.parentFile) >> false
            outputFiles.each {
                1 * fileSafeToDelete.test(it) >> true
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Sep 22 09:46:15 UTC 2023
    - 3.4K bytes
    - Viewed (0)
  10. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/rocache/AbstractReadOnlyCacheDependencyResolutionTest.groovy

            roModules.each {
                it.withModuleMetadata()
                if (publishJavadocsAndSources) {
                    it.withSourceAndJavadoc()
                }
                it.publish()
            }
            def deps = new StringBuilder()
            StringBuilder queries = new StringBuilder()
            roModules.each {
                expectResolve(it)
                it.metaData.allowGetOrHead()
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Mar 22 01:27:55 UTC 2024
    - 7.6K bytes
    - Viewed (0)
Back to top