OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:escaping
(Results
1 - 25
of
139
) sorted by null
1
2
3
4
5
6
/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
/dalvik/libcore/xml/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
...]
/dalvik/libcore/xml/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/clearsilver/java-jni/
javatest.gold
127
Default HTML
escaping
: <?cs var:Some.HTML ?>
130
Default HTML
escaping
: <script src="some.js">alert('123');</script>
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/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
. */
/external/v8/test/mjsunit/regress/
regress-345.js
28
//
Escaping
to the same target from both the try and catch blocks of
/ndk/build/platforms/android-3/arch-arm/usr/include/
fnmatch.h
38
#define FNM_NOESCAPE 0x01 /* Disable backslash
escaping
. */
/ndk/build/platforms/android-4/arch-arm/usr/include/
fnmatch.h
38
#define FNM_NOESCAPE 0x01 /* Disable backslash
escaping
. */
/ndk/build/platforms/android-5/arch-arm/usr/include/
fnmatch.h
38
#define FNM_NOESCAPE 0x01 /* Disable backslash
escaping
. */
/ndk/build/platforms/android-5/arch-x86/usr/include/
fnmatch.h
38
#define FNM_NOESCAPE 0x01 /* Disable backslash
escaping
. */
/ndk/build/platforms/android-8/arch-arm/usr/include/
fnmatch.h
38
#define FNM_NOESCAPE 0x01 /* Disable backslash
escaping
. */
/ndk/build/platforms/android-8/arch-x86/usr/include/
fnmatch.h
38
#define FNM_NOESCAPE 0x01 /* Disable backslash
escaping
. */
/dalvik/libcore/xml/src/main/java/org/apache/xml/serializer/
output_html.properties
43
{http\u003a//xml.apache.org/xalan}use-url-
escaping
=yes
SerializationHandler.java
74
* Turns special character
escaping
on/off.
80
* @param escape true if
escaping
is to be set on.
/frameworks/base/tools/preload/
Record.java
111
* Decode any
escaping
that may have been written to the log line.
113
* Supports unicode-style
escaping
: \\uXXXX = character in hex
/dalvik/libcore/json/src/test/java/org/json/
JSONTokenerTest.java
344
// nextString permits slash-
escaping
of arbitrary characters!
384
// we're mixing Java
escaping
like \" and JavaScript
escaping
like \\\"
397
// we're mixing Java
escaping
like \\ and JavaScript
escaping
like \\u
Completed in 126 milliseconds
1
2
3
4
5
6