Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 3,471 for version2 (0.17 sec)

  1. staging/src/k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/types.go

    	// Versions is the list of all supported versions for this resource.
    	// If Version field is provided, this field is optional.
    	// Validation: All versions must use the same validation schema for now. i.e., top
    	// level Validation field is applied to all of these versions.
    	// Order: The version name will be used to compute the order.
    	// If the version string is "kube-like", it will sort above non "kube-like" version strings, which are ordered
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Feb 28 19:06:46 UTC 2024
    - 21.2K bytes
    - Viewed (0)
  2. testing/internal-integ-testing/src/main/groovy/org/gradle/integtests/fixtures/executer/DefaultGradleDistribution.groovy

            return isVersion(otherVersion) || version.compareTo(GradleVersion.version(otherVersion)) > 0;
        }
    
        protected boolean isSameOrOlder(String otherVersion) {
            return isVersion(otherVersion) || version.compareTo(GradleVersion.version(otherVersion)) <= 0;
        }
    
        protected boolean isVersion(String otherVersionString) {
            GradleVersion otherVersion = GradleVersion.version(otherVersionString);
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon May 20 16:09:27 UTC 2024
    - 12.2K bytes
    - Viewed (0)
  3. subprojects/distributions-dependencies/build.gradle.kts

            api(libs.commonsCompress)       { version { strictly("1.26.1") } }
            api(libs.commonsHttpclient)     { version { strictly("4.5.14") } }
            api(libs.commonsIo)             { version { strictly("2.15.1") }}
            api(libs.commonsLang)           { version { strictly("2.6") }}
            api(libs.commonsLang3)          { version { strictly("3.14.0") }}
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jun 07 19:54:08 UTC 2024
    - 16.5K bytes
    - Viewed (0)
  4. staging/src/k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/v1beta1/types.go

    	// versions is the list of all API versions of the defined custom resource.
    	// Optional if `version` is specified.
    	// The name of the first item in the `versions` list must match the `version` field if `version` and `versions` are both specified.
    	// Version names are used to compute the order in which served versions are listed in API discovery.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Feb 28 19:06:46 UTC 2024
    - 32.3K bytes
    - Viewed (0)
  5. staging/src/k8s.io/apiextensions-apiserver/pkg/apiserver/customresource_discovery_controller_test.go

    	for _, v := range coolFooCRD.Spec.Versions {
    		env.FakeResourceManager.Expect().
    			SetGroupVersionPriority(metav1.GroupVersion{Group: coolFooCRD.Spec.Group, Version: v.Name}, 1000, 100)
    	}
    
    	env.FakeResourceManager.Expect().
    		AddGroupVersion(coolFooCRD.Spec.Group, coolFooDiscovery)
    	for _, v := range coolFooCRD.Spec.Versions {
    		env.FakeResourceManager.Expect().
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 18:15:22 UTC 2024
    - 12K bytes
    - Viewed (0)
  6. platforms/ide/tooling-api/src/testFixtures/groovy/org/gradle/integtests/tooling/fixture/ToolingApiSpecification.groovy

     * </ul>
     *
     * The supported ranges for the tooling API versions and for the target Gradle versions are documented in the Gradle user guide.
     * For up-to-date information, check the 'Compatibility of Java and Gradle versions` section of the 'Third-party Tools' chapter.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu May 16 10:10:39 UTC 2024
    - 16.6K bytes
    - Viewed (0)
  7. maven-api-impl/src/main/java/org/apache/maven/internal/impl/resolver/DefaultVersionRangeResolver.java

    import org.eclipse.aether.spi.synccontext.SyncContextFactory;
    import org.eclipse.aether.version.InvalidVersionSpecificationException;
    import org.eclipse.aether.version.Version;
    import org.eclipse.aether.version.VersionConstraint;
    import org.eclipse.aether.version.VersionRange;
    import org.eclipse.aether.version.VersionScheme;
    
    /**
     */
    @Named
    @Singleton
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Fri Apr 12 10:50:18 UTC 2024
    - 10K bytes
    - Viewed (0)
  8. src/cmd/go/internal/modload/edit.go

    	// requiring maps each not-yet-disqualified module version to the versions
    	// that would cause that module's requirements to be included in a pruned or
    	// unpruned context. If that version becomes disqualified, the
    	// disqualification will be propagated to all of the versions in the
    	// corresponding list.
    	//
    	// This map is similar to the module requirement graph, but includes more
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Mar 15 21:46:32 UTC 2024
    - 34.1K bytes
    - Viewed (0)
  9. staging/src/k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/v1beta1/generated.proto

      // versions is the list of all API versions of the defined custom resource.
      // Optional if `version` is specified.
      // The name of the first item in the `versions` list must match the `version` field if `version` and `versions` are both specified.
      // Version names are used to compute the order in which served versions are listed in API discovery.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 28 15:34:11 UTC 2024
    - 41.8K bytes
    - Viewed (0)
  10. platforms/documentation/docs/src/docs/userguide/dep-man/06-publishing/publishing_maven.adoc

    Resolved versions::
    This strategy publishes the versions that were resolved during the build, possibly by applying resolution rules and automatic conflict resolution.
    This has the advantage that the published versions correspond to the ones the published artifact was tested against.
    
    Example use cases for resolved versions:
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Feb 23 03:39:56 UTC 2024
    - 21.3K bytes
    - Viewed (0)
Back to top