Home | History | Annotate | Download | only in jinja2

Lines Matching refs:NEWLINE_SEQUENCE

17      LINE_COMMENT_PREFIX, TRIM_BLOCKS, NEWLINE_SEQUENCE, \
98 assert environment.newline_sequence in ('\r', '\r\n', '\n'), \
99 'newline_sequence set to unknown line ending string.'
151 `newline_sequence`
249 newline_sequence=NEWLINE_SEQUENCE,
282 self.newline_sequence = newline_sequence
892 newline_sequence=NEWLINE_SEQUENCE,
903 lstrip_blocks, newline_sequence, keep_trailing_newline,