Searched refs:LSTRIP_BLOCKS (Results 1 – 6 of 6) sorted by relevance
/external/python/jinja/src/jinja2/ |
D | defaults.py | 18 LSTRIP_BLOCKS = False variable
|
D | environment.py | 26 from .defaults import LSTRIP_BLOCKS 289 lstrip_blocks=LSTRIP_BLOCKS, 951 lstrip_blocks=LSTRIP_BLOCKS,
|
D | ext.py | 16 from .defaults import LSTRIP_BLOCKS 666 getbool(options, "lstrip_blocks", LSTRIP_BLOCKS),
|
/external/libchrome/third_party/jinja2/ |
D | defaults.py | 25 LSTRIP_BLOCKS = False variable
|
D | environment.py | 21 DEFAULT_POLICIES, KEEP_TRAILING_NEWLINE, LSTRIP_BLOCKS 274 lstrip_blocks=LSTRIP_BLOCKS, 929 lstrip_blocks=LSTRIP_BLOCKS,
|
D | ext.py | 20 KEEP_TRAILING_NEWLINE, LSTRIP_BLOCKS 594 getbool(options, 'lstrip_blocks', LSTRIP_BLOCKS),
|