Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 11 for listMaps (0.16 sec)

  1. platforms/software/dependency-management/src/testFixtures/groovy/org/gradle/integtests/resolve/ivy/AbstractIvyRemoteRepoResolveIntegrationTest.groovy

            moduleB.ivy.expectDownload()
            moduleB.jar.expectDownload()
    
    
            then:
            succeeds('listJars')
    
            when:
            server.resetExpectations()
    
            then:
            succeeds('listJars')
        }
    
        public void "can resolve and cache dependencies from a remote Ivy repository"() {
            given:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 13.9K bytes
    - Viewed (0)
  2. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/http/HttpAuthenticationDependencyResolutionIntegrationTest.groovy

    dependencies {
        compile 'group:projectA:1.2'
    }
    task listJars {
        def files = configurations.compile
        doLast {
            assert files*.name == ['projectA-1.2.jar']
        }
    }
    """
    
            when:
            serverAuthScheme = HEADER
    
            and:
            moduleA.pom.expectGet()
            moduleA.artifact.expectGet()
    
            then:
            succeeds('listJars')
            and:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 18.7K bytes
    - Viewed (0)
  3. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/DependencyDownloadBuildOperationsIntegrationTest.groovy

            downloadOps[3].result.bytesRead == m.artifact.file.length()
    
            def listOps = buildOperations.all(ExternalResourceListBuildOperationType)
            listOps.size() == 2
            listOps[0].details.location == missingDir.uri.toString()
            listOps[1].details.location == dir.uri.toString()
    
            def artifactsOps = buildOperations.all(ResolveArtifactsBuildOperationType)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sun Jan 14 00:59:27 UTC 2024
    - 13K bytes
    - Viewed (0)
  4. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/ClientModuleDependenciesResolveIntegrationTest.groovy

        ivy { url "${repo1.uri}" }
        maven { url "${repo2.uri}" }
    }
    configurations { compile }
    dependencies {
        compile module("group:projectA:1.2") {
           dependency("group:projectB:1.3")
        }
    }
    task listJars {
        doLast {
            assert configurations.compile.collect { it.name } == ['projectA-1.2.jar', 'projectB-1.3.jar']
        }
    }
    """
    
            when:
            projectB.ivy.expectGet()
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Jan 03 18:15:26 UTC 2024
    - 16.4K bytes
    - Viewed (0)
  5. src/cmd/go/internal/list/list.go

    		work.AddCoverFlags(CmdList, nil)
    	}
    	CmdList.Flag.Var(&listJsonFields, "json", "")
    }
    
    var (
    	listCompiled   = CmdList.Flag.Bool("compiled", false, "")
    	listDeps       = CmdList.Flag.Bool("deps", false, "")
    	listE          = CmdList.Flag.Bool("e", false, "")
    	listExport     = CmdList.Flag.Bool("export", false, "")
    	listFmt        = CmdList.Flag.String("f", "", "")
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Feb 16 16:56:39 UTC 2024
    - 33.3K bytes
    - Viewed (0)
  6. istioctl/pkg/tag/tag.go

    	}
    
    	fmt.Fprintf(w, "Revision tag %s removed\n", tagName)
    	return nil
    }
    
    type uniqTag struct {
    	revision, tag string
    }
    
    // listTags lists existing revision.
    func listTags(ctx context.Context, kubeClient kubernetes.Interface, writer io.Writer) error {
    	tagWebhooks, err := GetRevisionWebhooks(ctx, kubeClient)
    	if err != nil {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Apr 02 08:32:06 UTC 2024
    - 16.3K bytes
    - Viewed (0)
  7. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/ArtifactDependenciesIntegrationTest.groovy

            expect:
            createDirs("a", "b")
            file('settings.gradle') << 'include "a", "b"'
            file('build.gradle') << """
    subprojects {
        configurations {
            compile
        }
        task listDeps {
            def files = configurations.compile
            doLast { files.files }
        }
    }
    project(':a') {
        repositories {
            maven { url '${repo.uri}' }
        }
        dependencies {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Jan 09 01:09:32 UTC 2024
    - 23.7K bytes
    - Viewed (0)
  8. tensorflow/cc/BUILD

    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Mar 27 18:00:18 UTC 2024
    - 23.5K bytes
    - Viewed (0)
  9. docs/es/docs/async.md

    Pero entonces, aunque aún no tienes tus hamburguesas 🍔, el trabajo hecho con el cajero 💁 está "en pausa" ⏸, porque debes esperar 🕙 a que tus hamburguesas estén listas.
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Thu Apr 18 19:53:19 UTC 2024
    - 24.9K bytes
    - Viewed (0)
  10. staging/src/k8s.io/apiextensions-apiserver/pkg/apiserver/validation/validation_test.go

    					expectErrs: []string{
    						`field: Invalid value: "string": failed rule: self == oldSelf`,
    					}},
    			},
    		},
    		{name: "correlatable transition rule",
    			// Ensures a transition rule under a "listMap" is supported.
    			schema: apiextensions.JSONSchemaProps{
    				Type: "object",
    				Properties: map[string]apiextensions.JSONSchemaProps{
    					"field": {
    						Type:         "array",
    						XListType:    &listMapType,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jul 18 04:49:59 UTC 2023
    - 24.8K bytes
    - Viewed (0)
Back to top