Home
last modified time | relevance | path

Searched refs:headerVersion (Results 1 – 25 of 380) sorted by relevance

12345678910>>...16

/dports/devel/stack/stack-2.7.3/_cabal_deps/hackage-security-0.6.0.1/src/Hackage/Security/TUF/
H A DHeader.hs62 , headerVersion :: FileVersion
67 fileVersion f x = (\y -> x { headerVersion = y }) <$> f (headerVersion x)
111 headerVersion <- fromJSField enc "version"
/dports/net/goreplay/goreplay-1.2.0/vendor/github.com/Shopify/sarama/
H A Drequest.go14 headerVersion() int16 methodSpec
30 if r.body.headerVersion() >= 1 {
37 if r.body.headerVersion() >= 2 {
76 if r.body.headerVersion() >= 2 {
/dports/net/goreplay/goreplay-1.2.0/vendor/github.com/Shopify/sarama/sarama-1.26.4/
H A Drequest.go14 headerVersion() int16 methodSpec
30 if r.body.headerVersion() >= 1 {
37 if r.body.headerVersion() >= 2 {
76 if r.body.headerVersion() >= 2 {
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/Shopify/sarama/
H A Drequest.go14 headerVersion() int16 methodSpec
30 if r.body.headerVersion() >= 1 {
37 if r.body.headerVersion() >= 2 {
76 if r.body.headerVersion() >= 2 {
/dports/sysutils/helmfile/vault-f6547fa8e820/vendor/github.com/apple/foundationdb/bindings/go/src/fdb/
H A Dfdb.go121 headerVersion := 610
137 if e := C.fdb_select_api_version_impl(C.int(version), C.int(headerVersion)); e != 0 {
141 if headerVersion > int(maxSupportedVersion) {
142 …ion %d, but the installed library supports a maximum version of %d.", headerVersion, maxSupportedV…
/dports/misc/concourse/vault-bdd38fca2cff/vendor/github.com/apple/foundationdb/bindings/go/src/fdb/
H A Dfdb.go121 headerVersion := 610
137 if e := C.fdb_select_api_version_impl(C.int(version), C.int(headerVersion)); e != 0 {
141 if headerVersion > int(maxSupportedVersion) {
142 …ion %d, but the installed library supports a maximum version of %d.", headerVersion, maxSupportedV…
/dports/sysutils/gomplate/gomplate-3.9.0/vendor/github.com/hashicorp/vault/vendor/github.com/apple/foundationdb/bindings/go/src/fdb/
H A Dfdb.go121 headerVersion := 610
137 if e := C.fdb_select_api_version_impl(C.int(version), C.int(headerVersion)); e != 0 {
141 if headerVersion > int(maxSupportedVersion) {
142 …ion %d, but the installed library supports a maximum version of %d.", headerVersion, maxSupportedV…
/dports/sysutils/helmfile/helmfile-0.138.7/vendor/github.com/hashicorp/vault/vendor/github.com/apple/foundationdb/bindings/go/src/fdb/
H A Dfdb.go121 headerVersion := 610
137 if e := C.fdb_select_api_version_impl(C.int(version), C.int(headerVersion)); e != 0 {
141 if headerVersion > int(maxSupportedVersion) {
142 …ion %d, but the installed library supports a maximum version of %d.", headerVersion, maxSupportedV…
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/hashicorp/vault/vendor/github.com/apple/foundationdb/bindings/go/src/fdb/
H A Dfdb.go121 headerVersion := 610
137 if e := C.fdb_select_api_version_impl(C.int(version), C.int(headerVersion)); e != 0 {
141 if headerVersion > int(maxSupportedVersion) {
142 …ion %d, but the installed library supports a maximum version of %d.", headerVersion, maxSupportedV…
/dports/sysutils/gomplate/vault-sdk-v0.1.13/vendor/github.com/apple/foundationdb/bindings/go/src/fdb/
H A Dfdb.go121 headerVersion := 610
137 if e := C.fdb_select_api_version_impl(C.int(version), C.int(headerVersion)); e != 0 {
141 if headerVersion > int(maxSupportedVersion) {
142 …ion %d, but the installed library supports a maximum version of %d.", headerVersion, maxSupportedV…
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/hashicorp/vault/vault-api-v1.0.4/vendor/github.com/apple/foundationdb/bindings/go/src/fdb/
H A Dfdb.go121 headerVersion := 610
137 if e := C.fdb_select_api_version_impl(C.int(version), C.int(headerVersion)); e != 0 {
141 if headerVersion > int(maxSupportedVersion) {
142 …ion %d, but the installed library supports a maximum version of %d.", headerVersion, maxSupportedV…
/dports/devel/gitlab-runner/vault-sdk-v0.1.13/vendor/github.com/apple/foundationdb/bindings/go/src/fdb/
H A Dfdb.go121 headerVersion := 610
137 if e := C.fdb_select_api_version_impl(C.int(version), C.int(headerVersion)); e != 0 {
141 if headerVersion > int(maxSupportedVersion) {
142 …ion %d, but the installed library supports a maximum version of %d.", headerVersion, maxSupportedV…
/dports/sysutils/istio/vault-sdk-v0.1.12/vendor/github.com/apple/foundationdb/bindings/go/src/fdb/
H A Dfdb.go121 headerVersion := 610
137 if e := C.fdb_select_api_version_impl(C.int(version), C.int(headerVersion)); e != 0 {
141 if headerVersion > int(maxSupportedVersion) {
142 …ion %d, but the installed library supports a maximum version of %d.", headerVersion, maxSupportedV…
/dports/security/vault/vault-1.8.2/vendor/github.com/apple/foundationdb/bindings/go/src/fdb/
H A Dfdb.go121 headerVersion := 610
137 if e := C.fdb_select_api_version_impl(C.int(version), C.int(headerVersion)); e != 0 {
141 if headerVersion > int(maxSupportedVersion) {
142 …ion %d, but the installed library supports a maximum version of %d.", headerVersion, maxSupportedV…
/dports/audio/clementine-player/Clementine-1.4.0rc1/3rdparty/taglib/ape/
H A Dapeproperties.cpp136 int headerVersion(const ByteVector &header) in headerVersion() function
149 int version = headerVersion(file->readBlock(6)); in read()
155 version = headerVersion(file->readBlock(6)); in read()
/dports/audio/taglib/taglib-1.12/taglib/ape/
H A Dapeproperties.cpp136 int headerVersion(const ByteVector &header) in headerVersion() function
149 int version = headerVersion(file->readBlock(6)); in read()
155 version = headerVersion(file->readBlock(6)); in read()
/dports/multimedia/musikcube/musikcube-0.96.7/src/plugins/taglib_plugin/taglib-1.11/taglib/ape/
H A Dapeproperties.cpp136 int headerVersion(const ByteVector &header) in headerVersion() function
149 int version = headerVersion(file->readBlock(6)); in read()
155 version = headerVersion(file->readBlock(6)); in read()
/dports/lang/spidermonkey78/firefox-78.9.0/toolkit/components/protobuf/src/google/protobuf/stubs/
H A Dcommon.cc71 void VerifyVersion(int headerVersion, in VerifyVersion() argument
85 if (headerVersion < kMinHeaderVersionForLibrary) { in VerifyVersion()
89 << VersionString(headerVersion) << " of the Protocol Buffer runtime " in VerifyVersion()
/dports/mail/thunderbird/thunderbird-91.8.0/toolkit/components/protobuf/src/google/protobuf/stubs/
H A Dcommon.cc71 void VerifyVersion(int headerVersion, in VerifyVersion() argument
85 if (headerVersion < kMinHeaderVersionForLibrary) { in VerifyVersion()
89 << VersionString(headerVersion) << " of the Protocol Buffer runtime " in VerifyVersion()
/dports/www/firefox/firefox-99.0/toolkit/components/protobuf/src/google/protobuf/stubs/
H A Dcommon.cc71 void VerifyVersion(int headerVersion, in VerifyVersion() argument
85 if (headerVersion < kMinHeaderVersionForLibrary) { in VerifyVersion()
89 << VersionString(headerVersion) << " of the Protocol Buffer runtime " in VerifyVersion()
/dports/www/firefox-esr/firefox-91.8.0/toolkit/components/protobuf/src/google/protobuf/stubs/
H A Dcommon.cc71 void VerifyVersion(int headerVersion, in VerifyVersion() argument
85 if (headerVersion < kMinHeaderVersionForLibrary) { in VerifyVersion()
89 << VersionString(headerVersion) << " of the Protocol Buffer runtime " in VerifyVersion()
/dports/finance/kmymoney/kmymoney-5.1.1/kmymoney/plugins/ofx/import/dialogs/
H A Dmymoneyofxconnector.h89 OfxHeaderVersion(KComboBox* combo, const QString& headerVersion);
90 QString headerVersion() const;
/dports/devel/protobuf/protobuf-3.17.3/src/google/protobuf/stubs/
H A Dcommon.cc71 void VerifyVersion(int headerVersion, in VerifyVersion() argument
85 if (headerVersion < kMinHeaderVersionForLibrary) { in VerifyVersion()
89 << VersionString(headerVersion) << " of the Protocol Buffer runtime " in VerifyVersion()
/dports/devel/py-grpcio-tools/grpcio-tools-1.43.0/third_party/protobuf/src/google/protobuf/stubs/
H A Dcommon.cc71 void VerifyVersion(int headerVersion, in VerifyVersion() argument
85 if (headerVersion < kMinHeaderVersionForLibrary) { in VerifyVersion()
89 << VersionString(headerVersion) << " of the Protocol Buffer runtime " in VerifyVersion()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/protobuf/src/google/protobuf/stubs/
H A Dcommon.cc70 void VerifyVersion(int headerVersion, in VerifyVersion() argument
84 if (headerVersion < kMinHeaderVersionForLibrary) { in VerifyVersion()
88 << VersionString(headerVersion) << " of the Protocol Buffer runtime " in VerifyVersion()

12345678910>>...16