Home | History | Annotate | Download | only in html

Lines Matching refs:and

4 // Redistribution and use in source and binary forms, with or without
9 // notice, this list of conditions and the following disclaimer.
11 // notice, this list of conditions and the following disclaimer in the
12 // documentation and/or other materials provided with the distribution.
16 // THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
17 // "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
18 // LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
24 // CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
70 PolicyFactory s = Sanitizers.BLOCKS.and(Sanitizers.FORMATTING);
71 PolicyFactory r1 = Sanitizers.BLOCKS.and(Sanitizers.FORMATTING)
72 .and(Sanitizers.BLOCKS);
73 PolicyFactory r2 = Sanitizers.BLOCKS.and(Sanitizers.FORMATTING)
74 .and(Sanitizers.FORMATTING);
88 .and(Sanitizers.BLOCKS).and(Sanitizers.STYLES).and(Sanitizers.LINKS);
104 PolicyFactory inline = Sanitizers.FORMATTING.and(Sanitizers.LINKS);
108 PolicyFactory and1 = restrictedLink.and(inline);
109 PolicyFactory and2 = inline.and(restrictedLink);
120 "https-only links and inline els",
125 "inline els and https-only links",
204 "<a href='file:///etc/passwd'>Copy and paste this into email</a>"
209 "<a href=\"file:///etc/passwd\">Copy and paste this into email</a>"
276 .and(Sanitizers.BLOCKS)
277 .and(Sanitizers.IMAGES)
278 .and(Sanitizers.STYLES)
279 .and(extras);