Lines Matching refs:var

9 ( var is escaped by |escape_and_nl2br, line-breaks are added, 
11 {{ var|escape_and_nl2br }}
14 ( var is escaped by |escape_and_nl2br, line-breaks are added,
16 {{ var|escape_and_nl2br|raw }}
19 ( var is escaped by |escape_and_nl2br, line-breaks are added,
21 {{ var|escape_and_nl2br|escape }}
24 ( var is upper-cased by |upper,
26 {{ var|upper }}
29 ( var is escaped by |escape_and_nl2br, line-breaks are added,
32 {{ var|escape_and_nl2br|upper }}
35 ( var is upper cased by upper,
38 {{ var|upper|escape_and_nl2br }}
41 ( the output of |format is "<b>" ~ var ~ "</b>",
43 {{ "<b>%s</b>"|format(var) }}
46 ( the output of |format is "<b>" ~ var ~ "</b>",
49 {{ "<b>%s</b>"|raw|format(var) }}
52 ( the output of |format is "<b>" ~ var ~ "</b>",
54 {{ "<b>%s</b>"|format(var)|raw }}
57 ( the output of |format is "<b>" ~ var ~ "</b>",
59 the |raw filter on var is redundant )
60 {{ "<b>%s</b>"|format(var|raw)|raw }}
64 return ['var' => "<Fabien>\nTwig"]
70 ( var is escaped by |escape_and_nl2br, line-breaks are added,
76 ( var is escaped by |escape_and_nl2br, line-breaks are added,
82 ( var is escaped by |escape_and_nl2br, line-breaks are added,
88 ( var is upper-cased by |upper,
94 ( var is escaped by |escape_and_nl2br, line-breaks are added,
101 ( var is upper cased by upper,
108 ( the output of |format is "<b>" ~ var ~ "</b>",
114 ( the output of |format is "<b>" ~ var ~ "</b>",
121 ( the output of |format is "<b>" ~ var ~ "</b>",
127 ( the output of |format is "<b>" ~ var ~ "</b>",
129 the |raw filter on var is redundant )