Home
last modified time | relevance | path

Searched refs:system_config (Results 1 – 25 of 106) sorted by relevance

12345

/dports/japanese/ibus-anthy/ibus-anthy-1.5.11/engine/python3/
H A Dmain.py99 system_config = path.join(config.PKGDATADIR, 'engine', 'default.xml')
102 if not path.exists(system_config):
121 system_config_version = __get_engine_file_version(system_config)
124 shutil.copyfile(system_config, user_config)
129 system_config = os.path.join(config.PKGDATADIR, 'engine', 'default.xml')
131 for f in [user_config, system_config]:
136 print('Not exist: %s' % system_config, file=sys.stderr)
/dports/japanese/ibus-anthy/ibus-anthy-1.5.11/engine/python2/
H A Dmain.py99 system_config = path.join(config.PKGDATADIR, 'engine', 'default.xml')
102 if not path.exists(system_config):
123 system_config_version = __get_engine_file_version(system_config)
126 shutil.copyfile(system_config, user_config)
131 system_config = os.path.join(config.PKGDATADIR, 'engine', 'default.xml')
133 for f in [user_config, system_config]:
138 print >> sys.stderr, 'Not exist: %s' % system_config
/dports/devel/arcanist/arcanist-b2e715f/src/configuration/
H A DArcanistConfigurationManager.php119 $system_config = $this->readSystemArcConfig();
120 $pval = idx($system_config, $key);
299 static $system_config;
300 if ($system_config === null) {
301 $system_config = array();
314 $system_config = phutil_json_decode($file);
331 return $system_config;
/dports/devel/arcanist-lib/arcanist-b2e715f/src/configuration/
H A DArcanistConfigurationManager.php119 $system_config = $this->readSystemArcConfig();
120 $pval = idx($system_config, $key);
299 static $system_config;
300 if ($system_config === null) {
301 $system_config = array();
314 $system_config = phutil_json_decode($file);
331 return $system_config;
/dports/devel/git-svn/git-2.34.1/git-gui/lib/
H A Doption.tcl28 global repo_config global_config system_config
52 if {$value eq $system_config($name)} {
318 global font_descs default_config repo_config system_config
322 set repo_config_new($name) $system_config($name)
323 set global_config_new($name) $system_config($name)
328 set repo_config(gui.$name) $system_config(gui.$name)
/dports/devel/git-gui/git-2.34.1/git-gui/lib/
H A Doption.tcl28 global repo_config global_config system_config
52 if {$value eq $system_config($name)} {
318 global font_descs default_config repo_config system_config
322 set repo_config_new($name) $system_config($name)
323 set global_config_new($name) $system_config($name)
328 set repo_config(gui.$name) $system_config(gui.$name)
/dports/devel/git-p4/git-2.34.1/git-gui/lib/
H A Doption.tcl28 global repo_config global_config system_config
52 if {$value eq $system_config($name)} {
318 global font_descs default_config repo_config system_config
322 set repo_config_new($name) $system_config($name)
323 set global_config_new($name) $system_config($name)
328 set repo_config(gui.$name) $system_config(gui.$name)
/dports/devel/git/git-2.34.1/git-gui/lib/
H A Doption.tcl28 global repo_config global_config system_config
52 if {$value eq $system_config($name)} {
318 global font_descs default_config repo_config system_config
322 set repo_config_new($name) $system_config($name)
323 set global_config_new($name) $system_config($name)
328 set repo_config(gui.$name) $system_config(gui.$name)
/dports/devel/git-cvs/git-2.34.1/git-gui/lib/
H A Doption.tcl28 global repo_config global_config system_config
52 if {$value eq $system_config($name)} {
318 global font_descs default_config repo_config system_config
322 set repo_config_new($name) $system_config($name)
323 set global_config_new($name) $system_config($name)
328 set repo_config(gui.$name) $system_config(gui.$name)
/dports/devel/cgit/cgit-1.2.3/git/git-gui/lib/
H A Doption.tcl28 global repo_config global_config system_config
52 if {$value eq $system_config($name)} {
318 global font_descs default_config repo_config system_config
322 set repo_config_new($name) $system_config($name)
323 set global_config_new($name) $system_config($name)
328 set repo_config(gui.$name) $system_config(gui.$name)
/dports/www/p5-Dancer-Plugin-RPC/Dancer-Plugin-RPC-1.10/example/lib/
H A DExample.pm47 my $system_config = Example::EndpointConfig->new(
55 $system_config->register_endpoint($plugin, '/system');
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/proxy_config/
H A Dpref_proxy_config_tracker_impl.cc88 net::ProxyConfigWithAnnotation system_config; in GetLatestProxyConfig() local
92 system_availability = base_service_->GetLatestProxyConfig(&system_config); in GetLatestProxyConfig()
96 pref_config_state_, pref_config_, system_availability, system_config, in GetLatestProxyConfig()
213 const net::ProxyConfigWithAnnotation& system_config, in GetEffectiveProxyConfig() argument
234 *effective_config = system_config; in GetEffectiveProxyConfig()
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/proxy_config/
H A Dpref_proxy_config_tracker_impl.cc89 net::ProxyConfigWithAnnotation system_config; in GetLatestProxyConfig() local
93 system_availability = base_service_->GetLatestProxyConfig(&system_config); in GetLatestProxyConfig()
97 pref_config_state_, pref_config_, system_availability, system_config, in GetLatestProxyConfig()
214 const net::ProxyConfigWithAnnotation& system_config, in GetEffectiveProxyConfig() argument
235 *effective_config = system_config; in GetEffectiveProxyConfig()
/dports/devel/allegro/allegro-4.4.3.1/src/
H A Dconfig.c59 static CONFIG *system_config = NULL; variable
190 if (system_config) { in config_cleanup()
191 destroy_config(system_config); in config_cleanup()
192 system_config = NULL; in config_cleanup()
250 if (!system_config) { in init_config()
251 system_config = _AL_MALLOC(sizeof(CONFIG)); in init_config()
252 if (system_config) { in init_config()
253 system_config->head = NULL; in init_config()
254 system_config->filename = NULL; in init_config()
255 system_config->dirty = FALSE; in init_config()
[all …]
/dports/finance/gnucash/gnucash-4.9/gnucash/
H A Dgnucash-core-app.cpp106 auto system_config = g_build_filename (system_config_dir, "config", nullptr); in gnc_load_scm_config() local
107 is_system_config_loaded = gfec_try_load (system_config); in gnc_load_scm_config()
109 g_free (system_config); in gnc_load_scm_config()
/dports/www/chromium-legacy/chromium-88.0.4324.182/net/dns/
H A Ddns_client.cc126 bool SetSystemConfig(base::Optional<DnsConfig> system_config) override { in SetSystemConfig() argument
127 if (system_config == system_config_) in SetSystemConfig()
130 system_config_ = std::move(system_config); in SetSystemConfig()
H A Ddns_client.h61 virtual bool SetSystemConfig(base::Optional<DnsConfig> system_config) = 0;
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/net/dns/
H A Ddns_client.cc125 bool SetSystemConfig(base::Optional<DnsConfig> system_config) override { in SetSystemConfig() argument
126 if (system_config == system_config_) in SetSystemConfig()
129 system_config_ = std::move(system_config); in SetSystemConfig()
H A Ddns_client.h61 virtual bool SetSystemConfig(base::Optional<DnsConfig> system_config) = 0;
/dports/deskutils/egroupware/egroupware/api/src/Db/
H A DBackup.php310 static $system_config = array( variable in EGroupware\\Api\\Db\\Backup
347 $system_config = array();
350 'config_name' => self::$system_config,
353 $system_config[] = $row;
426 foreach($system_config as $row)
452 …substr(parse_url($system_config['webserver_url'], PHP_URL_PATH),0,strlen($cookiepath) !== $cookiep…
/dports/net/rabbitmq/rabbitmq-server-3.9.11/deps/ra/src/
H A Dra_server.hrl24 system_config :: ra_system:config()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/gpu/drm/radeon/
H A Drs780_dpm.h39 u32 system_config; member
/dports/misc/rump/buildrump.sh-b914579/src/sys/external/bsd/drm2/dist/drm/radeon/
H A Drs780_dpm.h39 u32 system_config; member
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/gpu/drm/radeon/
H A Drs780_dpm.h39 u32 system_config; member
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/gpu/drm/radeon/
H A Drs780_dpm.h39 u32 system_config; member

12345