Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of about 10,000 for version1 (0.19 sec)

  1. staging/src/k8s.io/apiserver/pkg/endpoints/discovery/version.go

    /*
    Copyright 2017 The Kubernetes Authors.
    
    Licensed under the Apache License, Version 2.0 (the "License");
    you may not use this file except in compliance with the License.
    You may obtain a copy of the License at
    
        http://www.apache.org/licenses/LICENSE-2.0
    
    Unless required by applicable law or agreed to in writing, software
    distributed under the License is distributed on an "AS IS" BASIS,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Nov 08 20:38:08 UTC 2022
    - 2.9K bytes
    - Viewed (0)
  2. api/maven-api-core/src/main/java/org/apache/maven/api/Version.java

    import org.apache.maven.api.annotations.Nonnull;
    
    /**
     * A version usually parsed using the {@link org.apache.maven.api.services.VersionParser} service.
     *
     * @since 4.0.0
     * @see org.apache.maven.api.services.VersionParser#parseVersion(String)
     * @see org.apache.maven.api.Session#parseVersion(String)
     */
    @Experimental
    public interface Version extends Comparable<Version> {
        /**
         * Returns a string representation of this version.
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Tue Dec 19 19:08:55 UTC 2023
    - 1.4K bytes
    - Viewed (0)
  3. pkg/kubelet/winstats/version.go

    		MinorVersion: minorVersionNumber,
    		UBR:          revision,
    	}, nil
    }
    
    // GetPatchVersion returns full OS version with patch
    func (o *OSInfo) GetPatchVersion() string {
    	return fmt.Sprintf("%d.%d.%s.%d", o.MajorVersion, o.MinorVersion, o.BuildNumber, o.UBR)
    }
    
    // GetBuild returns OS version upto build number
    func (o *OSInfo) GetBuild() string {
    	return fmt.Sprintf("%d.%d.%s", o.MajorVersion, o.MinorVersion, o.BuildNumber)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jul 26 17:14:05 UTC 2022
    - 2.7K bytes
    - Viewed (0)
  4. docs/ja/docs/deployment/versions.md

    T. Tokusumi <******@****.***> 1612719868 +0900
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Sun Feb 07 17:44:28 UTC 2021
    - 4.3K bytes
    - Viewed (0)
  5. docs/pt/docs/deployment/versions.md

    Lucas <******@****.***> 1627589680 -0300
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Thu Jul 29 20:14:40 UTC 2021
    - 3.8K bytes
    - Viewed (0)
  6. platforms/documentation/docs/src/snippets/dependencyManagement/catalogs-toml/kotlin/gradle/libs.versions.toml

    [versions]
    groovy = "3.0.5"
    checkstyle = "8.37"
    
    [libraries]
    groovy-core = { module = "org.codehaus.groovy:groovy", version.ref = "groovy" }
    groovy-json = { module = "org.codehaus.groovy:groovy-json", version.ref = "groovy" }
    groovy-nio = { module = "org.codehaus.groovy:groovy-nio", version.ref = "groovy" }
    commons-lang3 = { group = "org.apache.commons", name = "commons-lang3", version = { strictly = "[3.8, 4.0[", prefer="3.9" } }
    
    [bundles]
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 583 bytes
    - Viewed (0)
  7. staging/src/k8s.io/apiserver/pkg/server/routes/version.go

    	versionWS := new(restful.WebService)
    	versionWS.Path("/version")
    	versionWS.Doc("git code version from which this is built")
    	versionWS.Route(
    		versionWS.GET("/").To(v.handleVersion).
    			Doc("get the code version").
    			Operation("getCodeVersion").
    			Produces(restful.MIME_JSON).
    			Consumes(restful.MIME_JSON).
    			Writes(version.Info{}))
    
    	c.Add(versionWS)
    }
    
    // handleVersion writes the server's version information.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Jun 09 18:11:41 UTC 2022
    - 1.6K bytes
    - Viewed (0)
  8. operator/pkg/version/version.go

    	Minor uint32
    }
    
    // PatchVersion represents a patch version.
    type PatchVersion struct {
    	MinorVersion
    	Patch uint32
    }
    
    // Version represents a version with an optional suffix.
    type Version struct {
    	PatchVersion
    	Suffix string
    }
    
    // NewMajorVersion creates an initialized MajorVersion struct.
    func NewMajorVersion(major uint32) MajorVersion {
    	return MajorVersion{
    		Major: major,
    	}
    }
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Aug 29 14:15:26 UTC 2023
    - 4.4K bytes
    - Viewed (0)
  9. cluster/images/etcd/migrate/testdata/datadir_with_version/version.txt

    Joe Betz <******@****.***> 1520669023 -0800
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Apr 10 16:19:30 UTC 2018
    - 13 bytes
    - Viewed (0)
  10. .go-version

    cpanato <******@****.***> 1717690383 +0200
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Jun 06 16:13:15 UTC 2024
    - 6 bytes
    - Viewed (0)
Back to top