Home
last modified time | relevance | path

Searched defs:Version (Results 201 – 225 of 42541) sorted by relevance

12345678910>>...1702

/dports/security/keybase/client-v5.7.1/go/vendor/github.com/blang/semver/
H A Dsemver.go24 type Version struct { struct
25 Major uint64
26 Minor uint64
27 Patch uint64
28 Pre []PRVersion
29 Build []string //No Precendence
33 func (v Version) String() string {
70 func (v Version) EQ(o Version) bool {
75 func (v Version) NE(o Version) bool {
80 func (v Version) GT(o Version) bool {
[all …]
/dports/sysutils/helm/helm-3.5.2/vendor/github.com/Microsoft/hcsshim/test/vendor/github.com/blang/semver/
H A Dsemver.go24 type Version struct { struct
25 Major uint64
26 Minor uint64
27 Patch uint64
28 Pre []PRVersion
29 Build []string //No Precendence
33 func (v Version) String() string {
70 func (v Version) EQ(o Version) bool {
75 func (v Version) NE(o Version) bool {
80 func (v Version) GT(o Version) bool {
[all …]
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/Microsoft/hcsshim/vendor/github.com/blang/semver/
H A Dsemver.go24 type Version struct { struct
25 Major uint64
26 Minor uint64
27 Patch uint64
28 Pre []PRVersion
29 Build []string //No Precendence
33 func (v Version) String() string {
70 func (v Version) EQ(o Version) bool {
75 func (v Version) NE(o Version) bool {
80 func (v Version) GT(o Version) bool {
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/Microsoft/hcsshim/test/vendor/github.com/blang/semver/
H A Dsemver.go24 type Version struct { struct
25 Major uint64
26 Minor uint64
27 Patch uint64
28 Pre []PRVersion
29 Build []string //No Precendence
33 func (v Version) String() string {
70 func (v Version) EQ(o Version) bool {
75 func (v Version) NE(o Version) bool {
80 func (v Version) GT(o Version) bool {
[all …]
/dports/games/openlierox/OpenLieroX/include/
H A DVersion.h23 struct Version { struct
24 Version() { reset(); } in Version() function
25 Version(const std::string& versionStr) { setByString(versionStr); } in Version() function
27 … { gamename = "LieroX"; num = 0; subnum = 56; subsubnum = 0; revnum = 0; releasetype = RT_NORMAL; } in reset()
54 inline bool operator<(const Version& ver1, const Version& ver2) { argument
/dports/security/lego/lego-4.5.3/vendor/github.com/akamai/AkamaiOPEN-edgegrid-golang/papi-v1/
H A Dversions.go169 type Version struct { struct
170 client.Resource
171 parent *Versions
173 UpdatedByUser string `json:"updatedByUser,omitempty"`
174 UpdatedDate time.Time `json:"updatedDate,omitempty"`
176 StagingStatus StatusValue `json:"stagingStatus,omitempty"`
177 Etag string `json:"etag,omitempty"`
178 ProductID string `json:"productId,omitempty"`
179 Note string `json:"note,omitempty"`
182 RuleFormat string `json:"ruleFormat,omitempty"`
[all …]
/dports/security/lego/lego-4.5.3/vendor/github.com/akamai/AkamaiOPEN-edgegrid-golang/api-endpoints-v2/
H A Dversions.go15 type Version struct { struct
16 CreatedBy string `json:"createdBy"`
17 CreateDate string `json:"createDate"`
18 UpdateDate string `json:"updateDate"`
19 UpdatedBy string `json:"updatedBy"`
21 BasePath string `json:"basePath"`
22 Description *string `json:"description`
23 BasedOn *int `json:"basedOn"`
26 StagingDate *string `json:"stagingDate"`
83 Version int member
[all …]
/dports/net-im/matterbridge/matterbridge-1.22.3/vendor/layeh.com/gumble/gumble/
H A Dversion.go4 type Version struct { struct
9 Version uint32 argument
11 Release string
13 OS string
15 OSVersion string
19 func (v *Version) SemanticVersion() (major uint16, minor, patch uint8) {
/dports/www/beehive/beehive-0.4.0/vendor/layeh.com/gumble/gumble/
H A Dversion.go4 type Version struct { struct
9 Version uint32 argument
11 Release string
13 OS string
15 OSVersion string
19 func (v *Version) SemanticVersion() (major uint16, minor, patch uint8) {
/dports/net/nsq/nsq-1.2.1/vendor/github.com/blang/semver/
H A Dsemver.go24 type Version struct { struct
25 Major uint64
26 Minor uint64
27 Patch uint64
28 Pre []PRVersion
29 Build []string //No Precendence
33 func (v Version) String() string {
70 func (v Version) EQ(o Version) bool {
75 func (v Version) NE(o Version) bool {
80 func (v Version) GT(o Version) bool {
[all …]
/dports/net/storj/storj-1.45.3/vendor/github.com/blang/semver/
H A Dsemver.go24 type Version struct { struct
25 Major uint64
26 Minor uint64
27 Patch uint64
28 Pre []PRVersion
29 Build []string //No Precendence
33 func (v Version) String() string {
70 func (v Version) EQ(o Version) bool {
75 func (v Version) NE(o Version) bool {
80 func (v Version) GT(o Version) bool {
[all …]
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/Microsoft/hcsshim/test/vendor/github.com/blang/semver/
H A Dsemver.go24 type Version struct { struct
25 Major uint64
26 Minor uint64
27 Patch uint64
28 Pre []PRVersion
29 Build []string //No Precendence
33 func (v Version) String() string {
70 func (v Version) EQ(o Version) bool {
75 func (v Version) NE(o Version) bool {
80 func (v Version) GT(o Version) bool {
[all …]
/dports/editors/micro/micro-2.0.10/vendor/github.com/blang/semver/
H A Dsemver.go24 type Version struct { struct
25 Major uint64
26 Minor uint64
27 Patch uint64
28 Pre []PRVersion
29 Build []string //No Precendence
33 func (v Version) String() string {
70 func (v Version) EQ(o Version) bool {
75 func (v Version) NE(o Version) bool {
80 func (v Version) GT(o Version) bool {
[all …]
/dports/net-im/matterircd/matterircd-0.25.0/vendor/github.com/blang/semver/
H A Dsemver.go24 type Version struct { struct
25 Major uint64
26 Minor uint64
27 Patch uint64
28 Pre []PRVersion
29 Build []string //No Precendence
33 func (v Version) String() string {
70 func (v Version) EQ(o Version) bool {
75 func (v Version) NE(o Version) bool {
80 func (v Version) GT(o Version) bool {
[all …]
/dports/net-im/matterbridge/matterbridge-1.22.3/vendor/github.com/blang/semver/
H A Dsemver.go24 type Version struct { struct
25 Major uint64
26 Minor uint64
27 Patch uint64
28 Pre []PRVersion
29 Build []string //No Precendence
33 func (v Version) String() string {
70 func (v Version) EQ(o Version) bool {
75 func (v Version) NE(o Version) bool {
80 func (v Version) GT(o Version) bool {
[all …]
/dports/sysutils/helmfile/helmfile-0.138.7/vendor/github.com/blang/semver/
H A Dsemver.go24 type Version struct { struct
25 Major uint64
26 Minor uint64
27 Patch uint64
28 Pre []PRVersion
29 Build []string //No Precendence
33 func (v Version) String() string {
70 func (v Version) EQ(o Version) bool {
75 func (v Version) NE(o Version) bool {
80 func (v Version) GT(o Version) bool {
[all …]
/dports/www/mattermost-server/mattermost-server-6.0.2/vendor/github.com/blang/semver/
H A Dsemver.go24 type Version struct { struct
25 Major uint64
26 Minor uint64
27 Patch uint64
28 Pre []PRVersion
29 Build []string //No Precendence
33 func (v Version) String() string {
70 func (v Version) EQ(o Version) bool {
75 func (v Version) NE(o Version) bool {
80 func (v Version) GT(o Version) bool {
[all …]
/dports/sysutils/kubectl/kubernetes-1.22.2/vendor/github.com/blang/semver/
H A Dsemver.go24 type Version struct { struct
25 Major uint64
26 Minor uint64
27 Patch uint64
28 Pre []PRVersion
29 Build []string //No Precendence
33 func (v Version) String() string {
70 func (v Version) EQ(o Version) bool {
75 func (v Version) NE(o Version) bool {
80 func (v Version) GT(o Version) bool {
[all …]
/dports/misc/exercism/cli-3.0.13/vendor/github.com/blang/semver/
H A Dsemver.go24 type Version struct { struct
25 Major uint64
26 Minor uint64
27 Patch uint64
28 Pre []PRVersion
29 Build []string //No Precendence
33 func (v Version) String() string {
70 func (v Version) EQ(o Version) bool {
75 func (v Version) NE(o Version) bool {
80 func (v Version) GT(o Version) bool {
[all …]
/dports/net/termshark/termshark-2.1.1/vendor/github.com/blang/semver/
H A Dsemver.go24 type Version struct { struct
25 Major uint64
26 Minor uint64
27 Patch uint64
28 Pre []PRVersion
29 Build []string //No Precendence
33 func (v Version) String() string {
70 func (v Version) EQ(o Version) bool {
75 func (v Version) NE(o Version) bool {
80 func (v Version) GT(o Version) bool {
[all …]
/dports/sysutils/doctl/doctl-1.68.0/vendor/github.com/blang/semver/
H A Dsemver.go24 type Version struct { struct
25 Major uint64
26 Minor uint64
27 Patch uint64
28 Pre []PRVersion
29 Build []string //No Precendence
33 func (v Version) String() string {
70 func (v Version) EQ(o Version) bool {
75 func (v Version) NE(o Version) bool {
80 func (v Version) GT(o Version) bool {
[all …]
/dports/devel/git-town/git-town-7.6.0/vendor/google.golang.org/protobuf/reflect/protoreflect/
H A Dmethods.go61 mergeInput = struct {
63 Source Message
64 Destination Message
66 mergeOutput = struct {
70 checkInitializedInput = struct {
71 pragma.NoUnkeyedLiterals
74 checkInitializedOutput = struct {
/dports/textproc/libmwaw03/libmwaw-0.3.20/src/tools/file/
H A Drsrc.h113 struct Version { struct
114 Version() in Version() function
130 friend std::ostream &operator<< (std::ostream &o, Version const &vers); argument
140 int m_majorVersion; argument
142 int m_minorVersion; argument
144 int m_countryCode;
146 std::string m_string;
148 std::string m_versionString;
150 std::string m_extra;
/dports/security/vuls/vuls-0.13.7/vendor/github.com/knqyf263/go-rpm-version/
H A Dversion.go18 type Version struct { struct
19 epoch int
20 version string
21 release string
59 func (v1 *Version) Equal(v2 Version) bool {
64 func (v1 *Version) GreaterThan(v2 Version) bool {
69 func (v1 Version) LessThan(v2 Version) bool {
75 func (v1 Version) Compare(v2 Version) int {
99 func (v1 Version) String() string {
/dports/devel/kf5-kfilemetadata/kfilemetadata-5.89.0/src/extractors/
H A Dodfextractor.json5 "application/vnd.oasis.opendocument.text" : { "Version" : "0.0" }, string
6 "application/vnd.oasis.opendocument.text-template" : { "Version" : "0.0" }, string
7 "application/vnd.oasis.opendocument.text-master" : { "Version" : "0.0" }, string
8 "application/vnd.oasis.opendocument.text-master-template" : { "Version" : "0.0" }, string
9 "application/vnd.oasis.opendocument.presentation" : { "Version" : "0.0" }, string
10 "application/vnd.oasis.opendocument.presentation-template" : { "Version" : "0.0" }, string
11 "application/vnd.oasis.opendocument.spreadsheet" : { "Version" : "0.0" }, string
12 "application/vnd.oasis.opendocument.spreadsheet-template" : { "Version" : "0.0" } string

12345678910>>...1702