Searched refs:variable_start_string (Results 1 – 2 of 2) sorted by relevance
/external/libmojo/third_party/jinja2/ |
D | environment.py | 95 environment.variable_start_string != \ 241 variable_start_string=VARIABLE_START_STRING, argument 274 self.variable_start_string = variable_start_string 324 variable_start_string=missing, variable_end_string=missing, argument 884 variable_start_string=VARIABLE_START_STRING, argument 900 block_start_string, block_end_string, variable_start_string,
|
D | lexer.py | 197 (len(environment.variable_start_string), 'variable', 198 e(environment.variable_start_string)) 385 environment.variable_start_string, 446 m = block_diff.match(environment.variable_start_string) 451 m = comment_diff.match(environment.variable_start_string)
|