Home
last modified time | relevance | path

Searched refs:create_action (Results 1 – 25 of 688) sorted by relevance

12345678910>>...28

/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/spec/support/shared_examples/requests/api/
H A Dsnippets_shared_examples.rb89 true | nil | nil | [create_action] | :success
93 true | nil | nil | [create_action, update_action] | :success
94 true | 'foo.txt' | 'bar' | [create_action] | :bad_request
97 true | 'foo.txt' | nil | [create_action] | :bad_request
98 true | nil | 'bar' | [create_action] | :bad_request
99 true | '' | nil | [create_action] | :bad_request
100 true | nil | '' | [create_action] | :bad_request
108 false | 'foo.txt' | 'bar' | [create_action] | :bad_request
139 update_snippet(params: { files: [create_action] })
/dports/devel/py-spyder/spyder-3.2.7/spyder/plugins/
H A Dconsole.py32 from spyder.utils.qthelpers import (add_actions, create_action,
141 quit_action = create_action(self, _("&Quit"),
146 run_action = create_action(self, _("&Run..."), None,
150 environ_action = create_action(self,
156 syspath_action = create_action(self,
161 buffer_action = create_action(self,
165 exteditor_action = create_action(self,
169 wrap_action = create_action(self,
173 calltips_action = create_action(self, _("Display balloon tips"),
176 codecompletion_action = create_action(self,
[all …]
H A Deditor.py642 self.new_action = create_action(
835 run_cell_action = create_action(self,
864 self.todo_list_action = create_action(self,
930 unblockcomment_action = create_action(self,
942 self.indent_action = create_action(self,
946 self.unindent_action = create_action(self,
966 self.win_eol_action = create_action(self,
969 self.linux_eol_action = create_action(self,
972 self.mac_eol_action = create_action(self,
982 trailingspaces_action = create_action(self,
[all …]
H A Dprojects.py28 from spyder.utils.qthelpers import add_actions, create_action, MENU_SEPARATOR
94 self.new_project_action = create_action(self,
97 self.open_project_action = create_action(self,
100 self.close_project_action = create_action(self,
103 self.delete_project_action = create_action(self,
107 create_action(self, _("Clear this list"),
110 create_action(self, _("Project Preferences"),
183 action = create_action(self,
H A Dworkingdirectory.py33 from spyder.utils.qthelpers import create_action
123 self.previous_action = create_action(self, "previous", None,
131 self.next_action = create_action(self, "next", None,
166 browse_action = create_action(self, "browse", None,
173 parent_action = create_action(self, "parent", None,
/dports/games/solarus-quest-editor/solarus-quest-editor-e541e1312c242bff10aa1fb84a7eb8b6cb8504ba/src/widgets/
H A Dstrings_tree_view.cpp36 create_action = new QAction( in StringsTreeView()
38 connect(create_action, SIGNAL(triggered()), in StringsTreeView()
40 addAction(create_action); in StringsTreeView()
76 menu->addAction(create_action); in contextMenuEvent()
H A Ddialogs_tree_view.cpp36 create_action = new QAction( in DialogsTreeView()
38 connect(create_action, SIGNAL(triggered()), in DialogsTreeView()
40 addAction(create_action); in DialogsTreeView()
76 menu->addAction(create_action); in contextMenuEvent()
/dports/devel/godot2-tools/godot-2.1.6-stable/editor/plugins/
H A Dmesh_instance_editor_plugin.cpp55 ur->create_action(TTR("Create Static Trimesh Body")); in _menu_option()
57 ur->create_action(TTR("Create Static Convex Body")); in _menu_option()
69 ur->create_action(TTR("Create Static Trimesh Body")); in _menu_option()
71 ur->create_action(TTR("Create Static Convex Body")); in _menu_option()
128 ur->create_action(TTR("Create Trimesh Shape")); in _menu_option()
130 ur->create_action(TTR("Create Convex Shape")); in _menu_option()
155 ur->create_action(TTR("Create Navigation Mesh")); in _menu_option()
204 ur->create_action(TTR("Create Outline")); in _create_outline_mesh()
H A Dsprite_frames_editor_plugin.cpp89 undo_redo->create_action(TTR("Add Frame")); in _file_load_request()
145 undo_redo->create_action("Rename Resource"); in _item_edited()
172 undo_redo->create_action(TTR("Delete Resource")); in _delete_confirm_pressed()
194 undo_redo->create_action(TTR("Paste Frame")); in _paste_pressed()
233 undo_redo->create_action(TTR("Add Empty")); in _empty_pressed()
258 undo_redo->create_action(TTR("Add Empty")); in _empty2_pressed()
281 undo_redo->create_action(TTR("Delete Resource")); in _up_pressed()
306 undo_redo->create_action(TTR("Delete Resource")); in _down_pressed()
398 undo_redo->create_action(TTR("Rename Animation")); in _animation_name_edited()
433 undo_redo->create_action(TTR("Add Animation")); in _animation_add()
[all …]
H A Dpath_2d_editor_plugin.cpp109 undo_redo->create_action(TTR("Remove Point from Curve")); in forward_input_event()
156 undo_redo->create_action(TTR("Add Point to Curve")); in forward_input_event()
182 undo_redo->create_action(TTR("Move Point in Curve")); in forward_input_event()
192 undo_redo->create_action(TTR("Move In-Control in Curve")); in forward_input_event()
202 undo_redo->create_action(TTR("Move Out-Control in Curve")); in forward_input_event()
270 undo_redo->create_action(TTR("Edit Poly")); in forward_input_event()
350 undo_redo->create_action(TTR("Edit Poly")); in forward_input_event()
384 undo_redo->create_action(TTR("Edit Poly (Remove Point)")); in forward_input_event()
576 undo_redo->create_action(TTR("Remove Point from Curve")); in _mode_selected()
/dports/devel/godot2/godot-2.1.6-stable/editor/plugins/
H A Dmesh_instance_editor_plugin.cpp55 ur->create_action(TTR("Create Static Trimesh Body")); in _menu_option()
57 ur->create_action(TTR("Create Static Convex Body")); in _menu_option()
69 ur->create_action(TTR("Create Static Trimesh Body")); in _menu_option()
71 ur->create_action(TTR("Create Static Convex Body")); in _menu_option()
128 ur->create_action(TTR("Create Trimesh Shape")); in _menu_option()
130 ur->create_action(TTR("Create Convex Shape")); in _menu_option()
155 ur->create_action(TTR("Create Navigation Mesh")); in _menu_option()
204 ur->create_action(TTR("Create Outline")); in _create_outline_mesh()
H A Dsprite_frames_editor_plugin.cpp89 undo_redo->create_action(TTR("Add Frame")); in _file_load_request()
145 undo_redo->create_action("Rename Resource"); in _item_edited()
172 undo_redo->create_action(TTR("Delete Resource")); in _delete_confirm_pressed()
194 undo_redo->create_action(TTR("Paste Frame")); in _paste_pressed()
233 undo_redo->create_action(TTR("Add Empty")); in _empty_pressed()
258 undo_redo->create_action(TTR("Add Empty")); in _empty2_pressed()
281 undo_redo->create_action(TTR("Delete Resource")); in _up_pressed()
306 undo_redo->create_action(TTR("Delete Resource")); in _down_pressed()
398 undo_redo->create_action(TTR("Rename Animation")); in _animation_name_edited()
433 undo_redo->create_action(TTR("Add Animation")); in _animation_add()
[all …]
H A Dpath_2d_editor_plugin.cpp109 undo_redo->create_action(TTR("Remove Point from Curve")); in forward_input_event()
156 undo_redo->create_action(TTR("Add Point to Curve")); in forward_input_event()
182 undo_redo->create_action(TTR("Move Point in Curve")); in forward_input_event()
192 undo_redo->create_action(TTR("Move In-Control in Curve")); in forward_input_event()
202 undo_redo->create_action(TTR("Move Out-Control in Curve")); in forward_input_event()
270 undo_redo->create_action(TTR("Edit Poly")); in forward_input_event()
350 undo_redo->create_action(TTR("Edit Poly")); in forward_input_event()
384 undo_redo->create_action(TTR("Edit Poly (Remove Point)")); in forward_input_event()
576 undo_redo->create_action(TTR("Remove Point from Curve")); in _mode_selected()
/dports/devel/gnome-builder/gnome-builder-41.3/src/plugins/meson-templates/resources/src/
H A Dmain-gtk4.py22 self.create_action('about', self.on_about_action)
23 self.create_action('preferences', self.on_preferences_action)
33 def create_action(self, name, callback): member in Application
/dports/devel/py-spyder/spyder-3.2.7/spyder/widgets/
H A Donecolumntree.py14 from spyder.utils.qthelpers import (add_actions, create_action,
51 self.collapse_all_action = create_action(self,
55 self.expand_all_action = create_action(self,
59 self.restore_action = create_action(self,
64 self.collapse_selection_action = create_action(self,
68 self.expand_selection_action = create_action(self,
H A Dexplorer.py313 new_file_act = create_action(self, _("File..."),
317 new_module_act = create_action(self, _("Module..."),
321 new_folder_act = create_action(self, _("Folder..."),
348 move_action = create_action(self, _("Move..."),
351 delete_action = create_action(self, _("Delete..."),
354 rename_action = create_action(self, _("Rename..."),
373 external_fileexp_action = create_action(self, text,
399 vcs_ci = create_action(self, _("Commit"),
417 action = create_action(self, _title,
1047 cd_only_action = create_action(self,
[all …]
/dports/devel/py-spyder/spyder-3.2.7/spyder/widgets/ipythonconsole/
H A Dclient.py38 from spyder.utils.qthelpers import (add_actions, create_action,
313 reset_action = create_action(self, _("Remove all variables"),
317 self.show_time_action = create_action(self, _("Show elapsed time"),
320 env_action = create_action(
327 syspath_action = create_action(
390 inspect_action = create_action(self, _("Inspect current object"),
396 clear_line_action = create_action(self, _("Clear line or block"),
402 reset_namespace_action = create_action(self, _("Remove all variables"),
409 clear_console_action = create_action(self, _("Clear console"),
414 quit_action = create_action(self, _("&Quit"), icon=ima.icon('exit'),
/dports/www/py-horizon/horizon-19.2.0/openstack_dashboard/dashboards/project/networks/
H A Dtests.py1276 self.assertIn('disabled', create_action.classes,
1284 self.assertNotIn('disabled', create_action.classes,
1296 create_action.policy_rules)
1305 create_action.url)
1308 create_action.policy_rules)
1347 create_action = self._test_port_create_button(quota_data)
1348 self.assertIn('disabled', create_action.classes,
1355 create_action = self._test_port_create_button(quota_data)
1356 self.assertNotIn('disabled', create_action.classes,
1366 create_action.url)
[all …]
/dports/devel/py-spyder/spyder-3.2.7/spyder/app/
H A Dmainwindow.py574 self.file_switcher_action = create_action(
597 action = create_action(self, tr_text,
684 spyder_path_action = create_action(self,
696 reset_spyder_action = create_action(
701 winenv_action = create_action(self,
925 trouble_action = create_action(self,
931 report_action = create_action(self,
935 support_action = create_action(self,
1034 action = create_action(self, text,
1071 about_action = create_action(self,
[all …]
/dports/www/firefox/firefox-99.0/third_party/rust/wgpu-core/src/init_tracker/
H A Dbuffer.rs20 self.create_action(action.id, action.range.clone(), action.kind) in check_action()
24 pub(crate) fn create_action( in create_action() method
/dports/devel/godot/godot-3.2.3-stable/editor/plugins/
H A Dpath_2d_editor_plugin.cpp130 undo_redo->create_action(TTR("Remove Point from Curve")); in forward_gui_input()
139 undo_redo->create_action(TTR("Remove Out-Control from Curve")); in forward_gui_input()
148 undo_redo->create_action(TTR("Remove In-Control from Curve")); in forward_gui_input()
165 undo_redo->create_action(TTR("Add Point to Curve")); in forward_gui_input()
198 undo_redo->create_action(TTR("Split Curve")); in forward_gui_input()
231 undo_redo->create_action(TTR("Move Point in Curve")); in forward_gui_input()
242 undo_redo->create_action(TTR("Move In-Control in Curve")); in forward_gui_input()
258 undo_redo->create_action(TTR("Move Out-Control in Curve")); in forward_gui_input()
504 undo_redo->create_action(TTR("Remove Point from Curve")); in _mode_selected()
H A Dsprite_frames_editor_plugin.cpp153 undo_redo->create_action(TTR("Add Frame")); in _sheet_add_frames()
283 undo_redo->create_action(TTR("Add Frame")); in _file_load_request()
330 undo_redo->create_action(TTR("Paste Frame")); in _paste_pressed()
368 undo_redo->create_action(TTR("Add Empty")); in _empty_pressed()
393 undo_redo->create_action(TTR("Add Empty")); in _empty2_pressed()
415 undo_redo->create_action(TTR("Delete Resource")); in _up_pressed()
439 undo_redo->create_action(TTR("Delete Resource")); in _down_pressed()
461 undo_redo->create_action(TTR("Delete Resource")); in _delete_pressed()
573 undo_redo->create_action(TTR("Add Animation")); in _animation_add()
841 undo_redo->create_action(TTR("Move Frame")); in drop_data_fw()
[all …]
/dports/devel/godot-tools/godot-3.2.3-stable/editor/plugins/
H A Dpath_2d_editor_plugin.cpp130 undo_redo->create_action(TTR("Remove Point from Curve")); in forward_gui_input()
139 undo_redo->create_action(TTR("Remove Out-Control from Curve")); in forward_gui_input()
148 undo_redo->create_action(TTR("Remove In-Control from Curve")); in forward_gui_input()
165 undo_redo->create_action(TTR("Add Point to Curve")); in forward_gui_input()
198 undo_redo->create_action(TTR("Split Curve")); in forward_gui_input()
231 undo_redo->create_action(TTR("Move Point in Curve")); in forward_gui_input()
242 undo_redo->create_action(TTR("Move In-Control in Curve")); in forward_gui_input()
258 undo_redo->create_action(TTR("Move Out-Control in Curve")); in forward_gui_input()
504 undo_redo->create_action(TTR("Remove Point from Curve")); in _mode_selected()
H A Dsprite_frames_editor_plugin.cpp153 undo_redo->create_action(TTR("Add Frame")); in _sheet_add_frames()
283 undo_redo->create_action(TTR("Add Frame")); in _file_load_request()
330 undo_redo->create_action(TTR("Paste Frame")); in _paste_pressed()
368 undo_redo->create_action(TTR("Add Empty")); in _empty_pressed()
393 undo_redo->create_action(TTR("Add Empty")); in _empty2_pressed()
415 undo_redo->create_action(TTR("Delete Resource")); in _up_pressed()
439 undo_redo->create_action(TTR("Delete Resource")); in _down_pressed()
461 undo_redo->create_action(TTR("Delete Resource")); in _delete_pressed()
573 undo_redo->create_action(TTR("Add Animation")); in _animation_add()
841 undo_redo->create_action(TTR("Move Frame")); in drop_data_fw()
[all …]
/dports/www/p5-Catalyst-Controller-FormBuilder/Catalyst-Controller-FormBuilder-0.06/lib/Catalyst/Controller/
H A DFormBuilder.pm51 sub create_action { subroutine
65 $self->SUPER::create_action(%args);

12345678910>>...28