Search Options

Results per page
Sort
Preferred Languages
Advance

Results 161 - 170 of 1,957 for Versions (0.18 sec)

  1. platforms/documentation/docs/src/docs/userguide/optimizing-performance/performance.adoc

    ==== Find dynamic and changing versions with build scans
    
    You can find all dependencies with dynamic versions via build scans:
    
    image::performance/dependency-dynamic-versions.png[title="Find dependencies with dynamic versions"]
    
    You may be able to use fixed versions like "1.2" and "3.0.3.GA" that allow Gradle to cache versions.
    If you must use dynamic and changing versions, tune the cache settings to best meet your needs.
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Feb 23 03:39:56 UTC 2024
    - 33.4K bytes
    - Viewed (0)
  2. platforms/ide/tooling-api/src/main/java/org/gradle/tooling/LongRunningOperation.java

        /**
         * Specifies whether to generate colored (ANSI encoded) output for logging. The default is to not generate color output.
         *
         * <p>Supported by Gradle 2.3 or later. Ignored for older versions.</p>
         *
         * @param colorOutput {@code true} to request color output (using ANSI encoding).
         * @return this
         * @since 2.3
         */
        LongRunningOperation setColorOutput(boolean colorOutput);
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Sep 26 14:49:20 UTC 2023
    - 14K bytes
    - Viewed (0)
  3. staging/src/k8s.io/apimachinery/pkg/util/managedfields/internal/capmanagers_test.go

    		}
    		return &metav1.FieldsV1{Raw: b}
    	}
    
    	entry := func(name string, version string, order int, fields *metav1.FieldsV1) metav1.ManagedFieldsEntry {
    		return metav1.ManagedFieldsEntry{
    			Manager:    name,
    			APIVersion: version,
    			Operation:  "Update",
    			FieldsType: "FieldsV1",
    			FieldsV1:   fields,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Mar 08 21:44:00 UTC 2023
    - 10.1K bytes
    - Viewed (0)
  4. hack/update-vendor.sh

      # collect 'require' directives that actually specify a version
      local require_filter='(.Version != null) and (.Version != "v0.0.0") and (.Version != "v0.0.0-00010101000000-000000000000")'
      # collect 'replace' directives that unconditionally pin versions (old=new@version)
      local replace_filter='(.Old.Version == null) and (.New.Version != null)'
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:07:08 UTC 2024
    - 15.6K bytes
    - Viewed (0)
  5. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/caching/CachedMissingModulesIntegrationTest.groovy

            moduleInRepo1.jar.expectHead()
            moduleInRepo1.jar.sha1.expectGet()
    
            then:
            succeeds("showMissing")
        }
    
        def "cached empty version list is ignored when no module for dynamic version is available in any repo"() {
            given:
            def repo1 = mavenHttpRepo("repo1")
            def repo2 = mavenHttpRepo("repo2")
    
            buildFile << """
                repositories {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 24 06:54:47 UTC 2023
    - 18.1K bytes
    - Viewed (0)
  6. staging/src/k8s.io/apiextensions-apiserver/pkg/apiserver/customresource_handler_test.go

    		}
    	}
    
    	// Create and get every version, expect returned result to match creation GVK
    	for _, version := range crd.Spec.Versions {
    		expectGVK := schema.GroupVersionKind{Group: "stable.example.com", Version: version.Name, Kind: "MultiVersion"}
    		u := &unstructured.Unstructured{Object: map[string]interface{}{}}
    		u.SetGroupVersionKind(expectGVK)
    		u.SetName("my-" + version.Name)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 13 15:27:39 UTC 2023
    - 34.6K bytes
    - Viewed (0)
  7. tensorflow/compiler/mlir/tf2xla/api/v1/compile_tf_graph.cc

                                     mlir_module.get());
      }
      VersionDef versions;
      if (mlir::failed(ExtractTfVersions(*mlir_module, &versions))) {
        return errors::Internal(
            "module attribute in _TPUCompileMlir op is missing tf versions.");
      }
    
      NameAttrList func;
      func.set_name(kEntryFuncName);
      GuaranteedConsts consts;
    
      *compilation_result = {};
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Jun 12 22:19:26 UTC 2024
    - 14K bytes
    - Viewed (0)
  8. licenses/github.com/hashicorp/errwrap/LICENSE

    
    10. Versions of the License
    
    10.1. New Versions
    
          Mozilla Foundation is the license steward. Except as provided in Section
          10.3, no one other than the license steward has the right to modify or
          publish new versions of this License. Each version will be given a
          distinguishing version number.
    
    10.2. Effect of New Versions
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sat Oct 26 02:47:39 UTC 2019
    - 15.6K bytes
    - Viewed (0)
  9. platforms/documentation/docs/src/docs/design/gradle-module-metadata-latest-specification.md

    - `requires`: optional. The required version for this dependency.
    - `prefers`: optional. The preferred version for this dependency.
    - `strictly`: optional. A strictly enforced version requirement for this dependency.
    - `rejects`: optional. An array of rejected versions for this dependency.
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Mar 18 16:14:11 UTC 2024
    - 14.2K bytes
    - Viewed (0)
  10. platforms/documentation/docs/src/docs/userguide/dep-man/03-controlling-transitive-dependencies/component_metadata_rules.adoc

    The advantage of using this pattern when working only with pom metadata is that both variants are discoverable through the version.
    The disadvantage is that there is no information what the different version suffixes mean semantically.
    So in the case of conflict, Gradle would just pick the highest version when comparing the version strings.
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue May 28 15:10:53 UTC 2024
    - 33.2K bytes
    - Viewed (0)
Back to top