Search Options

Results per page
Sort
Preferred Languages
Advance

Results 61 - 70 of 8,364 for Versions (1.04 sec)

  1. src/cmd/go/internal/modload/mvs.go

    			}
    		}
    		versions = allowedVersions
    		origin = allVersions.Origin
    		return nil
    	})
    	return versions, origin, err
    }
    
    // previousVersion returns the tagged version of m.Path immediately prior to
    // m.Version, or version "none" if no prior version is tagged.
    //
    // Since the version of a main module is not found in the version list,
    // it has no previous version.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue May 23 19:01:38 UTC 2023
    - 4K bytes
    - Viewed (0)
  2. src/crypto/x509/internal/macos/corefoundation.go

    func CFDataGetLength(data CFRef) int {
    	ret := syscall(abi.FuncPCABI0(x509_CFDataGetLength_trampoline), uintptr(data), 0, 0, 0, 0, 0)
    	return int(ret)
    }
    func x509_CFDataGetLength_trampoline()
    
    //go:cgo_import_dynamic x509_CFDataGetBytePtr CFDataGetBytePtr "/System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation"
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Dec 21 20:05:17 UTC 2022
    - 8.4K bytes
    - Viewed (0)
  3. platforms/software/dependency-management/src/main/java/org/gradle/api/internal/catalog/DefaultVersionCatalog.java

                                     Map<String, VersionModel> versions,
                                     Map<String, PluginModel> plugins) {
            this.name = name;
            this.description = description;
            this.libraries = libraries;
            this.bundles = bundles;
            this.versions = versions;
            this.plugins = plugins;
            this.hashCode = doComputeHashCode();
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sun Dec 17 22:25:43 UTC 2023
    - 4.5K bytes
    - Viewed (0)
  4. staging/src/k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/v1beta1/defaults.go

    	}
    	// If there is no list of versions, create on using deprecated Version field.
    	if len(obj.Versions) == 0 && len(obj.Version) != 0 {
    		obj.Versions = []CustomResourceDefinitionVersion{{
    			Name:    obj.Version,
    			Storage: true,
    			Served:  true,
    		}}
    	}
    	// For backward compatibility set the version field to the first item in versions list.
    	if len(obj.Version) == 0 && len(obj.Versions) != 0 {
    		obj.Version = obj.Versions[0].Name
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 30 15:41:26 UTC 2019
    - 2.4K 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. docs/bucket/lifecycle/README.md

    ### 3.1 Automatic removal of non current objects versions
    
    A non-current object version is a version which is not the latest for a given object. It is possible to set up an automatic removal of non-current versions when a version becomes older than a given number of days.
    
    e.g., To scan objects stored under `user-uploads/` prefix and remove versions older than one year.
    
    ```
    {
        "Rules": [
            {
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Sat Aug 26 07:33:25 UTC 2023
    - 9K bytes
    - Viewed (0)
  7. 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)
  8. src/cmd/go/testdata/script/mod_retract_versions.txt

    
    go list -m -e -f $FMT --versions example.com/retract/self/pseudo
    stdout '^example.com/retract/self/pseudo ""$'
    
    go list -m -e -f $FMT --versions example.com/retract/self/pseudo@latest
    stdout '^example.com/retract/self/pseudo: "module example.com/retract/self/pseudo: no matching versions for query \\"latest\\"" "latest"$'
    
    -- go.mod --
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Mar 05 16:02:44 UTC 2021
    - 981 bytes
    - Viewed (0)
  9. platforms/software/version-control/src/integTest/groovy/org/gradle/vcs/git/internal/SourceDependencyCleanupIntegrationTest.groovy

            def versionFile = repo.workTree.file("version")
            versions.each { version ->
                versionFile.text = version
                def commit = repo.commit("version is $version")
                repo.createLightWeightTag(version)
                commits[version] = commit
            }
    
            versionFile.text = "4.0-SNAPSHOT"
            commits["latest.integration"] = repo.commit("version is snapshot")
    
            buildFile << """
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Oct 11 12:16:09 UTC 2023
    - 6.4K bytes
    - Viewed (0)
  10. 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)
Back to top