Home
last modified time | relevance | path

Searched refs:_options (Results 1 – 3 of 3) sorted by relevance

/trunk/main/l10ntools/scripts/tool/
H A Dl10ntool.py31 _options = {} variable in AbstractL10nTool
42 return self._options.pattern
69 …Ext': file, 'language': language, 'extension': extension, 'path_prefix': self._options.path_prefix,
70 'path_postfix': self._options.path_postfix, 'path': self.get_path() }
77 if self._options.outputfile.find('/') == -1:
80 return self._options.outputfile[:self._options.outputfile.rfind('/')]
85 if self._options.languages:
86 langset = PseudoSet(self._options.languages)
87 if self._options.forcedlanguages:
88 forcedset = PseudoSet(self._options.forcedlanguages)
[all …]
H A Dxtxex.py85 …return SdfEntity(project=self._options.project_name, source_file=self.get_filename_string(inputfil…
H A Dxhtex.py126 …return SdfEntity(project=self._options.project_name, source_file=self.get_filename_string(inputfil…