Home
last modified time | relevance | path

Searched refs:global_settings (Results 1 – 25 of 1250) sorted by relevance

12345678910>>...50

/dports/www/fusionpbx/fusionpbx-4.4.1/core/install/resources/classes/
H A Dinstall_fusionpbx.php32 protected $global_settings; variable in install_fusionpbx
46 function __construct($global_settings) { argument
47 if(is_null($global_settings)){
49 $global_settings = new global_settings();
53 $this->global_settings = $global_settings;
321 chmod($this->global_settings->db_path().'/'.$this->global_settings->db_name(), 0777);
369global_settings->db_host()} port={$this->global_settings->db_port()} dbname={$this->global_setting…
371global_settings->db_port()} user={$this->global_settings->db_username()} password={$this->global_s…
415 …if (strlen($this->global_settings->db_host()) == 0 && strlen($this->global_settings->db_port()) ==…
424 …$connect_string = "mysql:host={$this->global_settings->db_host()};port={$this->global_settings->db…
[all …]
H A Dinstall_switch.php31 protected $global_settings; variable in install_switch
37 function __construct($global_settings) { argument
38 if(is_null($global_settings)){
40 $global_settings = new global_settings();
41 }elseif(!is_a($global_settings, 'global_settings')){
44 $this->global_settings = $global_settings;
96 if (file_exists($this->global_settings->switch_conf_dir())) {
98 recursive_delete($this->global_settings->switch_conf_dir());
102 if (!is_dir($this->global_settings->switch_conf_dir())) {
115 $dst_dir = $this->global_settings->switch_conf_dir();
[all …]
/dports/x11-wm/lxsession/lxsession-0.5.4/lxsession/
H A Dmain.vala32 LxsessionConfigKeyFile global_settings;
167 global_settings = config;
172 global_settings = config;
176 global_settings.sync_setting_files ();
437 var clipboard = new ClipboardOption(global_settings);
443 if (global_settings.get_item_string("Keymap", "mode", null) != null)
446 var keymap = new KeymapOption(global_settings);
465 if (global_settings.get_item_string("Session", "a11y", "command") != null)
495 var upstart_session = new UpstartUserSessionOption(global_settings);
501 if (global_settings.get_item_string("Dbus", "lxde", null) == "true")
[all …]
H A Ddbus-lxde-session.vala169 if (global_settings.get_item_string("Keymap", "mode", null) == null)
176 var keymap = new KeymapOption(global_settings);
212 tmp_support = global_settings.get_support(categorie);
255 global_settings.get_item(categorie, key1, key2, out command, out type);
261 command = global_settings.get_support_key(categorie, key1);
613 if (global_settings.get_item_string("Session", "xrandr", "command") == null)
634 if (global_settings.get_item_string("Session", "xrandr", "command") == null)
676 if (global_settings.get_item_string("Session", "a11y", "command") == null)
892 if (global_settings.get_item_string("Session", "panel", "command") == null)
914 if (global_settings.get_item_string("Session", "dock", "command") == null)
[all …]
H A Dapp.vala221 if (global_settings.get_item_string("Session", "window_manager", null) != null)
224 wm_command = global_settings.get_item_string("Session", "window_manager", null);
434 panel_command = global_settings.get_item_string("Session", "panel", "command");
436 panel_session = global_settings.get_item_string("Session", "panel", "session");
480 panel_command = global_settings.get_item_string("Session", "dock", "command");
481 panel_session = global_settings.get_item_string("Session", "dock", "session");
528 laptop_mode = global_settings.get_item_string("State", "laptop_mode", null);
706 polkit_command = global_settings.get_item_string("Session", "polkit", "command");
759 laptop_mode = global_settings.get_item_string("State", "laptop_mode", null);
1025 a11y_command = global_settings.get_item_string("Session", "a11y", "command");
[all …]
H A Denvironement.vala82 …Environment.set_variable("XDG_MENU_PREFIX", global_settings.get_item_string("Environment", "menu_p…
136 switch (global_settings.get_item_string("Environment", "type", null))
284 … if (global_settings.get_item_string("Environment", "toolkit_integration", null) == "true")
287 …string toolkit_variable = global_settings.get_item_string("Environment", "toolkit_integration", nu…
322 … if (global_settings.get_item_string("Environment", "gtk", "overlay_scrollbar_disable") == "true")
328 if (global_settings.get_item_string("Environment", "qt", "force_theme") != null)
345 if (global_settings.get_item_string("Environment", "ubuntu_menuproxy", null) == "true")
351 if (global_settings.get_item_string("Session", "im_manager", "command") != null)
353 …Environment.set_variable("GTK_IM_MODULE", global_settings.get_item_string("Session", "im_manager",…
354 …Environment.set_variable("QT_IM_MODULE", global_settings.get_item_string("Session", "im_manager", …
[all …]
/dports/astro/foxtrotgps/foxtrotgps-1.2.2/src/
H A Dinit.c45 global_settings = g_settings_new(SCHEMA); in pre_init()
58 global_settings, in pre_init()
61 global_settings, in pre_init()
64 global_settings, in pre_init()
67 global_settings, in pre_init()
79 global_server = g_settings_get_string (global_settings, in pre_init()
87 global_port = g_settings_get_string (global_settings, in pre_init()
96 global_settings, in pre_init()
122 global_settings = g_settings_new(SCHEMA); in init()
271 repo_list = g_settings_get_strv( global_settings, in settings_get_repolist()
[all …]
/dports/games/easyrpg-player/Player-0.7.0/src/
H A Ddecoder_fluidsynth.cpp112 std::unique_ptr<fluid_settings_t, FluidSettingsDeleter> global_settings; variable
121 fluid_synth_t* syn = new_fluid_synth(global_settings.get());
183 if (!global_settings) {
184 global_settings.reset(new_fluid_settings());
185 if (!global_settings) {
189 fluid_settings_setint(global_settings.get(), "synth.lock-memory", 0);
191 fluid_settings_setnum(global_settings.get(), "synth.gain", 0.6);
193 fluid_settings_setint(global_settings.get(), "synth.polyphony", 256);
196 fluid_settings_setint(global_settings.get(), "synth.reverb.active", 0);
197 fluid_settings_setint(global_settings.get(), "synth.chorus.active", 0);
[all …]
/dports/www/drupal9/drupal-9.2.10/core/modules/field/src/Plugin/migrate/process/d6/
H A DFieldSettings.php29 list($field_type, $global_settings, $original_field_type) = $value;
30 return $this->getSettings($field_type, $global_settings, $original_field_type);
38 * @param array $global_settings
46 public function getSettings($field_type, $global_settings, $original_field_type = NULL) { argument
47 $max_length = isset($global_settings['max_length']) ? $global_settings['max_length'] : '';
50 if (isset($global_settings['allowed_values'])) {
51 $list = explode("\n", $global_settings['allowed_values']);
/dports/www/drupal8/drupal-8.9.20/core/modules/field/src/Plugin/migrate/process/d6/
H A DFieldSettings.php29 list($field_type, $global_settings, $original_field_type) = $value;
30 return $this->getSettings($field_type, $global_settings, $original_field_type);
38 * @param array $global_settings
46 public function getSettings($field_type, $global_settings, $original_field_type = NULL) { argument
47 $max_length = isset($global_settings['max_length']) ? $global_settings['max_length'] : '';
50 if (isset($global_settings['allowed_values'])) {
51 $list = explode("\n", $global_settings['allowed_values']);
/dports/devel/glib20/glib-2.70.4/gio/
H A Dgsettings-tool.c31 static GSettings *global_settings;
197 children = g_settings_list_children (global_settings);
273 if (global_settings == NULL)
299 if (global_settings)
301 list_recursively (global_settings);
400 g_settings_reset (global_settings, global_key);
429 g_settings_delay (global_settings);
431 reset_all_keys (global_settings);
432 children = g_settings_list_children (global_settings);
445 g_settings_apply (global_settings);
[all …]
/dports/net-mgmt/cacti/cacti-1.2.19/locales/po/
H A Dcacti.pot622 #: include/global_settings.php:468 include/global_settings.php:827
637 #: include/global_settings.php:826 include/global_settings.php:1711
701 #: include/global_settings.php:565 include/global_settings.php:573
702 #: include/global_settings.php:581 include/global_settings.php:1205
1004 #: include/global_settings.php:1085 include/global_settings.php:1326
1428 #: include/global_settings.php:359 include/global_settings.php:1424
1429 #: include/global_settings.php:1438 include/global_settings.php:1451
1430 #: include/global_settings.php:1476 include/global_settings.php:1490
1431 #: include/global_settings.php:1574 include/global_settings.php:2236
9021 #: include/global_settings.php:41 include/global_settings.php:577
[all …]
H A Dar-SA.po622 #: include/global_settings.php:468 include/global_settings.php:827
637 #: include/global_settings.php:826 include/global_settings.php:1711
701 #: include/global_settings.php:565 include/global_settings.php:573
702 #: include/global_settings.php:581 include/global_settings.php:1205
1004 #: include/global_settings.php:1085 include/global_settings.php:1326
1428 #: include/global_settings.php:359 include/global_settings.php:1424
1429 #: include/global_settings.php:1438 include/global_settings.php:1451
1430 #: include/global_settings.php:1476 include/global_settings.php:1490
1431 #: include/global_settings.php:1574 include/global_settings.php:2236
9184 #: include/global_settings.php:41 include/global_settings.php:577
[all …]
H A Dko-KR.po680 #: include/global_settings.php:468 include/global_settings.php:827
695 #: include/global_settings.php:826 include/global_settings.php:1711
762 #: include/global_settings.php:565 include/global_settings.php:573
763 #: include/global_settings.php:581 include/global_settings.php:1205
1106 #: include/global_settings.php:1085 include/global_settings.php:1326
1576 #: include/global_settings.php:359 include/global_settings.php:1424
1577 #: include/global_settings.php:1438 include/global_settings.php:1451
1578 #: include/global_settings.php:1476 include/global_settings.php:1490
1579 #: include/global_settings.php:1574 include/global_settings.php:2236
10450 #: include/global_settings.php:41 include/global_settings.php:577
[all …]
H A Dhi-IN.po683 #: include/global_settings.php:468 include/global_settings.php:827
698 #: include/global_settings.php:826 include/global_settings.php:1711
765 #: include/global_settings.php:565 include/global_settings.php:573
766 #: include/global_settings.php:581 include/global_settings.php:1205
1112 #: include/global_settings.php:1085 include/global_settings.php:1326
1587 #: include/global_settings.php:359 include/global_settings.php:1424
1588 #: include/global_settings.php:1438 include/global_settings.php:1451
1589 #: include/global_settings.php:1476 include/global_settings.php:1490
1590 #: include/global_settings.php:1574 include/global_settings.php:2236
10548 #: include/global_settings.php:41 include/global_settings.php:577
[all …]
H A Dja-JP.po669 #: include/global_settings.php:468 include/global_settings.php:827
684 #: include/global_settings.php:826 include/global_settings.php:1711
750 #: include/global_settings.php:565 include/global_settings.php:573
751 #: include/global_settings.php:581 include/global_settings.php:1205
1089 #: include/global_settings.php:1085 include/global_settings.php:1326
1555 #: include/global_settings.php:359 include/global_settings.php:1424
1556 #: include/global_settings.php:1438 include/global_settings.php:1451
1557 #: include/global_settings.php:1476 include/global_settings.php:1490
1558 #: include/global_settings.php:1574 include/global_settings.php:2236
10316 #: include/global_settings.php:41 include/global_settings.php:577
[all …]
H A Dzh-CN.po636 #: include/global_settings.php:468 include/global_settings.php:827
651 #: include/global_settings.php:826 include/global_settings.php:1711
716 #: include/global_settings.php:565 include/global_settings.php:573
717 #: include/global_settings.php:581 include/global_settings.php:1205
1021 #: include/global_settings.php:1085 include/global_settings.php:1326
1448 #: include/global_settings.php:359 include/global_settings.php:1424
1449 #: include/global_settings.php:1438 include/global_settings.php:1451
1450 #: include/global_settings.php:1476 include/global_settings.php:1490
1451 #: include/global_settings.php:1574 include/global_settings.php:2236
9154 #: include/global_settings.php:41 include/global_settings.php:577
[all …]
H A Dzh-TW.po675 #: include/global_settings.php:468 include/global_settings.php:827
690 #: include/global_settings.php:826 include/global_settings.php:1711
757 #: include/global_settings.php:565 include/global_settings.php:573
758 #: include/global_settings.php:581 include/global_settings.php:1205
1101 #: include/global_settings.php:1085 include/global_settings.php:1326
1572 #: include/global_settings.php:359 include/global_settings.php:1424
1573 #: include/global_settings.php:1438 include/global_settings.php:1451
1574 #: include/global_settings.php:1476 include/global_settings.php:1490
1575 #: include/global_settings.php:1574 include/global_settings.php:2236
10440 #: include/global_settings.php:41 include/global_settings.php:577
[all …]
H A Del-GR.po679 #: include/global_settings.php:468 include/global_settings.php:827
694 #: include/global_settings.php:826 include/global_settings.php:1711
761 #: include/global_settings.php:565 include/global_settings.php:573
762 #: include/global_settings.php:581 include/global_settings.php:1205
1104 #: include/global_settings.php:1085 include/global_settings.php:1326
1575 #: include/global_settings.php:359 include/global_settings.php:1424
1576 #: include/global_settings.php:1438 include/global_settings.php:1451
1577 #: include/global_settings.php:1476 include/global_settings.php:1490
1578 #: include/global_settings.php:1574 include/global_settings.php:2236
10473 #: include/global_settings.php:41 include/global_settings.php:577
[all …]
H A Dru-RU.po654 #: include/global_settings.php:468 include/global_settings.php:827
669 #: include/global_settings.php:826 include/global_settings.php:1711
735 #: include/global_settings.php:565 include/global_settings.php:573
736 #: include/global_settings.php:581 include/global_settings.php:1205
1074 #: include/global_settings.php:1085 include/global_settings.php:1326
1536 #: include/global_settings.php:359 include/global_settings.php:1424
1537 #: include/global_settings.php:1438 include/global_settings.php:1451
1538 #: include/global_settings.php:1476 include/global_settings.php:1490
1539 #: include/global_settings.php:1574 include/global_settings.php:2236
10405 #: include/global_settings.php:41 include/global_settings.php:577
[all …]
H A Dbg-BG.po675 #: include/global_settings.php:468 include/global_settings.php:827
690 #: include/global_settings.php:826 include/global_settings.php:1711
757 #: include/global_settings.php:565 include/global_settings.php:573
758 #: include/global_settings.php:581 include/global_settings.php:1205
1102 #: include/global_settings.php:1085 include/global_settings.php:1326
1573 #: include/global_settings.php:359 include/global_settings.php:1424
1574 #: include/global_settings.php:1438 include/global_settings.php:1451
1575 #: include/global_settings.php:1476 include/global_settings.php:1490
1576 #: include/global_settings.php:1574 include/global_settings.php:2236
10470 #: include/global_settings.php:41 include/global_settings.php:577
[all …]
H A Dhe-IL.po681 #: include/global_settings.php:468 include/global_settings.php:827
696 #: include/global_settings.php:826 include/global_settings.php:1711
763 #: include/global_settings.php:565 include/global_settings.php:573
764 #: include/global_settings.php:581 include/global_settings.php:1205
1108 #: include/global_settings.php:1085 include/global_settings.php:1326
1582 #: include/global_settings.php:359 include/global_settings.php:1424
1583 #: include/global_settings.php:1438 include/global_settings.php:1451
1584 #: include/global_settings.php:1476 include/global_settings.php:1490
1585 #: include/global_settings.php:1574 include/global_settings.php:2236
10569 #: include/global_settings.php:41 include/global_settings.php:577
[all …]
/dports/net/boinc-client/boinc-client_release-7.8-7.8.6/drupal/sites/default/boinc/modules/contrib/cck/modules/userreference/
H A Duserreference.install129 …$result = db_query("SELECT field_name, global_settings FROM {". content_field_tablename() ."} WHER…
131 $global_settings = unserialize($userreference->global_settings);
133 …if (isset($global_settings['referenceable_status']) && is_array($global_settings['referenceable_st…
134 $referenceable_status = array_filter($global_settings['referenceable_status']);
135 $global_settings['referenceable_status'] = (!empty($referenceable_status) ? 1 : '');
139 … {". content_field_tablename() ."} SET global_settings = '%s' WHERE field_name = '%s'", serialize(…
/dports/emulators/gxemul/gxemul-0.6.3/src/old_main/
H A Dmain.cc59 struct settings *global_settings; variable
781 global_settings = settings_new(); in main()
785 settings_add(global_settings, "no", 0, SETTINGS_TYPE_INT, in main()
793 settings_add(global_settings, "single_step", 0, in main()
800 settings_add(global_settings, "verbose", 1, in main()
802 settings_add(global_settings, "quiet_mode", 1, in main()
814 settings_add(global_settings, "emul", 1, in main()
871 settings_remove(global_settings, "emul"); in main()
877 settings_add(global_settings, "emul", 1, in main()
916 settings_remove_all(global_settings); in main()
[all …]
/dports/net-p2p/bazarr/bazarr-1.0.2/libs/git/test/fixtures/
H A Ddiff_new_mode1 diff --git a/conf/global_settings.py b/conf/global_settings.py
5 --- a/conf/global_settings.py
6 +++ b/conf/global_settings.py

12345678910>>...50