Home | History | Annotate | Download | only in jinja2

Lines Matching refs:trimmed

228         trimmed = None
247 elif trimmed is None and name.value in ('trimmed', 'notrimmed'):
248 trimmed = name.value == 'trimmed'
306 if trimmed is None:
307 trimmed = self.environment.policies['ext.i18n.trimmed']
308 if trimmed:
602 if getbool(options, 'trimmed'):
603 environment.policies['ext.i18n.trimmed'] = True