OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:inEscapeExemptBlock
(Results
1 - 2
of
2
) sorted by null
/external/owasp/sanitizer/src/main/org/owasp/html/
HtmlLexer.java
274
private boolean
inEscapeExemptBlock
;
302
if (
inEscapeExemptBlock
) {
325
this.
inEscapeExemptBlock
= null != this.escapeExemptTagName;
472
if (!this.
inEscapeExemptBlock
) {
488
if (!this.
inEscapeExemptBlock
) {
498
if (isIdentStart(ch) && !this.
inEscapeExemptBlock
) {
518
if (this.
inEscapeExemptBlock
523
this.
inEscapeExemptBlock
= false;
530
inTag = !this.
inEscapeExemptBlock
;
/external/owasp/sanitizer/distrib/lib/
owasp-java-html-sanitizer.jar
Completed in 70 milliseconds