Searched
full:escape (Results
251 -
275 of
1511) sorted by null
<<11121314151617181920>>
/external/markdown/markdown/ |
html4.py | 81 # escape character data 98 # escape attribute value 115 # escape attribute value
|
commandline.py | 59 help="safe mode ('replace', 'remove' or 'escape' user's HTML tag)")
|
/external/protobuf/java/src/main/java/com/google/protobuf/ |
TextFormat.java | 389 * escape sequences, which do not include all the escape sequences we [all...] |
/build/libs/host/ |
pseudolocalize.cpp | 68 * Note: This leaves escape sequences untouched so they can later be
|
/external/bluetooth/bluez/tools/ |
ubcsp.h | 158 /** Slip Escape Values **/
|
/external/chromium/base/i18n/ |
file_util_icu_unittest.cc | 49 // U+007F, but \x escape is interpreted by MSVC and gcc as we intend.
|
/external/chromium/chrome/browser/chromeos/ |
gview_request_interceptor.cc | 12 #include "net/base/escape.h"
|
/external/chromium/chrome/browser/ui/gtk/ |
html_dialog_gtk.cc | 119 // To make sure the default key bindings can still work, such as Escape to
|
/external/chromium/net/base/ |
data_url.cc | 14 #include "net/base/escape.h"
|
net_util_win.cc | 19 #include "net/base/escape.h"
|
/external/chromium/net/tools/dump_cache/ |
url_utilities.cc | 65 NORMAL, // We are not in the middle of parsing an escape.
|
/external/chromium/testing/gtest/test/ |
gtest-death-test_ex_test.cc | 50 // exceptions do not escape death test macros.
|
/external/chromium/webkit/glue/ |
ftp_directory_listing_response_delegate.cc | 16 #include "net/base/escape.h"
|
/external/dbus/dbus/ |
dbus-transport-unix.c | 45 * @todo once we add a way to escape paths in a dbus
|
/external/emma/lib/internal/ |
stamptool.jar | |
/external/icu4c/i18n/ |
quant.h | 78 * @param escapeUnprintable if True then escape the unprintable characters.
|
regexcst.h | 296 , {doSetOpError, 115 /* s */, 183,0, FALSE} // 164 set-lit-dash-escape 304 , {doSetProp, 112 /* p */, 129,0, FALSE} // 172 set-escape 481 "set-lit-dash-escape", 489 "set-escape",
|
/external/icu4c/samples/numfmt/ |
util.cpp | 44 UnicodeString escape(const UnicodeString &source) { function
|
/external/icu4c/test/intltest/ |
usettest.h | 187 static UnicodeString escape(const UnicodeString& s);
|
/external/iproute2/tc/ |
em_nbyte.c | 32 "where: NEEDLE := { string | \"c-escape-sequence\" }\n" \
|
/external/libvpx/examples/includes/geshi/geshi/ |
freebasic.php | 84 "zstring", "explicit", "escape", "true", "false"
|
xml.php | 17 * - Removed escape character for strings
|
/external/llvm/test/Transforms/FunctionAttrs/ |
2008-12-31-NoCapture.ll | 36 ; subtle escape mechanism follows
|
/external/v8/test/mjsunit/ |
function-names.js | 127 "escape", "unescape", "decodeURI", "decodeURIComponent",
|
/external/v8/test/mjsunit/regress/ |
regress-1200351.js | 196 eval("for (new RegExp.join().className() in new Object().length()>>true.toObject()) { parseFloat(escape(debugger)) }") 212 eval("new Date(void.join().add(escape(undef)))") 264 eval("with ({ throw new false(0.2).prototype.name : parseFloat(false)+(!debugger) }) { escape(undef.lastIndex) }") 452 eval("let ('a'-continue?null.length():escape(continue)) { return undef.push(false.shift()) }") 480 eval("if (1/NaN.__lookupGetter__(undef.prototype.value)) { escape(eval(this)) }") 583 eval("new Function(escape(0.length))") 623 eval("let (function () { -1 }.shift()) { escape(1.unshift()) }") 731 eval("for (escape(x==debugger), NaN.shift()&debugger?false:0.2, (!new RegExp)&goto break) { unescape(x.toText) }") [all...] |
Completed in 4853 milliseconds
<<11121314151617181920>>