Searched
full:escaped (Results
426 -
450 of
1174) sorted by null
<<11121314151617181920>>
/external/chromium_org/third_party/icu/source/tools/toolutil/ |
ucbuf.h | 141 * Rewinds the buffer by one codepoint. Does not rewind over escaped characters.
|
/external/chromium_org/third_party/markupsafe/ |
__init__.py | 25 needing to be escaped. This implements the `__html__` interface a couple
|
/external/chromium_org/tools/code_coverage/ |
example.croc | 21 # * Strings are wrapped in ''. Backslashes must be escaped ('foo\\bar', not
|
/external/chromium_org/tools/grit/grit/node/ |
base_unittest.py | 134 '''Tests a bug where would not be escaped correctly.'''
|
/external/chromium_org/tools/json_schema_compiler/ |
idl_schema_test.py | 199 self.assertEquals(('This tests if "double-quotes" are escaped correctly.'
|
/external/clang/lib/Frontend/ |
DependencyFile.cpp | 161 else if (Filename[i] == '$') // $ is escaped by $$.
|
/external/icu4c/common/ |
ruleiter.h | 116 * was escaped
|
/external/icu4c/tools/toolutil/ |
ucbuf.h | 141 * Rewinds the buffer by one codepoint. Does not rewind over escaped characters.
|
/external/jsilver/src/com/google/clearsilver/jsilver/functions/html/ |
TextHtmlFunction.java | 110 * converted into anchor tags before being appended to the output. The normal text is escaped and
|
/external/jsilver/src/com/google/clearsilver/jsilver/template/ |
DefaultRenderingContext.java | 280 // Since the rest of the template has already been auto-escaped at parse time
|
/external/libvpx/libvpx/examples/includes/geshi/geshi/ |
bash.php | 67 //Escaped String Starters
|
latex.php | 25 * - Fixed \& escaped ampersand
|
perl.php | 81 // Things that must still be escaped inside a hard-quoted string
|
/external/libvpx/libvpx/third_party/googletest/src/ |
CHANGES | 14 * Improvement: char pointers and char arrays are now escaped properly
|
/external/llvm/utils/TableGen/ |
AsmWriterInst.cpp | 127 PrintFatalError("Non-supported escaped character found in instruction '" +
|
/external/markdown/docs/ |
CHANGE_LOG | 55 Feb 9, 2008: Doublequotes no longer html escaped and rawhtml
|
/external/nist-sip/java/gov/nist/javax/sip/parser/ |
ViaParser.java | 121 // Escaped character
|
/frameworks/base/docs/html/google/play/billing/ |
billing_admin.jd | 255 contains a semicolon, it must be escaped with a backslash (for example, "\;"). A backslash 256 should also be escaped with a backslash (for example, "\\">.</p> 260 contains a semicolon, it must be escaped with a backslash (for example, "\;"). A backslash 261 should also be escaped with a backslash (for example, "\\">.</p>
|
/libcore/dalvik/src/main/java/dalvik/system/ |
Zygote.java | 194 * The arguments are quoted using single-quotes, escaped if necessary,
|
/libcore/luni/src/main/java/org/apache/harmony/security/x501/ |
AttributeValue.java | 202 * '#' char is escaped in any position
|
/libcore/luni/src/main/java/org/w3c/dom/ |
Text.java | 33 * escaped during serialization using character references; e.g. the
|
/ndk/sources/third_party/googletest/googletest/ |
CHANGES | 10 * Improvement: char pointers and char arrays are now escaped properly
|
/packages/apps/Bluetooth/src/com/android/bluetooth/map/ |
BluetoothMapbMessage.java | 198 parts = line.split("[^\\\\]:"); // Split on "un-escaped" ':' 205 parts = line.split("[^\\\\]:"); // Split on "un-escaped" ':' 212 parts = line.split("[^\\\\]:"); // Split on "un-escaped" ':' 222 parts = line.split("[^\\\\]:"); // Split on "un-escaped" : [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/ |
spawn.py | 52 # have to be escaped? Is there an escaping mechanism other than
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_strftime.py | 88 # escaped in escapestr()
|
Completed in 1034 milliseconds
<<11121314151617181920>>