HomeSort by relevance Sort by last modified time
    Searched full:rcdata (Results 1 - 25 of 27) sorted by null

1 2

  /external/owasp/sanitizer/src/main/org/owasp/html/
HtmlTextEscapingMode.java 36 * The text in CDATA and RCDATA elements must not contain any
48 * http://www.whatwg.org/specs/web-apps/current-work/#cdata-rcdata-restrictions
72 RCDATA,
109 // Textarea and Title are RCDATA, not CDATA, so decode entity references.
110 .put("textarea", RCDATA)
111 .put("title", RCDATA)
HtmlLexer.java 304 // classify RCDATA as text since it can contain entities
306 token, (this.textEscapingMode == HtmlTextEscapingMode.RCDATA
354 // The text in CDATA and RCDATA elements must not contain any
362 // An escaping text span is a span of text (in CDATA and RCDATA
363 // elements) and character entity references (in RCDATA elements)
479 // text spans, and are significant in all CDATA and RCDATA
482 // http://www.w3.org/html/wg/html5/#cdata-rcdata-restrictions
HtmlStreamRenderer.java 269 Encoding.encodeHtmlOnto(text, output); // Works for RCDATA.
TagBalancingHtmlStreamEventReceiver.java     [all...]
  /external/chromium_org/third_party/npapi/bindings/
npapi.h 146 RCDATA NP_INFO_ProductVersion { 1,0,0,1,}
148 RCDATA NP_INFO_MIMEType { "video/x-video|",
150 RCDATA NP_INFO_FileExtents { "avi|",
152 RCDATA NP_INFO_FileOpenName{ "MMOS2 video player(*.avi)|",
155 RCDATA NP_INFO_FileVersion { 1,0,0,1 }
156 RCDATA NP_INFO_CompanyName { "Netscape Communications\0" }
157 RCDATA NP_INFO_FileDescription { "NPAVI32 Extension DLL\0"
158 RCDATA NP_INFO_InternalName { "NPAVI32\0" )
159 RCDATA NP_INFO_LegalCopyright { "Copyright Netscape Communications \251 1996\0"
160 RCDATA NP_INFO_OriginalFilename { "NVAPI32.DLL"
    [all...]
  /external/chromium_org/third_party/npapi/npspy/extern/plugin/
npapi.h 134 RCDATA NP_INFO_ProductVersion { 1,0,0,1,}
136 RCDATA NP_INFO_MIMEType { "video/x-video|",
138 RCDATA NP_INFO_FileExtents { "avi|",
140 RCDATA NP_INFO_FileOpenName{ "MMOS2 video player(*.avi)|",
143 RCDATA NP_INFO_FileVersion { 1,0,0,1 }
144 RCDATA NP_INFO_CompanyName { "Netscape Communications\0" }
145 RCDATA NP_INFO_FileDescription { "NPAVI32 Extension DLL\0"
146 RCDATA NP_INFO_InternalName { "NPAVI32\0" )
147 RCDATA NP_INFO_LegalCopyright { "Copyright Netscape Communications \251 1996\0"
148 RCDATA NP_INFO_OriginalFilename { "NVAPI32.DLL"
    [all...]
  /external/owasp/sanitizer/distrib/javadoc/src-html/org/owasp/html/
HtmlTextEscapingMode.html 39 <FONT color="green">036</FONT> * The text in CDATA and RCDATA elements must not contain any<a name="line.36"></a>
51 <FONT color="green">048</FONT> * http://www.whatwg.org/specs/web-apps/current-work/#cdata-rcdata-restrictions<a name="line.48"></a>
75 <FONT color="green">072</FONT> RCDATA,<a name="line.72"></a>
112 <FONT color="green">109</FONT> // Textarea and Title are RCDATA, not CDATA, so decode entity references.<a name="line.109"></a>
113 <FONT color="green">110</FONT> .put("textarea", RCDATA)<a name="line.110"></a>
114 <FONT color="green">111</FONT> .put("title", RCDATA)<a name="line.111"></a>
HtmlStreamRenderer.html 272 <FONT color="green">269</FONT> Encoding.encodeHtmlOnto(text, output); // Works for RCDATA.<a name="line.269"></a>
    [all...]
  /external/owasp/sanitizer/distrib/javadoc/org/owasp/html/
HtmlTextEscapingMode.html 108 The text in CDATA and RCDATA elements must not contain any
120 http://www.whatwg.org/specs/web-apps/current-work/#cdata-rcdata-restrictions
168 <TD><CODE><B><A HREF="../../../org/owasp/html/HtmlTextEscapingMode.html#RCDATA">RCDATA</A></B></CODE>
313 <A NAME="RCDATA"><!-- --></A><H3>
314 RCDATA</H3>
316 public static final <A HREF="../../../org/owasp/html/HtmlTextEscapingMode.html" title="enum in org.owasp.html">HtmlTextEscapingMode</A> <A HREF="../../../src-html/org/owasp/html/HtmlTextEscapingMode.html#line.72"><B>RCDATA</B></A></PRE>
  /external/chromium_org/tools/grit/grit/gather/
rc.py 273 class RCData(Section):
278 # IDR_BLAH RCDATA { 1, 2, 3, 4 }
281 ^(?P<id1>[A-Z0-9_]+)\s+RCDATA\s+(DISCARDABLE)?\s+\{.*?\}
  /external/owasp/sanitizer/
CHANGE_LOG.html 40 <a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/syntax.html#raw-text-elements">HTML raw text &amp; RCDATA</a>
  /external/owasp/sanitizer/lib/htmlparser-1.3/doc/
tokenization.txt 25 states: PCDATA, RCDATA, CDATA, and PLAINTEXT. Initially it must be in
26 the PCDATA state. In the RCDATA and CDATA states, a further escape flag
82 RCDATA states and the escape flag is false: switch to the
87 If the content model flag is set to either the RCDATA state or
101 When the content model flag is set to either the RCDATA state or
107 If the content model flag is set to either the RCDATA state or
141 If the content model flag is set to the RCDATA or CDATA states
185 If the content model flag is set to the RCDATA or CDATA states but no
187 (fragment case), or, if the content model flag is set to the RCDATA or
    [all...]
tree-construction.txt 131 The generic CDATA element parsing algorithm and the generic RCDATA
137 CDATA state; otherwise the algorithm invoked was the generic RCDATA
139 flag to the RCDATA state.
141 4. Then, switch the insertion mode to "in CDATA/RCDATA".
502 Follow the generic RCDATA element parsing algorithm.
531 7. Switch the insertion mode to "in CDATA/RCDATA".
    [all...]
  /external/chromium_org/tools/grit/grit/node/
structure.py 41 'rcdata' : grit.gather.rc.RCData,
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
markupbase.py 93 # Where statusWord is one of TEMP, CDATA, IGNORE, INCLUDE, RCDATA
153 if sectName in ("temp", "cdata", "ignore", "include", "rcdata"):
sgmllib.py 6 # character data -- the normal case), RCDATA (replaceable character
8 # and CDATA (character data -- only end tags are special). RCDATA is
HTMLParser.py 6 # character data -- the normal case), RCDATA (replaceable character
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
markupbase.py 93 # Where statusWord is one of TEMP, CDATA, IGNORE, INCLUDE, RCDATA
153 if sectName in ("temp", "cdata", "ignore", "include", "rcdata"):
sgmllib.py 6 # character data -- the normal case), RCDATA (replaceable character
8 # and CDATA (character data -- only end tags are special). RCDATA is
HTMLParser.py 6 # character data -- the normal case), RCDATA (replaceable character
  /external/chromium_org/third_party/WebKit/Source/core/html/parser/
HTMLTokenizer.h 244 // know whether they represent end tags or RCDATA, etc. These
  /external/chromium_org/tools/grit/grit/format/
rc.py 461 'rcdata' : _FormatSection,
  /external/jsilver/src/com/google/streamhtmlparser/impl/
HtmlParserImpl.java 590 * properly. For code simplification, CDATA and RCDATA sections are
  /external/chromium_org/third_party/WebKit/PerformanceTests/Parser/resources/
html5.html     [all...]
  /external/owasp/sanitizer/distrib/lib/
owasp-java-html-sanitizer.jar 

Completed in 691 milliseconds

1 2