Lines Matching refs:is

6 (escape_and_nl2br is an escaper filter)
9 ( var is escaped by |escape_and_nl2br, line-breaks are added,
10 the output is not escaped )
14 ( var is escaped by |escape_and_nl2br, line-breaks are added,
15 the output is not escaped, |raw is redundant )
19 ( var is escaped by |escape_and_nl2br, line-breaks are added,
20 the output is explicitly escaped by |escape )
24 ( var is upper-cased by |upper,
25 the output is auto-escaped )
28 5. Escape if last filter is not an escaper
29 ( var is escaped by |escape_and_nl2br, line-breaks are added,
30 the output is upper-cased by |upper,
31 the output is auto-escaped as |upper is not an escaper )
35 ( var is upper cased by upper,
36 the output is escaped by |escape_and_nl2br, line-breaks are added,
37 the output is not escaped as |escape_and_nl2br is an escaper )
40 7. Escape if last filter is not an escaper
41 ( the output of |format is "<b>" ~ var ~ "</b>",
42 the output is auto-escaped )
45 8. Escape if last filter is not an escaper
46 ( the output of |format is "<b>" ~ var ~ "</b>",
47 |raw is redundant,
48 the output is auto-escaped )
52 ( the output of |format is "<b>" ~ var ~ "</b>",
53 the output is not escaped due to |raw filter at the end )
57 ( the output of |format is "<b>" ~ var ~ "</b>",
58 the output is not escaped due to |raw filter at the end,
59 the |raw filter on var is redundant )
67 (escape_and_nl2br is an escaper filter)
70 ( var is escaped by |escape_and_nl2br, line-breaks are added,
71 the output is not escaped )
76 ( var is escaped by |escape_and_nl2br, line-breaks are added,
77 the output is not escaped, |raw is redundant )
82 ( var is escaped by |escape_and_nl2br, line-breaks are added,
83 the output is explicitly escaped by |escape )
88 ( var is upper-cased by |upper,
89 the output is auto-escaped )
93 5. Escape if last filter is not an escaper
94 ( var is escaped by |escape_and_nl2br, line-breaks are added,
95 the output is upper-cased by |upper,
96 the output is auto-escaped as |upper is not an escaper )
101 ( var is upper cased by upper,
102 the output is escaped by |escape_and_nl2br, line-breaks are added,
103 the output is not escaped as |escape_and_nl2br is an escaper )
107 7. Escape if last filter is not an escaper
108 ( the output of |format is "<b>" ~ var ~ "</b>",
109 the output is auto-escaped )
113 8. Escape if last filter is not an escaper
114 ( the output of |format is "<b>" ~ var ~ "</b>",
115 |raw is redundant,
116 the output is auto-escaped )
121 ( the output of |format is "<b>" ~ var ~ "</b>",
122 the output is not escaped due to |raw filter at the end )
127 ( the output of |format is "<b>" ~ var ~ "</b>",
128 the output is not escaped due to |raw filter at the end,
129 the |raw filter on var is redundant )