Home
last modified time | relevance | path

Searched refs:is_action (Results 1 – 25 of 162) sorted by relevance

1234567

/dports/java/jasmin/jasmin-2.4/src/java_cup/
H A Dproduction.java103 if (!_rhs[i].is_action()) in production()
452 if (!rhs[pos].is_action()) in translate_labels()
472 if (rhs[pos].is_action()) in translate_labels()
505 if (to_loc < 0 || !rhs_parts[to_loc].is_action() in merge_adjacent_actions()
506 || !rhs_parts[from_loc].is_action()) in merge_adjacent_actions()
520 rhs_parts[from_loc].is_action()) in merge_adjacent_actions()
557 if (rhs_parts[len-1].is_action()) in strip_trailing_action()
589 if (rhs(act_loc).is_action()) in remove_embedded_actions()
632 if (!part.is_action()) in check_nullable()
673 if (!rhs(part).is_action()) in check_first_set()
[all …]
H A Dlr_item_core.java57 if (!part.is_action()) in lr_item_core()
236 else if (part.is_action()) in to_simple_string()
H A Dlalr_item.java195 if (!part.is_action()) in calc_lookahead()
247 if (!part.is_action()) in lookahead_visible()
/dports/biology/p5-BioPerl-Run/BioPerl-Run-1.007003/lib/Bio/DB/ESoap/
H A DWSDL.pm206 my $is_action;
210 $is_action = grep /^$operation$/, values %$opn_hash;
212 unless ($is_action);
220 if ($is_action) {
258 my $is_action;
262 $is_action = grep /^$operation$/, values %$opn_hash;
264 unless ($is_action);
272 if ($is_action) {
/dports/devel/hpx/hpx-1.2.1/hpx/parallel/executors/
H A Ddistribution_policy_executor.hpp49 hpx::traits::is_action<typename hpx::util::decay<F>::type>::value,
76 !hpx::traits::is_action<F>::value
87 hpx::traits::is_action<Action>::value
98 !hpx::traits::is_action<F>::value,
112 hpx::traits::is_action<Action>::value,
/dports/devel/hpx/hpx-1.2.1/hpx/util/
H A Dfirst_argument.hpp75 typename std::enable_if<hpx::traits::is_action<F>::value>::type>
82 typename std::enable_if<!hpx::traits::is_action<F>::value
91 typename std::enable_if<!hpx::traits::is_action<F>::value
H A Dthread_description.hpp80 !traits::is_action<F>::value
119 traits::is_action<Action>::value
198 !traits::is_action<F>::value
207 traits::is_action<Action>::value
/dports/net-mgmt/nagvis/nagvis-1.9.29/share/server/core/classes/
H A DViewManageMaps.php37 if (is_action() && post('mode') == 'create') {
150 if (is_action() && post('mode') == 'rename') {
221 if (is_action() && post('mode') == 'delete') {
279 if (is_action() && post('mode') == 'export') {
323 if (is_action() && post('mode') == 'import') {
H A DViewManageUsers.php32 if (is_action() && post('mode') == 'create') {
109 if (is_action() && post('mode') == 'edit') {
187 if (is_action() && post('mode') == 'delete') {
241 if (is_action() && post('mode') == 'reset_pw') {
H A DViewManageRoles.php32 if (is_action() && post('mode') == 'create') {
85 if (is_action() && post('mode') == 'edit') {
241 if (is_action() && post('mode') == 'delete') {
H A DViewMapManageTmpl.php47 if (is_action() && post('mode') == 'create') {
144 if (is_action() && post('mode') == 'edit') {
233 if (is_action() && post('mode') == 'delete') {
H A DViewManageBackends.php65 if (is_action() && post('mode') == 'default') {
116 if (is_action() && post('mode') == $mode) {
227 if (is_action() && post('mode') == 'delete') {
H A DViewManageShapes.php32 if (is_action() && post('mode') == 'upload') {
88 if (is_action() && post('mode') == 'delete') {
H A DViewManageBackgrounds.php32 if (is_action() && post('mode') == 'upload') {
89 if (is_action() && post('mode') == 'delete') {
/dports/devel/godot2-tools/godot-demo-projects-2.1.4-stable/2d/tetris/
H A Dgrid.gd168 if (ie.is_action("move_left")):
172 elif (ie.is_action("move_right")):
176 elif (ie.is_action("move_down")):
178 elif (ie.is_action("rotate")):
/dports/devel/godot2-tools/godot-2.1.6-stable/scene/gui/
H A Dslider.cpp86 if (p_event.is_action("ui_left") && p_event.is_pressed()) { in _input_event()
92 } else if (p_event.is_action("ui_right") && p_event.is_pressed()) { in _input_event()
98 } else if (p_event.is_action("ui_up") && p_event.is_pressed()) { in _input_event()
105 } else if (p_event.is_action("ui_down") && p_event.is_pressed()) { in _input_event()
/dports/devel/godot2/godot-2.1.6-stable/scene/gui/
H A Dslider.cpp86 if (p_event.is_action("ui_left") && p_event.is_pressed()) { in _input_event()
92 } else if (p_event.is_action("ui_right") && p_event.is_pressed()) { in _input_event()
98 } else if (p_event.is_action("ui_up") && p_event.is_pressed()) { in _input_event()
105 } else if (p_event.is_action("ui_down") && p_event.is_pressed()) { in _input_event()
/dports/math/R-cran-lpSolve/lpSolve/src/
H A Dlp_BFP1.h100 MYBOOL test = lp->is_action(lp->spx_action, ACTION_REINVERT | ACTION_TIMEDREINVERT); in bfp_mustrefactorize()
138 test = lp->is_action(lp->spx_action, ACTION_REINVERT | ACTION_TIMEDREINVERT); in bfp_mustrefactorize()
195 else if(lu->timed_refact && lp->is_action(lp->spx_action, ACTION_TIMEDREINVERT)) in bfp_updaterefactstats()
/dports/math/lp_solve/lp_solve_5.5/bfp/
H A Dlp_BFP1.c100 MYBOOL test = lp->is_action(lp->spx_action, ACTION_REINVERT | ACTION_TIMEDREINVERT); in bfp_mustrefactorize()
138 test = lp->is_action(lp->spx_action, ACTION_REINVERT | ACTION_TIMEDREINVERT); in bfp_mustrefactorize()
195 else if(lu->timed_refact && lp->is_action(lp->spx_action, ACTION_TIMEDREINVERT)) in bfp_updaterefactstats()
/dports/math/abella/abella-2.0.7/examples/process-calculi/ccs/
H A Dccs_core.thm19 Define is_action : action -> prop by
20 is_action tau
21 ; is_action (up N)
22 ; is_action (dn N).
40 ; is_proc (act A P) := is_action A /\ is_proc P
/dports/devel/godot/godot-3.2.3-stable/scene/gui/
H A Dscroll_bar.cpp194 if (p_event->is_action("ui_left")) { in _gui_input()
200 } else if (p_event->is_action("ui_right")) { in _gui_input()
206 } else if (p_event->is_action("ui_up")) { in _gui_input()
213 } else if (p_event->is_action("ui_down")) { in _gui_input()
219 } else if (p_event->is_action("ui_home")) { in _gui_input()
223 } else if (p_event->is_action("ui_end")) { in _gui_input()
/dports/devel/godot-tools/godot-3.2.3-stable/scene/gui/
H A Dscroll_bar.cpp194 if (p_event->is_action("ui_left")) { in _gui_input()
200 } else if (p_event->is_action("ui_right")) { in _gui_input()
206 } else if (p_event->is_action("ui_up")) { in _gui_input()
213 } else if (p_event->is_action("ui_down")) { in _gui_input()
219 } else if (p_event->is_action("ui_home")) { in _gui_input()
223 } else if (p_event->is_action("ui_end")) { in _gui_input()
/dports/www/elgg/elgg-3.3.23/vendor/elgg/elgg/engine/classes/
H A DElggInstaller.php53 private $is_action = false; variable in ElggInstaller
71 $this->is_action = $app->_services->request->getMethod() === 'POST';
443 $this->is_action = true;
446 if ($this->is_action) {
523 if ($this->is_action) {
592 if ($this->is_action) {
675 $this->is_action = false;
861 …$use_elgg_session = ($index_step == $index_admin && $this->is_action) || ($index_step == $index_co…
/dports/devel/glade/glade-3.22.1/plugins/gtk+/
H A Dglade-gtk-widget.c155 gboolean is_action; in glade_gtk_parse_atk_props() local
161 is_action = FALSE; in glade_gtk_parse_atk_props()
163 is_action = TRUE; in glade_gtk_parse_atk_props()
167 if (!is_action && in glade_gtk_parse_atk_props()
171 else if (is_action && in glade_gtk_parse_atk_props()
187 if (is_action) in glade_gtk_parse_atk_props()
197 if ((!is_action && in glade_gtk_parse_atk_props()
199 (is_action && in glade_gtk_parse_atk_props()
/dports/x11/kitty/kitty-0.23.1/kitty/
H A Dactions.py40 def is_action(x: object) -> bool: function
54 for (name, func) in inspect.getmembers(cls, is_action):

1234567