Home
last modified time | relevance | path

Searched defs:Restorer (Results 1 – 25 of 29) sorted by relevance

12

/dports/sysutils/restic/restic-0.12.1/internal/restorer/
H A Drestorer.go16 type Restorer struct { struct
17 repo restic.Repository
18 sn *restic.Snapshot
20 Error func(location string, err error) error
157 …s *Restorer) restoreNodeTo(ctx context.Context, node *restic.Node, target, location string) error {
171 func (res *Restorer) restoreNodeMetadataTo(node *restic.Node, target, location string) error {
180 func (res *Restorer) restoreHardlinkAt(node *restic.Node, target, path, location string) error {
192 func (res *Restorer) restoreEmptyFileAt(node *restic.Node, target, location string) error {
207 func (res *Restorer) RestoreTo(ctx context.Context, dst string) error {
309 func (res *Restorer) Snapshot() *restic.Snapshot {
[all …]
/dports/deskutils/akonadiconsole/akonadiconsole-21.12.3/src/
H A Duistatesaver.cpp44 struct Restorer { struct
45 static void process(QSplitter *splitter, const KConfigGroup &config) in process()
53 static void process(QTabWidget *tab, const KConfigGroup &config) in process()
61 static void process(QTreeView *tv, const KConfigGroup &config) in process()
69 static void process(QComboBox *cb, const KConfigGroup &config) in process()
/dports/deskutils/kaddressbook/kaddressbook-21.12.3/src/
H A Duistatesaver.cpp44 struct Restorer { struct
45 static void process(QSplitter *splitter, const KConfigGroup &config) in process()
53 static void process(QTabWidget *tab, const KConfigGroup &config) in process()
61 static void process(QTreeView *tv, const KConfigGroup &config) in process()
69 static void process(QComboBox *cb, const KConfigGroup &config) in process()
/dports/biology/sra-tools/sra-tools-2.11.0/ncbi-vdb/libs/axf/
H A Dseq-restore-linkage-group.c64 typedef struct Restorer Restorer; typedef
65 struct Restorer struct
75 Restorer const *const self = obj; in restorerWhack() argument
/dports/biology/ncbi-vdb/ncbi-vdb-2.11.0/libs/axf/
H A Dseq-restore-linkage-group.c64 typedef struct Restorer Restorer; typedef
65 struct Restorer struct
75 Restorer const *const self = obj; in restorerWhack() argument
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/juju/testing/
H A Dpatch.go14 type Restorer func() type
19 func (f Restorer) Add(f1 Restorer) Restorer {
/dports/devel/f18/f18-1688bef/lib/common/
H A Drestorer.h31 explicit Restorer(A &p) : p_{p}, original_{std::move(p)} {} in Restorer() function
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/flang/include/flang/Common/
H A Drestorer.h25 explicit Restorer(A &p) : p_{p}, original_{std::move(p)} {} in Restorer() function
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/flang/include/flang/Common/
H A Drestorer.h25 explicit Restorer(A &p) : p_{p}, original_{std::move(p)} {} in Restorer() function
/dports/audio/amarok/amarok-3e11ccdd1417e70486eaaa84d8475182eec44c20/src/playlist/
H A DPlaylistRestorer.cpp33 Restorer::Restorer() in Restorer() function in Restorer
/dports/devel/gitlist/gitlist/vendor/sebastian/global-state/src/
H A DRestorer.php18 class Restorer class
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/flang/include/flang/Common/
H A Drestorer.h25 explicit Restorer(A &p, A original) : p_{p}, original_{std::move(original)} {} in Restorer() function
/dports/devel/llvm12/llvm-project-12.0.1.src/flang/include/flang/Common/
H A Drestorer.h25 explicit Restorer(A &p, A original) : p_{p}, original_{std::move(original)} {} in Restorer() function
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/flang/include/flang/Common/
H A Drestorer.h25 explicit Restorer(A &p, A original) : p_{p}, original_{std::move(original)} {} in Restorer() function
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/flang/include/flang/Common/
H A Drestorer.h25 explicit Restorer(A &p, A original) : p_{p}, original_{std::move(original)} {} in Restorer() function
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/flang/include/flang/Common/
H A Drestorer.h25 explicit Restorer(A &p, A original) : p_{p}, original_{std::move(original)} {} in Restorer() function
/dports/math/cvc3/cvc3-2.4.1/src/include/
H A Dsearch_sat.h158 friend class Restorer; variable
162 Restorer(Context* context, SearchSat* ss) in Restorer() function
/dports/deskutils/calibre/calibre-src-5.34.0/src/calibre/db/
H A Drestore.py28 class Restorer(Cache): class
/dports/net-p2p/bitmark-recorder/bitmarkd-0.13.3/reservoir/
H A Drestorer.go18 type Restorer interface { interface
/dports/net-p2p/bitmark-cli/bitmarkd-0.13.3/reservoir/
H A Drestorer.go18 type Restorer interface { interface
/dports/net-p2p/bitmark/bitmarkd-0.13.3/reservoir/
H A Drestorer.go18 type Restorer interface { interface
/dports/net-p2p/bitmark-daemon/bitmarkd-0.13.3/reservoir/
H A Drestorer.go18 type Restorer interface { interface
/dports/databases/mariadb103-client/mariadb-10.3.34/support-files/dtrace/
H A Dquery-network-time.d49 self->netwritebase = timestamp;
/dports/sysutils/go-wtf/wtf-0.21.0/vendor/github.com/andygrunwald/go-gerrit/go-gerrit-64931d233c2d/
H A Devents.go49 Restorer AccountInfo `json:"restorer,omitempty"` member
/dports/audio/audacity/audacity-Audacity-3.1.3/src/
H A DProjectFileManager.cpp424 TitleRestorer Restorer( window, project ); // RAII in SaveAs() local
561 TitleRestorer Restorer(window, project); // RAII in SaveCopy() local

12