Home
last modified time | relevance | path

Searched refs:is_state (Results 1 – 25 of 114) sorted by relevance

12345

/dports/games/xlife/xlife-6.7/
H A Dkey.c156 &n6, &n7, &n8) != 9 || !is_state(s) || !is_state(n1) in test_transition()
157 || !is_state(n2) || !is_state(n3) || !is_state(n4) || !is_state(n5) in test_transition()
158 || !is_state(n6) || !is_state(n7) || !is_state(n8)) in test_transition()
176 || !is_state(s) || !is_state(n1) || !is_state(n2) in test_transition()
177 || !is_state(n3) || !is_state(n4)) in test_transition()
245 if (is_state(ns) && stoi(ns) < maxstates) in patch_transition()
267 if (is_state(ns) && stoi(ns) < maxstates) in patch_transition8()
H A Ddata.c32 int is_state(char c) { in is_state() function
/dports/editors/vim/vim-8.2.3745/src/
H A Dex_getln.c373 incsearch_state_T *is_state, in finish_incsearch_highlighting() argument
383 if (!EQUAL_POS(is_state->save_cursor, is_state->search_start)) in finish_incsearch_highlighting()
600 incsearch_state_T *is_state, in may_adjust_incsearch_highlighting() argument
645 t = is_state->match_end; in may_adjust_incsearch_highlighting()
646 if (LT_POS(is_state->match_start, is_state->match_end)) in may_adjust_incsearch_highlighting()
653 t = is_state->match_start; in may_adjust_incsearch_highlighting()
666 is_state->search_start = is_state->match_start; in may_adjust_incsearch_highlighting()
667 is_state->match_end = t; in may_adjust_incsearch_highlighting()
668 is_state->match_start = t; in may_adjust_incsearch_highlighting()
1976 , &is_state in getcmdline_int()
[all …]
/dports/www/p5-Protocol-WebSocket/Protocol-WebSocket-0.23/lib/Protocol/WebSocket/
H A DStateful.pm19 sub is_state { shift->state eq shift } subroutine
20 sub is_body { shift->is_state('body') }
21 sub is_done { shift->is_state('done') }
H A DMessage.pm107 while (!$self->is_state('body') && defined(my $line = $self->_get_line)) {
122 return 1 unless $self->is_state('body');
/dports/net-mgmt/nagios4/nagios-4.4.6/lib/
H A Druncmd.c118 #define is_state(s) (state == s) macro
159 if (is_state(STATE_INARG)) { in runcmd_cmd2strv()
206 if (is_state(STATE_NONE) || is_state(STATE_INARG)) { in runcmd_cmd2strv()
207 if (is_state(STATE_NONE)) { in runcmd_cmd2strv()
221 if (is_state(STATE_NONE) || is_state(STATE_INARG)) { in runcmd_cmd2strv()
222 if (is_state(STATE_NONE)) { in runcmd_cmd2strv()
278 if (is_state(STATE_NONE)) { in runcmd_cmd2strv()
/dports/www/p5-Protocol-WebSocket/Protocol-WebSocket-0.23/t/
H A Drequest_common.t15 ok $req->is_state('error');
24 ok $req->is_state('error');
30 ok $req->is_state('error');
H A Dresponse_common.t14 ok $res->is_state('error');
21 ok $res->is_state('error');
/dports/emulators/mess/mame-mame0226/src/lib/netlist/core/
H A Dlogic.h67 if (!is_state(STATE_INP_PASSIVE)) in inactivate()
76 if (is_state(STATE_INP_PASSIVE)) in activate()
85 if (is_state(STATE_INP_PASSIVE)) in activate_hl()
94 if (is_state(STATE_INP_PASSIVE)) in activate_lh()
/dports/emulators/mame/mame-mame0226/src/lib/netlist/core/
H A Dlogic.h67 if (!is_state(STATE_INP_PASSIVE)) in inactivate()
76 if (is_state(STATE_INP_PASSIVE)) in activate()
85 if (is_state(STATE_INP_PASSIVE)) in activate_hl()
94 if (is_state(STATE_INP_PASSIVE)) in activate_lh()
/dports/devel/onetbb/oneTBB-2021.4.0/test/common/
H A Dstate_trackable.h148 bool is_state( const StateTrackable<allow_zero_initialized>& f ) { in is_state() function
156 return !is_state<desired_state>(f); in operator()
162 return !is_state<desired_state>(p.second); in operator()
170 return is_state<desired_state>(f); in operator()
175 return is_state<desired_state>(p.second); in operator()
/dports/net-p2p/libtorrent/libtorrent-0.13.8/test/torrent/utils/
H A Dthread_base_test.cc122 …CPPUNIT_ASSERT(wait_for_true(std::bind(&thread_test::is_state, thread, thread_test::STATE_ACTIVE))… in test_lifecycle()
127 …CPPUNIT_ASSERT(wait_for_true(std::bind(&thread_test::is_state, thread, thread_test::STATE_INACTIVE… in test_lifecycle()
170 …CPPUNIT_ASSERT(wait_for_true(std::bind(&thread_test::is_state, thread, thread_test::STATE_INACTIVE… in test_global_lock_basic()
197 …CPPUNIT_ASSERT(wait_for_true(std::bind(&thread_test::is_state, thread, thread_test::STATE_INACTIVE… in test_interrupt()
H A Dthread_base_test.h66 bool is_state(int state) const { return m_state == state; } in is_state() function
/dports/net-im/py-matrix-synapse/synapse-1.50.2/synapse/storage/schema/main/full_schemas/16/
H A Devent_edges.sql45 is_state BOOL NOT NULL, -- true if this is a prev_state edge rather than a regular field
47 UNIQUE (event_id, prev_event_id, room_id, is_state)
/dports/math/octave/octave-6.4.0/libgui/graphics/
H A DToggleTool.cc65 action->setChecked (tp.is_state ()); in ToggleTool()
83 action->setChecked (tp.is_state ()); in update()
/dports/games/tomenet/tomenet-4.6.0/src/server/
H A Dbldg.c74 bool is_state(int Ind, store_type *s_ptr, int state) in is_state() function
116 } else if (is_state(Ind, s_ptr, STORE_LIKED)) { in show_building()
120 } else if (is_state(Ind, s_ptr, STORE_HATED)) { in show_building()
135 } else if (is_state(Ind, s_ptr, STORE_LIKED)) { in show_building()
139 } else if (is_state(Ind, s_ptr, STORE_HATED)) { in show_building()
151 } else if (is_state(Ind, s_ptr, STORE_LIKED)) { in show_building()
1635 if (is_state(Ind, s_ptr, STORE_LIKED)) in bldg_process_command()
1637 else if (is_state(Ind, s_ptr, STORE_HATED)) in bldg_process_command()
1642 if (((ba_ptr->action_restr == 1) && (!is_state(Ind, s_ptr, STORE_LIKED) || in bldg_process_command()
1643 !is_state(Ind, s_ptr, STORE_NORMAL))) || in bldg_process_command()
[all …]
/dports/science/py-pymol/pymol-open-source-2.4.0/modules/pmg_qt/
H A Dproperties_dialog.py141 is_state = False
149 is_state = True
151 is_state = True
168 if is_state:
/dports/games/solarus/solarus-f43727b232b3ed13d98440a845e2a29e470e4f0d/src/lua/
H A DTimerApi.cpp140 || is_state(current_l, context_index) in add_timer()
148 if (!is_entity(current_l, context_index) && !is_state(current_l, context_index)) { in add_timer()
254 if (is_entity(current_l, -1) || is_state(current_l, -1)) { in notify_timers_map_suspended()
382 !is_state(l, 1) in timer_api_start()
/dports/net-im/py-matrix-synapse/synapse-1.50.2/synapse/push/
H A Dbulk_push_rule_evaluator.py72 not event.is_state()
89 if event.is_state() and event.type in STATE_EVENT_TYPES_TO_MARK_UNREAD:
93 if not event.is_state() and event.type == EventTypes.Encrypted:
213 if not event.is_state():
/dports/net-im/py-matrix-synapse/synapse-1.50.2/synapse/events/
H A Dvalidator.py126 if not event.is_state():
215 if not event.is_state():
H A Dsnapshot.py157 if event.is_state():
166 "event_state_key": event.state_key if event.is_state() else None,
H A Dbuilder.py99 def is_state(self) -> bool: member in EventBuilder
167 if self.is_state():
/dports/www/p5-Protocol-WebSocket/Protocol-WebSocket-0.23/t/draft-hixie-75/
H A Drequest.t185 ok $req->is_state('error');
195 ok $req->is_state('error');
/dports/net-im/py-matrix-synapse/synapse-1.50.2/synapse/
H A Dvisibility.py131 if not event.is_state() and event.sender in ignore_list:
144 if not event.is_state():
/dports/x11-wm/pekwm/pekwm-release-0.2.0/src/
H A DCompleter.cc251 bool is_state(const std::string &str, size_t pos) { in is_state() function in ActionCompleterMethod::StateMatch
332 if (STATE_MATCHES[i].is_state(completion_state.part_lower, completion_state.part_begin)) { in find_state()

12345