Searched refs:GETTEXT_FUNCTIONS (Results 1 - 4 of 4) sorted by relevance
/third_party/node/deps/v8/third_party/jinja2/ |
H A D | ext.py | 36 GETTEXT_FUNCTIONS = ("_", "gettext", "ngettext") variable 224 def _extract(self, source, gettext_functions=GETTEXT_FUNCTIONS): 513 def extract_from_ast(node, gettext_functions=GETTEXT_FUNCTIONS, babel_style=True):
|
/third_party/node/tools/inspector_protocol/jinja2/ |
H A D | ext.py | 31 GETTEXT_FUNCTIONS = ('_', 'gettext', 'ngettext') variable 212 def _extract(self, source, gettext_functions=GETTEXT_FUNCTIONS): 437 def extract_from_ast(node, gettext_functions=GETTEXT_FUNCTIONS,
|
/third_party/skia/third_party/externals/jinja2/ |
H A D | ext.py | 36 GETTEXT_FUNCTIONS = ("_", "gettext", "ngettext") variable 224 def _extract(self, source, gettext_functions=GETTEXT_FUNCTIONS): 513 def extract_from_ast(node, gettext_functions=GETTEXT_FUNCTIONS, babel_style=True):
|
/third_party/jinja2/ |
H A D | ext.py | 44 GETTEXT_FUNCTIONS: t.Tuple[str, ...] = ( 346 gettext_functions: t.Sequence[str] = GETTEXT_FUNCTIONS, 656 gettext_functions: t.Sequence[str] = GETTEXT_FUNCTIONS,
|
Completed in 5 milliseconds