Home
last modified time | relevance | path

Searched refs:act_args (Results 1 – 13 of 13) sorted by relevance

/dports/www/c-icap/c_icap-0.5.10/
H A Dcfg_lib.c103 const char *act_args[2]; in ci_args_apply() local
104 act_args[1] = NULL; in ci_args_apply()
111 act_args[0] = argv[i]; in ci_args_apply()
112 (*(entry->action)) (entry->name, act_args, entry->data); in ci_args_apply()
116 act_args[0] = argv[i]; in ci_args_apply()
117 (*(entry->action)) (entry->name, act_args, entry->data); in ci_args_apply()
/dports/lang/rust/rustc-1.58.1-src/src/tools/rustfmt/src/cargo-fmt/test/
H A Dmessage_format.rs53 let mut act_args = exp_args.clone(); in human_message_format() localVariable
54 assert!(convert_message_format_to_rustfmt_args("human", &mut act_args).is_ok()); in human_message_format()
55 assert_eq!(act_args, exp_args); in human_message_format()
/dports/net/google-cloud-sdk/google-cloud-sdk/platform/gsutil/gslib/vendored/boto/boto/swf/
H A Dlayer2.py74 for act_args in act_types['typeInfos']:
75 act_ident = act_args['activityType']
76 del act_args['activityType']
77 act_args.update(act_ident)
78 act_args.update({
84 act_objects.append(ActivityType(**act_args))
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/third_party/gsutil/gslib/vendored/boto/boto/swf/
H A Dlayer2.py74 for act_args in act_types['typeInfos']:
75 act_ident = act_args['activityType']
76 del act_args['activityType']
77 act_args.update(act_ident)
78 act_args.update({
84 act_objects.append(ActivityType(**act_args))
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/depot_tools/external_bin/gsutil/gsutil_4.28/gsutil/third_party/boto/boto/swf/
H A Dlayer2.py74 for act_args in act_types['typeInfos']:
75 act_ident = act_args['activityType']
76 del act_args['activityType']
77 act_args.update(act_ident)
78 act_args.update({
84 act_objects.append(ActivityType(**act_args))
/dports/devel/py-boto/boto-2.49.0/boto/swf/
H A Dlayer2.py74 for act_args in act_types['typeInfos']:
75 act_ident = act_args['activityType']
76 del act_args['activityType']
77 act_args.update(act_ident)
78 act_args.update({
84 act_objects.append(ActivityType(**act_args))
/dports/x11-toolkits/redkite/redkite-1.3.1/include/
H A DRk.h472 #define RK_ACT_BIND(obj1, act, act_args, obj2, callback) \ argument
473 obj1->rk__add_action_cb_##act (obj2, [=](act_args){ obj2->callback; }); \
477 #define RK_ACT_BINDL(obj1, act, act_args, lamda) \ argument
/dports/audio/geonkick-lv2/geonkick-2.8.0/redkite/include/
H A DRk.h472 #define RK_ACT_BIND(obj1, act, act_args, obj2, callback) \ argument
473 obj1->rk__add_action_cb_##act (obj2, [=](act_args){ obj2->callback; }); \
477 #define RK_ACT_BINDL(obj1, act, act_args, lamda) \ argument
/dports/www/firefox/firefox-99.0/third_party/rust/jsparagus/jsparagus/emit/
H A Dpython.py215 act_args = ", ".join("x{}".format(i) for i in range(arglen))
217 out.write(" def {}(self, {}):\n".format(name, act_args))
218 out.write(" return ({}, {})\n".format(repr(name), act_args))
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/jsparagus/jsparagus/emit/
H A Dpython.py215 act_args = ", ".join("x{}".format(i) for i in range(arglen))
217 out.write(" def {}(self, {}):\n".format(name, act_args))
218 out.write(" return ({}, {})\n".format(repr(name), act_args))
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/jsparagus/jsparagus/emit/
H A Dpython.py215 act_args = ", ".join("x{}".format(i) for i in range(arglen))
217 out.write(" def {}(self, {}):\n".format(name, act_args))
218 out.write(" return ({}, {})\n".format(repr(name), act_args))
/dports/mail/dovecot/dovecot-2.3.17/src/lib-master/
H A Dtest-event-stats.c227 const char *const *act_args = t_strsplit(actual, "\t"); in compare_test_stats_data_line() local
231 if (str_array_length(ref_args) != str_array_length(act_args)) in compare_test_stats_data_line()
240 if (strcmp(ref_args[i], act_args[i]) != 0) { in compare_test_stats_data_line()
/dports/www/p5-Reaction/Reaction-0.002005/lib/Reaction/InterfaceModel/Reflector/
H A DDBIC.pm412 my $act_args = sub { #override target model for this action
417 $meta->add_around_method_modifier('_default_action_args_for', $act_args);
571 my $act_args = sub { #override target model for this action
577 $meta->add_around_method_modifier('_default_action_args_for', $act_args);