Searched refs:TRIM_BLOCKS (Results 1 – 3 of 3) sorted by relevance
/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),
|