Searched refs:escaping (Results 1 – 25 of 33) sorted by relevance
12
/external/clearsilver/java-jni/ |
D | 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
|
/external/clearsilver/cs/ |
D | test_escape.cs | 35 Nested escaping: html
|
D | csparse.c | 668 entry->escape = parse->escaping.next_stack; in cs_parse_string() 669 parse->escaping.next_stack = parse->escaping.global_ctx; in cs_parse_string() 708 parse->escaping.current = NEOS_ESCAPE_NONE; in cs_parse_string() 1567 parse->escaping.next_stack = esc_cursor->context; in escape_parse() 2165 parse->escaping.current |= expr->function->escape; in eval_expr() 2343 parse->escaping.current = NEOS_ESCAPE_NONE; in var_eval() 2363 if (s && parse->escaping.current == NEOS_ESCAPE_NONE) /* no explicit escape */ in var_eval() 2368 err = neos_var_escape(parse->escaping.when_undef, s, &escaped); in var_eval() 2839 parse->escaping.next_stack = NEOS_ESCAPE_UNDEF; in def_parse() 3130 parse->escaping.when_undef = node->escape; in call_eval() [all …]
|
D | cs.h | 265 CS_ECONTEXT escaping; /* Context container for escape data */ member
|
D | test_escape.cs.gold | 36 Nested escaping: html
|
D | test.cs.gold | 73 Nested escaping: html
|
/external/libxml2/include/libxml/ |
D | xmlIO.h | 258 xmlCharEncodingOutputFunc escaping);
|
/external/libxml2/ |
D | xmlIO.c | 3356 xmlCharEncodingOutputFunc escaping) { in xmlOutputBufferWriteEscape() argument 3371 if (escaping == NULL) escaping = xmlEscapeContent; in xmlOutputBufferWriteEscape() 3403 ret = escaping(out->buffer->content + out->buffer->use , in xmlOutputBufferWriteEscape() 3424 ret = escaping(out->buffer->content + out->buffer->use , in xmlOutputBufferWriteEscape()
|
/external/webkit/WebCore/bridge/objc/ |
D | objc_utility.mm | 71 escaping '_' and '$' with a leading '$', such that '_' becomes "$_" and
|
/external/opencore/ |
D | ChangeLog | 140 - Check URIs for illegal characters and run escaping algorithm if any
|
/external/bluetooth/glib/docs/reference/glib/ |
D | regex-syntax.sgml | 170 pattern. This escaping action applies whether or not the following 182 An escaping backslash can be used to include a whitespace or # character 1078 in a class as a literal string of bytes, or by using the \x{ escaping 1140 escaping other non-alphanumeric characters does no harm.
|
/external/webkit/WebKit/mac/Misc/ |
D | WebNSURLExtras.mm | 249 // but we have to do it before doing all the %-escaping, and this is the only
|
/external/bison/ |
D | NEWS | 640 * Fixed a problem with escaping the double quote character.
|
D | OChangeLog | 37 * src/lex.c (literalchar): Fix the code for escaping \, " and '.
|
D | ChangeLog | 15073 fixed the code for escaping double quotes (thanks 15355 Fix the code for escaping \, " and '.
|
/external/webkit/V8Binding/v8/ |
D | ChangeLog | 160 Fixed issue 345 by avoiding duplicate escaping labels.
|
/external/icu4c/test/testdata/ |
D | regextst.txt | 578 # Hex format \x escaping 980 # bug 5386 \Q ... \E escaping problem
|
/external/bluetooth/glib/ |
D | ChangeLog.pre-2-16 | 720 escaping out of javascript. fixed string->bool conversions. added performance
|
D | NEWS | 1758 337553 Wrong escaping of URIs
|
/external/webkit/WebKit/mac/WebView/ |
D | WebHTMLView.mm | 4116 // FIXME: Need more sophisticated escaping code if we want to handle family names 4313 // FIXME: Need more sophisticated escaping code if we want to handle family names
|
/external/netcat/ |
D | README | 867 from those "end of the buffer" fencepost errors or runaway pointers escaping
|
/external/bluetooth/glib/gobject/ |
D | ChangeLog | 2848 * glib-mkenums (usage): removed \v escaping, newer perl versions don't
|
/external/libpng/ |
D | aclocal.m4 | 499 # variables for single and double quote escaping we saved from calls
|
/external/webkit/WebCore/ |
D | ChangeLog-2006-05-10 | 21927 KURL::appendEscapingBadChars() doesn't know about %u-escaping. 21929 Test case: fast/encoding/percent-escaping.html 21933 "do what I mean" escaping of percent characters that do not 21934 look like a result of prior escaping.
|
D | ChangeLog-2003-10-25 | 12711 a strict version of the escaping loop that does not tolerate pre-existing 18051 (encodedElementName): Utility func to encode an element name, escaping amp and lt
|
12