Home
last modified time | relevance | path

Searched refs:getConfig (Results 1 – 25 of 2679) sorted by relevance

12345678910>>...108

/dports/graphics/opencollada/OpenCOLLADA-1.6.68/xsd2cppsax/src/de/netallied/xsd2cppsax/printers/
H A DFPrintfParserPrinter.java165 return getConfig().getFPrintfParserClassName(); in getClassName()
175 return getConfig().getFprintfCtorParas(); in getCtorParas()
185 return getConfig().getTemplateFprintfOpenFile(); in getCtorTmpl()
260 return getConfig().getFPrintfParserNamespace(); in getNamespace()
485 if (Util.isFloat(attrType, getConfig())) { in printAttributeFloat()
523 … } else if (Util.isNumericType(itemType, getConfig()) || Util.isBoolType(itemType, getConfig())) { in printAttributeList()
548 if (Util.isFloat(itemType, getConfig())) { in printAttributeListItemFloat()
569 if (Util.isBoolType(itemType, getConfig())) { in printAttributeListItemNumeric()
788 …} else if (Util.isNumericType(simpleType, getConfig()) || Util.isBoolType(simpleType, getConfig())… in printDataAtomic()
821 if (Util.isFloat(simpleType, getConfig())) { in printDataFloat()
[all …]
/dports/net-mgmt/zabbix5-agent/zabbix-5.0.19/ui/include/classes/setup/
H A DCSetupWizard.php82 return $this->getConfig('step', 0);
370 $db_type = $this->getConfig('DB_TYPE');
376 $db_port = ($this->getConfig('DB_PORT') == 0) ? _('default') : $this->getConfig('DB_PORT');
392 $this->getConfig('DB_CA_FILE')
395 $this->getConfig('DB_KEY_FILE')
398 $this->getConfig('DB_CERT_FILE')
405 $this->getConfig('DB_CIPHER_LIST')
414 $this->getConfig('ZBX_SERVER_PORT')
417 $this->getConfig('ZBX_SERVER_NAME')
450 'TYPE' => $this->getConfig('DB_TYPE'),
[all …]
/dports/net-mgmt/zabbix5-java/zabbix-5.0.19/ui/include/classes/setup/
H A DCSetupWizard.php82 return $this->getConfig('step', 0);
370 $db_type = $this->getConfig('DB_TYPE');
376 $db_port = ($this->getConfig('DB_PORT') == 0) ? _('default') : $this->getConfig('DB_PORT');
392 $this->getConfig('DB_CA_FILE')
395 $this->getConfig('DB_KEY_FILE')
398 $this->getConfig('DB_CERT_FILE')
405 $this->getConfig('DB_CIPHER_LIST')
414 $this->getConfig('ZBX_SERVER_PORT')
417 $this->getConfig('ZBX_SERVER_NAME')
450 'TYPE' => $this->getConfig('DB_TYPE'),
[all …]
/dports/net-mgmt/zabbix5-proxy/zabbix-5.0.19/ui/include/classes/setup/
H A DCSetupWizard.php82 return $this->getConfig('step', 0);
370 $db_type = $this->getConfig('DB_TYPE');
376 $db_port = ($this->getConfig('DB_PORT') == 0) ? _('default') : $this->getConfig('DB_PORT');
392 $this->getConfig('DB_CA_FILE')
395 $this->getConfig('DB_KEY_FILE')
398 $this->getConfig('DB_CERT_FILE')
405 $this->getConfig('DB_CIPHER_LIST')
414 $this->getConfig('ZBX_SERVER_PORT')
417 $this->getConfig('ZBX_SERVER_NAME')
450 'TYPE' => $this->getConfig('DB_TYPE'),
[all …]
/dports/net-mgmt/zabbix5-server/zabbix-5.0.19/ui/include/classes/setup/
H A DCSetupWizard.php82 return $this->getConfig('step', 0);
370 $db_type = $this->getConfig('DB_TYPE');
376 $db_port = ($this->getConfig('DB_PORT') == 0) ? _('default') : $this->getConfig('DB_PORT');
392 $this->getConfig('DB_CA_FILE')
395 $this->getConfig('DB_KEY_FILE')
398 $this->getConfig('DB_CERT_FILE')
405 $this->getConfig('DB_CIPHER_LIST')
414 $this->getConfig('ZBX_SERVER_PORT')
417 $this->getConfig('ZBX_SERVER_NAME')
450 'TYPE' => $this->getConfig('DB_TYPE'),
[all …]
/dports/net-mgmt/zabbix5-frontend/zabbix-5.0.19/ui/include/classes/setup/
H A DCSetupWizard.php82 return $this->getConfig('step', 0);
370 $db_type = $this->getConfig('DB_TYPE');
376 $db_port = ($this->getConfig('DB_PORT') == 0) ? _('default') : $this->getConfig('DB_PORT');
392 $this->getConfig('DB_CA_FILE')
395 $this->getConfig('DB_KEY_FILE')
398 $this->getConfig('DB_CERT_FILE')
405 $this->getConfig('DB_CIPHER_LIST')
414 $this->getConfig('ZBX_SERVER_PORT')
417 $this->getConfig('ZBX_SERVER_NAME')
450 'TYPE' => $this->getConfig('DB_TYPE'),
[all …]
/dports/net-mgmt/zabbix3-server/zabbix-3.0.32/frontends/php/include/classes/setup/
H A DCSetupWizard.php63 function getConfig($name, $default = null) { function in CSetupWizard
72 return $this->getConfig('step', 0);
209 $DB['TYPE'] = $this->getConfig('DB_TYPE');
308 $db_type = $this->getConfig('DB_TYPE');
319 $db_port = ($this->getConfig('DB_PORT') == 0) ? _('default') : $this->getConfig('DB_PORT');
355 'TYPE' => $this->getConfig('DB_TYPE'),
357 'PORT' => $this->getConfig('DB_PORT'),
359 'USER' => $this->getConfig('DB_USER'),
417 $DB['TYPE'] = $this->getConfig('DB_TYPE');
523 'TYPE' => $this->getConfig('DB_TYPE'),
[all …]
/dports/net-mgmt/zabbix3-agent/zabbix-3.0.32/frontends/php/include/classes/setup/
H A DCSetupWizard.php63 function getConfig($name, $default = null) { function in CSetupWizard
72 return $this->getConfig('step', 0);
209 $DB['TYPE'] = $this->getConfig('DB_TYPE');
308 $db_type = $this->getConfig('DB_TYPE');
319 $db_port = ($this->getConfig('DB_PORT') == 0) ? _('default') : $this->getConfig('DB_PORT');
355 'TYPE' => $this->getConfig('DB_TYPE'),
357 'PORT' => $this->getConfig('DB_PORT'),
359 'USER' => $this->getConfig('DB_USER'),
417 $DB['TYPE'] = $this->getConfig('DB_TYPE');
523 'TYPE' => $this->getConfig('DB_TYPE'),
[all …]
/dports/net-mgmt/zabbix3-proxy/zabbix-3.0.32/frontends/php/include/classes/setup/
H A DCSetupWizard.php63 function getConfig($name, $default = null) { function in CSetupWizard
72 return $this->getConfig('step', 0);
209 $DB['TYPE'] = $this->getConfig('DB_TYPE');
308 $db_type = $this->getConfig('DB_TYPE');
319 $db_port = ($this->getConfig('DB_PORT') == 0) ? _('default') : $this->getConfig('DB_PORT');
355 'TYPE' => $this->getConfig('DB_TYPE'),
357 'PORT' => $this->getConfig('DB_PORT'),
359 'USER' => $this->getConfig('DB_USER'),
417 $DB['TYPE'] = $this->getConfig('DB_TYPE');
523 'TYPE' => $this->getConfig('DB_TYPE'),
[all …]
/dports/net-mgmt/zabbix3-frontend/zabbix-3.0.32/frontends/php/include/classes/setup/
H A DCSetupWizard.php63 function getConfig($name, $default = null) { function in CSetupWizard
72 return $this->getConfig('step', 0);
209 $DB['TYPE'] = $this->getConfig('DB_TYPE');
308 $db_type = $this->getConfig('DB_TYPE');
319 $db_port = ($this->getConfig('DB_PORT') == 0) ? _('default') : $this->getConfig('DB_PORT');
355 'TYPE' => $this->getConfig('DB_TYPE'),
357 'PORT' => $this->getConfig('DB_PORT'),
359 'USER' => $this->getConfig('DB_USER'),
417 $DB['TYPE'] = $this->getConfig('DB_TYPE');
523 'TYPE' => $this->getConfig('DB_TYPE'),
[all …]
/dports/net-mgmt/zabbix3-java/zabbix-3.0.32/frontends/php/include/classes/setup/
H A DCSetupWizard.php63 function getConfig($name, $default = null) { function in CSetupWizard
72 return $this->getConfig('step', 0);
209 $DB['TYPE'] = $this->getConfig('DB_TYPE');
308 $db_type = $this->getConfig('DB_TYPE');
319 $db_port = ($this->getConfig('DB_PORT') == 0) ? _('default') : $this->getConfig('DB_PORT');
355 'TYPE' => $this->getConfig('DB_TYPE'),
357 'PORT' => $this->getConfig('DB_PORT'),
359 'USER' => $this->getConfig('DB_USER'),
417 $DB['TYPE'] = $this->getConfig('DB_TYPE');
523 'TYPE' => $this->getConfig('DB_TYPE'),
[all …]
/dports/net-mgmt/zabbix54-proxy/zabbix-5.4.9/ui/include/classes/setup/
H A DCSetupWizard.php640 'TYPE' => $this->getConfig('DB_TYPE'),
641 'SERVER' => $this->getConfig('DB_SERVER'),
642 'PORT' => $this->getConfig('DB_PORT'),
644 'SCHEMA' => $this->getConfig('DB_SCHEMA'),
648 'CA_FILE' => $this->getConfig('DB_CA_FILE'),
735 if (!$this->getConfig('check_fields_result')) {
739 $DB['TYPE'] = $this->getConfig('DB_TYPE');
1013 'TYPE' => $this->getConfig('DB_TYPE'),
1014 'SERVER' => $this->getConfig('DB_SERVER'),
1015 'PORT' => $this->getConfig('DB_PORT'),
[all …]
/dports/net-mgmt/zabbix54-server/zabbix-5.4.9/ui/include/classes/setup/
H A DCSetupWizard.php640 'TYPE' => $this->getConfig('DB_TYPE'),
641 'SERVER' => $this->getConfig('DB_SERVER'),
642 'PORT' => $this->getConfig('DB_PORT'),
644 'SCHEMA' => $this->getConfig('DB_SCHEMA'),
648 'CA_FILE' => $this->getConfig('DB_CA_FILE'),
735 if (!$this->getConfig('check_fields_result')) {
739 $DB['TYPE'] = $this->getConfig('DB_TYPE');
1013 'TYPE' => $this->getConfig('DB_TYPE'),
1014 'SERVER' => $this->getConfig('DB_SERVER'),
1015 'PORT' => $this->getConfig('DB_PORT'),
[all …]
/dports/net-mgmt/zabbix54-frontend/zabbix-5.4.9/ui/include/classes/setup/
H A DCSetupWizard.php640 'TYPE' => $this->getConfig('DB_TYPE'),
641 'SERVER' => $this->getConfig('DB_SERVER'),
642 'PORT' => $this->getConfig('DB_PORT'),
644 'SCHEMA' => $this->getConfig('DB_SCHEMA'),
648 'CA_FILE' => $this->getConfig('DB_CA_FILE'),
735 if (!$this->getConfig('check_fields_result')) {
739 $DB['TYPE'] = $this->getConfig('DB_TYPE');
1013 'TYPE' => $this->getConfig('DB_TYPE'),
1014 'SERVER' => $this->getConfig('DB_SERVER'),
1015 'PORT' => $this->getConfig('DB_PORT'),
[all …]
/dports/net-mgmt/zabbix54-java/zabbix-5.4.9/ui/include/classes/setup/
H A DCSetupWizard.php640 'TYPE' => $this->getConfig('DB_TYPE'),
641 'SERVER' => $this->getConfig('DB_SERVER'),
642 'PORT' => $this->getConfig('DB_PORT'),
644 'SCHEMA' => $this->getConfig('DB_SCHEMA'),
648 'CA_FILE' => $this->getConfig('DB_CA_FILE'),
735 if (!$this->getConfig('check_fields_result')) {
739 $DB['TYPE'] = $this->getConfig('DB_TYPE');
1013 'TYPE' => $this->getConfig('DB_TYPE'),
1014 'SERVER' => $this->getConfig('DB_SERVER'),
1015 'PORT' => $this->getConfig('DB_PORT'),
[all …]
/dports/net-mgmt/zabbix54-agent/zabbix-5.4.9/ui/include/classes/setup/
H A DCSetupWizard.php640 'TYPE' => $this->getConfig('DB_TYPE'),
641 'SERVER' => $this->getConfig('DB_SERVER'),
642 'PORT' => $this->getConfig('DB_PORT'),
644 'SCHEMA' => $this->getConfig('DB_SCHEMA'),
648 'CA_FILE' => $this->getConfig('DB_CA_FILE'),
735 if (!$this->getConfig('check_fields_result')) {
739 $DB['TYPE'] = $this->getConfig('DB_TYPE');
1013 'TYPE' => $this->getConfig('DB_TYPE'),
1014 'SERVER' => $this->getConfig('DB_SERVER'),
1015 'PORT' => $this->getConfig('DB_PORT'),
[all …]
/dports/net-mgmt/zabbix4-java/zabbix-4.0.30/frontends/php/include/classes/setup/
H A DCSetupWizard.php63 function getConfig($name, $default = null) { function in CSetupWizard
72 return $this->getConfig('step', 0);
300 $db_type = $this->getConfig('DB_TYPE');
306 $db_port = ($this->getConfig('DB_PORT') == 0) ? _('default') : $this->getConfig('DB_PORT');
340 'TYPE' => $this->getConfig('DB_TYPE'),
342 'PORT' => $this->getConfig('DB_PORT'),
344 'USER' => $this->getConfig('DB_USER'),
402 $DB['TYPE'] = $this->getConfig('DB_TYPE');
519 'TYPE' => $this->getConfig('DB_TYPE'),
521 'PORT' => $this->getConfig('DB_PORT'),
[all …]
/dports/net-mgmt/zabbix4-agent/zabbix-4.0.30/frontends/php/include/classes/setup/
H A DCSetupWizard.php63 function getConfig($name, $default = null) { function in CSetupWizard
72 return $this->getConfig('step', 0);
300 $db_type = $this->getConfig('DB_TYPE');
306 $db_port = ($this->getConfig('DB_PORT') == 0) ? _('default') : $this->getConfig('DB_PORT');
340 'TYPE' => $this->getConfig('DB_TYPE'),
342 'PORT' => $this->getConfig('DB_PORT'),
344 'USER' => $this->getConfig('DB_USER'),
402 $DB['TYPE'] = $this->getConfig('DB_TYPE');
519 'TYPE' => $this->getConfig('DB_TYPE'),
521 'PORT' => $this->getConfig('DB_PORT'),
[all …]
/dports/net-mgmt/zabbix4-frontend/zabbix-4.0.30/frontends/php/include/classes/setup/
H A DCSetupWizard.php63 function getConfig($name, $default = null) { function in CSetupWizard
72 return $this->getConfig('step', 0);
300 $db_type = $this->getConfig('DB_TYPE');
306 $db_port = ($this->getConfig('DB_PORT') == 0) ? _('default') : $this->getConfig('DB_PORT');
340 'TYPE' => $this->getConfig('DB_TYPE'),
342 'PORT' => $this->getConfig('DB_PORT'),
344 'USER' => $this->getConfig('DB_USER'),
402 $DB['TYPE'] = $this->getConfig('DB_TYPE');
519 'TYPE' => $this->getConfig('DB_TYPE'),
521 'PORT' => $this->getConfig('DB_PORT'),
[all …]
/dports/net-mgmt/zabbix4-server/zabbix-4.0.30/frontends/php/include/classes/setup/
H A DCSetupWizard.php63 function getConfig($name, $default = null) { function in CSetupWizard
72 return $this->getConfig('step', 0);
300 $db_type = $this->getConfig('DB_TYPE');
306 $db_port = ($this->getConfig('DB_PORT') == 0) ? _('default') : $this->getConfig('DB_PORT');
340 'TYPE' => $this->getConfig('DB_TYPE'),
342 'PORT' => $this->getConfig('DB_PORT'),
344 'USER' => $this->getConfig('DB_USER'),
402 $DB['TYPE'] = $this->getConfig('DB_TYPE');
519 'TYPE' => $this->getConfig('DB_TYPE'),
521 'PORT' => $this->getConfig('DB_PORT'),
[all …]
/dports/net-mgmt/zabbix4-proxy/zabbix-4.0.30/frontends/php/include/classes/setup/
H A DCSetupWizard.php63 function getConfig($name, $default = null) { function in CSetupWizard
72 return $this->getConfig('step', 0);
300 $db_type = $this->getConfig('DB_TYPE');
306 $db_port = ($this->getConfig('DB_PORT') == 0) ? _('default') : $this->getConfig('DB_PORT');
340 'TYPE' => $this->getConfig('DB_TYPE'),
342 'PORT' => $this->getConfig('DB_PORT'),
344 'USER' => $this->getConfig('DB_USER'),
402 $DB['TYPE'] = $this->getConfig('DB_TYPE');
519 'TYPE' => $this->getConfig('DB_TYPE'),
521 'PORT' => $this->getConfig('DB_PORT'),
[all …]
/dports/www/rss-bridge/rss-bridge-2021-04-25/lib/
H A DConfiguration.php153 if(!is_string(self::getConfig('system', 'timezone'))
159 if(!is_string(self::getConfig('proxy', 'url')))
162 if(!empty(self::getConfig('proxy', 'url'))) {
164 define('PROXY_URL', self::getConfig('proxy', 'url'));
167 if(!is_bool(self::getConfig('proxy', 'by_bridge')))
173 if(!is_string(self::getConfig('proxy', 'name')))
179 if(!is_string(self::getConfig('cache', 'type')))
197 if(!empty(self::getConfig('admin', 'email'))
201 if(!is_string(self::getConfig('error', 'output')))
205 || self::getConfig('error', 'report_limit') < 1)
[all …]
/dports/net/kea/kea-2.0.1/src/hooks/dhcp/high_availability/tests/
H A Dha_config_unittest.cc151 EXPECT_FALSE(impl->getConfig()->amSyncingLeases()); in TEST_F()
153 EXPECT_EQ(3, impl->getConfig()->getSyncPageLimit()); in TEST_F()
158 EXPECT_EQ(5, impl->getConfig()->getMaxAckDelay()); in TEST_F()
171 cfg = impl->getConfig()->getPeerConfig("server2"); in TEST_F()
180 cfg = impl->getConfig()->getPeerConfig("server3"); in TEST_F()
276 EXPECT_TRUE(impl->getConfig()->amSyncingLeases()); in TEST_F()
295 cfg = impl->getConfig()->getPeerConfig("server2"); in TEST_F()
303 cfg = impl->getConfig()->getPeerConfig("server3"); in TEST_F()
398 cfg = impl->getConfig()->getPeerConfig("server2"); in TEST_F()
405 cfg = impl->getConfig()->getPeerConfig("server3"); in TEST_F()
[all …]
/dports/databases/mariadb105-client/mariadb-10.5.15/storage/columnstore/columnstore/tools/configMgt/
H A DautoConfigure.cpp121 cloud = sysConfigOld->getConfig(InstallSection, "Cloud"); in main()
135 cloud = sysConfigNew->getConfig(InstallSection, "Cloud"); in main()
331 HA_IPadd = sysConfigOld->getConfig("ProcMgr_HA", "IPAddr"); in main()
359 CMP_IPadd = sysConfigOld->getConfig(cmpName, "IPAddr"); in main()
368 CMP_port = sysConfigOld->getConfig(cmpName, "Port"); in main()
404 Host = sysConfigOld->getConfig("CrossEngineSupport", "Host"); in main()
405 Port = sysConfigOld->getConfig("CrossEngineSupport", "Port"); in main()
406 User = sysConfigOld->getConfig("CrossEngineSupport", "User"); in main()
1819 Host = sysConfigOld->getConfig("QueryTele", "Host"); in main()
1823 Port = sysConfigOld->getConfig("QueryTele", "Port"); in main()
[all …]
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/columnstore/columnstore/tools/configMgt/
H A DautoConfigure.cpp121 cloud = sysConfigOld->getConfig(InstallSection, "Cloud"); in main()
135 cloud = sysConfigNew->getConfig(InstallSection, "Cloud"); in main()
331 HA_IPadd = sysConfigOld->getConfig("ProcMgr_HA", "IPAddr"); in main()
359 CMP_IPadd = sysConfigOld->getConfig(cmpName, "IPAddr"); in main()
368 CMP_port = sysConfigOld->getConfig(cmpName, "Port"); in main()
404 Host = sysConfigOld->getConfig("CrossEngineSupport", "Host"); in main()
405 Port = sysConfigOld->getConfig("CrossEngineSupport", "Port"); in main()
406 User = sysConfigOld->getConfig("CrossEngineSupport", "User"); in main()
1819 Host = sysConfigOld->getConfig("QueryTele", "Host"); in main()
1823 Port = sysConfigOld->getConfig("QueryTele", "Port"); in main()
[all …]

12345678910>>...108