Searched refs:TRIM_BLOCKS (Results 1 – 9 of 9) sorted by relevance
/third_party/skia/third_party/externals/jinja2/ |
D | defaults.py | 19 TRIM_BLOCKS = False variable
|
D | environment.py | 38 from .defaults import TRIM_BLOCKS 298 trim_blocks=TRIM_BLOCKS, 995 trim_blocks=TRIM_BLOCKS,
|
D | ext.py | 22 from .defaults import TRIM_BLOCKS 669 getbool(options, "trim_blocks", TRIM_BLOCKS),
|
/third_party/node/tools/inspector_protocol/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),
|
/third_party/jinja2/ |
D | defaults.py | 22 TRIM_BLOCKS = False variable
|
D | environment.py | 32 from .defaults import TRIM_BLOCKS 302 trim_blocks: bool = TRIM_BLOCKS, 1172 trim_blocks: bool = TRIM_BLOCKS,
|
D | ext.py | 826 getbool(options, "trim_blocks", defaults.TRIM_BLOCKS),
|