Home
last modified time | relevance | path

Searched refs:has_watch (Results 1 – 19 of 19) sorted by relevance

/dports/math/clingo/clingo-5.5.1/libpyclingo/clingo/tests/
H A Dtest_propagator.py42 self._case.assertTrue(control.has_watch(-self._lit_a))
105 self._case.assertFalse(control.has_watch(lit))
107 self._case.assertTrue(control.has_watch(lit))
109 self._case.assertFalse(control.has_watch(lit))
/dports/games/cataclysm-dda-tiles/Cataclysm-DDA-0.F/src/
H A Dhandle_action.cpp888 const bool has_watch = player_character.has_watch() || setting_alarm; in wait() local
890 const auto add_menu_item = [ &as_m, &durations, has_watch ] in wait()
896 if( has_watch && duration != time_duration::from_turns( calendar::INDEFINITELY_LONG ) ) { in wait()
917 add_menu_item( 1, '1', !has_watch ? _( "Wait 300 heartbeats" ) : "", 5_minutes ); in wait()
918 add_menu_item( 2, '2', !has_watch ? _( "Wait 1800 heartbeats" ) : "", 30_minutes ); in wait()
920 if( has_watch ) { in wait()
928 if( here.get_abs_sub().z >= 0 || has_watch ) { in wait()
961 as_m.text = ( has_watch ) ? string_format( _( "It's %s now. " ), in wait()
H A Dmission_ui.cpp137 } else if( u.has_watch() ) { in list_missions()
H A Dpanels.cpp1164 if( u.has_watch() ) { in draw_time()
1480 if( u.has_watch() ) { in draw_loc_labels()
2052 if( u.has_watch() ) { in draw_time_classic()
H A Dcharacter.h582 bool has_watch() const;
H A Dadvanced_inv.cpp1161 if( get_player_character().has_watch() ) { in redraw_sidebar()
H A Dcharacter.cpp920 bool Character::has_watch() const in has_watch() function in Character
/dports/games/cataclysm-dda/Cataclysm-DDA-0.F/src/
H A Dhandle_action.cpp888 const bool has_watch = player_character.has_watch() || setting_alarm; in wait() local
890 const auto add_menu_item = [ &as_m, &durations, has_watch ] in wait()
896 if( has_watch && duration != time_duration::from_turns( calendar::INDEFINITELY_LONG ) ) { in wait()
917 add_menu_item( 1, '1', !has_watch ? _( "Wait 300 heartbeats" ) : "", 5_minutes ); in wait()
918 add_menu_item( 2, '2', !has_watch ? _( "Wait 1800 heartbeats" ) : "", 30_minutes ); in wait()
920 if( has_watch ) { in wait()
928 if( here.get_abs_sub().z >= 0 || has_watch ) { in wait()
961 as_m.text = ( has_watch ) ? string_format( _( "It's %s now. " ), in wait()
H A Dmission_ui.cpp137 } else if( u.has_watch() ) { in list_missions()
H A Dpanels.cpp1164 if( u.has_watch() ) { in draw_time()
1480 if( u.has_watch() ) { in draw_loc_labels()
2052 if( u.has_watch() ) { in draw_time_classic()
H A Dadvanced_inv.cpp1161 if( get_player_character().has_watch() ) { in redraw_sidebar()
H A Dcharacter.h582 bool has_watch() const;
H A Dcharacter.cpp920 bool Character::has_watch() const in has_watch() function in Character
/dports/deskutils/py-autokey/autokey-0.95.10/lib/autokey/
H A Dmonitor.py102 def has_watch(self, path): member in FileMonitor
H A Dconfigmanager.py834 if not self.app.monitor.has_watch(folder.path):
856 if not self.app.monitor.has_watch(parentFolder.path):
864 if not self.app.monitor.has_watch(folder.path):
/dports/math/clingo/clingo-5.5.1/libpyclingo/clingo/
H A Dpropagator.py599 def has_watch(self, literal: int) -> bool: member in PropagateControl
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/supernova/supernova1/
H A Drooms.cpp2847 bool has_watch = _gm->_rooms[INTRO1]->getObject(2)->hasProperty(CARRIED); in interact() local
2853 if (has_watch) in interact()
/dports/games/scummvm/scummvm-2.5.1/engines/supernova/supernova1/
H A Drooms.cpp2864 bool has_watch = _gm->_rooms[INTRO1]->getObject(2)->hasProperty(CARRIED); in interact() local
2870 if (has_watch) in interact()
/dports/math/clingo/clingo-5.5.1/libclingo/
H A Dclingo.hh1074 bool has_watch(literal_t literal) const;
2848 inline bool PropagateControl::has_watch(literal_t literal) const { in has_watch() function in Clingo::PropagateControl