HomeSort by relevance Sort by last modified time
    Searched full:escaped (Results 526 - 550 of 2017) sorted by null

<<21222324252627282930>>

  /external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_src/generated/com/github/javaparser/
ParseException.java 149 * Used to convert raw characters to their escaped version
  /external/jline/src/src/main/java/jline/
CandidateListCompletionHandler.java 24 * <li>handle quotes and escaped quotes</li>
  /external/jsilver/src/com/google/clearsilver/jsilver/data/
DataContext.java 59 * EscapeMode.ESCAPE_NONE} if the variable was not escaped. {@code
  /external/jsilver/src/com/google/clearsilver/jsilver/functions/html/
HtmlStripFunction.java 35 // The state the strip function can be, normal, in an amp escaped entity or
  /external/libchrome/base/strings/
pattern.cc 25 // We don't want to match wildcard here, except if it's escaped.
  /external/libcxx/test/std/re/re.badexp/
regex_error.pass.cpp 40 assert(e.what() == std::string("The expression contained an invalid escaped character, or a "
  /external/libmojo/third_party/markupsafe/
_speedups.c 65 /* First we need to figure out how long the escaped string will be */
  /external/llvm/docs/
MarkedUpDisassembly.rst 78 1: For assembly dialects in which '<' and/or '>' are legal tokens, a literal token is escaped by following immediately with a repeat of the character. For example, a literal '<' character is output as '<<' in an annotated assembly string.
  /external/llvm/lib/Support/Windows/
Program.inc 180 /// CreateProcess and returns length of quoted arg with escaped quotes
188 // We need to add a backslash, but ensure that it isn't escaped.
201 // Make sure the closing quote doesn't get escaped by a trailing backslash.
241 // Make sure our quote doesn't get escaped by a trailing backslash.
  /external/llvm/test/Analysis/CFLAliasAnalysis/Steensgaard/
attr-escape.ll 1 ; This testcase ensures that CFL AA handles escaped values no more conservative than it should
  /external/llvm/test/Analysis/GlobalsModRef/
nonescaping-noalias.ll 5 ; that would inherently have escaped any other function as the other underlying
  /external/nist-sip/java/gov/nist/javax/sip/
Utils.java 101 * Any " characters appearing in str are escaped
  /external/owasp/sanitizer/src/main/org/owasp/html/
HtmlTextEscapingMode.java 56 * Normally escaped character data that breaks around comments and tags.
  /external/parameter-framework/upstream/ctest/
CMakeLists.txt 61 # Thus all `;` in environment variables must be escaped
  /external/ppp/pppd/include/net/
ppp_defs.h 126 * Extended asyncmap - allows any character to be escaped.
  /external/python/cpython2/Doc/library/
pipes.rst 43 Return a shell-escaped version of the string *s*. The returned value is a
xml.sax.utils.rst 25 ``'>'`` are always escaped, even if *entities* is provided.
  /external/python/cpython2/Lib/test/
test_string.py 320 (?P<escaped>@{2}) |
336 (?P<escaped>@{2}) |
349 (?P<escaped>$) |
366 (?P<escaped>$) |
  /external/python/cpython3/Doc/library/
glob.rst 62 sharepoints are not escaped, e.g. on Windows
xml.sax.utils.rst 26 ``'>'`` are always escaped, even if *entities* is provided.
  /external/python/cpython3/Lib/
glob.py 165 # Metacharacters do not work in the drive part and shouldn't be escaped.
  /external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue56/
PerlTest.java 51 assertEquals("Unicode escaped sequence must be decoded.",
  /external/swiftshader/third_party/llvm-subzero/lib/Support/Windows/
Program.inc 180 /// CreateProcess and returns length of quoted arg with escaped quotes
188 // We need to add a backslash, but ensure that it isn't escaped.
201 // Make sure the closing quote doesn't get escaped by a trailing backslash.
241 // Make sure our quote doesn't get escaped by a trailing backslash.
  /external/toolchain-utils/bestflags/
flags.py 78 The spec is a definition of the following form: a string with escaped
  /external/v8/src/compiler/
js-context-specialization.cc 97 // Even though the context slot is immutable, the context might have escaped

Completed in 1703 milliseconds

<<21222324252627282930>>