Home
last modified time | relevance | path

Searched defs:Revision (Results 1 – 25 of 3848) sorted by relevance

12345678910>>...154

/dports/security/vault/vault-1.8.2/vendor/go.etcd.io/etcd/etcdserver/api/v3compactor/
H A Drevision.go31 type Revision struct { struct
32 lg *zap.Logger
34 clock clockwork.Clock
35 retention int64
37 rg RevGetter
38 c Compactable
40 ctx context.Context
41 cancel context.CancelFunc
43 mu sync.Mutex
44 paused bool
[all …]
/dports/www/gitea/gitea-1.16.5/vendor/go.etcd.io/etcd/server/v3/etcdserver/api/v3compactor/
H A Drevision.go31 type Revision struct { struct
32 lg *zap.Logger
34 clock clockwork.Clock
35 retention int64
37 rg RevGetter
38 c Compactable
40 ctx context.Context
41 cancel context.CancelFunc
43 mu sync.Mutex
44 paused bool
[all …]
/dports/net-im/nextcloud-spreed-signaling/nextcloud-spreed-signaling-0.2.0/vendor/src/go.etcd.io/etcd/etcdserver/api/v3compactor/
H A Drevision.go31 type Revision struct { struct
32 lg *zap.Logger
34 clock clockwork.Clock
35 retention int64
37 rg RevGetter
38 c Compactable
40 ctx context.Context
41 cancel context.CancelFunc
43 mu sync.Mutex
44 paused bool
[all …]
/dports/sysutils/kubectl/kubernetes-1.22.2/vendor/go.etcd.io/etcd/server/v3/etcdserver/api/v3compactor/
H A Drevision.go31 type Revision struct { struct
32 lg *zap.Logger
34 clock clockwork.Clock
35 retention int64
37 rg RevGetter
38 c Compactable
40 ctx context.Context
41 cancel context.CancelFunc
43 mu sync.Mutex
44 paused bool
[all …]
/dports/www/minio-client/etcd-3.5.0/server/etcdserver/api/v3compactor/
H A Drevision.go31 type Revision struct { struct
32 lg *zap.Logger
34 clock clockwork.Clock
35 retention int64
37 rg RevGetter
38 c Compactable
40 ctx context.Context
41 cancel context.CancelFunc
43 mu sync.Mutex
44 paused bool
[all …]
/dports/devel/etcd34/etcd-3.4.18/etcdserver/api/v3compactor/
H A Drevision.go31 type Revision struct { struct
32 lg *zap.Logger
34 clock clockwork.Clock
35 retention int64
37 rg RevGetter
38 c Compactable
40 ctx context.Context
41 cancel context.CancelFunc
43 mu sync.Mutex
44 paused bool
[all …]
/dports/sysutils/terraform/terraform-1.0.11/vendor/go.etcd.io/etcd/etcdserver/api/v3compactor/
H A Drevision.go31 type Revision struct { struct
32 lg *zap.Logger
34 clock clockwork.Clock
35 retention int64
37 rg RevGetter
38 c Compactable
40 ctx context.Context
41 cancel context.CancelFunc
43 mu sync.Mutex
44 paused bool
[all …]
/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/compactor/
H A Drevision.go30 type Revision struct { struct
31 clock clockwork.Clock
32 retention int64
34 rg RevGetter
35 c Compactable
37 ctx context.Context
38 cancel context.CancelFunc
40 mu sync.Mutex
41 paused bool
64 func (t *Revision) Run() {
[all …]
/dports/devel/etcd33/etcd-3.3.23/compactor/
H A Drevision.go30 type Revision struct { struct
31 clock clockwork.Clock
32 retention int64
34 rg RevGetter
35 c Compactable
37 ctx context.Context
38 cancel context.CancelFunc
40 mu sync.Mutex
41 paused bool
64 func (t *Revision) Run() {
[all …]
/dports/devel/etcd33/etcd-3.3.23/vendor/github.com/coreos/etcd/compactor/
H A Drevision.go30 type Revision struct { struct
31 clock clockwork.Clock
32 retention int64
34 rg RevGetter
35 c Compactable
37 ctx context.Context
38 cancel context.CancelFunc
40 mu sync.Mutex
41 paused bool
64 func (t *Revision) Run() {
[all …]
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/coreos/etcd/compactor/
H A Drevision.go30 type Revision struct { struct
31 clock clockwork.Clock
32 retention int64
34 rg RevGetter
35 c Compactable
37 ctx context.Context
38 cancel context.CancelFunc
40 mu sync.Mutex
41 paused bool
64 func (t *Revision) Run() {
[all …]
/dports/sysutils/sensu-go/sensu-go-5.11.1/vendor/github.com/coreos/etcd/compactor/
H A Drevision.go30 type Revision struct { struct
31 clock clockwork.Clock
32 retention int64
34 rg RevGetter
35 c Compactable
37 ctx context.Context
38 cancel context.CancelFunc
40 mu sync.Mutex
41 paused bool
64 func (t *Revision) Run() {
[all …]
/dports/devel/mercurial/mercurial-6.0/rust/hg-core/src/
H A Ddagops.rs21 rev: Revision, in remove_parents()
22 set: &mut HashSet<Revision, S>, in remove_parents()
46 ) -> Result<HashSet<Revision>, GraphError> { in heads()
70 revs: &mut HashSet<Revision, S>, in retain_heads()
89 revs: &HashSet<Revision, S>, in roots()
90 ) -> Result<Vec<Revision>, GraphError> { in roots()
179 revs: &[Revision], in retain_heads_sorted()
205 revs: &[Revision], in heads_sorted()
230 revs: &[Revision], in roots_sorted()
255 roots: &[Revision], in range_vec()
[all …]
H A Dancestors.rs52 stoprev: Revision, in new()
172 stoprev: Revision, in new()
416 initrevs: Vec<Revision>, in list_ancestors()
417 stoprev: Revision, in list_ancestors()
419 ) -> Vec<Revision> { in list_ancestors()
609 bases: &[Revision], in assert_missing_remove()
610 revs: &[Revision], in assert_missing_remove()
611 expected: &[Revision], in assert_missing_remove()
636 bases: &[Revision], in assert_missing_ancestors()
637 revs: &[Revision], in assert_missing_ancestors()
[all …]
H A Dcopy_tracing.rs304 rev: Revision, in add_revision()
305 p1: Revision, in add_revision()
306 p2: Revision, in add_revision()
318 rev: Revision, in add_revision_inner()
319 p1: Revision, in add_revision_inner()
320 p2: Revision, in add_revision_inner()
394 parent_rev: Revision, in get_and_clean_parent_copies()
418 current_rev: Revision, in chain_changes()
507 current_rev: Revision, in add_one_copy()
547 current_merge: Revision, in merge_copies_dict()
[all …]
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/salsa-0.17.0-pre.2/src/
H A Drevision.rs14 pub struct Revision { struct
18 impl Revision { implementation
29 pub(crate) fn next(self) -> Revision { in next()
38 impl std::fmt::Debug for Revision { implementation
56 pub(crate) fn load(&self) -> Revision { in load()
60 pub(crate) fn store(&self, r: Revision) { in store()
65 pub(crate) fn fetch_then_increment(&self) -> Revision { in fetch_then_increment()
/dports/devel/texlab/texlab-3.3.0/cargo-crates/salsa-0.15.2/src/
H A Drevision.rs14 pub struct Revision { struct
18 impl Revision { impl
29 pub(crate) fn next(self) -> Revision { in next()
38 impl std::fmt::Debug for Revision { implementation
56 pub(crate) fn load(&self) -> Revision { in load()
60 pub(crate) fn store(&self, r: Revision) { in store()
65 pub(crate) fn fetch_then_increment(&self) -> Revision { in fetch_then_increment()
/dports/lang/rust/rustc-1.58.1-src/vendor/salsa/src/
H A Drevision.rs14 pub struct Revision { struct
18 impl Revision { impl
29 pub(crate) fn next(self) -> Revision { in next()
38 impl std::fmt::Debug for Revision { implementation
56 pub(crate) fn load(&self) -> Revision { in load()
60 pub(crate) fn store(&self, r: Revision) { in store()
65 pub(crate) fn fetch_then_increment(&self) -> Revision { in fetch_then_increment()
/dports/devel/cmake-gui/cmake-3.22.1/Source/CTest/
H A DcmCTestVC.h80 struct Revision struct
99 Revision const* Rev; argument
/dports/devel/cmake/cmake-3.22.1/Source/CTest/
H A DcmCTestVC.h80 struct Revision struct
99 Revision const* Rev; argument
/dports/devel/cmake-doc/cmake-3.22.1/Source/CTest/
H A DcmCTestVC.h80 struct Revision struct
99 Revision const* Rev; argument
/dports/devel/kdevelop/kdevelop-21.12.3/plugins/subversion/3rdparty/kdevsvncpp/
H A Drevision.cpp38 Revision::Revision(const svn_opt_revision_t * revision) in Revision() function in svn::Revision
43 Revision::Revision(const svn_revnum_t revnum) in Revision() function in svn::Revision
49 Revision::Revision(const svn_opt_revision_kind kind) in Revision() function in svn::Revision
55 Revision::Revision(const DateTime& dateTime) in Revision() function in svn::Revision
61 Revision::Revision(const Revision & revision) in Revision() function in svn::Revision
/dports/databases/py-alembic/alembic-1.7.5/alembic/autogenerate/
H A Drewriter.py119 revision: "Revision",
142 revision: "Revision",
153 revision: "Revision",
180 revision: "Revision",
189 revision: "Revision",
197 revision: "Revision",
209 revision: "Revision",
221 revision: "Revision",
/dports/emulators/qemu60/qemu-6.0.0/roms/edk2/ArmPkg/Drivers/ArmGic/
H A DArmGicLib.c58 IN ARM_GIC_ARCH_REVISION Revision in GicGetCpuRedistributorBase()
160 ARM_GIC_ARCH_REVISION Revision; in ArmGicAcknowledgeInterrupt() local
190 ARM_GIC_ARCH_REVISION Revision; in ArmGicEndOfInterrupt() local
212 ARM_GIC_ARCH_REVISION Revision; in ArmGicEnableInterrupt() local
256 ARM_GIC_ARCH_REVISION Revision; in ArmGicDisableInterrupt() local
299 ARM_GIC_ARCH_REVISION Revision; in ArmGicIsInterruptEnabled() local
349 ARM_GIC_ARCH_REVISION Revision; in ArmGicEnableInterruptInterface() local
367 ARM_GIC_ARCH_REVISION Revision; in ArmGicDisableInterruptInterface() local
/dports/emulators/qemu42/qemu-4.2.1/roms/edk2/ArmPkg/Drivers/ArmGic/
H A DArmGicLib.c58 IN ARM_GIC_ARCH_REVISION Revision in GicGetCpuRedistributorBase()
160 ARM_GIC_ARCH_REVISION Revision; in ArmGicAcknowledgeInterrupt() local
190 ARM_GIC_ARCH_REVISION Revision; in ArmGicEndOfInterrupt() local
212 ARM_GIC_ARCH_REVISION Revision; in ArmGicEnableInterrupt() local
256 ARM_GIC_ARCH_REVISION Revision; in ArmGicDisableInterrupt() local
299 ARM_GIC_ARCH_REVISION Revision; in ArmGicIsInterruptEnabled() local
349 ARM_GIC_ARCH_REVISION Revision; in ArmGicEnableInterruptInterface() local
367 ARM_GIC_ARCH_REVISION Revision; in ArmGicDisableInterruptInterface() local

12345678910>>...154