Home
last modified time | relevance | path

Searched refs:plugin_def (Results 1 – 25 of 27) sorted by relevance

12

/dports/net/siproxd/siproxd-0.8.2/src/
H A Dplugin_demo.c64 int PLUGIN_INIT(plugin_def_t *plugin_def) { in PLUGIN_INIT() argument
68 plugin_def->api_version=SIPROXD_API_VERSION; in PLUGIN_INIT()
71 plugin_def->name=name; in PLUGIN_INIT()
72 plugin_def->desc=desc; in PLUGIN_INIT()
76 plugin_def->exe_mask=PLUGIN_DETERMINE_TARGET|PLUGIN_PRE_PROXY; in PLUGIN_INIT()
106 int PLUGIN_END(plugin_def_t *plugin_def){ in PLUGIN_END() argument
H A Dplugin_logcall.c52 int PLUGIN_INIT(plugin_def_t *plugin_def) { in PLUGIN_INIT() argument
56 plugin_def->api_version=SIPROXD_API_VERSION; in PLUGIN_INIT()
59 plugin_def->name=name; in PLUGIN_INIT()
60 plugin_def->desc=desc; in PLUGIN_INIT()
64 plugin_def->exe_mask=PLUGIN_PRE_PROXY; in PLUGIN_INIT()
139 int PLUGIN_END(plugin_def_t *plugin_def){ in PLUGIN_END() argument
H A Dplugin_fix_bogus_via.c66 int PLUGIN_INIT(plugin_def_t *plugin_def) { in PLUGIN_INIT() argument
70 plugin_def->api_version=SIPROXD_API_VERSION; in PLUGIN_INIT()
73 plugin_def->name=name; in PLUGIN_INIT()
74 plugin_def->desc=desc; in PLUGIN_INIT()
78 plugin_def->exe_mask=PLUGIN_PRE_PROXY; in PLUGIN_INIT()
135 int PLUGIN_END(plugin_def_t *plugin_def){ in PLUGIN_END() argument
H A Dplugin_fix_DTAG.c66 int PLUGIN_INIT(plugin_def_t *plugin_def) { in PLUGIN_INIT() argument
70 plugin_def->api_version=SIPROXD_API_VERSION; in PLUGIN_INIT()
73 plugin_def->name=name; in PLUGIN_INIT()
74 plugin_def->desc=desc; in PLUGIN_INIT()
78 plugin_def->exe_mask=PLUGIN_PRE_PROXY; in PLUGIN_INIT()
143 int PLUGIN_END(plugin_def_t *plugin_def){ in PLUGIN_END() argument
H A Dplugin_defaulttarget.c71 int PLUGIN_INIT(plugin_def_t *plugin_def) { in PLUGIN_INIT() argument
76 plugin_def->api_version=SIPROXD_API_VERSION; in PLUGIN_INIT()
79 plugin_def->name=name; in PLUGIN_INIT()
80 plugin_def->desc=desc; in PLUGIN_INIT()
84 plugin_def->exe_mask=PLUGIN_DETERMINE_TARGET; in PLUGIN_INIT()
160 int PLUGIN_END(plugin_def_t *plugin_def){ in PLUGIN_END() argument
H A Dplugin_stripheader.c63 int PLUGIN_INIT(plugin_def_t *plugin_def) { in PLUGIN_INIT() argument
67 plugin_def->api_version=SIPROXD_API_VERSION; in PLUGIN_INIT()
70 plugin_def->name=name; in PLUGIN_INIT()
71 plugin_def->desc=desc; in PLUGIN_INIT()
75 plugin_def->exe_mask=PLUGIN_PRE_PROXY; in PLUGIN_INIT()
191 int PLUGIN_END(plugin_def_t *plugin_def){ in PLUGIN_END() argument
H A Dplugin_prefix.c90 int PLUGIN_INIT(plugin_def_t *plugin_def) { in PLUGIN_INIT() argument
91 plugin_def->api_version=SIPROXD_API_VERSION; in PLUGIN_INIT()
92 plugin_def->name=name; in PLUGIN_INIT()
93 plugin_def->desc=desc; in PLUGIN_INIT()
94 plugin_def->exe_mask=PLUGIN_DETERMINE_TARGET; in PLUGIN_INIT()
115 int PLUGIN_END(plugin_def_t *plugin_def){ in PLUGIN_END() argument
H A Dplugin_shortdial.c72 int PLUGIN_INIT(plugin_def_t *plugin_def) { in PLUGIN_INIT() argument
73 plugin_def->api_version=SIPROXD_API_VERSION; in PLUGIN_INIT()
74 plugin_def->name=name; in PLUGIN_INIT()
75 plugin_def->desc=desc; in PLUGIN_INIT()
76 plugin_def->exe_mask=PLUGIN_DETERMINE_TARGET; in PLUGIN_INIT()
97 int PLUGIN_END(plugin_def_t *plugin_def){ in PLUGIN_END() argument
H A Dplugin_fix_fbox_anoncall.c69 int PLUGIN_INIT(plugin_def_t *plugin_def) { in PLUGIN_INIT() argument
73 plugin_def->api_version=SIPROXD_API_VERSION; in PLUGIN_INIT()
76 plugin_def->name=name; in PLUGIN_INIT()
77 plugin_def->desc=desc; in PLUGIN_INIT()
81 plugin_def->exe_mask=PLUGIN_PRE_PROXY; in PLUGIN_INIT()
273 int PLUGIN_END(plugin_def_t *plugin_def){ in PLUGIN_END() argument
H A Dplugin_codecfilter.c67 int PLUGIN_INIT(plugin_def_t *plugin_def) { in PLUGIN_INIT() argument
71 plugin_def->api_version=SIPROXD_API_VERSION; in PLUGIN_INIT()
74 plugin_def->name=name; in PLUGIN_INIT()
75 plugin_def->desc=desc; in PLUGIN_INIT()
79 plugin_def->exe_mask=PLUGIN_PRE_PROXY; in PLUGIN_INIT()
221 int PLUGIN_END(plugin_def_t *plugin_def){ in PLUGIN_END() argument
H A Dplugin_stun.c82 int PLUGIN_INIT(plugin_def_t *plugin_def) { in PLUGIN_INIT() argument
86 plugin_def->api_version=SIPROXD_API_VERSION; in PLUGIN_INIT()
89 plugin_def->name=name; in PLUGIN_INIT()
90 plugin_def->desc=desc; in PLUGIN_INIT()
94 plugin_def->exe_mask=PLUGIN_PROCESS_RAW|PLUGIN_TIMER; in PLUGIN_INIT()
329 int PLUGIN_END(plugin_def_t *plugin_def){ in PLUGIN_END() argument
H A Dplugin_siptrunk.c109 int PLUGIN_INIT(plugin_def_t *plugin_def) { in PLUGIN_INIT() argument
113 plugin_def->api_version=SIPROXD_API_VERSION; in PLUGIN_INIT()
116 plugin_def->name=name; in PLUGIN_INIT()
117 plugin_def->desc=desc; in PLUGIN_INIT()
121 plugin_def->exe_mask=PLUGIN_PRE_PROXY; in PLUGIN_INIT()
149 int PLUGIN_END(plugin_def_t *plugin_def){ in PLUGIN_END() argument
H A Dplugin_regex.c94 int PLUGIN_INIT(plugin_def_t *plugin_def) { in PLUGIN_INIT() argument
95 plugin_def->api_version=SIPROXD_API_VERSION; in PLUGIN_INIT()
96 plugin_def->name=name; in PLUGIN_INIT()
97 plugin_def->desc=desc; in PLUGIN_INIT()
98 plugin_def->exe_mask=PLUGIN_DETERMINE_TARGET; in PLUGIN_INIT()
119 int PLUGIN_END(plugin_def_t *plugin_def){ in PLUGIN_END() argument
H A Dplugins.h113 int plugin_init(plugin_def_t *plugin_def);
115 int plugin_end(plugin_def_t *plugin_def);
H A Dplugins.c46 typedef int (*func_plugin_init_t)(plugin_def_t *plugin_def);
48 typedef int (*func_plugin_end_t)(plugin_def_t *plugin_def);
/dports/german/BBBike/BBBike-3.18/
H A DBBBikePluginLister.pm167 for my $plugin_def (@p) {
170 …-widget => $hl->Checkbutton(-variable => \$plugin_def->{Active}, # HACK: accessing member without …
173 -command => sub { toggle_plugin($tl, $plugin_def, $plugin_def->Active) },
178 $hl->itemCreate($path_i, 1, -text => $plugin_def->Name, -style => $sel_is{$key});
179 $hl->itemCreate($path_i, 2, -text => $plugin_def->Description, -style => $sel_descr_is{$key});
180 $hl->itemCreate($path_i, 3, -text => $plugin_def->File, -style => $sel_is{$key});
194 for my $plugin_def (@plugins) {
196 if ($plugin_def =~ /^(.*)=(.*)$/) {
240 my($w, $plugin_def, $cb) = @_;
242 main::load_plugin($plugin_def->File);
[all …]
/dports/graphics/py-pygeoapi/pygeoapi-0.11.0/pygeoapi/
H A Dplugin.py69 def load_plugin(plugin_type, plugin_def): argument
79 name = plugin_def['name']
105 plugin = class_(plugin_def)
/dports/databases/mariadb105-client/mariadb-10.5.15/extra/mariabackup/
H A Dencryption_plugin.cc46 static void add_to_plugin_load_list(const char *plugin_def) in add_to_plugin_load_list() argument
48 opt_plugin_load_list_ptr->push_back(new i_string(plugin_def)); in add_to_plugin_load_list()
/dports/databases/mariadb104-server/mariadb-10.4.24/extra/mariabackup/
H A Dencryption_plugin.cc46 static void add_to_plugin_load_list(const char *plugin_def) in add_to_plugin_load_list() argument
48 opt_plugin_load_list_ptr->push_back(new i_string(plugin_def)); in add_to_plugin_load_list()
/dports/databases/mariadb105-server/mariadb-10.5.15/extra/mariabackup/
H A Dencryption_plugin.cc46 static void add_to_plugin_load_list(const char *plugin_def) in add_to_plugin_load_list() argument
48 opt_plugin_load_list_ptr->push_back(new i_string(plugin_def)); in add_to_plugin_load_list()
/dports/databases/mariadb103-client/mariadb-10.3.34/extra/mariabackup/
H A Dencryption_plugin.cc46 static void add_to_plugin_load_list(const char *plugin_def) in add_to_plugin_load_list() argument
48 opt_plugin_load_list_ptr->push_back(new i_string(plugin_def)); in add_to_plugin_load_list()
/dports/databases/mariadb104-client/mariadb-10.4.24/extra/mariabackup/
H A Dencryption_plugin.cc46 static void add_to_plugin_load_list(const char *plugin_def)
48 opt_plugin_load_list_ptr->push_back(new i_string(plugin_def));
/dports/databases/mariadb103-server/mariadb-10.3.34/extra/mariabackup/
H A Dencryption_plugin.cc46 static void add_to_plugin_load_list(const char *plugin_def) in add_to_plugin_load_list() argument
48 opt_plugin_load_list_ptr->push_back(new i_string(plugin_def)); in add_to_plugin_load_list()
/dports/www/drupal9/drupal-9.2.10/core/modules/views/tests/src/Kernel/
H A DModuleTest.php233 …$plugin_def = $this->container->get("plugin.manager.views.$plugin_type")->getDefinition($plugin_id…
239 …$this->assertEquals($plugin_def['title'], $plugin_details['title'], 'The expected plugin title was…
240 …$this->assertEquals($plugin_def['provider'], $plugin_details['provider'], 'The expected plugin pro…
/dports/www/drupal8/drupal-8.9.20/core/modules/views/tests/src/Kernel/
H A DModuleTest.php233 …$plugin_def = $this->container->get("plugin.manager.views.$plugin_type")->getDefinition($plugin_id…
239 …$this->assertEqual($plugin_details['title'], $plugin_def['title'], 'The expected plugin title was …
240 …$this->assertEqual($plugin_details['provider'], $plugin_def['provider'], 'The expected plugin prov…

12