Home
last modified time | relevance | path

Searched refs:action_id (Results 1 – 25 of 832) sorted by last modified time

12345678910>>...34

/dports/x11-wm/xfce4-session/xfce4-session-4.16.0/xfce4-session/
H A Dxfsm-shutdown-fallback.c297 xfsm_shutdown_fallback_check_auth_polkit (const gchar *action_id) in xfsm_shutdown_fallback_check_auth_polkit() argument
313 action_id, in xfsm_shutdown_fallback_check_auth_polkit()
/dports/x11-wm/lxsession/lxsession-0.5.4/lxpolkit/
H A Dlxpolkit-listener.c58 char* action_id; member
76 g_free(data->action_id); in dlg_data_free()
176 const gchar *action_id, in initiate_authentication() argument
191 DEBUG("action_id = %s", action_id); in initiate_authentication()
200 data->action_id = g_strdup(action_id); in initiate_authentication()
/dports/x11/cinnamon-screensaver/cinnamon-screensaver-4.8.1/src/
H A Dcinnamon-screensaver-command.py57 if not args.action_id:
61 if args.action_id == Action.VERSION:
65 self.action_id = args.action_id
77 if self.action_id in [Action.LOCK, Action.ACTIVATE]:
94 if self.action_id == Action.EXIT:
96 elif self.action_id == Action.QUERY:
101 elif self.action_id == Action.TIME:
107 elif self.action_id == Action.LOCK:
109 elif self.action_id == Action.ACTIVATE:
111 elif self.action_id == Action.DEACTIVATE:
/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/sysutils/polkit/polkit-0.120/src/programs/
H A Dpkexec.c276 gchar *action_id; in find_action_for_path() local
280 action_id = NULL; in find_action_for_path()
333 if (action_id == NULL) in find_action_for_path()
334 action_id = g_strdup ("org.freedesktop.policykit.exec"); in find_action_for_path()
336 return action_id; in find_action_for_path()
448 gchar *action_id; in main() local
505 action_id = NULL; in main()
780 action_id = find_action_for_path (authority, in main()
784 g_assert (action_id != NULL); in main()
834 action_id, in main()
[all …]
H A Dpkcheck.c269 const gchar *action_id; in do_list_or_revoke_temp_authz() local
283 action_id = polkit_temporary_authorization_get_action_id (a); in do_list_or_revoke_temp_authz()
307 action_id, in do_list_or_revoke_temp_authz()
338 gchar *action_id; in main() local
355 action_id = NULL; in main()
448 action_id = g_strdup (argv[n]); in main()
548 action_id, in main()
556 action_id, in main()
657 g_free (action_id); in main()
/dports/sysutils/accountsservice/accountsservice-0.6.55/src/
H A Duser.c575 const gchar *action_id; in user_extension_method_call() local
883 const gchar *action_id; in user_set_real_name() local
993 const gchar *action_id; in user_set_email() local
1044 const gchar *action_id; in user_set_language() local
1093 const gchar *action_id; in user_set_session() local
1142 const gchar *action_id; in user_set_session_type() local
1191 const gchar *action_id; in user_set_x_session() local
1243 const gchar *action_id; in user_get_password_expiration_policy() local
1293 const gchar *action_id; in user_set_location() local
1573 const gchar *action_id; in user_set_icon_file() local
[all …]
H A Ddaemon.c1500 const gchar *action_id, argument
1528 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)
H A Ddigital_ocean_block_storage.py129 def poll_action_for_complete_status(self, action_id): argument
130 url = 'actions/{0}'.format(action_id)
/dports/sysutils/ansible2/ansible-2.9.27/lib/ansible/modules/monitoring/zabbix/
H A Dzabbix_action.py883 def delete_action(self, action_id): argument
895 return self._zapi.action.delete([action_id])
897 self._module.fail_json(msg="Failed to delete action '%s': %s" % (action_id, e))
2041 action_id = zapi_wrapper.get_action_by_name(name)['actionid']
2043 result = action.delete_action(action_id)
2047 action_id=action_id,
2069 action_id=action_id,
2077 action_id = action.add_action(
2094 module.exit_json(changed=True, msg="Action created: %s, ID: %s" % (name, action_id))
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/zabbix/plugins/modules/
H A Dzabbix_action.py918 def delete_action(self, action_id): argument
930 return self._zapi.action.delete([action_id])
932 self._module.fail_json(msg="Failed to delete action '%s': %s" % (action_id, e))
1997 action_id = zapi_wrapper.get_action_by_name(name)['actionid']
1999 result = action.delete_action(action_id)
2003 action_id=action_id,
2025 action_id=action_id,
2033 action_id = action.add_action(
2050 module.exit_json(changed=True, msg="Action created: %s, ID: %s" % (name, action_id))
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/digitalocean/plugins/modules/
H A Ddigital_ocean_snapshot.py177 response = self.rest.get("actions/{0}".format(str(self.action_id)))
182 str(self.action_id)
190 msg="Timed out waiting for snapshot, action {0}".format(str(self.action_id))
210 self.action_id = json["action"]["id"]
215 msg="Created snapshot, action {0}".format(self.action_id),
220 msg="Created snapshot, action {0}".format(self.action_id),
H A Ddigital_ocean_block_storage.py152 def poll_action_for_complete_status(self, action_id): argument
153 url = "actions/{0}".format(action_id)
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),
H A Ddigital_ocean_droplet.py498 action_id = action.get("id", None)
499 if action is None or action_id is None:
509 "droplets/{0}/actions/{1}".format(droplet_id, action_id)
615 action_id = action.get("id", None)
616 if action is None or action_id is None:
626 "droplets/{0}/actions/{1}".format(droplet_id, action_id)
/dports/security/softether-devel/v4.36-9754/src/Mayaqua/
H A DMicrosoft.c3535 GUID action_id = WINTRUST_ACTION_GENERIC_VERIFY_V2; in MsCheckFileDigitalSignatureW() local
3551 ret = _WinVerifyTrust(hWnd, &action_id, &data); in MsCheckFileDigitalSignatureW()
/dports/security/softether/v4.38-9760/src/Mayaqua/
H A DMicrosoft.c3535 GUID action_id = WINTRUST_ACTION_GENERIC_VERIFY_V2; in MsCheckFileDigitalSignatureW() local
3551 ret = _WinVerifyTrust(hWnd, &action_id, &data); in MsCheckFileDigitalSignatureW()
/dports/print/hplip/hplip-3.20.6/base/
H A Dpkit.py82 def is_authorized(self, action_id, pid=None): argument
88 authorized = self.policy_kit.IsProcessAuthorized(action_id, pid, False)
89 log.debug("is_authorized(%s) = %r" % (action_id, authorized))
94 def obtain_authorization(self, action_id, widget=None): argument
95 if self.is_authorized(action_id):
101 granted = self.auth_agent.ObtainAuthorization(action_id, xid, pid)
102 log.debug("obtain_authorization(%s) = %r" % (action_id, granted))
/dports/net-mgmt/pandorafms_server/pandorafms_server-6.0SP2/util/
H A Dpandora_manage.pl310 my ($dbh, $template_module_id, $action_id) = @_;
312 …ions WHERE id_alert_template_module = ? AND id_alert_action = ?', $template_module_id, $action_id);
1914 my $action_id = get_action_id($dbh,safe_input($action_name));
1915 exist_check($action_id,'action',$action_name);
1923 $parameters{'id_alert_action'} = $action_id;
1948 my $action_id = get_action_id($dbh,safe_input($action_name));
1949 exist_check($action_id,'action',$action_name);
1951 pandora_delete_template_module_action ($dbh, $template_module_id, $action_id);
/dports/graphics/pqiv/pqiv-2.12/
H A Dpqiv.c5552 .action = action_id, in queue_action()
5580 switch(action_id) { in action()
5618 if(action_id == ACTION_SET_SCALE_LEVEL_ABSOLUTE) { in action()
5915 if(action_id == ACTION_GOTO_FILE_BYINDEX) { in action()
5956 if(action_id == ACTION_GOTO_FILE_BYNAME) { in action()
7657 unsigned int action_id = 0; in parse_key_bindings() local
7660 binding->action = action_id; in parse_key_bindings()
7670 action_id++; in parse_key_bindings()
7870 int action_id = 0; in perform_string_action() local
7928 queue_action(action_id, parsed_parameter); in perform_string_action()
[all …]
/dports/games/devilutionX/devilutionX-1.2.1/Source/
H A Dplayer.h26 typedef enum action_id { enum
47 } action_id; typedef
58 action_id destAction;
/dports/games/cataclysm-dda/Cataclysm-DDA-0.F/src/
H A Dsdltiles.cpp1646 bool add_best_key_for_action_to_quick_shortcuts( action_id action, const std::string &category, in add_best_key_for_action_to_quick_shortcuts()
1661 void remove_action_from_quick_shortcuts( action_id action, const std::string &category ) in remove_action_from_quick_shortcuts()
2214 std::set<action_id> actions; in CheckMessages()
2217 std::set<action_id> actions_remove; in CheckMessages()
/dports/games/cataclysm-dda-tiles/Cataclysm-DDA-0.F/src/
H A Dsdltiles.cpp1646 bool add_best_key_for_action_to_quick_shortcuts( action_id action, const std::string &category, in add_best_key_for_action_to_quick_shortcuts()
1661 void remove_action_from_quick_shortcuts( action_id action, const std::string &category ) in remove_action_from_quick_shortcuts()
2214 std::set<action_id> actions; in CheckMessages()
2217 std::set<action_id> actions_remove; in CheckMessages()
/dports/games/falconseye/falconseye-1.9.3_11/win/jtp/
H A Djtp_win.c443 int action_id; member
5419 if ((panswers[i])->action_id != 0) in jtp_dropdown()
5437 if ((panswers[i])->action_id != 0) in jtp_dropdown()
5439 pchoices[j].id = (panswers[i])->action_id; in jtp_dropdown()
5457 if ((panswers[i])->action_id != 0) in jtp_dropdown()
5512 if ((panswers[i])->action_id != 0) in jtp_dropdown()
6269 int action_id /* Shortcut action type */ in jtp_construct_shortcut_action() argument
6274 switch(action_id) in jtp_construct_shortcut_action()
6325 switch(action_id) in jtp_construct_shortcut_action()
6406 int action_id, in jtp_add_dropdown_action() argument
[all …]

12345678910>>...34