Home
last modified time | relevance | path

Searched refs:module_enabled (Results 1 – 20 of 20) sorted by relevance

/dports/www/fusionpbx/fusionpbx-4.4.1/app/modules/
H A Dmodule_edit.php57 $module_enabled = check_str($_POST["module_enabled"]); variable
73 …if (strlen($module_enabled) == 0) { $msg .= $text['message-required'].$text['label-enabled']."<br>…
111 $sql .= "'$module_enabled', ";
132 $sql .= "module_enabled = '$module_enabled', ";
162 $module_enabled = $row["module_enabled"]; variable
246 if ($module_enabled == "false") {
252 if ($module_enabled == "true") {
/dports/devel/tinygo/tinygo-0.14.1/lib/nrfx/drivers/
H A Dnrfx_common.h63 #define NRFX_CHECK(module_enabled) (module_enabled) argument
/dports/net-im/prosody-modules/Community-Modules-bb8459c220c9/mod_tls_policy/
H A DREADME.markdown16 First, download and add the module to `module_enabled`. Then you can
/dports/lang/python27/Python-2.7.18/Misc/
H A DBeOS-setup.py52 def module_enabled(extlist, modname): function
395 module_enabled(exts, '_curses') and
/dports/lang/python-legacy/Python-2.7.18/Misc/
H A DBeOS-setup.py52 def module_enabled(extlist, modname): function
395 module_enabled(exts, '_curses') and
/dports/chinese/phpbb3-tw/phpBB3/install/schemas/
H A Dmysql_40_schema.sql405 module_enabled tinyint(1) UNSIGNED DEFAULT '1' NOT NULL, field
417 KEY module_enabled (module_enabled),
H A Dmssql_schema.sql706 [module_enabled] [int] DEFAULT (1) NOT NULL ,
729 CREATE INDEX [module_enabled] ON [phpbb_modules]([module_enabled]) ON [PRIMARY] index
H A Dmysql_41_schema.sql405 module_enabled tinyint(1) UNSIGNED DEFAULT '1' NOT NULL, field
417 KEY module_enabled (module_enabled),
H A Dpostgres_schema.sql569 module_enabled INT2 DEFAULT '1' NOT NULL CHECK (module_enabled >= 0), field
583 CREATE INDEX phpbb_modules_module_enabled ON phpbb_modules (module_enabled);
H A Dsqlite_schema.sql393 module_enabled INTEGER UNSIGNED NOT NULL DEFAULT '1', field
406 CREATE INDEX phpbb_modules_module_enabled ON phpbb_modules (module_enabled);
H A Dfirebird_schema.sql581 module_enabled INTEGER DEFAULT 1 NOT NULL, field
596 CREATE INDEX phpbb_modules_module_enabled ON phpbb_modules(module_enabled);;
H A Doracle_schema.sql791 module_enabled number(1) DEFAULT '1' NOT NULL, field
807 CREATE INDEX phpbb_modules_module_enabled ON phpbb_modules (module_enabled)
/dports/security/binwalk/binwalk-2.1.1/src/binwalk/core/
H A Dmodule.py777 def dependencies(self, module, module_enabled): argument
799 if module_enabled or not dependency.kwargs:
/dports/www/drupal7/drupal-7.82/includes/
H A Dmodule.inc89 $list = array_keys(system_list('module_enabled'));
109 * - module_enabled: All enabled modules.
115 * 'bootstrap', the array values equal the keys. For $type 'module_enabled'
150 elseif (!isset($lists['module_enabled'])) {
156 'module_enabled' => array(),
170 $lists['module_enabled'][$record->name] = $record;
/dports/net/freeswitch/freeswitch-1.10.3.-release/
H A Dconfigure.ac1267 module_enabled() {
1329 if module_enabled mod_enum; then
1433 if module_enabled mod_codec2; then
1461 if module_enabled mod_flite; then
1498 if module_enabled mod_v8; then
H A Dconfigure25740 module_enabled() {
27419 if module_enabled mod_enum; then
30061 if module_enabled mod_codec2; then
30467 if module_enabled mod_flite; then
/dports/lang/python-legacy/Python-2.7.18/
H A Dsetup.py204 def module_enabled(extlist, modname): function
1433 if (module_enabled(exts, '_curses') and
/dports/lang/python37/Python-3.7.12/
H A Dsetup.py244 def module_enabled(extlist, modname): function
1429 if (module_enabled(exts, '_curses') and
/dports/lang/python27/Python-2.7.18/
H A Dsetup.py204 def module_enabled(extlist, modname): function
1433 if (module_enabled(exts, '_curses') and
/dports/www/drupal7/drupal-7.82/modules/system/
H A Dsystem.module2355 $type = 'module_enabled';