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

1 2 3 4 5 6 7 8

  /external/clearsilver/man/man3/
cs_register_esc_strfunc.3 14 cs_register_esc_strfunc - cs_register_strfunc with escaping context
38 except that it changes the evaluation escaping context to disable
39 default escaping.
cgi_url_escape.3 28 cgi_url_escape will do URL escaping on the passed in
cgi_url_escape_more.3 30 cgi_url_escape_more will do URL escaping on the passed in
cs_register_strfunc.3 38 designed to allow for string formating/escaping
42 escaping). Note that we explicitly don't provide any
cgi_cookie_set.3 50 Note this function does no escaping of anything, you
  /libcore/luni/src/main/java/org/apache/xalan/templates/
ElemText.java 32 * disable-output-escaping (yes|no) "no"
43 * Tells if this element should disable escaping.
49 * Set the "disable-output-escaping" attribute.
58 * XSLT provides a mechanism for disabling output escaping.
60 * disable-output-escaping attribute; the allowed values
63 * or xsl:text element should be output without any escaping.
64 * @see <a href="http://www.w3.org/TR/xslt#disable-output-escaping">disable-output-escaping in XSLT Specification</a>
66 * @param v Boolean flag indicating whether this element should disable escaping
74 * Get the "disable-output-escaping" attribute
    [all...]
ElemTextLiteral.java 116 * Tells if this element should disable escaping.
122 * Set the "disable-output-escaping" attribute.
131 * XSLT provides a mechanism for disabling output escaping.
133 * disable-output-escaping attribute; the allowed values
136 * or xsl:text element should be output without any escaping.
137 * @see <a href="http://www.w3.org/TR/xslt#disable-output-escaping">disable-output-escaping in XSLT Specification</a>
139 * @param v Boolean value for "disable-output-escaping" attribute.
147 * Get the "disable-output-escaping" attribute.
156 * XSLT provides a mechanism for disabling output escaping
    [all...]
ElemValueOf.java 41 * disable-output-escaping (yes|no) "no"
98 * Tells if this element should disable escaping.
104 * Set the "disable-output-escaping" attribute.
113 * XSLT provides a mechanism for disabling output escaping.
115 * disable-output-escaping attribute; the allowed values
118 * or xsl:text element should be output without any escaping.
119 * @see <a href="http://www.w3.org/TR/xslt#disable-output-escaping">disable-output-escaping in XSLT Specification</a>
121 * @param v The value to set for the "disable-output-escaping" attribute.
129 * Get the "disable-output-escaping" attribute
    [all...]
  /libcore/luni/src/main/java/javax/xml/transform/
Result.java 32 * result tree disables output escaping.
42 * serialization should be output without any escaping. </p>
47 * @see <a href="http://www.w3.org/TR/xslt#disable-output-escaping">disable-output-escaping in XSLT Specification</a>
50 "javax.xml.transform.disable-output-escaping";
54 * if the result tree enables output escaping at some point after having
57 * @see <a href="http://www.w3.org/TR/xslt#disable-output-escaping">disable-output-escaping in XSLT Specification</a>
60 "javax.xml.transform.enable-output-escaping";
  /external/chromium/base/json/
string_escape.h 5 // This file defines utility functions for escaping strings.
  /external/clearsilver/java-jni/
javatest.gold 127 Default HTML escaping: <?cs var:Some.HTML ?>
130 Default HTML escaping: &lt;script src=&quot;some.js&quot;&gt;alert(&#39;123&#39;);&lt;/script&gt;
135 Default JS escaping: <?cs var:Some.HTML ?>
138 Default JS escaping: \x3Cscript src=\x22some.js\x22\x3Ealert(\x27123\x27)\x3B\x3C\x2Fscript\x3E
143 Default URL escaping: <?cs var:Some.HTML ?>
146 Default URL escaping: %3Cscript+src%3D%22some.js%22%3Ealert(%27123%27)%3B%3C%2Fscript%3E
CSTest.java 158 // Test default escaping mode: html
169 tmplstr = "Default HTML escaping: <?cs var:Some.HTML ?>\n";
175 // Test default escaping mode: js
186 tmplstr = "Default JS escaping: <?cs var:Some.HTML ?>\n";
192 // Test default escaping mode: url
203 tmplstr = "Default URL escaping: <?cs var:Some.HTML ?>\n";
  /external/clearsilver/cs/
cs.h 208 NEOS_ESCAPE escape; /* States escaping exemptions. default: NONE. */
217 * automatic escaping in tandem with the 'escape' directive. It is passed
222 NEOS_ESCAPE global_ctx; /* Contains global default escaping mode:
231 escaping state to delay escaping status to
233 NEOS_ESCAPE when_undef; /* Contains the escaping context to be used when a
265 CS_ECONTEXT escaping; /* Context container for escape data */ member in struct:_parse
437 * designed to allow for string formating/escaping
441 * escaping). Note that we explicitly don't provide any
461 * Function: cs_register_esc_strfunc - cs_register_strfunc with escaping contex
    [all...]
  /external/chromium/third_party/icu/source/test/intltest/
wbnf.h 25 escaping = _single character with a leading back slash, either inside or outside quoting_
27 string = string alphabet | string digit | string quoting | string escaping |
28 alphabet | quoting | escaping
68 o the definition of 'escaping' and 'quoting' are preceding definition text
  /external/icu4c/test/intltest/
wbnf.h 25 escaping = _single character with a leading back slash, either inside or outside quoting_
27 string = string alphabet | string digit | string quoting | string escaping |
28 alphabet | quoting | escaping
68 o the definition of 'escaping' and 'quoting' are preceding definition text
  /bionic/libc/include/
fnmatch.h 38 #define FNM_NOESCAPE 0x01 /* Disable backslash escaping. */
  /development/ndk/platforms/android-3/include/
fnmatch.h 38 #define FNM_NOESCAPE 0x01 /* Disable backslash escaping. */
  /external/v8/test/mjsunit/regress/
regress-345.js 28 // Escaping to the same target from both the try and catch blocks of
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/
fnmatch.h 38 #define FNM_NOESCAPE 0x01 /* Disable backslash escaping. */
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/
fnmatch.h 38 #define FNM_NOESCAPE 0x01 /* Disable backslash escaping. */
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/
fnmatch.h 38 #define FNM_NOESCAPE 0x01 /* Disable backslash escaping. */
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/
fnmatch.h 38 #define FNM_NOESCAPE 0x01 /* Disable backslash escaping. */
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/
fnmatch.h 38 #define FNM_NOESCAPE 0x01 /* Disable backslash escaping. */
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/
fnmatch.h 38 #define FNM_NOESCAPE 0x01 /* Disable backslash escaping. */
  /external/chromium/googleurl/src/
url_canon_query.cc 79 // Appends the given string to the output, escaping characters that do not
89 else // Doesn't need escaping.
129 // Run the converter to get an 8-bit string, then append it, escaping

Completed in 580 milliseconds

1 2 3 4 5 6 7 8