Search Options

Results per page
Sort
Preferred Languages
Advance

Results 101 - 110 of 1,957 for Versions (0.18 sec)

  1. platforms/software/dependency-management/src/test/groovy/org/gradle/api/internal/artifacts/ivyservice/resolutionstrategy/DefaultCachePolicySpec.groovy

            assert moduleId.group == group
            assert moduleId.name == name
            assert moduleId.version == version
        }
    
        private def assertId(ModuleComponentIdentifier moduleId, String group, String name, String version) {
            assert moduleId.group == group
            assert moduleId.module == name
            assert moduleId.version == version
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Oct 30 22:04:14 UTC 2023
    - 22.3K bytes
    - Viewed (0)
  2. platforms/native/platform-native/src/main/java/org/gradle/nativeplatform/toolchain/internal/msvcpp/LegacyWindowsSdkLocator.java

            return hasResourceCompiler && hasKernel32Lib;
        }
    
        private static String formatVersion(String version) {
            int index = StringUtils.ordinalIndexOf(version, ".", 2);
    
            if (index != -1) {
                version = version.substring(0, index);
            }
    
            return version;
        }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Nov 16 20:20:03 UTC 2023
    - 9.9K bytes
    - Viewed (0)
  3. cmd/kubeadm/app/phases/upgrade/policy_test.go

    		{
    			name: "the maximum skew between the cluster version and the kubelet versions should be three minor version.",
    			vg: &fakeVersionGetter{
    				clusterVersion: "v1.13.0",
    				kubeletVersion: "v1.10.8",
    				kubeadmVersion: "v1.13.0",
    			},
    			newK8sVersion: "v1.13.0",
    		},
    		{
    			name: "the maximum skew between the cluster version and the kubelet versions should be three minor version. This may be forced through though.",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Oct 12 03:17:05 UTC 2023
    - 9.9K bytes
    - Viewed (0)
  4. 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)
  5. testing/smoke-test/src/smokeTest/groovy/org/gradle/smoketests/BNDSmokeTest.groovy

            when:
            runner("jar")
                .forwardOutput()
                .build()
    
            then: "version numbers exist in the manifest"
            assertJarManifestContains("Import-Package", "org.apache.commons.lang3;version=\"$calculatedCommonsVersionRange\"")
        }
    
        def "BND plugin writes transitive external dependency versions of a direct project dependency to the manifest"() {
            given:
            def commonsVersion = "3.12.0"
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 11.7K bytes
    - Viewed (0)
  6. cmd/bucket-lifecycle.go

    	}
    }
    
    // enqueueByNewerNoncurrent enqueues object versions expired by
    // NewerNoncurrentVersions limit for expiry.
    func (es *expiryState) enqueueByNewerNoncurrent(bucket string, versions []ObjectToDelete, lcEvent lifecycle.Event) {
    	if len(versions) == 0 {
    		return
    	}
    
    	task := newerNoncurrentTask{bucket: bucket, versions: versions, event: lcEvent}
    	wrkr := es.getWorkerCh(task.OpHash())
    	if wrkr == nil {
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Mon Jun 10 15:31:51 UTC 2024
    - 33.3K bytes
    - Viewed (0)
  7. docs/bucket/replication/DESIGN.md

    active-active replication caused by allowing delete markers set on a object version with `REPLICA` status back to source.
    
    In the case of versioned deletes a.k.a permanent delete of a version by doing a `mc rm --version-id` on a object, replication implementation marks a object version permanently deleted as `PENDING` purge and deletes the version from source after syncing to the target and ensuring target version is deleted. The delete marker being deleted or object version being deleted...
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu Sep 29 04:28:45 UTC 2022
    - 14.7K bytes
    - Viewed (0)
  8. platforms/documentation/docs/src/docs/userguide/authoring-builds/other/test_kit.adoc

    [NOTE]
    ====
    GradleRunner supports the same range of Gradle versions as the Tooling API.
    The supported versions are defined in the <<third_party_integration.adoc#sec:embedding_compatibility,compatibility matrix>>.
    
    Builds with older Gradle versions _may_ still work but there are no guarantees.
    ====
    
    Starting with version 2.13, Gradle provides a conventional mechanism to inject the code under test into the test build.
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Apr 23 05:36:09 UTC 2024
    - 15.8K bytes
    - Viewed (0)
  9. staging/src/k8s.io/apiextensions-apiserver/pkg/apiserver/conversion/webhook_converter_test.go

    	}
    
    	testcases := []struct {
    		Name     string
    		Versions []string
    
    		ExpectRequest  runtime.Object
    		ExpectResponse runtime.Object
    		ExpectErr      string
    	}{
    		{
    			Name:      "no supported versions",
    			Versions:  []string{"vx"},
    			ExpectErr: "no supported conversion review versions",
    		},
    		{
    			Name:     "v1",
    			Versions: []string{"v1", "v1beta1", "v2"},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 13 15:27:39 UTC 2023
    - 19.2K bytes
    - Viewed (0)
  10. tensorflow/compiler/mlir/quantization/tensorflow/tests/insert_main_function.mlir

    // RUN:     -allow-unregistered-dialect -split-input-file | FileCheck %s
    
    // CHECK-LABEL: module attributes {tf.versions = {producer = 930 : i32}, tf_saved_model.semantics, tfl.description = "MLIR Converted.", tfl.schema_version = 3 : i32}  {
    module attributes {tf.versions = {producer = 930 : i32}, tf_saved_model.semantics, tfl.description = "MLIR Converted.", tfl.schema_version = 3 : i32}  {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Oct 31 08:49:35 UTC 2023
    - 15.4K bytes
    - Viewed (0)
Back to top