Home
last modified time | relevance | path

Searched refs:restore_from_file (Results 1 – 25 of 40) sorted by relevance

12

/dports/misc/py-cinder/cinder-12.0.10/cinder/cmd/
H A Drtstool.py229 def restore_from_file(configration_file): function
236 rtsroot.restore_from_file(configration_file)
345 restore_from_file(configuration_file)
/dports/editors/encryptpad/EncryptPad-0.5.0.1/deps/stlplus/persistence/
H A Dpersistent_shortcuts.hpp62 …void restore_from_file(const std::string& filename, T& result, R restore_fn, restore_context::inst…
H A Dpersistent_shortcuts.tpp65 void restore_from_file(const std::string& filename, T& result, R restore_fn,
/dports/devel/py-rtslib-fb/rtslib-fb-2.1.74/scripts/
H A Dtargetctl47 errors = RTSRoot().restore_from_file(restore_file=from_file)
/dports/x11/gnome-shell/gnome-shell-41.1/src/
H A Dshell-app-usage.c115 static void restore_from_file (ShellAppUsage *self);
316 restore_from_file (self); in shell_app_usage_init()
680 restore_from_file (ShellAppUsage *self) in restore_from_file() function
/dports/games/tads/tads-3.0.8/tads3/
H A Dvmpat.h136 void restore_from_file(VMG_ vm_obj_id_t self,
H A Dvmpat.cpp262 void CVmObjPattern::restore_from_file(VMG_ vm_obj_id_t self, in restore_from_file() function in CVmObjPattern
H A Dvmstrcmp.h217 void restore_from_file(VMG_ vm_obj_id_t self,
H A Dvmcset.h139 void restore_from_file(VMG_ vm_obj_id_t self,
H A Dvmintcls.h155 void restore_from_file(VMG_ vm_obj_id_t self,
H A Dvmlookup.h355 void restore_from_file(VMG_ vm_obj_id_t self,
773 void restore_from_file(VMG_ vm_obj_id_t self,
H A Dvmbytarr.h172 void restore_from_file(VMG_ vm_obj_id_t self,
H A Dvmiter.cpp438 void CVmObjIterIdx::restore_from_file(VMG_ vm_obj_id_t, in restore_from_file() function in CVmObjIterIdx
H A Dvmiter.h217 void restore_from_file(VMG_ vm_obj_id_t self,
H A Dvmgram.h356 void restore_from_file(VMG_ vm_obj_id_t self, in restore_from_file() function
H A Dvmfilobj.h142 void restore_from_file(VMG_ vm_obj_id_t self,
H A Dvmstr.h121 void restore_from_file(VMG_ vm_obj_id_t self,
H A Dvmdict.h217 void restore_from_file(VMG_ vm_obj_id_t self,
H A Dvmintcls.cpp427 void CVmObjClass::restore_from_file(VMG_ vm_obj_id_t self, in restore_from_file() function in CVmObjClass
H A Dvmcset.cpp259 void CVmObjCharSet::restore_from_file(VMG_ vm_obj_id_t self, in restore_from_file() function in CVmObjCharSet
H A Dvmvec.h155 void restore_from_file(VMG_ vm_obj_id_t self,
H A Dvmtobj.h440 void restore_from_file(VMG_ vm_obj_id_t self,
/dports/misc/py-cinder/cinder-12.0.10/cinder/tests/unit/
H A Dtest_cmd.py1552 cinder_rtstool.restore_from_file(None)
1555 rtsroot.return_value.restore_from_file.assert_called_once_with(
1561 cinder_rtstool.restore_from_file('saved_file')
1563 rtsroot.return_value.restore_from_file.assert_called_once_with(
1567 def test_restore_error(self, restore_from_file): argument
1569 restore_from_file.side_effect = OSError
1571 cinder_rtstool.restore_from_file,
/dports/devel/py-rtslib-fb/rtslib-fb-2.1.74/rtslib_fb/
H A Droot.py494 def restore_from_file(self, restore_file=None, clear_existing=True, member in RTSRoot
/dports/devel/py-rtslib-fb/rtslib-fb-2.1.74/rtslib/
H A Droot.py494 def restore_from_file(self, restore_file=None, clear_existing=True, member in RTSRoot

12