Searched
full:escaped (Results
701 -
725 of
2017) sorted by null
<<21222324252627282930>>
| /prebuilts/gdb/linux-x86/lib/python2.7/distutils/ |
| spawn.py | 52 # have to be escaped? Is there an escaping mechanism other than
|
| /prebuilts/gdb/linux-x86/lib/python2.7/test/ |
| test_strftime.py | 88 # escaped in escapestr()
|
| /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/ |
| lex.go | 181 // pragmaFields does not recognize escaped quotes. If a quote in s is not
|
| /prebuilts/go/darwin-x86/src/html/template/ |
| content.go | 30 // and a template escaped by this package are fine for use with HTML.
|
| /prebuilts/go/darwin-x86/src/net/mail/ |
| message_test.go | 136 4: {"\"\\" + string([]byte{0x80}) + "\" <escaped-invalid-unicode@example.net>", "invalid utf-8 in quoted-string"}, 138 6: {"\"\\\x00\" <escaped-null@example.net>", "bad character in quoted-string"}, 803 `<"very.(),:;<>[]\".VERY.\"very@\\ \"very\".unusual"@strange.example.com>`, // escaped quotes 804 `<"()<>[]:,;@\\\"!#$%&'*+-/=?^_{}| ~.a"@example.org>`, // escaped backslashes
|
| /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/ |
| lex.go | 181 // pragmaFields does not recognize escaped quotes. If a quote in s is not
|
| /prebuilts/go/linux-x86/src/html/template/ |
| content.go | 30 // and a template escaped by this package are fine for use with HTML.
|
| /prebuilts/go/linux-x86/src/net/mail/ |
| message_test.go | 136 4: {"\"\\" + string([]byte{0x80}) + "\" <escaped-invalid-unicode@example.net>", "invalid utf-8 in quoted-string"}, 138 6: {"\"\\\x00\" <escaped-null@example.net>", "bad character in quoted-string"}, 803 `<"very.(),:;<>[]\".VERY.\"very@\\ \"very\".unusual"@strange.example.com>`, // escaped quotes 804 `<"()<>[]:,;@\\\"!#$%&'*+-/=?^_{}| ~.a"@example.org>`, // escaped backslashes
|
| /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/src/ |
| regex.cpp | 27 return "The expression contained an invalid escaped character, or a "
|
| /prebuilts/ndk/r16/sources/third_party/googletest/googletest/ |
| CHANGES | 10 * Improvement: char pointers and char arrays are now escaped properly
|
| /prebuilts/ndk/r16/sources/third_party/vulkan/src/tests/gtest-1.7.0/ |
| CHANGES | 14 * Improvement: char pointers and char arrays are now escaped properly
|
| /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()
|
| /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/ |
| spawn.py | 52 # have to be escaped? Is there an escaping mechanism other than
|
| /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
| test_strftime.py | 88 # escaped in escapestr()
|
| /tools/metalava/src/main/java/com/android/tools/metalava/model/psi/ |
| Javadoc.kt | 73 // can incorrectly find matches in escaped code snippets etc.
|
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/ |
| string.py | 105 (?P<escaped>%(delim)s) | # Escape sequence of two delimiters
170 if mo.group('escaped') is not None:
201 if mo.group('escaped') is not None:
|
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
| string.py | 105 (?P<escaped>%(delim)s) | # Escape sequence of two delimiters
166 if mo.group('escaped') is not None:
199 if mo.group('escaped') is not None:
|
| /external/devlib/devlib/utils/ |
| misc.py | 403 """Escape quotes, and escaped quotes, in the specified text.""" 408 """Escape single quotes, and escaped single quotes, in the specified text.""" 413 """Escape double quotes, and escaped double quotes, in the specified text."""
|
| /external/icu/icu4c/source/test/intltest/ |
| dtfmtrtts.cpp | 80 UnicodeString escaped; local 81 escape(str,escaped); 82 errln(UnicodeString("FAIL: ") + msg + " failed, error " + u_errorName(status) + ", str=" + escaped);
|
| /external/libvncserver/webclients/novnc/include/ |
| keyboard.js | 292 // - marks each event with an 'escape' property if a modifier was down which should be "escaped" 379 // so when used with the '2' key, Ctrl-Alt counts as a char modifier (and should be escaped), but when used with 'D', it does not. 412 // the modifier didn't have any effect, and should not be escaped
|
| /external/libxml2/doc/devhelp/ |
| libxml2-uri.html | 136 </pre><p>Save the URI as an escaped string</p> 141 <div class="variablelist"><table border="0"><col align="left"/><tbody><tr><td><span class="term"><i><tt>str</tt></i>:</span></td><td>the string of the URI to escape</td></tr><tr><td><span class="term"><i><tt>Returns</tt></i>:</span></td><td>an copy of the string, but escaped 25 May 2001 Uses <a href="libxml2-uri.html#xmlParseURI">xmlParseURI</a> and <a href="libxml2-uri.html#xmlURIEscapeStr">xmlURIEscapeStr</a> to try to escape correctly according to RFC2396. - Carl Douglas</td></tr></tbody></table></div></div> 145 <div class="variablelist"><table border="0"><col align="left"/><tbody><tr><td><span class="term"><i><tt>str</tt></i>:</span></td><td>string to escape</td></tr><tr><td><span class="term"><i><tt>list</tt></i>:</span></td><td>exception list string of chars not to escape</td></tr><tr><td><span class="term"><i><tt>Returns</tt></i>:</span></td><td>a new escaped string or NULL in case of error.</td></tr></tbody></table></div></div>
|
| /external/nanopb-c/generator/proto/google/protobuf/ |
| descriptor.proto | 162 // For strings, contains the default text contents (not escaped in any way). 163 // For bytes, contains the C escaped value. All bytes >= 128 are escaped.
|
| /external/ply/ply/test/ |
| testlex.py | 187 # "Make sure '#' in rule 't_POUND' is escaped with '\\#'\n")) 191 "Make sure '#' in rule 't_POUND' is escaped with '\\#'\n") 194 "ERROR: Make sure '#' in rule 't_POUND' is escaped with '\#'")
|
| /external/protobuf/src/google/protobuf/util/internal/ |
| json_stream_parser.cc | 63 // Number of digits in an escaped UTF-16 code unit ('\\' 'u' X X X X) 338 // Handle the standard set of backslash-escaped characters. 400 // Converts a unicode escaped character to a decimal value stored in a char32
|
Completed in 1454 milliseconds
<<21222324252627282930>>