Home
last modified time | relevance | path

Searched refs:inipath (Results 1 – 25 of 67) sorted by relevance

123

/dports/www/firefox/firefox-99.0/third_party/python/compare_locales/compare_locales/paths/
H A Dini.py18 def __init__(self, inipath, **kwargs): argument
25 self.inipath = mozpath.normpath(inipath)
74 cp.read(self.inipath)
137 def __init__(self, inipath, base, redirects): argument
144 L10nConfigParser.__init__(self, inipath)
157 inipath = orig_cp.get(details, 'l10n.ini')
170 def __init__(self, inipath, l10nbase): argument
171 self.setupConfigParser(inipath)
177 def setupConfigParser(self, inipath): argument
178 self.config = L10nConfigParser(inipath)
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/python/compare_locales/compare_locales/paths/
H A Dini.py18 def __init__(self, inipath, **kwargs): argument
25 self.inipath = mozpath.normpath(inipath)
74 cp.read(self.inipath)
137 def __init__(self, inipath, base, redirects): argument
144 L10nConfigParser.__init__(self, inipath)
157 inipath = orig_cp.get(details, 'l10n.ini')
170 def __init__(self, inipath, l10nbase): argument
171 self.setupConfigParser(inipath)
177 def setupConfigParser(self, inipath): argument
178 self.config = L10nConfigParser(inipath)
[all …]
/dports/www/firefox-esr/firefox-91.8.0/third_party/python/compare_locales/compare_locales/paths/
H A Dini.py18 def __init__(self, inipath, **kwargs): argument
25 self.inipath = mozpath.normpath(inipath)
74 cp.read(self.inipath)
137 def __init__(self, inipath, base, redirects): argument
144 L10nConfigParser.__init__(self, inipath)
157 inipath = orig_cp.get(details, 'l10n.ini')
170 def __init__(self, inipath, l10nbase): argument
171 self.setupConfigParser(inipath)
177 def setupConfigParser(self, inipath): argument
178 self.config = L10nConfigParser(inipath)
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/python/compare-locales/compare_locales/paths/
H A Dini.py18 def __init__(self, inipath, **kwargs): argument
25 self.inipath = mozpath.normpath(inipath)
74 cp.read(self.inipath)
137 def __init__(self, inipath, base, redirects): argument
144 L10nConfigParser.__init__(self, inipath)
157 inipath = orig_cp.get(details, 'l10n.ini')
170 def __init__(self, inipath, l10nbase): argument
171 self.setupConfigParser(inipath)
177 def setupConfigParser(self, inipath): argument
178 self.config = L10nConfigParser(inipath)
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/python/compare-locales/compare_locales/
H A Dpaths.py21 def __init__(self, inipath, **kwargs): argument
28 if os.path.isabs(inipath):
29 self.inipath = 'file:%s' % pathname2url(inipath)
32 self.inipath = urljoin(pwdurl, inipath)
81 self.onLoadConfig(urlopen(self.inipath))
171 def __init__(self, inipath, basepath): argument
176 L10nConfigParser.__init__(self, inipath)
309 self.setupConfigParser(inipath)
318 def setupConfigParser(self, inipath): argument
319 self.config = L10nConfigParser(inipath)
[all …]
H A Dcommands.py105 inipath, l10nbase = args[:2]
107 app = EnumerateApp(inipath, l10nbase, locales)
/dports/astro/gpsbabel14/gpsbabel-1.4.4/
H A Dexplorist_ini.c18 char* inipath; in explorist_ini_try() local
21 xasprintf(&inipath, "%s/%s", path, "APP/Atlas.ini"); in explorist_ini_try()
22 inifile = inifile_init(inipath, myname); in explorist_ini_try()
24 xfree(inipath); in explorist_ini_try()
50 xfree(inipath); in explorist_ini_try()
/dports/astro/gpsbabel/gpsbabel-gpsbabel_1_7_0/
H A Dexplorist_ini.cc19 char* inipath; in explorist_ini_try() local
21 xasprintf(&inipath, "%s/%s", path, "APP/Atlas.ini"); in explorist_ini_try()
22 inifile = inifile_init(QString::fromUtf8(inipath), myname); in explorist_ini_try()
24 xfree(inipath); in explorist_ini_try()
50 xfree(inipath); in explorist_ini_try()
H A Dinifile.cc60 QString inipath(QDir(path).filePath(GPSBABEL_INIFILE)); in find_gpsbabel_inifile() local
61 return QFile(inipath).open(QIODevice::ReadOnly) ? inipath : QString(); in find_gpsbabel_inifile()
/dports/lang/spidermonkey60/firefox-60.9.0/third_party/python/compare-locales/compare_locales/
H A Dpaths.py524 def __init__(self, inipath, **kwargs): argument
531 self.inipath = mozpath.normpath(inipath)
579 cp.read(self.inipath)
641 def __init__(self, inipath, base, redirects): argument
648 L10nConfigParser.__init__(self, inipath)
661 inipath = orig_cp.get(details, 'l10n.ini')
709 def __init__(self, inipath, l10nbase, locales=None): argument
710 self.setupConfigParser(inipath)
718 def setupConfigParser(self, inipath): argument
719 self.config = L10nConfigParser(inipath)
[all …]
/dports/www/firefox-esr/firefox-91.8.0/testing/web-platform/tests/tools/third_party/pytest/testing/
H A Dtest_config.py856 assert config.inifile == inipath
1269 inipath = tmp_path / name
1282 assert parsed_inipath == inipath
1288 inipath.touch()
1303 assert inipath is None
1310 assert inipath is None
1332 assert inipath == p
1352 inipath = a / "pytest.ini"
1353 inipath.touch()
1365 assert inipath is None
[all …]
/dports/www/firefox/firefox-99.0/testing/web-platform/tests/tools/third_party/pytest/testing/
H A Dtest_config.py856 assert config.inifile == inipath
1269 inipath = tmp_path / name
1282 assert parsed_inipath == inipath
1288 inipath.touch()
1303 assert inipath is None
1310 assert inipath is None
1332 assert inipath == p
1352 inipath = a / "pytest.ini"
1353 inipath.touch()
1365 assert inipath is None
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/testing/web-platform/tests/tools/third_party/pytest/testing/
H A Dtest_config.py856 assert config.inifile == inipath
1269 inipath = tmp_path / name
1282 assert parsed_inipath == inipath
1288 inipath.touch()
1303 assert inipath is None
1310 assert inipath is None
1332 assert inipath == p
1352 inipath = a / "pytest.ini"
1353 inipath.touch()
1365 assert inipath is None
[all …]
/dports/audio/ampache/ampache-php74-5.0.0/public/upnp/
H A Dssdp.php65 $inipath = php_ini_loaded_file(); variable
66 if ($inipath) {
67 debug_event('upnp', 'Loaded php.ini: ' . $inipath, 5);
/dports/math/py-pynleq2/pysces-0.9.8/pysces/
H A D__init__.py57 inipath = None variable
88 inipath = os.path.join(install_dir, 'pyscfg.ini') variable
92 inipath = os.path.join(install_dir, 'pyscfg.ini') variable
94 if inipath == None:
98 inipath = os.path.join(install_dir, 'pyscfg.ini') variable
102 inipath = os.path.join(install_dir, 'pyscfg.ini') variable
108 __config_dict = PyscesConfig.ReadConfig(inipath, config=__PyscesConfigDefault)
133 assert inipath != None, '\nNo configuration file found'
/dports/biology/py-PySCeS/pysces-1.0.0/pysces/
H A D__init__.py63 inipath = None variable
103 inipath = os.path.join(install_dir, 'pyscfg.ini') variable
107 inipath = os.path.join(install_dir, 'pyscfg.ini') variable
109 if inipath == None:
113 inipath = os.path.join(install_dir, 'pyscfg.ini') variable
117 inipath = os.path.join(install_dir, 'pyscfg.ini') variable
124 __config_dict = PyscesConfig.ReadConfig(inipath, config=__PyscesConfigDefault)
153 assert inipath != None, '\nNo configuration file found'
/dports/devel/gitg/gitg-3.32.1/tests/
H A Ddiff-view.vala59 var inipath = ".";
63 inipath = args[1];
71 repopath = Ggit.Repository.discover(File.new_for_commandline_arg(inipath));
76 stderr.printf("The specified path is not a git repository: %s\n", inipath);
/dports/www/firefox/firefox-99.0/testing/web-platform/tests/tools/third_party/pytest/src/_pytest/config/
H A Dfindpaths.py178 inipath = inipath_ # type: Optional[Path]
184 rootdir, inipath, inicfg = locate_config([ancestor])
192 rootdir, inipath, inicfg = locate_config(dirs)
211 return rootdir, inipath, inicfg or {}
H A D__init__.py953 def inipath(self) -> Optional[Path]: member in Config
970 return py.path.local(str(self.inipath)) if self.inipath else None
1076 rootpath, inipath, inicfg = determine_setup(
1083 self._inipath = inipath
1086 self._parser.extra_info["inifile"] = str(self.inipath)
1182 if self.known_args_namespace.confcutdir is None and self.inipath is not None:
1183 confcutdir = str(self.inipath.parent)
1219 "%s: 'minversion' must be a single value" % self.inipath
1225 % (self.inipath, minver, pytest.__version__,)
1395 assert self.inipath is not None
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/testing/web-platform/tests/tools/third_party/pytest/src/_pytest/config/
H A Dfindpaths.py178 inipath = inipath_ # type: Optional[Path]
184 rootdir, inipath, inicfg = locate_config([ancestor])
192 rootdir, inipath, inicfg = locate_config(dirs)
211 return rootdir, inipath, inicfg or {}
H A D__init__.py953 def inipath(self) -> Optional[Path]: member in Config
970 return py.path.local(str(self.inipath)) if self.inipath else None
1076 rootpath, inipath, inicfg = determine_setup(
1083 self._inipath = inipath
1086 self._parser.extra_info["inifile"] = str(self.inipath)
1182 if self.known_args_namespace.confcutdir is None and self.inipath is not None:
1183 confcutdir = str(self.inipath.parent)
1219 "%s: 'minversion' must be a single value" % self.inipath
1225 % (self.inipath, minver, pytest.__version__,)
1395 assert self.inipath is not None
[all …]
/dports/www/firefox-esr/firefox-91.8.0/testing/web-platform/tests/tools/third_party/pytest/src/_pytest/config/
H A Dfindpaths.py178 inipath = inipath_ # type: Optional[Path]
184 rootdir, inipath, inicfg = locate_config([ancestor])
192 rootdir, inipath, inicfg = locate_config(dirs)
211 return rootdir, inipath, inicfg or {}
H A D__init__.py953 def inipath(self) -> Optional[Path]: member in Config
970 return py.path.local(str(self.inipath)) if self.inipath else None
1076 rootpath, inipath, inicfg = determine_setup(
1083 self._inipath = inipath
1086 self._parser.extra_info["inifile"] = str(self.inipath)
1182 if self.known_args_namespace.confcutdir is None and self.inipath is not None:
1183 confcutdir = str(self.inipath.parent)
1219 "%s: 'minversion' must be a single value" % self.inipath
1225 % (self.inipath, minver, pytest.__version__,)
1395 assert self.inipath is not None
[all …]
/dports/devel/z88dk/z88dk/support/graphics/
H A Dz80svg.c221 int inipath; variable
550 if ((inipath==1) && (area==1)) in move_to()
564 inipath=1; in move_to()
972 inipath=0; in main()
1040 inipath=0; in main()
1096 inipath=0; in main()
1105 inipath=0; in main()
1184 inipath=0; in main()
1193 inipath=0; in main()
1233 inipath=0; in main()
[all …]
/dports/devel/hs-darcs/darcs-2.16.4/src/Darcs/Patch/
H A DAnnotate.hs214 annotateFile patches inipath inicontent = annotated $ annotate' patches initial
216 initial = Annotated2 { currentPath = Just inipath
228 annotateDirectory patches inipath inicontent = annotated $ annotate' patches initial
230 initial = Annotated2 { currentPath = Just inipath

123