HomeSort by relevance Sort by last modified time
    Searched refs:lstrip_blocks (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/WebKit/Source/build/scripts/
template_expander.py 45 lstrip_blocks=True, # so can indent control flow tags
  /external/chromium_org/third_party/jinja2/
environment.py 19 KEEP_TRAILING_NEWLINE, LSTRIP_BLOCKS
147 `lstrip_blocks`
248 lstrip_blocks=LSTRIP_BLOCKS,
281 self.lstrip_blocks = lstrip_blocks
327 trim_blocks=missing, lstrip_blocks=missing,
    [all...]
lexer.py 392 environment.lstrip_blocks,
436 # strip leading spaces if lstrip_blocks is enabled
438 if environment.lstrip_blocks:
439 # use '{%+' to manually disable lstrip_blocks behavior
  /external/chromium_org/third_party/WebKit/Source/bindings/scripts/
code_generator_v8.py 234 lstrip_blocks=True, # so can indent control flow tags

Completed in 106 milliseconds