Home
last modified time | relevance | path

Searched refs:userCfg (Results 1 – 25 of 168) sorted by relevance

1234567

/dports/databases/py-gdbm/Python-3.8.12/Lib/idlelib/
H A Dconfig.py159 self.userCfg = {}
267 cfgParser = self.userCfg[configType]
298 cfgParser = self.userCfg['highlight']
699 cfgParser = self.userCfg['main']
758 self.userCfg[key].Load() #same keys
762 for key in self.userCfg:
763 self.userCfg[key].Save()
832 idleConf.userCfg['main'].Save()
850 idleConf.userCfg[config_type].Save()
863 configpage = idleConf.userCfg[config_type]
[all …]
/dports/databases/py-sqlite3/Python-3.8.12/Lib/idlelib/
H A Dconfig.py159 self.userCfg = {}
267 cfgParser = self.userCfg[configType]
298 cfgParser = self.userCfg['highlight']
699 cfgParser = self.userCfg['main']
758 self.userCfg[key].Load() #same keys
762 for key in self.userCfg:
763 self.userCfg[key].Save()
832 idleConf.userCfg['main'].Save()
850 idleConf.userCfg[config_type].Save()
863 configpage = idleConf.userCfg[config_type]
[all …]
/dports/lang/python310/Python-3.10.1/Lib/idlelib/
H A Dconfig.py159 self.userCfg = {}
267 cfgParser = self.userCfg[configType]
298 cfgParser = self.userCfg['highlight']
699 cfgParser = self.userCfg['main']
758 self.userCfg[key].Load() #same keys
762 for key in self.userCfg:
763 self.userCfg[key].Save()
832 idleConf.userCfg['main'].Save()
850 idleConf.userCfg[config_type].Save()
863 configpage = idleConf.userCfg[config_type]
[all …]
/dports/lang/python37/Python-3.7.12/Lib/idlelib/
H A Dconfig.py159 self.userCfg = {}
267 cfgParser = self.userCfg[configType]
298 cfgParser = self.userCfg['highlight']
699 cfgParser = self.userCfg['main']
758 self.userCfg[key].Load() #same keys
762 for key in self.userCfg:
763 self.userCfg[key].Save()
832 idleConf.userCfg['main'].Save()
850 idleConf.userCfg[config_type].Save()
863 configpage = idleConf.userCfg[config_type]
[all …]
/dports/lang/python38/Python-3.8.12/Lib/idlelib/
H A Dconfig.py159 self.userCfg = {}
267 cfgParser = self.userCfg[configType]
298 cfgParser = self.userCfg['highlight']
699 cfgParser = self.userCfg['main']
758 self.userCfg[key].Load() #same keys
762 for key in self.userCfg:
763 self.userCfg[key].Save()
832 idleConf.userCfg['main'].Save()
850 idleConf.userCfg[config_type].Save()
863 configpage = idleConf.userCfg[config_type]
[all …]
/dports/lang/python-tools/Python-3.8.12/Lib/idlelib/
H A Dconfig.py159 self.userCfg = {}
267 cfgParser = self.userCfg[configType]
298 cfgParser = self.userCfg['highlight']
699 cfgParser = self.userCfg['main']
758 self.userCfg[key].Load() #same keys
762 for key in self.userCfg:
763 self.userCfg[key].Save()
832 idleConf.userCfg['main'].Save()
850 idleConf.userCfg[config_type].Save()
863 configpage = idleConf.userCfg[config_type]
[all …]
/dports/lang/python39/Python-3.9.9/Lib/idlelib/
H A Dconfig.py159 self.userCfg = {}
267 cfgParser = self.userCfg[configType]
298 cfgParser = self.userCfg['highlight']
699 cfgParser = self.userCfg['main']
758 self.userCfg[key].Load() #same keys
762 for key in self.userCfg:
763 self.userCfg[key].Save()
832 idleConf.userCfg['main'].Save()
850 idleConf.userCfg[config_type].Save()
863 configpage = idleConf.userCfg[config_type]
[all …]
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Lib/idlelib/
H A Dconfig.py159 self.userCfg = {}
267 cfgParser = self.userCfg[configType]
298 cfgParser = self.userCfg['highlight']
699 cfgParser = self.userCfg['main']
758 self.userCfg[key].Load() #same keys
762 for key in self.userCfg:
763 self.userCfg[key].Save()
832 idleConf.userCfg['main'].Save()
850 idleConf.userCfg[config_type].Save()
863 configpage = idleConf.userCfg[config_type]
[all …]
/dports/lang/python311/Python-3.11.0a3/Lib/idlelib/
H A Dconfig.py159 self.userCfg = {}
267 cfgParser = self.userCfg[configType]
298 cfgParser = self.userCfg['highlight']
699 cfgParser = self.userCfg['main']
758 self.userCfg[key].Load() #same keys
762 for key in self.userCfg:
763 self.userCfg[key].Save()
832 idleConf.userCfg['main'].Save()
850 idleConf.userCfg[config_type].Save()
863 configpage = idleConf.userCfg[config_type]
[all …]
/dports/net-mgmt/snmp4nagios/SNMP4Nagios-0.4/
H A Dsnmpif.c123 char* userCfg = malloc ( strLen ); in ConfigureCommunity() local
124 if ( !userCfg ) ErrorMalloc (); in ConfigureCommunity()
125 strncpy ( userCfg, home, 128 ); in ConfigureCommunity()
126 strncat ( userCfg, fName, 128 ); in ConfigureCommunity()
127 readIt = ReadFile ( &comBuf, &strLen, userCfg ); in ConfigureCommunity()
128 free ( userCfg ); in ConfigureCommunity()
148 char* userCfg = malloc ( strLen ); in ConfigureCommunity() local
149 if ( !userCfg ) ErrorMalloc (); in ConfigureCommunity()
150 strncpy ( userCfg, home, 128 ); in ConfigureCommunity()
151 strncat ( userCfg, fName, 128 ); in ConfigureCommunity()
[all …]
/dports/lang/python-legacy/Python-2.7.18/Lib/idlelib/
H A DconfigHandler.py158 self.userCfg = {}
230 if self.userCfg[configType].has_option(section, option):
264 self.userCfg[configType].SetOption(section, option, value)
275 cfgParser = self.userCfg[configType]
320 cfgParser = self.userCfg['highlight']
397 source = self.defaultCfg if default else self.userCfg
671 cfgParser = self.userCfg['main']
733 self.userCfg[key].Load() #same keys
737 for key in self.userCfg:
738 self.userCfg[key].Save()
[all …]
/dports/lang/python27/Python-2.7.18/Lib/idlelib/
H A DconfigHandler.py158 self.userCfg = {}
230 if self.userCfg[configType].has_option(section, option):
264 self.userCfg[configType].SetOption(section, option, value)
275 cfgParser = self.userCfg[configType]
320 cfgParser = self.userCfg['highlight']
397 source = self.defaultCfg if default else self.userCfg
671 cfgParser = self.userCfg['main']
733 self.userCfg[key].Load() #same keys
737 for key in self.userCfg:
738 self.userCfg[key].Save()
[all …]
/dports/databases/py-gdbm/Python-3.8.12/Lib/idlelib/idle_test/
H A Dtest_config.py22 usercfg = idleConf.userCfg
30 idleConf.userCfg = testcfg
34 idleConf.userCfg = usercfg
216 conf.userCfg[ctype] = config.IdleUserConfParser('')
278 self.assertCountEqual(conf.userCfg.keys(), conf.config_types)
283 for user_parser in conf.userCfg.values():
290 for cfg_type, parser in conf.userCfg.items():
300 conf.userCfg['foo'] = config.IdleUserConfParser(config_path)
312 eq(conf.userCfg['foo'].Get('Foo Bar', 'foo'), 'newbar')
313 eq(conf.userCfg['foo'].GetOptionList('Foo Bar'), ['foo'])
[all …]
/dports/lang/python310/Python-3.10.1/Lib/idlelib/idle_test/
H A Dtest_config.py22 usercfg = idleConf.userCfg
30 idleConf.userCfg = testcfg
34 idleConf.userCfg = usercfg
216 conf.userCfg[ctype] = config.IdleUserConfParser('')
278 self.assertCountEqual(conf.userCfg.keys(), conf.config_types)
283 for user_parser in conf.userCfg.values():
290 for cfg_type, parser in conf.userCfg.items():
300 conf.userCfg['foo'] = config.IdleUserConfParser(config_path)
312 eq(conf.userCfg['foo'].Get('Foo Bar', 'foo'), 'newbar')
313 eq(conf.userCfg['foo'].GetOptionList('Foo Bar'), ['foo'])
[all …]
/dports/lang/python37/Python-3.7.12/Lib/idlelib/idle_test/
H A Dtest_config.py22 usercfg = idleConf.userCfg
30 idleConf.userCfg = testcfg
34 idleConf.userCfg = usercfg
216 conf.userCfg[ctype] = config.IdleUserConfParser('')
278 self.assertCountEqual(conf.userCfg.keys(), conf.config_types)
283 for user_parser in conf.userCfg.values():
290 for cfg_type, parser in conf.userCfg.items():
300 conf.userCfg['foo'] = config.IdleUserConfParser(config_path)
312 eq(conf.userCfg['foo'].Get('Foo Bar', 'foo'), 'newbar')
313 eq(conf.userCfg['foo'].GetOptionList('Foo Bar'), ['foo'])
[all …]
/dports/lang/python38/Python-3.8.12/Lib/idlelib/idle_test/
H A Dtest_config.py22 usercfg = idleConf.userCfg
30 idleConf.userCfg = testcfg
34 idleConf.userCfg = usercfg
216 conf.userCfg[ctype] = config.IdleUserConfParser('')
278 self.assertCountEqual(conf.userCfg.keys(), conf.config_types)
283 for user_parser in conf.userCfg.values():
290 for cfg_type, parser in conf.userCfg.items():
300 conf.userCfg['foo'] = config.IdleUserConfParser(config_path)
312 eq(conf.userCfg['foo'].Get('Foo Bar', 'foo'), 'newbar')
313 eq(conf.userCfg['foo'].GetOptionList('Foo Bar'), ['foo'])
[all …]
/dports/lang/python311/Python-3.11.0a3/Lib/idlelib/idle_test/
H A Dtest_config.py22 usercfg = idleConf.userCfg
30 idleConf.userCfg = testcfg
34 idleConf.userCfg = usercfg
216 conf.userCfg[ctype] = config.IdleUserConfParser('')
278 self.assertCountEqual(conf.userCfg.keys(), conf.config_types)
283 for user_parser in conf.userCfg.values():
290 for cfg_type, parser in conf.userCfg.items():
300 conf.userCfg['foo'] = config.IdleUserConfParser(config_path)
312 eq(conf.userCfg['foo'].Get('Foo Bar', 'foo'), 'newbar')
313 eq(conf.userCfg['foo'].GetOptionList('Foo Bar'), ['foo'])
[all …]
/dports/lang/python-tools/Python-3.8.12/Lib/idlelib/idle_test/
H A Dtest_config.py22 usercfg = idleConf.userCfg
30 idleConf.userCfg = testcfg
34 idleConf.userCfg = usercfg
216 conf.userCfg[ctype] = config.IdleUserConfParser('')
278 self.assertCountEqual(conf.userCfg.keys(), conf.config_types)
283 for user_parser in conf.userCfg.values():
290 for cfg_type, parser in conf.userCfg.items():
300 conf.userCfg['foo'] = config.IdleUserConfParser(config_path)
312 eq(conf.userCfg['foo'].Get('Foo Bar', 'foo'), 'newbar')
313 eq(conf.userCfg['foo'].GetOptionList('Foo Bar'), ['foo'])
[all …]
/dports/lang/python39/Python-3.9.9/Lib/idlelib/idle_test/
H A Dtest_config.py22 usercfg = idleConf.userCfg
30 idleConf.userCfg = testcfg
34 idleConf.userCfg = usercfg
216 conf.userCfg[ctype] = config.IdleUserConfParser('')
278 self.assertCountEqual(conf.userCfg.keys(), conf.config_types)
283 for user_parser in conf.userCfg.values():
290 for cfg_type, parser in conf.userCfg.items():
300 conf.userCfg['foo'] = config.IdleUserConfParser(config_path)
312 eq(conf.userCfg['foo'].Get('Foo Bar', 'foo'), 'newbar')
313 eq(conf.userCfg['foo'].GetOptionList('Foo Bar'), ['foo'])
[all …]
/dports/databases/py-sqlite3/Python-3.8.12/Lib/idlelib/idle_test/
H A Dtest_config.py22 usercfg = idleConf.userCfg
30 idleConf.userCfg = testcfg
34 idleConf.userCfg = usercfg
216 conf.userCfg[ctype] = config.IdleUserConfParser('')
278 self.assertCountEqual(conf.userCfg.keys(), conf.config_types)
283 for user_parser in conf.userCfg.values():
290 for cfg_type, parser in conf.userCfg.items():
300 conf.userCfg['foo'] = config.IdleUserConfParser(config_path)
312 eq(conf.userCfg['foo'].Get('Foo Bar', 'foo'), 'newbar')
313 eq(conf.userCfg['foo'].GetOptionList('Foo Bar'), ['foo'])
[all …]
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Lib/idlelib/idle_test/
H A Dtest_config.py22 usercfg = idleConf.userCfg
30 idleConf.userCfg = testcfg
34 idleConf.userCfg = usercfg
216 conf.userCfg[ctype] = config.IdleUserConfParser('')
278 self.assertCountEqual(conf.userCfg.keys(), conf.config_types)
283 for user_parser in conf.userCfg.values():
290 for cfg_type, parser in conf.userCfg.items():
300 conf.userCfg['foo'] = config.IdleUserConfParser(config_path)
312 eq(conf.userCfg['foo'].Get('Foo Bar', 'foo'), 'newbar')
313 eq(conf.userCfg['foo'].GetOptionList('Foo Bar'), ['foo'])
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/vendor/github.com/docker/docker/vendor/github.com/aws/aws-sdk-go/aws/session/
H A Dsession.go246 userCfg := &aws.Config{}
247 userCfg.MergeIn(cfgs...)
264 mergeConfigSrcs(cfg, userCfg, envCfg, sharedCfg, handlers)
276 func mergeConfigSrcs(cfg, userCfg *aws.Config, envCfg envConfig, sharedCfg sharedConfig, handlers r…
278 cfg.MergeIn(userCfg)
290 if cfg.Credentials == credentials.AnonymousCredentials && userCfg.Credentials == nil {
/dports/sysutils/helm/helm-3.5.2/vendor/github.com/docker/docker/vendor/github.com/aws/aws-sdk-go/aws/session/
H A Dsession.go246 userCfg := &aws.Config{}
247 userCfg.MergeIn(cfgs...)
264 mergeConfigSrcs(cfg, userCfg, envCfg, sharedCfg, handlers)
276 func mergeConfigSrcs(cfg, userCfg *aws.Config, envCfg envConfig, sharedCfg sharedConfig, handlers r…
278 cfg.MergeIn(userCfg)
290 if cfg.Credentials == credentials.AnonymousCredentials && userCfg.Credentials == nil {
/dports/security/vault/vault-1.8.2/vendor/github.com/docker/docker/vendor/github.com/aws/aws-sdk-go/aws/session/
H A Dsession.go246 userCfg := &aws.Config{}
247 userCfg.MergeIn(cfgs...)
264 mergeConfigSrcs(cfg, userCfg, envCfg, sharedCfg, handlers)
276 func mergeConfigSrcs(cfg, userCfg *aws.Config, envCfg envConfig, sharedCfg sharedConfig, handlers r…
278 cfg.MergeIn(userCfg)
290 if cfg.Credentials == credentials.AnonymousCredentials && userCfg.Credentials == nil {
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/docker/machine/machine-7b7a141da844/vendor/github.com/aws/aws-sdk-go/aws/session/
H A Dsession.go241 userCfg := &aws.Config{}
242 userCfg.MergeIn(cfgs...)
259 mergeConfigSrcs(cfg, userCfg, envCfg, sharedCfg, handlers)
271 func mergeConfigSrcs(cfg, userCfg *aws.Config, envCfg envConfig, sharedCfg sharedConfig, handlers r…
273 cfg.MergeIn(userCfg)
285 if cfg.Credentials == credentials.AnonymousCredentials && userCfg.Credentials == nil {

1234567