Home
last modified time | relevance | path

Searched refs:push_action (Results 1 – 18 of 18) sorted by relevance

/dports/lang/ruby26/ruby-2.6.9/lib/rubygems/resolver/molinillo/lib/molinillo/dependency_graph/
H A Dlog.rb26 push_action(graph, Tag.new(tag))
31 push_action(graph, AddVertex.new(name, payload, root))
36 push_action(graph, DetachVertexNamed.new(name))
41 push_action(graph, AddEdgeNoCircular.new(origin, destination, requirement))
51 push_action(graph, DeleteEdge.new(origin_name, destination_name, requirement))
56 push_action(graph, SetPayload.new(name, payload))
116 def push_action(graph, action) method in Molinillo.DependencyGraph.Log
/dports/net/c3270/suite3270-4.0/Common/
H A Drun_action.c163 push_action(enum iaction ia, char *s) in push_action() function
212 push_action(IA_KEYMAP, s); in push_keymap_action()
223 push_action(IA_MACRO, s); in push_macro()
234 push_action(IA_KEYPAD, s); in push_keypad_action()
252 push_action(cause, lazyaf("%s()", name)); in run_action()
254 push_action(cause, lazyaf("%s(%s)", name, parm1)); in run_action()
256 push_action(cause, lazyaf("%s(%s,%s)", name, parm1, parm2)); in run_action()
340 push_action(cause, s); in run_action_a()
/dports/x11/x3270/suite3270-4.0/Common/
H A Drun_action.c163 push_action(enum iaction ia, char *s) in push_action() function
212 push_action(IA_KEYMAP, s); in push_keymap_action()
223 push_action(IA_MACRO, s); in push_macro()
234 push_action(IA_KEYPAD, s); in push_keypad_action()
252 push_action(cause, lazyaf("%s()", name)); in run_action()
254 push_action(cause, lazyaf("%s(%s)", name, parm1)); in run_action()
256 push_action(cause, lazyaf("%s(%s,%s)", name, parm1, parm2)); in run_action()
340 push_action(cause, s); in run_action_a()
/dports/net-im/py-matrix-synapse/synapse-1.50.2/synapse/push/
H A Dhttppusher.py197 for push_action in unprocessed:
202 "event_id": push_action.event_id,
207 processed = await self._process_one(push_action)
212 self.last_stream_ordering = push_action.stream_ordering
255 self.last_stream_ordering = push_action.stream_ordering
277 async def _process_one(self, push_action: HttpPushAction) -> bool:
278 if "notify" not in push_action.actions:
281 tweaks = push_rule_evaluator.tweaks_for_actions(push_action.actions)
288 event = await self.store.get_event(push_action.event_id, allow_none=True)
H A Demailpusher.py179 for push_action in unprocessed:
180 received_at = push_action.received_ts
185 room_ready_at = self.room_ready_to_notify_at(push_action.room_id)
196 "room_id": push_action.room_id,
200 "last_sent_ts": self.get_room_last_sent_ts(push_action.room_id),
201 "throttle_ms": self.get_room_throttle_ms(push_action.room_id),
/dports/games/openage/openage-0.3.0-1262-ga554ab49/libopenage/unit/
H A Dability.cpp87 to_modify.push_action(std::make_unique<MoveAction>(&to_modify, target)); in invoke()
100 to_modify.push_action(std::make_unique<MoveAction>(&to_modify, target->get_ref(), radius)); in invoke()
145 to_modify.push_action(std::make_unique<GarrisonAction>(&to_modify, cmd.unit()->get_ref())); in invoke()
189 to_modify.push_action(std::make_unique<TrainAction>(&to_modify, cmd.type())); in invoke()
211 to_modify.push_action(std::make_unique<ResearchAction>(&to_modify, cmd.research())); in invoke()
237 to_modify.push_action(std::make_unique<BuildAction>(&to_modify, cmd.unit()->get_ref())); in invoke()
265 to_modify.push_action(std::make_unique<GatherAction>(&to_modify, target->get_ref())); in invoke()
299 to_modify.push_action(std::make_unique<AttackAction>(&to_modify, target->get_ref())); in invoke()
327 to_modify.push_action(std::make_unique<RepairAction>(&to_modify, target->get_ref())); in invoke()
355 to_modify.push_action(std::make_unique<HealAction>(&to_modify, target->get_ref())); in invoke()
[all …]
H A Dproducer.cpp230 unit->push_action(std::make_unique<DecayAction>(unit), true); in initialise()
235 unit->push_action( in initialise()
250 unit->push_action(std::make_unique<DeadAction>(unit), true); in initialise()
254 unit->push_action(std::make_unique<IdleAction>(unit), true); in initialise()
596 unit->push_action(std::make_unique<FoundationAction>(unit, has_destruct_graphic), true); in initialise()
808 unit->push_action(std::make_unique<DeadAction>(unit), true); in initialise()
H A Dunit.h164 void push_action(std::unique_ptr<UnitAction> action, bool force=false);
H A Dunit_type.cpp135 unit->push_action(std::make_unique<IdleAction>(unit), true); in initialise()
H A Dunit.cpp235 void Unit::push_action(std::unique_ptr<UnitAction> action, bool force) { in push_action() function in openage::Unit
H A Daction.cpp442 this->entity->push_action(std::make_unique<DeadAction>(this->entity), true); in on_completion()
444 this->entity->push_action(std::make_unique<IdleAction>(this->entity), true); in on_completion()
1244 projectile->push_action(std::make_unique<ProjectileAction>(projectile, target), true); in fire_projectile()
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/app/views/events/
H A D_event.html.haml14 - elsif event.push_action?
/dports/shells/ion/liner-3f3d1d4e6058067e9d03a9b1510d8f2edac073c7/src/
H A Dbuffer.rs182 fn push_action(&mut self, act: Action) { in push_action() method
219 self.push_action(Action::Remove { start, text: s }); in remove()
229 self.push_action(act); in insert()
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/app/views/users/
H A Dcalendar_activities.html.haml12 - if event.push_action?
/dports/devel/git-cola/git-cola-3.10.1/cola/widgets/
H A Dbranch.py239 menu, N_('Push'), self.push_action
407 def push_action(self): member in BranchesTreeWidget
H A Dmain.py338 self.push_action = add_action(
341 self.push_action.setIcon(icons.push())
655 self.actions_menu.addAction(self.push_action)
/dports/devel/gdb/gdb-11.1/gdb/
H A Dremote.c6557 void push_action (ptid_t ptid, bool step, gdb_signal siggnal);
6619 vcont_builder::push_action (ptid_t ptid, bool step, gdb_signal siggnal)
6786 vcont_builder.push_action (tp->ptid, info.step, info.sig);
6812 vcont_builder.push_action (minus_one_ptid,
6821 vcont_builder.push_action (ptid_t (inf->pid),
H A DChangeLog-20189865 (vcont_builder::push_action): Use it.
9907 (vcont_builder) <vcont_builder, restart, flush, push_action>:
9914 (vcont_builder::push_action): ... this.