Home
last modified time | relevance | path

Searched defs:ReplicationState (Results 1 – 25 of 778) sorted by relevance

12345678910>>...32

/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/hashicorp/consul/vendor/github.com/hashicorp/vault/helper/consts/
H A Dreplication.go3 type ReplicationState uint32 type
79 func (r ReplicationState) HasState(flag ReplicationState) bool { return r&flag != 0 }
80 func (r *ReplicationState) AddState(flag ReplicationState) { *r |= flag }
81 func (r *ReplicationState) ClearState(flag ReplicationState) { *r &= ^flag }
82 func (r *ReplicationState) ToggleState(flag ReplicationState) { *r ^= flag }
/dports/www/fabio/fabio-1.5.14/vendor/github.com/hashicorp/consul/consul-1.4.2/vendor/github.com/hashicorp/vault/helper/consts/
H A Dreplication.go3 type ReplicationState uint32 type
79 func (r ReplicationState) HasState(flag ReplicationState) bool { return r&flag != 0 }
80 func (r *ReplicationState) AddState(flag ReplicationState) { *r |= flag }
81 func (r *ReplicationState) ClearState(flag ReplicationState) { *r &= ^flag }
82 func (r *ReplicationState) ToggleState(flag ReplicationState) { *r ^= flag }
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/hashicorp/consul/vendor/github.com/hashicorp/vault/helper/consts/
H A Dreplication.go3 type ReplicationState uint32 type
79 func (r ReplicationState) HasState(flag ReplicationState) bool { return r&flag != 0 }
80 func (r *ReplicationState) AddState(flag ReplicationState) { *r |= flag }
81 func (r *ReplicationState) ClearState(flag ReplicationState) { *r &= ^flag }
82 func (r *ReplicationState) ToggleState(flag ReplicationState) { *r ^= flag }
/dports/emulators/qemu60/qemu-6.0.0/
H A Dreplication.h23 typedef struct ReplicationState ReplicationState; typedef
97 struct ReplicationState { struct
100 QLIST_ENTRY(ReplicationState) node; argument
/dports/emulators/qemu42/qemu-4.2.1/
H A Dreplication.h23 typedef struct ReplicationState ReplicationState; typedef
97 struct ReplicationState { struct
100 QLIST_ENTRY(ReplicationState) node; argument
/dports/emulators/qemu/qemu-6.2.0/include/block/
H A Dreplication.h23 typedef struct ReplicationState ReplicationState; typedef
97 struct ReplicationState { struct
100 QLIST_ENTRY(ReplicationState) node; argument
/dports/emulators/qemu5/qemu-5.2.0/
H A Dreplication.h23 typedef struct ReplicationState ReplicationState; typedef
97 struct ReplicationState { struct
100 QLIST_ENTRY(ReplicationState) node; argument
/dports/emulators/qemu-utils/qemu-4.2.1/
H A Dreplication.h23 typedef struct ReplicationState ReplicationState; typedef
97 struct ReplicationState { struct
100 QLIST_ENTRY(ReplicationState) node; argument
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/
H A Dreplication.h22 typedef struct ReplicationState ReplicationState; typedef
96 struct ReplicationState { struct
99 QLIST_ENTRY(ReplicationState) node; argument
/dports/emulators/qemu-guest-agent/qemu-5.0.1/
H A Dreplication.h23 typedef struct ReplicationState ReplicationState; typedef
97 struct ReplicationState { struct
100 QLIST_ENTRY(ReplicationState) node; argument
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/include/block/
H A Dreplication.h23 typedef struct ReplicationState ReplicationState; typedef
97 struct ReplicationState { struct
100 QLIST_ENTRY(ReplicationState) node; argument
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/
H A Dreplication.h23 typedef struct ReplicationState ReplicationState; typedef
97 struct ReplicationState { struct
100 QLIST_ENTRY(ReplicationState) node; argument
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/nomad/vendor/github.com/hashicorp/vault/helper/consts/
H A Dreplication.go5 type ReplicationState uint32 type
117 func (r ReplicationState) HasState(flag ReplicationState) bool { return r&flag != 0 }
118 func (r *ReplicationState) AddState(flag ReplicationState) { *r |= flag }
119 func (r *ReplicationState) ClearState(flag ReplicationState) { *r &= ^flag }
120 func (r *ReplicationState) ToggleState(flag ReplicationState) { *r ^= flag }
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/hashicorp/vault/helper/consts/
H A Dreplication.go5 type ReplicationState uint32 type
117 func (r ReplicationState) HasState(flag ReplicationState) bool { return r&flag != 0 }
118 func (r *ReplicationState) AddState(flag ReplicationState) { *r |= flag }
119 func (r *ReplicationState) ClearState(flag ReplicationState) { *r &= ^flag }
120 func (r *ReplicationState) ToggleState(flag ReplicationState) { *r ^= flag }
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vault-plugin-secrets-mongodbatlas/vendor/github.com/hashicorp/vault/sdk/helper/consts/
H A Dreplication.go23 type ReplicationState uint32 type
147 func (r ReplicationState) HasState(flag ReplicationState) bool { return r&flag != 0 }
148 func (r *ReplicationState) AddState(flag ReplicationState) { *r |= flag }
149 func (r *ReplicationState) ClearState(flag ReplicationState) { *r &= ^flag }
150 func (r *ReplicationState) ToggleState(flag ReplicationState) { *r ^= flag }
/dports/net/concourse-fly/concourse-6.7.1/vendor/github.com/hashicorp/vault/sdk/helper/consts/
H A Dreplication.go23 type ReplicationState uint32 type
147 func (r ReplicationState) HasState(flag ReplicationState) bool { return r&flag != 0 }
148 func (r *ReplicationState) AddState(flag ReplicationState) { *r |= flag }
149 func (r *ReplicationState) ClearState(flag ReplicationState) { *r &= ^flag }
150 func (r *ReplicationState) ToggleState(flag ReplicationState) { *r ^= flag }
/dports/misc/concourse/vault-bdd38fca2cff/vendor/github.com/hashicorp/vault/sdk/helper/consts/
H A Dreplication.go23 type ReplicationState uint32 type
147 func (r ReplicationState) HasState(flag ReplicationState) bool { return r&flag != 0 }
148 func (r *ReplicationState) AddState(flag ReplicationState) { *r |= flag }
149 func (r *ReplicationState) ClearState(flag ReplicationState) { *r &= ^flag }
150 func (r *ReplicationState) ToggleState(flag ReplicationState) { *r ^= flag }
/dports/misc/concourse/vault-bdd38fca2cff/sdk/helper/consts/
H A Dreplication.go23 type ReplicationState uint32 type
147 func (r ReplicationState) HasState(flag ReplicationState) bool { return r&flag != 0 }
148 func (r *ReplicationState) AddState(flag ReplicationState) { *r |= flag }
149 func (r *ReplicationState) ClearState(flag ReplicationState) { *r &= ^flag }
150 func (r *ReplicationState) ToggleState(flag ReplicationState) { *r ^= flag }
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/hashicorp/vault/vendor/github.com/hashicorp/vault/sdk/helper/consts/
H A Dreplication.go23 type ReplicationState uint32 type
147 func (r ReplicationState) HasState(flag ReplicationState) bool { return r&flag != 0 }
148 func (r *ReplicationState) AddState(flag ReplicationState) { *r |= flag }
149 func (r *ReplicationState) ClearState(flag ReplicationState) { *r &= ^flag }
150 func (r *ReplicationState) ToggleState(flag ReplicationState) { *r ^= flag }
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/hashicorp/vault/sdk/helper/consts/
H A Dreplication.go23 type ReplicationState uint32 type
147 func (r ReplicationState) HasState(flag ReplicationState) bool { return r&flag != 0 }
148 func (r *ReplicationState) AddState(flag ReplicationState) { *r |= flag }
149 func (r *ReplicationState) ClearState(flag ReplicationState) { *r &= ^flag }
150 func (r *ReplicationState) ToggleState(flag ReplicationState) { *r ^= flag }
/dports/sysutils/gomplate/gomplate-3.9.0/vendor/github.com/hashicorp/vault/vendor/github.com/hashicorp/vault/sdk/helper/consts/
H A Dreplication.go23 type ReplicationState uint32 type
147 func (r ReplicationState) HasState(flag ReplicationState) bool { return r&flag != 0 }
148 func (r *ReplicationState) AddState(flag ReplicationState) { *r |= flag }
149 func (r *ReplicationState) ClearState(flag ReplicationState) { *r &= ^flag }
150 func (r *ReplicationState) ToggleState(flag ReplicationState) { *r ^= flag }
/dports/sysutils/helmfile/helmfile-0.138.7/vendor/github.com/hashicorp/vault/sdk/helper/consts/
H A Dreplication.go23 type ReplicationState uint32 type
147 func (r ReplicationState) HasState(flag ReplicationState) bool { return r&flag != 0 }
148 func (r *ReplicationState) AddState(flag ReplicationState) { *r |= flag }
149 func (r *ReplicationState) ClearState(flag ReplicationState) { *r &= ^flag }
150 func (r *ReplicationState) ToggleState(flag ReplicationState) { *r ^= flag }
/dports/sysutils/helmfile/helmfile-0.138.7/vendor/github.com/hashicorp/vault/vendor/github.com/hashicorp/vault/sdk/helper/consts/
H A Dreplication.go23 type ReplicationState uint32 type
147 func (r ReplicationState) HasState(flag ReplicationState) bool { return r&flag != 0 }
148 func (r *ReplicationState) AddState(flag ReplicationState) { *r |= flag }
149 func (r *ReplicationState) ClearState(flag ReplicationState) { *r &= ^flag }
150 func (r *ReplicationState) ToggleState(flag ReplicationState) { *r ^= flag }
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/consul/vendor/github.com/hashicorp/vault/sdk/helper/consts/
H A Dreplication.go23 type ReplicationState uint32 type
147 func (r ReplicationState) HasState(flag ReplicationState) bool { return r&flag != 0 }
148 func (r *ReplicationState) AddState(flag ReplicationState) { *r |= flag }
149 func (r *ReplicationState) ClearState(flag ReplicationState) { *r &= ^flag }
150 func (r *ReplicationState) ToggleState(flag ReplicationState) { *r ^= flag }
/dports/devel/gitlab-runner/vault-sdk-v0.1.13/vendor/github.com/hashicorp/vault/sdk/helper/consts/
H A Dreplication.go23 type ReplicationState uint32 type
147 func (r ReplicationState) HasState(flag ReplicationState) bool { return r&flag != 0 }
148 func (r *ReplicationState) AddState(flag ReplicationState) { *r |= flag }
149 func (r *ReplicationState) ClearState(flag ReplicationState) { *r &= ^flag }
150 func (r *ReplicationState) ToggleState(flag ReplicationState) { *r ^= flag }

12345678910>>...32