Home
last modified time | relevance | path

Searched refs:versionValue (Results 1 – 25 of 57) sorted by relevance

123

/dports/sysutils/helm/helm-3.5.2/vendor/k8s.io/component-base/version/verflag/
H A Dverflag.go31 type versionValue int type
34 VersionFalse versionValue = 0
35 VersionTrue versionValue = 1
36 VersionRaw versionValue = 2
41 func (v *versionValue) IsBoolFlag() bool {
46 return versionValue(*v)
63 func (v *versionValue) String() string {
71 func (v *versionValue) Type() string {
75 func VersionVar(p *versionValue, name string, value versionValue, usage string) { argument
82 func Version(name string, value versionValue, usage string) *versionValue { argument
[all …]
/dports/sysutils/kubectl/kubernetes-1.22.2/staging/src/k8s.io/component-base/version/verflag/
H A Dverflag.go31 type versionValue int type
34 VersionFalse versionValue = 0
35 VersionTrue versionValue = 1
36 VersionRaw versionValue = 2
41 func (v *versionValue) IsBoolFlag() bool {
46 return versionValue(*v)
63 func (v *versionValue) String() string {
71 func (v *versionValue) Type() string {
75 func VersionVar(p *versionValue, name string, value versionValue, usage string) { argument
82 func Version(name string, value versionValue, usage string) *versionValue { argument
[all …]
/dports/java/bouncycastle15/crypto-169/core/src/main/java/org/bouncycastle/asn1/pkcs/
H A DPrivateKeyInfo.java90 int versionValue = version.intValueExact(); in getVersionValue() local
91 if (versionValue < 0 || versionValue > 1) in getVersionValue()
95 return versionValue; in getVersionValue()
135 int versionValue = getVersionValue(version); in PrivateKeyInfo() local
162 if (versionValue < 1) in PrivateKeyInfo()
H A DRSAPrivateKeyStructure.java80 int versionValue = v.intValueExact(); in RSAPrivateKeyStructure() local
81 if (versionValue < 0 || versionValue > 1) in RSAPrivateKeyStructure()
86 version = versionValue; in RSAPrivateKeyStructure()
H A DRSAPrivateKey.java78 int versionValue = v.intValueExact(); in RSAPrivateKey() local
79 if (versionValue < 0 || versionValue > 1) in RSAPrivateKey()
/dports/sysutils/gomplate/gomplate-3.9.0/vendor/github.com/hashicorp/vault/builtin/logical/transit/
H A Dpath_export.go109 var versionValue int
111 versionValue = p.LatestVersion
114 versionValue, err = strconv.Atoi(version)
120 if versionValue < p.MinDecryptionVersion {
123 key, ok := p.Keys[strconv.Itoa(versionValue)]
133 retKeys[strconv.Itoa(versionValue)] = exportKey
/dports/sysutils/helmfile/helmfile-0.138.7/vendor/github.com/hashicorp/vault/builtin/logical/transit/
H A Dpath_export.go109 var versionValue int
111 versionValue = p.LatestVersion
114 versionValue, err = strconv.Atoi(version)
120 if versionValue < p.MinDecryptionVersion {
123 key, ok := p.Keys[strconv.Itoa(versionValue)]
133 retKeys[strconv.Itoa(versionValue)] = exportKey
/dports/sysutils/gomplate/vault-sdk-v0.1.13/builtin/logical/transit/
H A Dpath_export.go109 var versionValue int
111 versionValue = p.LatestVersion
114 versionValue, err = strconv.Atoi(version)
120 if versionValue < p.MinDecryptionVersion {
123 key, ok := p.Keys[strconv.Itoa(versionValue)]
133 retKeys[strconv.Itoa(versionValue)] = exportKey
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/hashicorp/vault/vault-api-v1.0.4/builtin/logical/transit/
H A Dpath_export.go109 var versionValue int
111 versionValue = p.LatestVersion
114 versionValue, err = strconv.Atoi(version)
120 if versionValue < p.MinDecryptionVersion {
123 key, ok := p.Keys[strconv.Itoa(versionValue)]
133 retKeys[strconv.Itoa(versionValue)] = exportKey
/dports/devel/gitlab-runner/vault-sdk-v0.1.13/builtin/logical/transit/
H A Dpath_export.go109 var versionValue int
111 versionValue = p.LatestVersion
114 versionValue, err = strconv.Atoi(version)
120 if versionValue < p.MinDecryptionVersion {
123 key, ok := p.Keys[strconv.Itoa(versionValue)]
133 retKeys[strconv.Itoa(versionValue)] = exportKey
/dports/sysutils/istio/vault-sdk-v0.1.12/builtin/logical/transit/
H A Dpath_export.go109 var versionValue int
111 versionValue = p.LatestVersion
114 versionValue, err = strconv.Atoi(version)
120 if versionValue < p.MinDecryptionVersion {
123 key, ok := p.Keys[strconv.Itoa(versionValue)]
133 retKeys[strconv.Itoa(versionValue)] = exportKey
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/hashicorp/vault/builtin/logical/transit/
H A Dpath_export.go109 var versionValue int
111 versionValue = p.LatestVersion
114 versionValue, err = strconv.Atoi(version)
120 if versionValue < p.MinDecryptionVersion {
123 key, ok := p.Keys[strconv.Itoa(versionValue)]
133 retKeys[strconv.Itoa(versionValue)] = exportKey
/dports/misc/concourse/vault-bdd38fca2cff/builtin/logical/transit/
H A Dpath_export.go109 var versionValue int
111 versionValue = p.LatestVersion
114 versionValue, err = strconv.Atoi(version)
120 if versionValue < p.MinDecryptionVersion {
123 key, ok := p.Keys[strconv.Itoa(versionValue)]
133 retKeys[strconv.Itoa(versionValue)] = exportKey
/dports/security/vault/vault-1.8.2/builtin/logical/transit/
H A Dpath_export.go109 var versionValue int
111 versionValue = p.LatestVersion
114 versionValue, err = strconv.Atoi(version)
120 if versionValue < p.MinDecryptionVersion {
123 key, ok := p.Keys[strconv.Itoa(versionValue)]
133 retKeys[strconv.Itoa(versionValue)] = exportKey
/dports/sysutils/helmfile/vault-f6547fa8e820/builtin/logical/transit/
H A Dpath_export.go109 var versionValue int
111 versionValue = p.LatestVersion
114 versionValue, err = strconv.Atoi(version)
120 if versionValue < p.MinDecryptionVersion {
123 key, ok := p.Keys[strconv.Itoa(versionValue)]
133 retKeys[strconv.Itoa(versionValue)] = exportKey
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/hashicorp/vault/builtin/logical/transit/
H A Dpath_export.go109 var versionValue int
111 versionValue = p.LatestVersion
114 versionValue, err = strconv.Atoi(version)
120 if versionValue < p.MinDecryptionVersion {
123 key, ok := p.Keys[strconv.Itoa(versionValue)]
133 retKeys[strconv.Itoa(versionValue)] = exportKey
/dports/net-p2p/bitmark-recorder/bitmarkd-0.13.3/storage/
H A Dsetup.go277 versionValue, err := db.Get(versionKey, nil)
288 if 4 != len(versionValue) {
293 … fmt.Errorf("incompatible database version length: expected: %d actual: %d", 4, len(versionValue))
296 version := int(binary.BigEndian.Uint32(versionValue))
/dports/net-p2p/bitmark-cli/bitmarkd-0.13.3/storage/
H A Dsetup.go277 versionValue, err := db.Get(versionKey, nil)
288 if 4 != len(versionValue) {
293 … fmt.Errorf("incompatible database version length: expected: %d actual: %d", 4, len(versionValue))
296 version := int(binary.BigEndian.Uint32(versionValue))
/dports/net-p2p/bitmark/bitmarkd-0.13.3/storage/
H A Dsetup.go277 versionValue, err := db.Get(versionKey, nil)
288 if 4 != len(versionValue) {
293 … fmt.Errorf("incompatible database version length: expected: %d actual: %d", 4, len(versionValue))
296 version := int(binary.BigEndian.Uint32(versionValue))
/dports/net-p2p/bitmark-daemon/bitmarkd-0.13.3/storage/
H A Dsetup.go277 versionValue, err := db.Get(versionKey, nil)
288 if 4 != len(versionValue) {
293 … fmt.Errorf("incompatible database version length: expected: %d actual: %d", 4, len(versionValue))
296 version := int(binary.BigEndian.Uint32(versionValue))
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.pde.ui/ui/org.eclipse.pde.genericeditor.extension/src/org/eclipse/pde/internal/genericeditor/target/extension/model/xml/
H A DParser.java67 String versionValue = event.getAttributeValueByKey(ITargetConstants.UNIT_VERSION_ATTR); in parse() local
68 if (versionValue != null) { in parse()
69 unit.setVersion(versionValue); in parse()
/dports/devel/juce/JUCE-f37e9a1/extras/Projucer/Source/Application/Windows/
H A Djucer_PIPCreatorWindowComponent.h129 builder.add (new TextPropertyComponent (versionValue, "Version", 16, false), in buildProps()
225 …if (versionValue.get().toString().isNotEmpty()) section.add (" version: " + versio… in getFormattedMetadataString()
317 versionValue { pipTree, Ids::version, nullptr },
/dports/www/mediawiki135/mediawiki-1.35.5/includes/media/
H A DIPTC.php266 $versionValue = ord( substr( $val[0], 0, 1 ) ) * 256;
267 $versionValue += ord( substr( $val[0], 1, 1 ) );
268 $data['iimVersion'] = $versionValue;
/dports/www/mediawiki137/mediawiki-1.37.1/includes/media/
H A DIPTC.php266 $versionValue = ord( substr( $val[0], 0, 1 ) ) * 256;
267 $versionValue += ord( substr( $val[0], 1, 1 ) );
268 $data['iimVersion'] = $versionValue;
/dports/www/mediawiki136/mediawiki-1.36.3/includes/media/
H A DIPTC.php266 $versionValue = ord( substr( $val[0], 0, 1 ) ) * 256;
267 $versionValue += ord( substr( $val[0], 1, 1 ) );
268 $data['iimVersion'] = $versionValue;

123