Home
last modified time | relevance | path

Searched refs:plugin_index (Results 1 – 25 of 41) sorted by relevance

12

/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/sql/auth/
H A Dsql_authentication.h166 static bool compare_plugin(cached_plugins_enum plugin_index, in compare_plugin() argument
168 if (plugin_index < PLUGIN_LAST && plugin.str) { in compare_plugin()
170 return (plugin.str == cached_plugins_names[plugin_index].str); in compare_plugin()
196 static const char *get_plugin_name(cached_plugins_enum plugin_index) { in get_plugin_name() argument
197 if (plugin_index < PLUGIN_LAST) in get_plugin_name()
198 return cached_plugins_names[plugin_index].str; in get_plugin_name()
214 plugin_ref get_cached_plugin_ref(cached_plugins_enum plugin_index) { in get_cached_plugin_ref() argument
215 if (plugin_index < PLUGIN_LAST) return cached_plugins[plugin_index]; in get_cached_plugin_ref()
/dports/multimedia/mlt6-qt5/mlt-6.26.1/src/modules/jackrack/
H A Dplugin_mgr.c75 unsigned long plugin_index; in plugin_mgr_get_object_file_plugins() local
112 plugin_index = 0; in plugin_mgr_get_object_file_plugins()
113 while ( (descriptor = get_descriptor (plugin_index)) ) in plugin_mgr_get_object_file_plugins()
117 plugin_index++; in plugin_mgr_get_object_file_plugins()
139 plugin_index++; in plugin_mgr_get_object_file_plugins()
144 desc = plugin_desc_new_with_descriptor (filename, plugin_index, descriptor); in plugin_mgr_get_object_file_plugins()
146 plugin_index++; in plugin_mgr_get_object_file_plugins()
H A Dplugin.c343 unsigned long plugin_index, in plugin_instantiate() argument
373 unsigned long plugin_index = 1; in plugin_create_aux_ports() local
412 plugin_index, in plugin_create_aux_ports()
/dports/multimedia/mlt6/mlt-6.26.1/src/modules/jackrack/
H A Dplugin_mgr.c75 unsigned long plugin_index; in plugin_mgr_get_object_file_plugins() local
112 plugin_index = 0; in plugin_mgr_get_object_file_plugins()
113 while ( (descriptor = get_descriptor (plugin_index)) ) in plugin_mgr_get_object_file_plugins()
117 plugin_index++; in plugin_mgr_get_object_file_plugins()
139 plugin_index++; in plugin_mgr_get_object_file_plugins()
144 desc = plugin_desc_new_with_descriptor (filename, plugin_index, descriptor); in plugin_mgr_get_object_file_plugins()
146 plugin_index++; in plugin_mgr_get_object_file_plugins()
H A Dplugin.c343 unsigned long plugin_index, in plugin_instantiate() argument
373 unsigned long plugin_index = 1; in plugin_create_aux_ports() local
412 plugin_index, in plugin_create_aux_ports()
/dports/multimedia/mlt7/mlt-7.0.1/src/modules/jackrack/
H A Dplugin_mgr.c75 unsigned long plugin_index; in plugin_mgr_get_object_file_plugins() local
112 plugin_index = 0; in plugin_mgr_get_object_file_plugins()
113 while ( (descriptor = get_descriptor (plugin_index)) ) in plugin_mgr_get_object_file_plugins()
117 plugin_index++; in plugin_mgr_get_object_file_plugins()
139 plugin_index++; in plugin_mgr_get_object_file_plugins()
144 desc = plugin_desc_new_with_descriptor (filename, plugin_index, descriptor); in plugin_mgr_get_object_file_plugins()
146 plugin_index++; in plugin_mgr_get_object_file_plugins()
H A Dplugin.c349 unsigned long plugin_index, in plugin_instantiate() argument
381 unsigned long plugin_index = 1; in plugin_create_aux_ports() local
420 plugin_index, in plugin_create_aux_ports()
/dports/multimedia/py-mlt6/mlt-6.26.1/src/modules/jackrack/
H A Dplugin_mgr.c75 unsigned long plugin_index; in plugin_mgr_get_object_file_plugins() local
112 plugin_index = 0; in plugin_mgr_get_object_file_plugins()
113 while ( (descriptor = get_descriptor (plugin_index)) ) in plugin_mgr_get_object_file_plugins()
117 plugin_index++; in plugin_mgr_get_object_file_plugins()
139 plugin_index++; in plugin_mgr_get_object_file_plugins()
144 desc = plugin_desc_new_with_descriptor (filename, plugin_index, descriptor); in plugin_mgr_get_object_file_plugins()
146 plugin_index++; in plugin_mgr_get_object_file_plugins()
H A Dplugin.c343 unsigned long plugin_index, in plugin_instantiate() argument
373 unsigned long plugin_index = 1; in plugin_create_aux_ports() local
412 plugin_index, in plugin_create_aux_ports()
/dports/multimedia/mlt7-qt5/mlt-7.0.1/src/modules/jackrack/
H A Dplugin_mgr.c75 unsigned long plugin_index; in plugin_mgr_get_object_file_plugins() local
112 plugin_index = 0; in plugin_mgr_get_object_file_plugins()
113 while ( (descriptor = get_descriptor (plugin_index)) ) in plugin_mgr_get_object_file_plugins()
117 plugin_index++; in plugin_mgr_get_object_file_plugins()
139 plugin_index++; in plugin_mgr_get_object_file_plugins()
144 desc = plugin_desc_new_with_descriptor (filename, plugin_index, descriptor); in plugin_mgr_get_object_file_plugins()
146 plugin_index++; in plugin_mgr_get_object_file_plugins()
H A Dplugin.c349 unsigned long plugin_index, in plugin_instantiate() argument
381 unsigned long plugin_index = 1; in plugin_create_aux_ports() local
420 plugin_index, in plugin_create_aux_ports()
/dports/audio/gmpc/gmpc-11.8.16/src/
H A Dpreferences.c129 int plugin_index = -1; in pref_model_filter_func() local
130 gtk_tree_model_get(model, iter, 0, &plugin_index, -1); in pref_model_filter_func()
131 if(plugin_index >=0 ) in pref_model_filter_func()
133 g_assert(plugin_index < num_plugins); in pref_model_filter_func()
134 if(gmpc_plugin_has_preferences(plugins[plugin_index])) in pref_model_filter_func()
136 if(gmpc_plugin_get_enabled(plugins[plugin_index])) in pref_model_filter_func()
143 else if(plugin_index == PLUGIN_STATS) in pref_model_filter_func()
/dports/net/dshell/Dshell-502a546/dshell/
H A Ddecode.py61 def feed_plugin_chain(plugin_index: int, packet: Packet):
68 if plugin_index >= len(plugin_chain):
72 current_plugin = plugin_chain[plugin_index]
79 feed_plugin_chain(plugin_index + 1, _packet)
82 def clean_plugin_chain(plugin_index): argument
88 if plugin_index >= len(plugin_chain):
92 current_plugin = plugin_chain[plugin_index]
99 feed_plugin_chain(plugin_index + 1, _packet)
101 clean_plugin_chain(plugin_index + 1)
/dports/audio/spiralsynthmodular/spiralmodular-0.2.2/SpiralSound/Plugins/LADSPAPlugin/
H A DLADSPAInfo.C193 unsigned long plugin_index = m_IDLookup[unique_id];
195 PluginInfo *pi = &(m_Plugins[plugin_index]);
220 unsigned long plugin_index = m_IDLookup[unique_id];
222 PluginInfo *pi = &(m_Plugins[plugin_index]);
564 unsigned long plugin_index = m_IDLookup[desc->UniqueID];
565 unsigned long library_index = m_Plugins[plugin_index].LibraryIndex;
571 cerr << " Plugin " << m_Plugins[plugin_index].Index
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/include/toonz4.6/
H A Dcasm_node.h214 int plugin_index; member
275 int plugin_index; member
285 int plugin_index; member
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/ui/webui/
H A Dnacl_ui.cc112 bool isPluginEnabled(size_t plugin_index);
177 bool NaClDomHandler::isPluginEnabled(size_t plugin_index) { in isPluginEnabled() argument
184 plugin_prefs->IsPluginEnabled(info_array[plugin_index])); in isPluginEnabled()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/chrome/browser/ui/webui/
H A Dnacl_ui.cc107 bool isPluginEnabled(size_t plugin_index);
172 bool NaClDomHandler::isPluginEnabled(size_t plugin_index) { in isPluginEnabled() argument
179 plugin_prefs->IsPluginEnabled(info_array[plugin_index])); in isPluginEnabled()
/dports/www/tikiwiki/tiki-21.2/templates/
H A Dtiki-plugin_blocked.tpl25 {assign var=thisplugin_index value=$plugin_index|escape}
27 <div id="sec-{$plugin_name|escape}-{$plugin_index|escape}" style="display:none">
/dports/devel/py-spyder/spyder-3.2.7/spyder/widgets/
H A Dfileswitcher.py522 def get_stack_index(self, stack_index, plugin_index): argument
526 self.plugins_tabs[:plugin_index]])
608 plugin_index = self.plugins_instances.index(self.plugin)
612 plugin_index)
/dports/net-mgmt/nagios-check_bacula9/bacula-9.6.7/src/filed/
H A Dfd_plugins.h291 bool plugin_send_restorefilelist(JCR *jcr, int plugin_index,
/dports/sysutils/bacula9-server/bacula-9.6.7/src/filed/
H A Dfd_plugins.h291 bool plugin_send_restorefilelist(JCR *jcr, int plugin_index,
/dports/sysutils/bacula9-client/bacula-9.6.7/src/filed/
H A Dfd_plugins.h291 bool plugin_send_restorefilelist(JCR *jcr, int plugin_index,
/dports/sysutils/bacula9-client-static/bacula-9.6.7/src/filed/
H A Dfd_plugins.h291 bool plugin_send_restorefilelist(JCR *jcr, int plugin_index,
/dports/net-mgmt/nagios-check_bacula11/bacula-11.0.5/src/filed/
H A Dfd_plugins.h298 bool plugin_send_restorefilelist(JCR *jcr, int plugin_index,
/dports/sysutils/bacula11-client/bacula-11.0.5/src/filed/
H A Dfd_plugins.h298 bool plugin_send_restorefilelist(JCR *jcr, int plugin_index,

12