Searched refs:TRIM_BLOCKS (Results 1 – 6 of 6) sorted by relevance
/external/python/jinja/src/jinja2/ |
D | defaults.py | 17 TRIM_BLOCKS = False variable
|
D | environment.py | 28 from .defaults import TRIM_BLOCKS 288 trim_blocks=TRIM_BLOCKS, 950 trim_blocks=TRIM_BLOCKS,
|
D | ext.py | 18 from .defaults import TRIM_BLOCKS 665 getbool(options, "trim_blocks", TRIM_BLOCKS),
|
/external/libchrome/third_party/jinja2/ |
D | defaults.py | 24 TRIM_BLOCKS = False variable
|
D | environment.py | 19 LINE_COMMENT_PREFIX, TRIM_BLOCKS, NEWLINE_SEQUENCE, \ 273 trim_blocks=TRIM_BLOCKS, 928 trim_blocks=TRIM_BLOCKS,
|
D | ext.py | 19 LINE_COMMENT_PREFIX, TRIM_BLOCKS, NEWLINE_SEQUENCE, \ 593 getbool(options, 'trim_blocks', TRIM_BLOCKS),
|