OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:cssLimit
(Results
1 - 2
of
2
) sorted by null
/external/owasp/sanitizer/src/main/org/owasp/html/
CssTokens.java
297
private final int
cssLimit
;
332
this.
cssLimit
= css.length();
426
if (pos ==
cssLimit
) { return; }
431
int
cssLimit
= this.
cssLimit
;
432
while (pos <
cssLimit
) {
458
char lookahead = pos + 1 <
cssLimit
? css.charAt(pos + 1) : 0;
519
char lookahead = pos + 1 <
cssLimit
? css.charAt(pos + 1) : 0;
521
|| (lookahead == '.' && pos + 2 <
cssLimit
540
if (pos <
cssLimit
) {
[
all
...]
/external/owasp/sanitizer/distrib/lib/
owasp-java-html-sanitizer.jar
Completed in 385 milliseconds