Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 4,209 for Versions (2.23 sec)

  1. testing/internal-integ-testing/src/main/groovy/org/gradle/integtests/fixtures/compatibility/AbstractContextualMultiVersionTestInterceptor.java

                } else {
                    for (T version : possibleVersions) {
                        if (isAvailable(version) && version.matches(criteria)) {
                            versionsUnderTest.add(version);
                        }
                    }
                }
            }
    
            for (T version : versionsUnderTest) {
                for (Execution execution : createExecutionsFor(version)) {
                    add(execution);
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 5.7K bytes
    - Viewed (0)
  2. staging/src/k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/validation/validation_test.go

    					StoredVersions: []string{"version"},
    				},
    			},
    			errors: []validationMatch{
    				// Per-version schema/subresources/columns may not all be set to identical values.
    				// Note that the test will fail if we de-duplicate the expected errors below.
    				invalid("spec", "versions"),
    				invalid("spec", "versions"),
    				invalid("spec", "versions"),
    			},
    		},
    		{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 10 22:07:40 UTC 2024
    - 349.4K bytes
    - Viewed (0)
  3. src/cmd/compile/internal/types2/version.go

    )
    
    // allowVersion reports whether the current package at the given position
    // is allowed to use version v. If the position is unknown, the specified
    // module version (Config.GoVersion) is used. If that version is invalid,
    // allowVersion returns true.
    func (check *Checker) allowVersion(at poser, v goVersion) bool {
    	fileVersion := check.conf.GoVersion
    	if pos := at.Pos(); pos.IsKnown() {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 20 20:44:57 UTC 2024
    - 2.4K bytes
    - Viewed (0)
  4. staging/src/k8s.io/apiserver/pkg/endpoints/discovery/aggregated/handler.go

    						if existing.Versions[i].Version == v.Version {
    							existing.Versions[i] = v
    							break
    						}
    					}
    
    				} else {
    					// New group-version, just append
    					existing.Versions = append(existing.Versions, v)
    				}
    
    				sourcesUsed[gv] = key.source
    				groupsToUse[key.name] = existing
    			}
    			// Check to see if we have overlapping versions. If we do, take the one
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Mar 02 00:29:39 UTC 2024
    - 16.1K bytes
    - Viewed (0)
  5. pkg/test/framework/resource/version_test.go

    			true,
    		},
    		{
    			"no versions",
    			makeRevVerMap(),
    			IstioVersion("1.8"),
    			true,
    		},
    	}
    
    	for _, tc := range tcs {
    		t.Run(tc.name, func(t *testing.T) {
    			min := tc.versions.AtLeast(tc.version)
    			if min != tc.result {
    				t.Errorf("expected %v, got %v", tc.result, min)
    			}
    		})
    	}
    }
    
    func makeRevVerMap(versions ...string) RevVerMap {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Apr 22 18:13:40 UTC 2024
    - 2.9K bytes
    - Viewed (0)
  6. staging/src/k8s.io/api/storage/v1/zz_generated.prerelease-lifecycle.go

    // It is controlled by "k8s:prerelease-lifecycle-gen:introduced" tags in types.go.
    func (in *CSIDriver) APILifecycleIntroduced() (major, minor int) {
    	return 1, 18
    }
    
    // APILifecycleIntroduced is an autogenerated function, returning the release in which the API struct was introduced as int versions of major and minor for comparison.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 23 17:42:49 UTC 2024
    - 4K bytes
    - Viewed (0)
  7. platforms/software/dependency-management/src/main/java/org/gradle/api/internal/artifacts/ivyservice/CacheLayout.java

    /**
     * Versioned locations of global caches.
     *
     * The purpose of tracking previous versions is to help with cache cleanup.
     * E.g. when the layout was changed in {@code version1}, and it gets changed
     * in {@code version2} once again, we can delete the {@code version1} cache
     * when we detect that it is no longer used.
     *
     * Always use release candidate versions since we normally
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Mar 22 12:09:31 UTC 2024
    - 3.9K bytes
    - Viewed (0)
  8. pkg/kubelet/cm/dra/plugin/plugin.go

    				callerName,
    				pluginName,
    			),
    		)
    	}
    
    	// Validate version
    	newPluginHighestVersion, err := utilversion.HighestSupportedVersion(versions)
    	if err != nil {
    		return nil, errors.New(
    			log(
    				"%s for DRA plugin %q failed. None of the versions specified %q are supported. err=%v",
    				callerName,
    				pluginName,
    				versions,
    				err,
    			),
    		)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Apr 19 16:27:05 UTC 2024
    - 6.2K bytes
    - Viewed (0)
  9. testing/smoke-test/src/smokeTest/groovy/org/gradle/smoketests/AndroidCommunityPluginsSmokeTest.groovy

     * https://developer.android.com/studio/releases/gradle-plugin.html
     * https://androidstudio.googleblog.com/
     *
     * To run your tests against all AGP versions from agp-versions.properties, use higher version of java by setting -PtestJavaVersion=<version>
     * See {@link org.gradle.integtests.fixtures.versions.AndroidGradlePluginVersions#assumeCurrentJavaVersionIsSupportedBy() assumeCurrentJavaVersionIsSupportedBy} for more details
     */
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 8.4K bytes
    - Viewed (0)
  10. docs/bucket/replication/setup_2site_existing_replication.sh

    ./mc ls -r --versions sitea/bucket >/tmp/sitea.txt
    ./mc ls -r --versions siteb/bucket >/tmp/siteb.txt
    
    out=$(diff -qpruN /tmp/sitea.txt /tmp/siteb.txt)
    ret=$?
    if [ $ret -ne 0 ]; then
    	echo "BUG: expected no 'diff' after replication: $out"
    	exit 1
    fi
    
    ./mc mb sitea/bucket-version/
    ./mc mb siteb/bucket-version
    
    ./mc version enable sitea/bucket-version/
    ./mc version enable siteb/bucket-version/
    
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Sat May 18 18:19:01 UTC 2024
    - 5.6K bytes
    - Viewed (0)
Back to top