Lines Matching refs:of

8 // Redistributions of source code must retain the above copyright
9 // notice, this list of conditions and the following disclaimer.
11 // notice, this list of conditions and the following disclaimer in the
13 // Neither the name of the OWASP nor the names of its contributors may
61 balancer.openTag("html", ImmutableList.<String>of());
62 balancer.openTag("head", ImmutableList.<String>of());
63 balancer.openTag("title", ImmutableList.<String>of());
68 balancer.openTag("body", ImmutableList.<String>of());
69 balancer.openTag("p", ImmutableList.of("id", "p'0"));
71 balancer.openTag("Br", ImmutableList.<String>of());
86 balancer.openTag("i", ImmutableList.<String>of());
88 balancer.openTag("b", ImmutableList.<String>of());
102 balancer.openTag("ul", ImmutableList.<String>of());
103 balancer.openTag("li", ImmutableList.<String>of());
106 balancer.openTag("ul", ImmutableList.<String>of());
107 balancer.openTag("li", ImmutableList.<String>of());
122 balancer.openTag("title", ImmutableList.<String>of());
126 balancer.openTag("b", ImmutableList.<String>of());
129 balancer.openTag("p", ImmutableList.<String>of());
131 balancer.openTag("textarea", ImmutableList.<String>of());
135 balancer.openTag("h1", ImmutableList.<String>of());
137 balancer.openTag("style", ImmutableList.<String>of("type", "text/css"));
141 balancer.openTag("ul", ImmutableList.<String>of());
143 balancer.openTag("li", ImmutableList.<String>of());
169 balancer.openTag("H1", ImmutableList.<String>of());
173 balancer.openTag("H2", ImmutableList.<String>of());
177 balancer.openTag("h3", ImmutableList.<String>of());
182 balancer.openTag("hr", ImmutableList.<String>of());
199 balancer.openTag("ul", ImmutableList.<String>of());
200 balancer.openTag("li", ImmutableList.<String>of());
201 balancer.openTag("ul", ImmutableList.<String>of());
202 balancer.openTag("li", ImmutableList.<String>of());
210 balancer.openTag("ul", ImmutableList.<String>of());
211 balancer.openTag("li", ImmutableList.<String>of());
223 balancer.openTag("table", ImmutableList.<String>of());
224 balancer.openTag("tbody", ImmutableList.<String>of());
225 balancer.openTag("tr", ImmutableList.<String>of());
226 balancer.openTag("td", ImmutableList.<String>of());
230 balancer.openTag("table", ImmutableList.<String>of());
231 balancer.openTag("tbody", ImmutableList.<String>of());
232 balancer.openTag("tr", ImmutableList.<String>of());
233 balancer.openTag("th", ImmutableList.<String>of());
254 ImmutableList<String> attrs = ImmutableList.<String>of();
270 balancer.openTag("html", ImmutableList.<String>of());
271 balancer.openTag("head", ImmutableList.<String>of());
272 balancer.openTag("meta", ImmutableList.<String>of());
274 balancer.openTag("body", ImmutableList.<String>of());
275 balancer.openTag("p", ImmutableList.<String>of());
278 balancer.openTag("p", ImmutableList.<String>of());
282 balancer.openTag("p", ImmutableList.<String>of());
283 balancer.openTag("table", ImmutableList.<String>of());
284 balancer.openTag("tbody", ImmutableList.<String>of());
285 balancer.openTag("tr", ImmutableList.<String>of());
287 balancer.openTag("td", ImmutableList.<String>of());
288 balancer.openTag("b", ImmutableList.<String>of());
289 balancer.openTag("font", ImmutableList.<String>of());
290 balancer.openTag("font", ImmutableList.<String>of());
291 balancer.openTag("p", ImmutableList.<String>of());
305 balancer.openTag("p", ImmutableList.<String>of());