Home
last modified time | relevance | path

Searched defs:restore_from_file (Results 1 – 20 of 20) sorted by relevance

/dports/misc/py-cinder/cinder-12.0.10/cinder/cmd/
H A Drtstool.py229 def restore_from_file(configration_file): function
/dports/games/tads/tads-3.0.8/tads3/
H A Dvmpat.cpp262 void CVmObjPattern::restore_from_file(VMG_ vm_obj_id_t self, in restore_from_file() function in CVmObjPattern
H A Dvmiter.cpp438 void CVmObjIterIdx::restore_from_file(VMG_ vm_obj_id_t, in restore_from_file() function in CVmObjIterIdx
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 Dvmgram.h356 void restore_from_file(VMG_ vm_obj_id_t self, in restore_from_file() function
H A Dvmlookup.cpp642 void CVmObjLookupTable::restore_from_file(VMG_ vm_obj_id_t self, in restore_from_file() function in CVmObjLookupTable
1959 void CVmObjIterLookupTable::restore_from_file(VMG_ vm_obj_id_t, in restore_from_file() function in CVmObjIterLookupTable
H A Dvmstrcmp.cpp693 void CVmObjStrComp::restore_from_file(VMG_ vm_obj_id_t /*self*/, in restore_from_file() function in CVmObjStrComp
H A Dvmfilobj.cpp380 void CVmObjFile::restore_from_file(VMG_ vm_obj_id_t self, in restore_from_file() function in CVmObjFile
H A Dvmstr.cpp216 void CVmObjString::restore_from_file(VMG_ vm_obj_id_t, in restore_from_file() function in CVmObjString
H A Dvmbytarr.cpp706 void CVmObjByteArray::restore_from_file(VMG_ vm_obj_id_t self, in restore_from_file() function in CVmObjByteArray
H A Dvmtobj.cpp1948 void CVmObjTads::restore_from_file(VMG_ vm_obj_id_t self, in restore_from_file() function in CVmObjTads
H A Dvmdict.cpp2014 void CVmObjDict::restore_from_file(VMG_ vm_obj_id_t self, in restore_from_file() function in CVmObjDict
H A Dvmvec.cpp275 void CVmObjVector::restore_from_file(VMG_ vm_obj_id_t self, in restore_from_file() function in CVmObjVector
H A Dvmlst.cpp319 void CVmObjList::restore_from_file(VMG_ vm_obj_id_t, in restore_from_file() function in CVmObjList
H A Dvmbignum.cpp2381 void CVmObjBigNum::restore_from_file(VMG_ vm_obj_id_t, in restore_from_file() function in CVmObjBigNum
/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
/dports/x11/gnome-shell/gnome-shell-41.1/src/
H A Dshell-app-usage.c680 restore_from_file (ShellAppUsage *self) in restore_from_file() function
/dports/misc/py-cinder/cinder-12.0.10/cinder/tests/unit/
H A Dtest_cmd.py1567 def test_restore_error(self, restore_from_file): argument