Home
last modified time | relevance | path

Searched refs:_restore_state (Results 1 – 23 of 23) sorted by relevance

/dports/games/valyriatear/ValyriaTear-1.1.0/src/modes/map/map_dialogues/
H A Dmap_sprite_dialogue.h239 return _restore_state; in IsRestoreState()
247 _restore_state = restore; in SetRestoreState()
264 bool _restore_state; variable
H A Dmap_sprite_dialogue.cpp30 _restore_state(true), in SpriteDialogue()
40 _restore_state(true), in SpriteDialogue()
/dports/security/py-angr/angr-9.0.5405/angr/exploration_techniques/
H A Doppologist.py27 def _restore_state(old, new): member in Oppologist
44 fixup = functools.partial(self._restore_state, state)
/dports/devel/p5-DateTime-Format-Natural/DateTime-Format-Natural-1.12/lib/DateTime/Format/Natural/
H A DDuration.pm71 sub _restore_state subroutine
/dports/sysutils/slurm-wlm/slurm-20.02.7/src/plugins/job_container/cncu/
H A Djob_container_cncu.c133 static int _restore_state(char *dir_name) in _restore_state() function
246 _restore_state(state_dir); in container_p_restore()
/dports/audio/picard/picard-release-2.6.2/picard/ui/
H A Dfilebrowser.py155 self._restore_state()
201 def _restore_state(self): member in FileBrowser
H A Ditemviews.py662 self._restore_state(config.persist[self.header_state.name])
671 self._restore_state(None)
673 def _restore_state(self, header_state):
/dports/lang/sbcl/sbcl-1.3.13/src/runtime/
H A Dhppa-assem.S384 .export _restore_state
385 _restore_state: label
425 b _restore_state
/dports/devel/p5-MCE/MCE-1.876/lib/MCE/
H A DLoop.pm318 MCE::_restore_state();
H A DGrep.pm398 MCE::_restore_state();
H A DMap.pm398 MCE::_restore_state();
H A DFlow.pm430 MCE::_restore_state();
H A DStream.pm528 MCE::_restore_state();
H A DStep.pm607 MCE::_restore_state();
/dports/devel/py-jsonpickle/jsonpickle-2.0.0/jsonpickle/
H A Dunpickler.py489 instance = self._restore_state(obj, instance)
493 def _restore_state(self, obj, instance): member in Unpickler
/dports/misc/orange3/orange3-3.29.1/Orange/widgets/data/
H A Dowimpute.py368 self._restore_state(self._variable_imputation_state)
693 def _restore_state(self, state): member in OWImpute
/dports/multimedia/libbluray/libbluray-1.3.0/src/libbluray/hdmv/
H A Dhdmv_vm.c119 static int _restore_state(HDMV_VM *p, const uint32_t *s) in _restore_state() function
160 _restore_state(p, s); in hdmv_vm_restore_state()
/dports/multimedia/handbrake/libbluray-1.3.0/src/libbluray/hdmv/
H A Dhdmv_vm.c119 static int _restore_state(HDMV_VM *p, const uint32_t *s) in _restore_state() function
160 _restore_state(p, s); in hdmv_vm_restore_state()
/dports/devel/p5-DateTime-Format-Natural/DateTime-Format-Natural-1.12/lib/DateTime/Format/
H A DNatural.pm369 $self->_restore_state;
/dports/audio/vm-lv2/vm-0.14.0/
H A Dvm_ui.c269 _restore_state(plughandle_t *handle) in _restore_state() function
1266 _restore_state(handle); in instantiate()
/dports/devel/p5-MCE/MCE-1.876/lib/
H A DMCE.pm344 sub _restore_state { subroutine
/dports/math/libpgmath/flang-d07daf3/tools/flang1/flang1exe/
H A Dscan.c8651 _restore_state(void) in _restore_state() function
8665 _restore_state(); in fe_restore_state()
9348 _restore_state(); in _rd_token()
9355 _restore_state(); in _rd_token()
/dports/graphics/py-traitsui/traitsui-7.1.1/traitsui/wx/
H A Dtree_editor.py364 def _restore_state(self, state): member in SimpleEditor