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

1 2 3

  /external/mdnsresponder/mDNSWindows/DNSServiceBrowser/WindowsCE/Resources/
newres.h 4 #define SHMENUBAR RCDATA
  /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
  /prebuilts/go/darwin-x86/src/html/template/
context.go 98 // stateRCDATA occurs inside an RCDATA element (<textarea> or <title>)
296 // elementTextarea corresponds to the RCDATA <textarea> element.
298 // elementTitle corresponds to the RCDATA <title> element.
html.go 32 // rcdataEscaper escapes for inclusion in an RCDATA element body.
178 // Use RCDATA instead of parsing into JS or CSS styles.
  /prebuilts/go/linux-x86/src/html/template/
context.go 98 // stateRCDATA occurs inside an RCDATA element (<textarea> or <title>)
296 // elementTextarea corresponds to the RCDATA <textarea> element.
298 // elementTitle corresponds to the RCDATA <title> element.
html.go 32 // rcdataEscaper escapes for inclusion in an RCDATA element body.
178 // Use RCDATA instead of parsing into JS or CSS styles.
  /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>
  /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/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>
  /toolchain/binutils/binutils-2.27/binutils/
rclex.c 38 /* Whether we are in rcdata mode, in which we returns the lengths of
100 K(RADIOBUTTON), K(RCDATA), K(RTEXT),
599 /* Enter rcdata mode. */
606 /* Go back to normal mode from rcdata mode. */
resrc.c 166 /* Local functions for rcdata based resource definitions. */
1307 fatal ("too small group icon rcdata");
    [all...]
rcparse.y 77 } rcdata;
130 %token RCDATA
149 %type <rcdata> optrcdata_data optrcdata_data_int rcdata_data
1174 /* We use a different lexing algorithm, because rcdata strings may
1295 | RCDATA
    [all...]
  /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...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
markupbase.py 93 # Where statusWord is one of TEMP, CDATA, IGNORE, INCLUDE, RCDATA
149 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
  /external/python/cpython2/Lib/
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
  /external/python/cpython3/Lib/
_markupbase.py 92 # Where statusWord is one of TEMP, CDATA, IGNORE, INCLUDE, RCDATA
152 if sectName in {"temp", "cdata", "ignore", "include", "rcdata"}:
  /prebuilts/gdb/darwin-x86/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
  /prebuilts/gdb/linux-x86/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"):
  /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"):
  /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"):

Completed in 1154 milliseconds

1 2 3