Home
last modified time | relevance | path

Searched refs:modules_table (Results 1 – 5 of 5) sorted by relevance

/dports/www/phpbb3/phpBB3/phpbb/module/
H A Dmodule_manager.php39 protected $modules_table; variable in phpbb\\module\\module_manager
66 $this->modules_table = $modules_table;
86 FROM ' . $this->modules_table . "
206 FROM ' . $this->modules_table . ' m1
256 FROM ' . $this->modules_table . "
290 FROM ' . $this->modules_table . "
365 $sql = 'UPDATE ' . $this->modules_table . "
373 $sql = 'UPDATE ' . $this->modules_table . "
413 FROM ' . $this->modules_table . "
423 $sql = 'UPDATE ' . $this->modules_table . "
[all …]
/dports/www/phpbb3/phpBB3/phpbb/db/migration/tool/
H A Dmodule.php42 protected $modules_table; variable in phpbb\\db\\migration\\tool\\module
56 * @param string $modules_table
66 $this->modules_table = $modules_table;
122 FROM ' . $this->modules_table . "
276 FROM ' . $this->modules_table . "
285 $sql = 'UPDATE ' . $this->modules_table . "
292 $sql = 'UPDATE ' . $this->modules_table . "
313 FROM ' . $this->modules_table . "
322 $sql = 'UPDATE ' . $this->modules_table . "
407 FROM ' . $this->modules_table . "
[all …]
/dports/net-mgmt/pandorafms_console/pandorafms_console-6.0SP2/include/
H A Dfunctions_tags.php710 function tags_get_acl_tags_module_condition($acltags, $modules_table = '') { argument
711 if (!empty($modules_table))
712 $modules_table .= '.';
735 $sql_condition = sprintf('(%sid_agente_modulo IN (%s))', $modules_table, $agent_condition);
757 function tags_get_acl_tags_module_condition_old($acltags, $modules_table = '') { argument
758 if (!empty($modules_table)) {
759 $modules_table .= '.';
779 …d_agente IN (SELECT id_agente FROM tagente WHERE id_grupo IN (%s))', $modules_table, implode(',', …
797 …IN (SELECT id_agente_modulo FROM ttag_module WHERE id_tag IN (%s))', $modules_table, $group_tags_q…
818 …SELECT id_agente FROM tagente WHERE id_grupo IN (%s)))", $condition, $modules_table, implode(',',a…
/dports/databases/evolution-data-server/evolution-data-server-3.42.1/src/addressbook/libebook/
H A De-book-client.c220 static GHashTable *modules_table = NULL; in book_client_load_direct_backend() local
221 G_LOCK_DEFINE_STATIC (modules_table); in book_client_load_direct_backend()
231 G_LOCK (modules_table); in book_client_load_direct_backend()
233 if (modules_table == NULL) in book_client_load_direct_backend()
234 modules_table = g_hash_table_new ( in book_client_load_direct_backend()
238 module = g_hash_table_lookup (modules_table, backend_path); in book_client_load_direct_backend()
243 modules_table, g_strdup (backend_path), module); in book_client_load_direct_backend()
246 G_UNLOCK (modules_table); in book_client_load_direct_backend()
/dports/sysutils/sleuthkit/sleuthkit-4.7.0/framework/docs/
H A Dimg_db_schema_v1_5.dox10 \subsection modules_table modules
18 - <i>module_id</i> - Id assigned to the module (INTEGER - foreign key, \ref modules_table)