Home
last modified time | relevance | path

Searched refs:TRIM_BLOCKS (Results 1 – 9 of 9) sorted by relevance

/third_party/skia/third_party/externals/jinja2/
Ddefaults.py19 TRIM_BLOCKS = False variable
Denvironment.py38 from .defaults import TRIM_BLOCKS
298 trim_blocks=TRIM_BLOCKS,
995 trim_blocks=TRIM_BLOCKS,
Dext.py22 from .defaults import TRIM_BLOCKS
669 getbool(options, "trim_blocks", TRIM_BLOCKS),
/third_party/node/tools/inspector_protocol/jinja2/
Ddefaults.py24 TRIM_BLOCKS = False variable
Denvironment.py19 LINE_COMMENT_PREFIX, TRIM_BLOCKS, NEWLINE_SEQUENCE, \
273 trim_blocks=TRIM_BLOCKS,
928 trim_blocks=TRIM_BLOCKS,
Dext.py19 LINE_COMMENT_PREFIX, TRIM_BLOCKS, NEWLINE_SEQUENCE, \
593 getbool(options, 'trim_blocks', TRIM_BLOCKS),
/third_party/jinja2/
Ddefaults.py22 TRIM_BLOCKS = False variable
Denvironment.py32 from .defaults import TRIM_BLOCKS
302 trim_blocks: bool = TRIM_BLOCKS,
1172 trim_blocks: bool = TRIM_BLOCKS,
Dext.py826 getbool(options, "trim_blocks", defaults.TRIM_BLOCKS),