Home
last modified time | relevance | path

Searched refs:action_groups (Results 1 – 25 of 78) sorted by relevance

1234

/dports/sysutils/py-azure-cli/azure-cli-2.29.2/azure/cli/command_modules/monitor/operations/
H A Dactivity_log_alerts.py54action_groups=frozenset(), tags=None, disable=False, description=None, webhook_properties=None): argument
74 …action_group_rids = _normalize_names(cmd.cli_ctx, action_groups, resource_group_name, 'microsoft.i…
77 alert_actions = ActivityLogAlertActionList(action_groups=action_groups)
127action_groups = dict((each.action_group_id, each) for each in settings.actions.action_groups)
130 …if rid in action_groups and webhook_properties != action_groups[rid].webhook_properties and strict:
133action_groups[rid] = ActionGroup(action_group_id=rid, webhook_properties=webhook_properties)
134 action_groups = list(action_groups.values())
136 settings.actions.action_groups = action_groups
146 settings.actions.action_groups = []
151action_groups = [each for each in settings.actions.action_groups if each.action_group_id not in ri…
[all …]
H A Dmonitor_clone_util.py44 action_group = source_monitor_client.action_groups.get(resource_group_name, name)
47 … new_action_group = target_monitor_client.action_groups.create_or_update(resource_group_name,
/dports/x11/gnome-pie/Gnome-Pie-0.5.7/src/pies/
H A Dpie.vala63 this.action_groups = new Gee.ArrayList<ActionGroup?>();
72 foreach (var action_group in action_groups)
92 foreach (var action_group in action_groups)
97 this.action_groups.add(group);
99 this.action_groups.insert(at_position, group);
103 if (this.action_groups.size > index)
104 this.action_groups.remove_at(index);
108 if (this.action_groups.size > from && this.action_groups.size > to) {
109 var tmp = this.action_groups[from];
116 if (this.action_groups.size > index)
[all …]
/dports/devel/anjuta/anjuta-3.34.0/libanjuta/
H A Danjuta-command-bar.c41 GHashTable *action_groups; member
65 self->priv->action_groups = g_hash_table_new_full (g_str_hash, g_str_equal, in anjuta_command_bar_init()
77 g_hash_table_destroy (self->priv->action_groups); in anjuta_command_bar_finalize()
182 g_hash_table_insert (self->priv->action_groups, (gchar *) group_name, in anjuta_command_bar_add_action_group()
285 page_widget = g_hash_table_lookup (self->priv->action_groups, group_name); in anjuta_command_bar_remove_action_group()
293 g_hash_table_remove (self->priv->action_groups, group_name); in anjuta_command_bar_remove_action_group()
342 action_group = g_hash_table_lookup (self->priv->action_groups, group_name); in anjuta_command_bar_get_action_group()
/dports/graphics/gimp-app/gimp-2.10.30/app/widgets/
H A Dgimpmenufactory.c85 g_list_free_full (entry->action_groups, (GDestroyNotify) g_free); in gimp_menu_factory_finalize()
152 entry->action_groups = g_list_prepend (entry->action_groups, in gimp_menu_factory_manager_register()
156 entry->action_groups = g_list_reverse (entry->action_groups); in gimp_menu_factory_manager_register()
229 for (list = entry->action_groups; list; list = g_list_next (list)) in gimp_menu_factory_manager_new()
/dports/x11-toolkits/gtksourceview3/gtksourceview-3.24.11/gtksourceview/
H A Dgtksourceundomanagerdefault.c117 GQueue *action_groups; member
258 can_undo = manager->priv->action_groups->tail != NULL; in update_can_undo_can_redo()
292 g_queue_clear (manager->priv->action_groups); in clear_all()
307 if (manager->priv->action_groups->length == 0) in remove_last_action_group()
329 group = g_queue_pop_tail (manager->priv->action_groups); in remove_last_action_group()
339 first_node = manager->priv->action_groups->head; in remove_first_action_group()
357 group = g_queue_pop_head (manager->priv->action_groups); in remove_first_action_group()
454 prev_node = manager->priv->action_groups->tail; in insert_new_action_group()
1341 g_queue_free_full (manager->priv->action_groups, in gtk_source_undo_manager_default_finalize()
1386 manager->priv->action_groups = g_queue_new (); in gtk_source_undo_manager_default_init()
[all …]
/dports/x11-toolkits/gtksourceview4/gtksourceview-4.8.1/gtksourceview/
H A Dgtksourceundomanagerdefault.c119 GQueue *action_groups; member
260 can_undo = manager->priv->action_groups->tail != NULL; in update_can_undo_can_redo()
294 g_queue_clear (manager->priv->action_groups); in clear_all()
309 if (manager->priv->action_groups->length == 0) in remove_last_action_group()
331 group = g_queue_pop_tail (manager->priv->action_groups); in remove_last_action_group()
341 first_node = manager->priv->action_groups->head; in remove_first_action_group()
359 group = g_queue_pop_head (manager->priv->action_groups); in remove_first_action_group()
456 prev_node = manager->priv->action_groups->tail; in insert_new_action_group()
1343 g_queue_free_full (manager->priv->action_groups, in gtk_source_undo_manager_default_finalize()
1388 manager->priv->action_groups = g_queue_new (); in gtk_source_undo_manager_default_init()
[all …]
/dports/textproc/py-sphinx-argparse/sphinx-argparse-0.2.5/sphinxarg/
H A Dparser.py105 action_groups = []
167 action_groups.append(group)
169 if len(action_groups) > 0:
170 data['action_groups'] = action_groups
/dports/science/gramps/gramps-5.1.4/gramps/gui/
H A Duimanager.py137 self.action_groups = [] # current list of action groups
407 self.action_groups.append(group)
431 self.action_groups.remove(group)
437 return self.action_groups
500 for group in self.action_groups:
516 for group in self.action_groups:
/dports/graphics/gimp-app/gimp-2.10.30/app/actions/
H A Dactions.c109 static const GimpActionFactoryEntry action_groups[] = variable
261 for (i = 0; i < G_N_ELEMENTS (action_groups); i++) in actions_init()
263 action_groups[i].identifier, in actions_init()
264 gettext (action_groups[i].label), in actions_init()
265 action_groups[i].icon_name, in actions_init()
266 action_groups[i].setup_func, in actions_init()
267 action_groups[i].update_func); in actions_init()
/dports/devel/anjuta/anjuta-3.34.0/plugins/document-manager/
H A Dplugin.c610 if (action_groups[i].group[j].callback) in update_document_ui_enable_all()
1669 dplugin->action_groups = NULL; in activate_plugin()
1674 action_groups[i].name, in activate_plugin()
1675 _(action_groups[i].label), in activate_plugin()
1676 action_groups[i].group, in activate_plugin()
1677 action_groups[i].size, in activate_plugin()
1680 dplugin->action_groups = in activate_plugin()
1697 dplugin->action_groups = in activate_plugin()
1799 node = eplugin->action_groups; in deactivate_plugin()
1806 g_list_free (eplugin->action_groups); in deactivate_plugin()
[all …]
/dports/devel/py-azure-mgmt-monitor/azure-mgmt-monitor-2.0.0/azure/mgmt/monitor/v2017_03_01_preview/models/
H A D_models_py3.py64 action_groups: Optional[List["ActivityLogAlertActionGroup"]] = None,
68 self.action_groups = action_groups
/dports/sysutils/ansible2/ansible-2.9.27/hacking/build_library/build_ansible/command_plugins/
H A Dgenerate_man.py73 action_groups = []
76 for a in action_groups:
81 action_groups.append(action_group)
82 return action_groups
/dports/sysutils/py-ansible-core/ansible-core-2.11.6/hacking/build_library/build_ansible/command_plugins/
H A Dgenerate_man.py73 action_groups = []
76 for a in action_groups:
81 action_groups.append(action_group)
82 return action_groups
/dports/sysutils/py-ansible-base/ansible-base-2.10.15/hacking/build_library/build_ansible/command_plugins/
H A Dgenerate_man.py73 action_groups = []
76 for a in action_groups:
81 action_groups.append(action_group)
82 return action_groups
/dports/sysutils/py-azure-cli/azure-cli-2.29.2/azure/cli/command_modules/monitor/
H A Dvalidators.py336 action_groups = getattr(namespace, dest, None)
338 if not action_groups:
346 for group in action_groups:
360 action_groups = getattr(namespace, dest, None)
362 if not action_groups:
371 for group in action_groups:
/dports/devel/py-azure-mgmt-monitor/azure-mgmt-monitor-2.0.0/tests/
H A Dtest_cli_mgmt_monitor.py876 …result = self.mgmt_client.action_groups.create_or_update(resource_group.name, ACTION_GROUP_NAME, B…
879 result = self.mgmt_client.action_groups.get(resource_group.name, ACTION_GROUP_NAME)
882 result = self.mgmt_client.action_groups.list_by_resource_group(resource_group.name)
885 result = self.mgmt_client.action_groups.list_by_subscription_id()
891 …result = self.mgmt_client.action_groups.enable_receiver(resource_group.name, ACTION_GROUP_NAME, BO…
903 result = self.mgmt_client.action_groups.update(resource_group.name, ACTION_GROUP_NAME, BODY)
906 result = self.mgmt_client.action_groups.delete(resource_group.name, ACTION_GROUP_NAME)
/dports/x11/kitty/kitty-0.23.1/kitty/conf/
H A Dtypes.py107 action_groups: Dict[str, List['Mapping']] = {} variable in CoalescedIteratorData
118 action_groups: Dict[str, List[Mapping]] = {}
119 self.action_groups = action_groups
136 if item.name in action_groups:
138 action_groups[item.name].append(item)
140 action_groups[item.name] = []
148 return self.action_groups.get(ac.name, [])
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/ngine_io/exoscale/meta/
H A Druntime.yml2 action_groups:
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/kubevirt/meta/
H A Druntime.yml3 action_groups:
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/docker/meta/
H A Druntime.yml3 action_groups:
/dports/devel/py-azure-mgmt-monitor/azure-mgmt-monitor-2.0.0/azure/mgmt/monitor/v2017_04_01/models/
H A D_models_py3.py256 action_groups: Optional[List["ActivityLogAlertActionGroup"]] = None,
260 self.action_groups = action_groups
/dports/sysutils/py-ansible-core/ansible-core-2.11.6/test/integration/targets/module_defaults/collections/ansible_collections/testns/testcoll/meta/
H A Druntime.yml1 action_groups:
/dports/sysutils/py-ansible-base/ansible-base-2.10.15/test/integration/targets/module_defaults/collections/ansible_collections/testns/testcoll/meta/
H A Druntime.yml1 action_groups:
/dports/x11-toolkits/gtk20/gtk+-2.24.33/gtk/
H A Dgtkuimanager.c98 GList *action_groups; member
395 self->private_data->action_groups = NULL; in gtk_ui_manager_init()
423 g_list_foreach (self->private_data->action_groups, in gtk_ui_manager_finalize()
425 g_list_free (self->private_data->action_groups); in gtk_ui_manager_finalize()
426 self->private_data->action_groups = NULL; in gtk_ui_manager_finalize()
454 pos = g_list_length (self->private_data->action_groups); in gtk_ui_manager_buildable_add_child()
712 g_return_if_fail (g_list_find (self->private_data->action_groups, in gtk_ui_manager_insert_action_group()
718 for (l = self->private_data->action_groups; l; l = l->next) in gtk_ui_manager_insert_action_group()
732 self->private_data->action_groups = in gtk_ui_manager_insert_action_group()
766 self->private_data->action_groups = in gtk_ui_manager_remove_action_group()
[all …]

1234