Home
last modified time | relevance | path

Searched refs:action_spec (Results 1 – 25 of 200) sorted by relevance

12345678

/dports/www/privoxy/privoxy-3.0.33-stable/
H A Dactions.h38 struct action_spec;
48 struct action_spec action[1];
55 struct action_spec *cur_action);
58 extern void init_action(struct action_spec *dest);
59 extern void free_action(struct action_spec *src);
60 extern jb_err merge_actions (struct action_spec *dest,
61 const struct action_spec *src);
64 extern jb_err copy_action (struct action_spec *dest,
65 const struct action_spec *src);
66 extern char * actions_to_text (const struct action_spec *action);
[all …]
H A Dactions.c143 jb_err merge_actions (struct action_spec *dest, in merge_actions()
144 const struct action_spec *src) in merge_actions()
214 jb_err copy_action (struct action_spec *dest, in copy_action()
215 const struct action_spec *src) in copy_action()
265 void free_action_spec(struct action_spec *src) in free_action_spec()
286 void free_action (struct action_spec *src) in free_action()
482 struct action_spec *cur_action) in get_actions()
714 void init_action (struct action_spec *dest) in init_action()
1249 struct action_spec * cur_action = NULL; in load_one_actions_file()
1660 char * actions_to_text(const struct action_spec *action) in actions_to_text()
[all …]
/dports/www/elgg/elgg-3.3.23/vendor/elgg/elgg/engine/tests/classes/Elgg/Plugins/
H A DStaticConfigTest.php43 foreach ($actions as $action => $action_spec) {
44 $this->assertIsArray($action_spec);
46 if (isset($action_spec['controller'])) {
47 $controller = elgg_extract('controller', $action_spec);
49 } else if (isset($action_spec['handler'])) {
50 $handler = elgg_extract('handler', $action_spec);
53 $filename = elgg_extract('filename', $action_spec, "$root_path/actions/{$action}.php");
/dports/lang/cython-devel/cython-2b1e743/Cython/Plex/
H A DLexicons.py150 (re, action_spec) = self.parse_token_definition(token_spec)
151 if isinstance(action_spec, Actions.Action):
152 action = action_spec
155 action_spec.__call__
157 action = Actions.Return(action_spec)
159 action = Actions.Call(action_spec)
/dports/math/py-cypari2/cypari2-2.1.2/venv/lib/python3.7/site-packages/Cython/Plex/
H A DLexicons.py165 (re, action_spec) = self.parse_token_definition(token_spec)
170 if isinstance(action_spec, Actions.Action):
171 action = action_spec
174 action_spec.__call__
176 action = Actions.Return(action_spec)
178 action = Actions.Call(action_spec)
/dports/lang/cython/Cython-0.29.24/Cython/Plex/
H A DLexicons.py165 (re, action_spec) = self.parse_token_definition(token_spec)
170 if isinstance(action_spec, Actions.Action):
171 action = action_spec
174 action_spec.__call__
176 action = Actions.Return(action_spec)
178 action = Actions.Call(action_spec)
/dports/lang/cython/Cython-0.29.24/build/lib.dragonfly-6.3-DEVELOPMENT-x86_64-3.8/Cython/Plex/
H A DLexicons.py165 (re, action_spec) = self.parse_token_definition(token_spec)
170 if isinstance(action_spec, Actions.Action):
171 action = action_spec
174 action_spec.__call__
176 action = Actions.Return(action_spec)
178 action = Actions.Call(action_spec)
/dports/lang/cython/stage/usr/local/lib/python3.8/site-packages/Cython/Plex/
H A DLexicons.py165 (re, action_spec) = self.parse_token_definition(token_spec)
170 if isinstance(action_spec, Actions.Action):
171 action = action_spec
174 action_spec.__call__
176 action = Actions.Return(action_spec)
178 action = Actions.Call(action_spec)
/dports/devel/py-plex/py38-plex-1.1.5/Plex/
H A DLexicons.py160 (re, action_spec) = self.parse_token_definition(token_spec)
165 if isinstance(action_spec, Actions.Action):
166 action = action_spec
167 elif callable(action_spec):
168 action = Actions.Call(action_spec)
170 action = Actions.Return(action_spec)
/dports/deskutils/calibre/calibre-src-5.34.0/src/calibre/gui2/actions/
H A Dshow_quickview.py63 action_spec = (_('Quickview'), 'quickview.png', None, None) variable in ShowQuickviewAction
73 group=self.action_spec[0])
79 group=self.action_spec[0])
88 group=self.action_spec[0])
97 group=self.action_spec[0])
105 group=self.action_spec[0])
H A D__init__.py81 action_spec = ('text', 'icon', None, None) variable in InterfaceAction
159 spec = self.action_spec
188 if shortcut_name and self.action_spec[0] and not (
194 group=self.action_spec[0],
273 action=ac, description=description, group=self.action_spec[0],
H A Dvirtual_library.py13 action_spec = ( variable in VirtualLibraryAction
31 group=self.action_spec[0])
H A Dmatch_books.py17 action_spec = (_('Match book to library'), 'book.png', variable in MatchBookAction
46 action_spec = (_('Show matched book in library'), 'lt.png', variable in ShowMatchedBookAction
H A Drestart.py16 action_spec = (_('Restart'), 'restart.png', _('Restart calibre'), 'Ctrl+R') variable in RestartAction
H A Dauto_scroll.py12 action_spec = (_('Auto scroll through the book list'), 'auto-scroll.png', variable in AutoscrollBooksAction
/dports/misc/adios2/ADIOS2-2.7.1/thirdparty/EVPath/EVPath/
H A Dev_internal.h290 extern EVstone INT_EVcreate_immediate_action(CManager cm, char *action_spec, EVstone *target_list);
296 int period_usec, char *action_spec,
305 char *action_spec, void *client_data);
383 extern EVaction INT_EVassoc_general_action(CManager cm, EVstone stone, char *action_spec, EVstone *…
391 extern EVstone INT_EVcreate_stone_action(CManager cm, char *action_spec);
409 extern action_value action_type(char *action_spec);
410 extern void parse_bridge_action_spec(char *action_spec, int *target, char **contact);
H A Devpath.h1324 EVassoc_multi_action(CManager cm, EVstone stone, char *action_spec,
1348 EVassoc_immediate_action(CManager cm, EVstone stone, char *action_spec,
1375 EVcreate_immediate_action(CManager cm, char *action_spec, EVstone *target_list);
1677 EVassoc_congestion_action(CManager cm, EVstone stone, char *action_spec,
1707 EVcreate_stone_action(CManager cm, char *action_spec);
2026 char *action_spec, EVstone out_stone);
H A Dev_dfg.h454 extern EVdfg_stone EVdfg_create_stone(EVdfg dfg, char *action_spec);
467 extern void EVdfg_add_action (EVdfg_stone stone, char *action_spec);
H A Dresponse.c423 action_spec += strlen("Bridge Action "); in parse_bridge_action_spec()
424 sscanf(action_spec, "%d", target); in parse_bridge_action_spec()
425 while(*action_spec != ' ') action_spec++; in parse_bridge_action_spec()
426 action_spec++; in parse_bridge_action_spec()
427 *contact = action_spec; in parse_bridge_action_spec()
431 action_type(char *action_spec) in action_type() argument
433 if (action_spec == NULL) in action_type()
435 if (strncmp(action_spec, "Bridge Action", 13) == 0) in action_type()
445 if (strncmp(action_spec, "sink:", 5) == 0) in action_type()
447 if (strncmp(action_spec, "source:", 7) == 0) in action_type()
[all …]
/dports/misc/adios2/ADIOS2-2.7.1/thirdparty/EVPath/EVPath/dfg_tests/
H A Dauto_tree_test.c135 char *action_spec = create_transform_action_spec(NULL,simple_format_list,COD_generate); in be_test_master() local
138 autos = EVdfg_create_stone(test_dfg, action_spec); in be_test_master()
143 free(action_spec); in be_test_master()
/dports/devel/py-bullet3/bullet3-3.21/examples/pybullet/gym/pybullet_envs/minitaur/envs_v2/utilities/
H A Denv_utils.py128 def get_action_spec(action_spec): argument
130 return list(action_spec.values())[0]
/dports/misc/adios2/ADIOS2-2.7.1/thirdparty/EVPath/EVPath/rtests/
H A Dremote_terminal_test.c228 char *action_spec = create_transform_action_spec(NULL, simple_format_list, ECL_generate); in alive_handler() local
231 action = REVassoc_immediate_action (conn, stone, action_spec); in alive_handler()
239 free(action_spec); in alive_handler()
H A Devtest.c231 char *action_spec = create_transform_action_spec(NULL, simple_format_list, ECL_generate); in alive_handler() local
235 action = REVassoc_immediate_action (conn, stone, action_spec); in alive_handler()
236 free(action_spec); in alive_handler()
/dports/www/elgg/elgg-3.3.23/vendor/elgg/elgg/engine/lib/
H A Delgglib.php1399 foreach ($actions as $action => $action_spec) {
1400 if (!is_array($action_spec)) {
1404 $access = elgg_extract('access', $action_spec, 'logged_in');
1405 $handler = elgg_extract('controller', $action_spec);
1407 $handler = elgg_extract('filename', $action_spec);
/dports/misc/adios2/ADIOS2-2.7.1/thirdparty/EVPath/EVPath/tests/
H A Dauto_test.c221 char *action_spec = create_transform_action_spec(NULL,simple_format_list,ECL_generate); in main() local
236 auto_action = EVassoc_immediate_action (cm, auto_stone, action_spec, 0); in main()
237 free(action_spec); in main()

12345678