Home
last modified time | relevance | path

Searched refs:action_id (Results 201 – 225 of 832) sorted by relevance

12345678910>>...34

/dports/x11/xpra/xpra-4.3/xpra/gtk_common/
H A Dgtk_notifier.py153 def popup_action(self, nid, action_id): argument
155 self.action_cb(nid, action_id)
255 action_id, action_text = actions[:2]
257 button = self.action_button(action_id, action_text)
267 def action_button(self, action_id, action_text): argument
272 log("popup_cb_clicked%s for action_id=%s, action_text=%s", args, action_id, action_text)
273 self.action_cb(self.nid, action_id)
/dports/x11/cinnamon-screensaver/cinnamon-screensaver-4.8.1/src/util/
H A Dkeybindings.py89 for action_id in ALLOWED_ACTIONS:
90 …indings = self.media_key_settings.get_strv(CinnamonDesktop.desktop_get_media_key_string(action_id))
92 action = ShortcutAction(action_id, bindings)
/dports/graphics/blender/blender-2.91.0/source/blender/io/collada/
H A DAnimationClipExporter.cpp30 std::string action_id = entry[0]; in exportAnimationClips() local
40 clip->setInstancedAnimation(action_id); in exportAnimationClips()
/dports/devel/kyua/kyua-0.13/store/
H A Dschema_v1.sql104 action_id INTEGER PRIMARY KEY AUTOINCREMENT, field
138 action_id INTEGER REFERENCES actions, field
/dports/sysutils/polkit/polkit-0.120/src/polkit/
H A Dpolkitprivate.h56 … const gchar *action_id,
68 polkit_action_description_new (const gchar *action_id,
/dports/sysutils/ansible2/ansible-2.9.27/lib/ansible/modules/cloud/digital_ocean/
H A Ddigital_ocean_floating_ip.py180 def wait_action(module, rest, ip, action_id, timeout=10): argument
183 response = rest.get('floating_ips/{0}/actions/{1}'.format(ip, action_id))
191 ip, action_id), data=json)
194 ip, action_id), data=json)
/dports/cad/horizon-eda/horizon-2.1.0/src/imp/
H A Daction.hpp53 : action_id(id.first), tool_id(id.second), cb(c) in ActionConnection()
57 const ActionID action_id; member in horizon::ActionConnection
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/chromeos/file_manager/
H A Dfile_tasks.h154 action_id(in_action_id) { in TaskDescriptor()
160 std::string action_id; member
241 const std::string& action_id);
/dports/www/firefox/firefox-99.0/third_party/python/virtualenv/virtualenv/config/cli/
H A Dparser.py70 action_id = id(action)
71 if action_id not in self._fixed:
73 self._fixed.add(action_id)
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/python/virtualenv/virtualenv/config/cli/
H A Dparser.py67 action_id = id(action)
68 if action_id not in self._fixed:
70 self._fixed.add(action_id)
/dports/www/ilias/ILIAS-5.4.25/Services/DidacticTemplate/classes/
H A Dclass.ilDidacticTemplateBlockRoleAction.php26 * @param int $action_id
28 public function __construct($action_id = 0) argument
30 parent::__construct($action_id);
/dports/www/firefox-esr/firefox-91.8.0/third_party/python/virtualenv/virtualenv/config/cli/
H A Dparser.py67 action_id = id(action)
68 if action_id not in self._fixed:
70 self._fixed.add(action_id)
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/python/virtualenv/virtualenv/config/cli/
H A Dparser.py67 action_id = id(action)
68 if action_id not in self._fixed:
70 self._fixed.add(action_id)
/dports/www/ilias6/ILIAS-6.14/Services/DidacticTemplate/classes/
H A Dclass.ilDidacticTemplateBlockRoleAction.php26 * @param int $action_id
28 public function __construct($action_id = 0) argument
30 parent::__construct($action_id);
/dports/www/elinks/elinks-0.11.7/src/viewer/text/
H A Dsearch.c1226 switch (action_id) { in do_typeahead()
1297 int report_errors = action_id == -1; in text_typeahead_handler()
1303 switch (action_id) { in text_typeahead_handler()
1377 if (action_id == ACT_EDIT_REDRAW) { in link_typeahead_handler()
1399 enum main_action action_id = ACT_MAIN_NONE; in link_typeahead_handler() local
1403 action_id = ACT_MAIN_SEARCH_TYPEAHEAD_LINK; in link_typeahead_handler()
1411 action_id = ACT_MAIN_SEARCH_TYPEAHEAD_TEXT; in link_typeahead_handler()
1419 if (action_id != ACT_MAIN_NONE) { in link_typeahead_handler()
1420 search_typeahead(ses, doc_view, action_id); in link_typeahead_handler()
1451 action_id_T action_id) in search_typeahead() argument
[all …]
/dports/sysutils/libudisks/udisks-udisks-2.9.2/src/
H A Dudiskslinuxdrive.c977 const gchar *action_id; in handle_eject() local
1030 action_id = "org.freedesktop.udisks2.eject-media"; in handle_eject()
1033 action_id = "org.freedesktop.udisks2.eject-media-system"; in handle_eject()
1037 action_id = "org.freedesktop.udisks2.eject-media-other-seat"; in handle_eject()
1043 action_id, in handle_eject()
1093 const gchar *action_id; in handle_set_configuration() local
1118 action_id = "org.freedesktop.udisks2.modify-drive-settings"; in handle_set_configuration()
1123 action_id, in handle_set_configuration()
1355 const gchar *action_id; in handle_power_off() local
1433 action_id = "org.freedesktop.udisks2.power-off-drive"; in handle_power_off()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/arc/test/
H A Dfake_notifications_instance.h38 void PerformDeferredUserAction(uint32_t action_id) override;
39 void CancelDeferredUserAction(uint32_t action_id) override;
H A Dfake_notifications_instance.cc61 void FakeNotificationsInstance::PerformDeferredUserAction(uint32_t action_id) {} in PerformDeferredUserAction() argument
62 void FakeNotificationsInstance::CancelDeferredUserAction(uint32_t action_id) {} in CancelDeferredUserAction() argument
/dports/www/py-python-digitalocean/python-digitalocean-1.16.0/digitalocean/
H A DAction.py24 def get_object(cls, api_token, action_id): argument
28 action = cls(token=api_token, id=action_id)
/dports/misc/py-cinder/cinder-12.0.10/cinder/message/
H A Dmessage_field.py105 def translate_action(action_id): argument
107 if action[0] == action_id), None)
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/digitalocean/plugins/modules/
H A Ddigital_ocean_floating_ip.py198 def wait_action(module, rest, ip, action_id, timeout=10): argument
201 response = rest.get("floating_ips/{0}/actions/{1}".format(ip, action_id))
210 ip, action_id
216 msg="Floating ip action timeout [ip: {0}: action: {1}]".format(ip, action_id),
/dports/devel/libdfui/libdfui-4.1.20060122/
H A Ddecode.c355 char *action_id; in dfui_decode_response() local
361 action_id = dfui_decode_string(e); in dfui_decode_response()
362 r = dfui_response_new(form_id, action_id); in dfui_decode_response()
365 free(action_id); in dfui_decode_response()
/dports/cad/uranium/Uranium-3ed9c4de/UM/
H A DConfigurationErrorMessage.py48 def _actionTriggered(self, _, action_id): argument
49 if action_id == "reset":
/dports/www/drupal8/drupal-8.9.20/core/modules/node/tests/src/Functional/
H A DNodeActionsConfigurationTest.php50 $action_id = $edit['id'];
84 $action = Action::load($action_id);
/dports/www/drupal9/drupal-9.2.10/core/modules/action/tests/src/Functional/
H A DConfigurationTest.php54 $action_id = $edit['id'];
98 $action = Action::load($action_id);

12345678910>>...34