Home
last modified time | relevance | path

Searched refs:take_action (Results 1 – 25 of 597) sorted by relevance

12345678910>>...24

/dports/net/py-python-neutronclient/python-neutronclient-7.2.1/neutronclient/common/
H A Dextension.py34 def take_action(self, parsed_args): member in ClientExtensionShow
41 return super(ClientExtensionShow, self).take_action(parsed_args)
45 def take_action(self, parsed_args): member in ClientExtensionList
52 return super(ClientExtensionList, self).take_action(parsed_args)
56 def take_action(self, parsed_args): member in ClientExtensionDelete
63 return super(ClientExtensionDelete, self).take_action(parsed_args)
67 def take_action(self, parsed_args): member in ClientExtensionCreate
74 return super(ClientExtensionCreate, self).take_action(parsed_args)
78 def take_action(self, parsed_args): member in ClientExtensionUpdate
85 return super(ClientExtensionUpdate, self).take_action(parsed_args)
/dports/net/py-python-heatclient/python-heatclient-2.4.0/heatclient/tests/unit/osc/v1/
H A Dtest_stack.py71 self.cmd.take_action(parsed_args)
78 self.cmd.take_action(parsed_args)
91 self.cmd.take_action(parsed_args)
106 self.cmd.take_action(parsed_args)
116 self.cmd.take_action(parsed_args)
126 self.cmd.take_action(parsed_args)
138 self.cmd.take_action(parsed_args)
149 self.cmd.take_action(parsed_args)
165 self.cmd.take_action(parsed_args)
186 self.cmd.take_action(parsed_args)
[all …]
H A Dtest_resource.py61 columns, data = self.cmd.take_action(parsed_args)
74 columns, data = self.cmd.take_action(parsed_args)
228 self.cmd.take_action(parsed_args)
237 self.cmd.take_action(parsed_args)
248 self.cmd.take_action,
263 self.cmd.take_action(parsed_args)
274 self.cmd.take_action,
283 self.cmd.take_action(parsed_args)
316 self.cmd.take_action(parsed_args)
333 self.cmd.take_action(parsed_args)
[all …]
H A Dtest_resource_type.py39 self.cmd.take_action(parsed_args)
47 self.cmd.take_action(parsed_args)
55 self.assertRaises(exc.CommandError, self.cmd.take_action, parsed_args)
69 self.cmd.take_action(parsed_args)
78 self.cmd.take_action(parsed_args)
88 self.cmd.take_action(parsed_args)
102 self.cmd.take_action(parsed_args)
140 columns, rows = self.cmd.take_action(parsed_args)
150 columns, rows = self.cmd.take_action(parsed_args)
160 columns, rows = self.cmd.take_action(parsed_args)
[all …]
H A Dtest_software_deployment.py130 columns, data = self.cmd.take_action(parsed_args)
148 columns, data = self.cmd.take_action(parsed_args)
171 columns, data = self.cmd.take_action(parsed_args)
197 columns, data = self.cmd.take_action(parsed_args)
229 self.cmd.take_action(parsed_args)
236 self.cmd.take_action(parsed_args)
374 self.cmd.take_action,
388 self.cmd.take_action(parsed_args)
418 self.cmd.take_action(parsed_args)
428 self.cmd.take_action,
[all …]
H A Dtest_snapshot.py39 self.cmd.take_action(parsed_args)
49 self.cmd.take_action,
64 self.cmd.take_action(parsed_args)
74 self.cmd.take_action,
86 self.cmd.take_action(parsed_args)
96 self.cmd.take_action,
120 self.cmd.take_action(parsed_args)
128 self.cmd.take_action(parsed_args)
138 self.cmd.take_action,
150 self.cmd.take_action(parsed_args)
[all …]
H A Dtest_software_config.py41 self.cmd.take_action(parsed_args)
48 self.cmd.take_action(parsed_args)
79 self.cmd.take_action(parsed_args)
85 self.cmd.take_action(parsed_args)
91 self.cmd.take_action(parsed_args)
115 columns, rows = self.cmd.take_action(parsed_args)
137 columns, rows = self.cmd.take_action(parsed_args)
164 columns, rows = self.cmd.take_action(parsed_args)
200 columns, rows = self.cmd.take_action(parsed_args)
246 columns, data = self.cmd.take_action(parsed_args)
[all …]
H A Dtest_template.py45 columns, data = self.cmd.take_action(parsed_args)
57 columns, data = self.cmd.take_action(parsed_args)
85 columns, data = self.cmd.take_action(parsed_args)
96 columns, data = self.cmd.take_action(parsed_args)
109 self.assertRaises(exc.CommandError, self.cmd.take_action, parsed_args)
133 columns, data = self.cmd.take_action(parsed_args)
142 columns, data = self.cmd.take_action(parsed_args)
154 columns, data = self.cmd.take_action(parsed_args)
166 columns, data = self.cmd.take_action(parsed_args)
177 columns, data = self.cmd.take_action(parsed_args)
/dports/math/octave/octave-6.4.0/libinterp/parse-tree/
H A Dpt-bp.cc40 take_action (cmd); in visit_while_command()
85 take_action (cmd); in visit_break_command()
98 take_action (cmd); in visit_continue_command()
105 take_action (cmd); in visit_decl_command()
124 take_action (cmd); in visit_simple_for_command()
139 take_action (cmd); in visit_complex_for_command()
180 take_action (*t); in visit_if_command_list()
223 take_action (cmd); in visit_no_op_command()
266 take_action (cmd); in visit_return_command()
321 take_action (*t); in visit_switch_case_list()
[all …]
/dports/net/py-python-openstackclient/python-openstackclient-5.2.1/openstackclient/tests/unit/network/v2/
H A Dtest_port.py504 self.cmd.take_action(parsed_args)
528 self.cmd.take_action(parsed_args)
649 self.cmd.take_action(parsed_args)
682 result = self.cmd.take_action(parsed_args)
724 self.cmd.take_action(parsed_args)
1545 self.cmd.take_action(parsed_args)
1563 self.cmd.take_action(parsed_args)
1758 self.cmd.take_action,
1774 self.cmd.take_action,
1818 self.cmd.take_action,
[all …]
H A Dtest_router.py68 result = self.cmd.take_action(parsed_args)
107 result = self.cmd.take_action(parsed_args)
338 result = self.cmd.take_action(parsed_args)
353 result = self.cmd.take_action(parsed_args)
378 self.cmd.take_action(parsed_args)
734 result = self.cmd.take_action(parsed_args)
773 result = self.cmd.take_action(parsed_args)
820 result = self.cmd.take_action(parsed_args)
848 result = self.cmd.take_action(parsed_args)
886 result = self.cmd.take_action(parsed_args)
[all …]
H A Dtest_network.py141 columns, data = self.cmd.take_action(parsed_args)
232 columns, data = self.cmd.take_action(parsed_args)
427 self.cmd.take_action,
457 result = self.cmd.take_action(parsed_args)
471 result = self.cmd.take_action(parsed_args)
955 result = self.cmd.take_action(parsed_args)
994 result = self.cmd.take_action(parsed_args)
1012 result = self.cmd.take_action(parsed_args)
1032 result = self.cmd.take_action(parsed_args)
1175 result = self.cmd.take_action(parsed_args)
[all …]
H A Dtest_subnet_pool.py366 result = self.cmd.take_action(parsed_args)
383 result = self.cmd.take_action(parsed_args)
408 self.cmd.take_action(parsed_args)
700 result = self.cmd.take_action(parsed_args)
725 result = self.cmd.take_action(parsed_args)
742 result = self.cmd.take_action(parsed_args)
772 result = self.cmd.take_action(parsed_args)
792 result = self.cmd.take_action(parsed_args)
828 result = self.cmd.take_action(parsed_args)
848 result = self.cmd.take_action(parsed_args)
[all …]
/dports/lang/seed7/seed7/src/
H A Dactlib.c68 dest->value.actValue = take_action(arg_3(arguments)); in act_cpy()
92 dest->value.actValue = take_action(source); in act_create()
112 action1 = take_action(arg_1(arguments)); in act_eq()
113 action2 = take_action(arg_3(arguments)); in act_eq()
226 action1 = take_action(arg_1(arguments)); in act_ne()
227 action2 = take_action(arg_3(arguments)); in act_ne()
250 ordinal = getActEntry(take_action(arg_1(arguments))) - actTable.table; in act_ord()
271 actionName = cstri_to_stri(getActEntry(take_action(arg_1(arguments)))->name); in act_str()
302 return bld_action_temp(take_action(obj_arg)); in act_value()
/dports/net/py-python-openstackclient/python-openstackclient-5.2.1/openstackclient/tests/unit/identity/v2_0/
H A Dtest_user.py93 columns, data = self.cmd.take_action(parsed_args)
126 columns, data = self.cmd.take_action(parsed_args)
408 result = self.cmd.take_action(parsed_args)
429 self.cmd.take_action(parsed_args)
563 result = self.cmd.take_action(parsed_args)
604 result = self.cmd.take_action(parsed_args)
635 result = self.cmd.take_action(parsed_args)
689 result = self.cmd.take_action(parsed_args)
719 result = self.cmd.take_action(parsed_args)
744 result = self.cmd.take_action(parsed_args)
[all …]
H A Dtest_project.py83 columns, data = self.cmd.take_action(parsed_args)
309 result = self.cmd.take_action(parsed_args)
330 self.cmd.take_action(parsed_args)
449 result = self.cmd.take_action(parsed_args)
486 result = self.cmd.take_action(parsed_args)
513 result = self.cmd.take_action(parsed_args)
539 result = self.cmd.take_action(parsed_args)
565 result = self.cmd.take_action(parsed_args)
591 result = self.cmd.take_action(parsed_args)
671 result = self.cmd.take_action(parsed_args)
[all …]
/dports/net/py-python-openstackclient/python-openstackclient-5.2.1/openstackclient/tests/unit/image/v2/
H A Dtest_image.py201 self.cmd.take_action,
272 self.cmd.take_action, parsed_args)
388 result = self.cmd.take_action(parsed_args)
404 result = self.cmd.take_action(parsed_args)
889 result = self.cmd.take_action(parsed_args)
979 self.cmd.take_action(parsed_args)
1010 self.cmd.take_action(parsed_args)
1041 self.cmd.take_action(parsed_args)
1107 self.cmd.take_action, parsed_args)
1373 self.cmd.take_action, parsed_args)
[all …]
/dports/net/py-python-openstackclient/python-openstackclient-5.2.1/openstackclient/tests/unit/compute/v2/
H A Dtest_aggregate.py161 result = self.cmd.take_action(parsed_args)
175 result = self.cmd.take_action(parsed_args)
198 self.cmd.take_action(parsed_args)
316 result = self.cmd.take_action(parsed_args)
333 result = self.cmd.take_action(parsed_args)
351 result = self.cmd.take_action(parsed_args)
370 result = self.cmd.take_action(parsed_args)
390 result = self.cmd.take_action(parsed_args)
407 result = self.cmd.take_action(parsed_args)
426 result = self.cmd.take_action(parsed_args)
[all …]
H A Dtest_server.py207 self.cmd.take_action(parsed_args)
229 self.cmd.take_action(parsed_args)
270 self.cmd.take_action(parsed_args)
367 self.cmd.take_action(parsed_args)
3084 self.cmd.take_action(parsed_args)
3100 self.cmd.take_action(parsed_args)
3590 self.cmd.take_action(parsed_args)
3609 self.cmd.take_action(parsed_args)
3677 self.cmd.take_action(parsed_args)
3730 self.cmd.take_action(parsed_args)
[all …]
/dports/net/py-python-openstackclient/python-openstackclient-5.2.1/openstackclient/tests/unit/volume/v1/
H A Dtest_volume.py657 result = self.cmd.take_action(parsed_args)
672 result = self.cmd.take_action(parsed_args)
695 self.cmd.take_action(parsed_args)
720 result = self.cmd.take_action(parsed_args)
942 result = self.cmd.take_action(parsed_args)
961 result = self.cmd.take_action(parsed_args)
1006 result = self.cmd.take_action(parsed_args)
1023 result = self.cmd.take_action(parsed_args)
1101 self.cmd.take_action,
1120 self.cmd.take_action,
[all …]
/dports/net/py-python-openstackclient/python-openstackclient-5.2.1/openstackclient/tests/unit/identity/v3/
H A Dtest_user.py465 result = self.cmd.take_action(parsed_args)
486 self.cmd.take_action(parsed_args)
722 result = self.cmd.take_action(parsed_args)
742 result = self.cmd.take_action(parsed_args)
775 result = self.cmd.take_action(parsed_args)
805 result = self.cmd.take_action(parsed_args)
871 result = self.cmd.take_action(parsed_args)
902 result = self.cmd.take_action(parsed_args)
935 result = self.cmd.take_action(parsed_args)
966 result = self.cmd.take_action(parsed_args)
[all …]
/dports/net/py-python-designateclient/python-designateclient-4.4.0/designateclient/v2/cli/
H A Dzones.py71 def take_action(self, parsed_args): member in ListZonesCommand
116 def take_action(self, parsed_args): member in ShowZoneCommand
146 def take_action(self, parsed_args): member in CreateZoneCommand
210 def take_action(self, parsed_args): member in SetZoneCommand
248 def take_action(self, parsed_args): member in DeleteZoneCommand
270 def take_action(self, parsed_args): member in AbandonZoneCommand
291 def take_action(self, parsed_args): member in AXFRZoneCommand
318 def take_action(self, parsed_args): member in CreateTransferRequestCommand
342 def take_action(self, parsed_args): member in ListTransferRequestsCommand
364 def take_action(self, parsed_args): member in ShowTransferRequestCommand
[all …]
/dports/net/py-python-neutronclient/python-neutronclient-7.2.1/neutronclient/tests/unit/osc/v2/fwaas/
H A Dcommon.py88 result = self.cmd.take_action(parsed_args)
103 result = self.cmd.take_action(parsed_args)
117 result = self.cmd.take_action(parsed_args)
131 result = self.cmd.take_action(parsed_args)
145 result = self.cmd.take_action(parsed_args)
159 result = self.cmd.take_action(parsed_args)
221 result = self.cmd.take_action(parsed_args)
242 result = self.cmd.take_action(parsed_args)
262 self.cmd.take_action(parsed_args)
279 result = self.cmd.take_action(parsed_args)
[all …]
/dports/net/py-python-openstackclient/python-openstackclient-5.2.1/openstackclient/tests/unit/image/v1/
H A Dtest_image.py90 columns, data = self.cmd.take_action(parsed_args)
134 columns, data = self.cmd.take_action(parsed_args)
182 columns, data = self.cmd.take_action(parsed_args)
234 result = self.cmd.take_action(parsed_args)
467 result = self.cmd.take_action(parsed_args)
495 result = self.cmd.take_action(parsed_args)
528 result = self.cmd.take_action(parsed_args)
556 result = self.cmd.take_action(parsed_args)
581 result = self.cmd.take_action(parsed_args)
637 result = self.cmd.take_action(parsed_args)
[all …]
/dports/net/py-python-openstackclient/python-openstackclient-5.2.1/openstackclient/tests/unit/volume/v2/
H A Dtest_type.py136 self.cmd.take_action,
225 result = self.cmd.take_action(parsed_args)
239 result = self.cmd.take_action(parsed_args)
262 self.cmd.take_action(parsed_args)
465 result = self.cmd.take_action(parsed_args)
491 result = self.cmd.take_action(parsed_args)
516 result = self.cmd.take_action(parsed_args)
533 result = self.cmd.take_action(parsed_args)
563 result = self.cmd.take_action(parsed_args)
590 result = self.cmd.take_action(parsed_args)
[all …]

12345678910>>...24