Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 21 for resolveRed (0.89 sec)

  1. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/transform/ArtifactTransformCachingIntegrationTest.groovy

                    }
                    configurations {
                        compile {
                            attributes.attribute color, 'blue'
                        }
                    }
                    task resolveRed(type: Resolve) {
                        artifacts = configurations.compile.incoming.artifactView {
                            attributes { it.attribute(color, 'red') }
                        }.artifacts
                    }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jun 07 11:52:44 UTC 2024
    - 97.8K bytes
    - Viewed (0)
  2. src/cmd/vendor/golang.org/x/telemetry/package-lock.json

          "version": "0.4.1",
          "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz",
          "integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==",
          "dev": true
        },
        "node_modules/@eslint/js": {
          "version": "8.40.0",
          "resolved": "https://registry.npmjs.org/@eslint/js/-/js-8.40.0.tgz",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 04 17:57:25 UTC 2024
    - 156K bytes
    - Viewed (0)
  3. subprojects/diagnostics/src/integTest/groovy/org/gradle/api/tasks/diagnostics/DependencyInsightReportTaskIntegrationTest.groovy

            then:
            outputContains """org:foo:1.1 FAILED
       Selection reasons:
          - By constraint: Dependency locking
       Failures:
          - Dependency lock state out of date:
              - Resolved 'org:foo:1.1' which is not part of the dependency lock state
    
    org:foo:1.1 FAILED
    \\--- lockedConf
    
    org:foo:1.+ -> 1.1
    \\--- lockedConf
    """
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed May 08 15:15:56 UTC 2024
    - 102.3K bytes
    - Viewed (0)
  4. src/main/java/jcifs/smb1/smb1/SmbFile.java

     * the security descriptor associated with this file or directory.
     * <p>
     * Initially, the SIDs within each ACE will not be resolved however when
     * <tt>getType()</tt>, <tt>getDomainName()</tt>, <tt>getAccountName()</tt>,
     * or <tt>toString()</tt> is called, the names will attempt to be
     * resolved. If the names cannot be resolved (e.g. due to temporary
     * network failure), the said methods will return default values (usually
    Registered: Wed Jun 12 15:45:55 UTC 2024
    - Last Modified: Mon Mar 13 12:00:57 UTC 2023
    - 107.9K bytes
    - Viewed (0)
  5. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/transform/ArtifactTransformIntegrationTest.groovy

        @ToBeFixedForConfigurationCache(because = "treating file collection visit failures as a configuration cache problem adds an additional failure to the build summary; exception chain is different when transform input cannot be resolved")
        def "user gets a reasonable error message when a transform input cannot be downloaded and proceeds with other inputs"() {
            def m1 = ivyHttpRepo.module("test", "test", "1.3")
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Nov 07 18:43:42 UTC 2023
    - 100.8K bytes
    - Viewed (0)
  6. src/cmd/go/internal/load/pkg.go

    		p.Error.setPos(importPos)
    	}
    }
    
    // Resolve returns the resolved version of imports,
    // which should be p.TestImports or p.XTestImports, NOT p.Imports.
    // The imports in p.TestImports and p.XTestImports are not recursively
    // loaded during the initial load of p, so they list the imports found in
    // the source file, but most processing should be over the vendor-resolved
    // import paths. We do this resolution lazily both to avoid file system work
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue May 28 17:00:51 UTC 2024
    - 120K bytes
    - Viewed (0)
  7. staging/src/k8s.io/apimachinery/pkg/util/managedfields/internal/testdata/swagger.json

            "args": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 20 15:45:02 UTC 2024
    - 229.4K bytes
    - Viewed (0)
  8. cluster/gce/util.sh

      flags+=" --experimental-mounter-path=/home/kubernetes/containerized_mounter/mounter"
      # Keep in sync with the mkdir command in configure-helper.sh (until the TODO is resolved)
      flags+=" --cert-dir=/var/lib/kubelet/pki/"
    
      # If ENABLE_AUTH_PROVIDER_GCP is set to true, kubelet is enabled to use out-of-tree auth
      # credential provider instead of in-tree auth credential provider.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 21:47:17 UTC 2024
    - 161.6K bytes
    - Viewed (0)
  9. api/maven-api-model/src/main/mdo/maven.mdo

              <required>false</required>
              <description>Default dependency information for projects that inherit from this one. The
                dependencies in this section are not immediately resolved. Instead, when a POM derived
                from this one declares a dependency described by a matching groupId and artifactId, the
                version and other values from this section are used for that dependency if they were not
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Tue Apr 23 13:29:46 UTC 2024
    - 115.1K bytes
    - Viewed (0)
  10. pkg/controller/podautoscaler/horizontal_test.go

    			autoscalingv2.ResourceMetricSourceType: monitor.ErrorLabelNone,
    		},
    	}
    	tc.runTest(t)
    }
    
    func TestUpscaleCapGreaterThanMaxReplicas(t *testing.T) {
    	// TODO: Remove skip once this issue is resolved: https://github.com/kubernetes/kubernetes/issues/124083
    	if goruntime.GOOS == "windows" {
    		t.Skip("Skip flaking test on Windows.")
    	}
    	tc := testCase{
    		minReplicas:     1,
    		maxReplicas:     20,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 25 14:24:16 UTC 2024
    - 199.3K bytes
    - Viewed (0)
Back to top