OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:ignore_if_empty
(Results
1 - 1
of
1
) sorted by null
/external/libmojo/third_party/jinja2/
lexer.py
141
ignore_if_empty
= frozenset([TOKEN_WHITESPACE, TOKEN_DATA,
variable
658
if data or token not in
ignore_if_empty
:
686
if data or tokens not in
ignore_if_empty
:
Completed in 91 milliseconds