Searched
full:quote (Results
326 -
350 of
1323) sorted by null
<<11121314151617181920>>
/external/bison/src/ |
main.c | 47 #include <quote.h>
|
/external/chromium-trace/trace-viewer/third_party/WebOb/docs/comment-example-code/ |
example.py | 55 return os.path.join(self.storage_dir, urllib.quote(url, ''))
|
/external/chromium-trace/trace-viewer/tracing/tracing/extras/importer/v8/ |
log_reader.html | 27 * A regex for matching a double quote.
|
/external/droiddriver/src/io/appium/droiddriver/finders/ |
XPaths.java | 129 // expression that concatenates all non-double-quote substrings with
|
/external/google-breakpad/src/client/windows/sender/ |
crash_report_sender.h | 83 // and may not contain a quote (") character.
|
/external/icu/icu4c/source/i18n/ |
dtptngen_impl.h | 149 void getQuoteLiteral(UnicodeString& quote, int32_t *itemIndex);
|
/external/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/util/ |
Pick.java | 416 static class Quote extends ItemPick { 417 Quote(Pick item) { 433 return indent(depth) + result + "QUOTE(" + item.getInternal(depth+1, alreadySeen) 736 Utility.appendToRule(target, (int)-1, true, false, quoteBuffer); // close previous quote
|
Tabber.java | 202 // TODO Quote string
|
/external/iputils/doc/ |
docbook2man-spec.pl | 147 # Fold lines into one, quote some characters 632 man_sgml('<QUOTE>', "``"); 633 man_sgml('</QUOTE>', "''"); 649 # QUOTE
|
/external/libxml2/test/valid/dtds/ |
xhtml-special.ent | 25 <!ENTITY quot """> <!-- quotation mark = APL quote,
|
/external/lldb/test/functionalities/command_script/ |
TestCommandScript.py | 92 'quote stuff'])
|
/external/llvm/lib/Support/Windows/ |
Program.inc | 185 // precede a double quote! See MSDN: 193 // Make sure the closing quote doesn't get escaped by a trailing backslash. 224 // Escape all preceding escapes (if any), and then escape the quote. 233 // Make sure our quote doesn't get escaped by a trailing backslash.
|
/external/llvm/lib/Support/ |
YAMLTraits.cpp | 565 // Only quote if we must. 572 output("'"); // Starting single quote. 575 // Escape a single quote by doubling it. 584 this->outputUpToEndOfLine("'"); // Ending single quote.
|
/external/openfst/src/include/fst/script/ |
draw-impl.h | 116 // Escapes backslash and double quote if these occur in the string. Dot will
|
/external/owasp/sanitizer/src/main/org/owasp/html/examples/ |
SlashdotPolicyExample.java | 89 .allowElements("quote", "ecode")
|
/external/selinux/policycoreutils/setfiles/ |
setfiles.8 | 87 quote marks or backslashes. The
|
/external/srtp/doc/ |
intro.txt | 34 \begin{quote} 63 \end{quote} 125 \begin{quote} 136 \end{quote}
|
/external/toybox/toys/posix/ |
xargs.c | 21 -0 Each argument is NULL terminated, no whitespace or quote processing
|
/external/wpa_supplicant_8/wpa_supplicant/examples/ |
wpas-dbus-new-signals.py | 25 r += urllib.quote(chr(c))
|
wpas-dbus-new.py | 24 r += urllib.quote(chr(c))
|
/frameworks/base/core/java/android/text/util/ |
Rfc822Token.java | 136 * preceded by backslashes. The outer quote marks themselves are not
|
/frameworks/base/services/core/java/com/android/server/ |
NativeDaemonEvent.java | 230 current++; // skip the trailing quote
|
/frameworks/ex/common/java/com/android/common/ |
Rfc822Validator.java | 47 * It is however a simplification and it will not validate the double-quote syntax.
|
/frameworks/ex/common/tests/src/com/android/common/ |
Rfc822ValidatorTest.java | 74 // Incorrect double quote.
|
/frameworks/opt/vcard/tests/src/com/android/vcard/tests/ |
VCardUtilsTests.java | 116 // Right-side has one more illegal dquote to test quote-handle code thoroughly.
|
Completed in 96 milliseconds
<<11121314151617181920>>