Home
last modified time | relevance | path

Searched refs:indexMatch (Results 1 – 25 of 56) sorted by relevance

123

/dports/databases/cego/cego-2.47.11/src/
H A DCegoTableCursor.cc120 CegoAttrCond::IndexMatch indexMatch = attrCond.checkIndex(pIOE->getSchema()); in setup() local
122 if ( indexMatch == CegoAttrCond::FULL || indexMatch == CegoAttrCond::PART ) in setup()
143 _idxMatch = indexMatch; in setup()
169 CegoAttrCond::IndexMatch indexMatch = attrCond.checkIndex(pBTO->getSchema()); in setup() local
171 if ( indexMatch == CegoAttrCond::FULL || indexMatch == CegoAttrCond::PART ) in setup()
193 _idxMatch = indexMatch; in setup()
217 _idxMatch = indexMatch; in setup()
/dports/security/vault/vault-1.8.2/vendor/go.etcd.io/etcd/etcdserver/api/v2store/
H A Dnode.go341 indexMatch := prevIndex == 0 || n.ModifiedIndex == prevIndex
343 ok = valueMatch && indexMatch
345 case valueMatch && indexMatch:
347 case indexMatch && !valueMatch:
349 case valueMatch && !indexMatch:
/dports/net-im/nextcloud-spreed-signaling/nextcloud-spreed-signaling-0.2.0/vendor/src/go.etcd.io/etcd/etcdserver/api/v2store/
H A Dnode.go341 indexMatch := prevIndex == 0 || n.ModifiedIndex == prevIndex
343 ok = valueMatch && indexMatch
345 case valueMatch && indexMatch:
347 case indexMatch && !valueMatch:
349 case valueMatch && !indexMatch:
/dports/devel/etcd33/etcd-3.3.23/vendor/github.com/coreos/etcd/store/
H A Dnode.go340 indexMatch := (prevIndex == 0 || n.ModifiedIndex == prevIndex)
342 ok = valueMatch && indexMatch
344 case valueMatch && indexMatch:
346 case indexMatch && !valueMatch:
348 case valueMatch && !indexMatch:
/dports/devel/etcd31/etcd-3.1.20/store/
H A Dnode.go341 indexMatch := (prevIndex == 0 || n.ModifiedIndex == prevIndex)
343 ok = valueMatch && indexMatch
345 case valueMatch && indexMatch:
347 case indexMatch && !valueMatch:
349 case valueMatch && !indexMatch:
/dports/devel/etcd32/etcd-3.2.32/store/
H A Dnode.go340 indexMatch := (prevIndex == 0 || n.ModifiedIndex == prevIndex)
342 ok = valueMatch && indexMatch
344 case valueMatch && indexMatch:
346 case indexMatch && !valueMatch:
348 case valueMatch && !indexMatch:
/dports/devel/etcd34/etcd-3.4.18/etcdserver/api/v2store/
H A Dnode.go341 indexMatch := prevIndex == 0 || n.ModifiedIndex == prevIndex
343 ok = valueMatch && indexMatch
345 case valueMatch && indexMatch:
347 case indexMatch && !valueMatch:
349 case valueMatch && !indexMatch:
/dports/www/gitea/gitea-1.16.5/vendor/go.etcd.io/etcd/server/v3/etcdserver/api/v2store/
H A Dnode.go341 indexMatch := prevIndex == 0 || n.ModifiedIndex == prevIndex
343 ok = valueMatch && indexMatch
345 case valueMatch && indexMatch:
347 case indexMatch && !valueMatch:
349 case valueMatch && !indexMatch:
/dports/security/certmgr/certmgr-3.0.3/vendor/github.com/google/certificate-transparency-go/certificate-transparency-go-1.0.21/vendor/github.com/coreos/etcd/store/
H A Dnode.go340 indexMatch := (prevIndex == 0 || n.ModifiedIndex == prevIndex)
342 ok = valueMatch && indexMatch
344 case valueMatch && indexMatch:
346 case indexMatch && !valueMatch:
348 case valueMatch && !indexMatch:
/dports/sysutils/kubectl/kubernetes-1.22.2/vendor/go.etcd.io/etcd/server/v3/etcdserver/api/v2store/
H A Dnode.go341 indexMatch := prevIndex == 0 || n.ModifiedIndex == prevIndex
343 ok = valueMatch && indexMatch
345 case valueMatch && indexMatch:
347 case indexMatch && !valueMatch:
349 case valueMatch && !indexMatch:
/dports/www/minio-client/etcd-3.5.0/server/etcdserver/api/v2store/
H A Dnode.go341 indexMatch := prevIndex == 0 || n.ModifiedIndex == prevIndex
343 ok = valueMatch && indexMatch
345 case valueMatch && indexMatch:
347 case indexMatch && !valueMatch:
349 case valueMatch && !indexMatch:
/dports/devel/etcd33/etcd-3.3.23/store/
H A Dnode.go340 indexMatch := (prevIndex == 0 || n.ModifiedIndex == prevIndex)
342 ok = valueMatch && indexMatch
344 case valueMatch && indexMatch:
346 case indexMatch && !valueMatch:
348 case valueMatch && !indexMatch:
/dports/devel/etcd/etcd-2.3.8/store/
H A Dnode.go341 indexMatch := (prevIndex == 0 || n.ModifiedIndex == prevIndex)
343 ok = valueMatch && indexMatch
345 case valueMatch && indexMatch:
347 case indexMatch && !valueMatch:
349 case valueMatch && !indexMatch:
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/coreos/etcd/store/
H A Dnode.go340 indexMatch := (prevIndex == 0 || n.ModifiedIndex == prevIndex)
342 ok = valueMatch && indexMatch
344 case valueMatch && indexMatch:
346 case indexMatch && !valueMatch:
348 case valueMatch && !indexMatch:
/dports/sysutils/terraform/terraform-1.0.11/vendor/go.etcd.io/etcd/etcdserver/api/v2store/
H A Dnode.go341 indexMatch := prevIndex == 0 || n.ModifiedIndex == prevIndex
343 ok = valueMatch && indexMatch
345 case valueMatch && indexMatch:
347 case indexMatch && !valueMatch:
349 case valueMatch && !indexMatch:
/dports/sysutils/sensu-go/sensu-go-5.11.1/vendor/github.com/coreos/etcd/store/
H A Dnode.go340 indexMatch := (prevIndex == 0 || n.ModifiedIndex == prevIndex)
342 ok = valueMatch && indexMatch
344 case valueMatch && indexMatch:
346 case indexMatch && !valueMatch:
348 case valueMatch && !indexMatch:
/dports/lang/mono/mono-5.10.1.57/external/aspnetwebstack/src/System.Web.WebPages/
H A DWebPageRoute.cs215 …string indexMatch = GetRouteLevelMatch(currentLevelIndex, supportedExtensions, virtualPathFactory,… in MatchDefaultFiles()
216 if (indexMatch != null) in MatchDefaultFiles()
218 return new WebPageMatch(indexMatch, String.Empty); in MatchDefaultFiles()
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/coreos/etcd/etcdserver/api/v2v3/
H A Dstore.go516 indexMatch := (prevIndex == 0 || kv.ModRevision == int64(prevIndex))
520 case indexMatch && !valueMatch:
522 case valueMatch && !indexMatch:
/dports/devel/etcd33/etcd-3.3.23/vendor/github.com/coreos/etcd/etcdserver/api/v2v3/
H A Dstore.go516 indexMatch := (prevIndex == 0 || kv.ModRevision == int64(prevIndex))
520 case indexMatch && !valueMatch:
522 case valueMatch && !indexMatch:
/dports/security/certmgr/certmgr-3.0.3/vendor/github.com/google/certificate-transparency-go/certificate-transparency-go-1.0.21/vendor/github.com/coreos/etcd/etcdserver/api/v2v3/
H A Dstore.go516 indexMatch := (prevIndex == 0 || kv.ModRevision == int64(prevIndex))
520 case indexMatch && !valueMatch:
522 case valueMatch && !indexMatch:
/dports/devel/etcd33/etcd-3.3.23/etcdserver/api/v2v3/
H A Dstore.go516 indexMatch := (prevIndex == 0 || kv.ModRevision == int64(prevIndex))
520 case indexMatch && !valueMatch:
522 case valueMatch && !indexMatch:
/dports/sysutils/sensu-go/sensu-go-5.11.1/vendor/github.com/coreos/etcd/etcdserver/api/v2v3/
H A Dstore.go516 indexMatch := (prevIndex == 0 || kv.ModRevision == int64(prevIndex))
520 case indexMatch && !valueMatch:
522 case valueMatch && !indexMatch:
/dports/sysutils/terraform-provider-gridscale/terraform-provider-gridscale-1.6.2/vendor/github.com/hashicorp/terraform-plugin-sdk/terraform/
H A Dresource_address.go475 indexMatch := addr.Index == -1 ||
493 indexMatch &&
/dports/sysutils/terraform-provider-vultr/terraform-provider-vultr-0.1.10/vendor/github.com/hashicorp/terraform/terraform/
H A Dresource_address.go486 indexMatch := addr.Index == -1 ||
504 indexMatch &&
/dports/sysutils/terraform/terraform-1.0.11/internal/legacy/terraform/
H A Dresource_address.go475 indexMatch := addr.Index == -1 ||
493 indexMatch &&

123