Home
last modified time | relevance | path

Searched refs:strings_path (Results 1 – 8 of 8) sorted by relevance

/dports/mail/thunderbird/thunderbird-91.8.0/tools/compare-locales/
H A Dmach_commands.py173 strings_path, argument
183 if strings_path.name != "en-US":
190 strings_path = strings_path.resolve() # abspath
201 strings_path,
214 strings_path, argument
257 if strings_path.exists() and self._check_outgoing(strings_path):
312 str(strings_path),
325 def _check_outgoing(self, strings_path): argument
338 def _strip_outgoing(self, strings_path): argument
345 str(strings_path),
[all …]
/dports/www/firefox-esr/firefox-91.8.0/tools/compare-locales/
H A Dmach_commands.py173 strings_path, argument
183 if strings_path.name != "en-US":
190 strings_path = strings_path.resolve() # abspath
201 strings_path,
214 strings_path, argument
257 if strings_path.exists() and self._check_outgoing(strings_path):
312 str(strings_path),
325 def _check_outgoing(self, strings_path): argument
338 def _strip_outgoing(self, strings_path): argument
345 str(strings_path),
[all …]
/dports/www/firefox/firefox-99.0/tools/compare-locales/
H A Dmach_commands.py162 strings_path, argument
173 if strings_path.name != "en-US":
180 strings_path = strings_path.resolve() # abspath
191 strings_path,
204 strings_path, argument
247 if strings_path.exists() and _check_outgoing(command_context, strings_path):
311 str(strings_path),
330 def _check_outgoing(command_context, strings_path): argument
343 def _strip_outgoing(command_context, strings_path): argument
351 str(strings_path),
[all …]
/dports/www/firefox-esr/firefox-91.8.0/python/l10n/mozxchannel/
H A D__init__.py19 def get_default_config(topsrcdir, strings_path): argument
21 assert isinstance(strings_path, Path)
24 "path": strings_path,
85 self.strings_path = config["strings"]["path"]
110 "env": {"l10n_base": str(self.strings_path.parent)},
143 with hglib.open(self.strings_path) as repo:
/dports/www/firefox/firefox-99.0/python/l10n/mozxchannel/
H A D__init__.py19 def get_default_config(topsrcdir, strings_path): argument
21 assert isinstance(strings_path, Path)
24 "path": strings_path,
94 self.strings_path = config["strings"]["path"]
119 "env": {"l10n_base": str(self.strings_path.parent)},
152 with hglib.open(self.strings_path) as repo:
/dports/mail/thunderbird/thunderbird-91.8.0/python/l10n/mozxchannel/
H A D__init__.py19 def get_default_config(topsrcdir, strings_path): argument
21 assert isinstance(strings_path, Path)
24 "path": strings_path,
85 self.strings_path = config["strings"]["path"]
110 "env": {"l10n_base": str(self.strings_path.parent)},
143 with hglib.open(self.strings_path) as repo:
/dports/textproc/py-openpyxl/openpyxl-2.6.4/openpyxl/reader/
H A Dexcel.py144 strings_path = ct.PartName[1:]
145 with self.archive.open(strings_path,) as src:
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/web_applications/components/
H A Dweb_app_shortcut_mac.mm638 NSString* strings_path =
640 [strings_dict writeToFile:strings_path atomically:YES];