/external/nist-sip/java/gov/nist/core/ |
D | NameValue.java | 57 private String quotes; field in NameValue 67 this.quotes = ""; in NameValue() 85 quotes = ""; in NameValue() 112 this.quotes = Separators.DOUBLE_QUOTE; in setQuotedValue() 166 buffer.append(name).append(separator).append(quotes); in encode() 168 buffer.append(quotes); in encode() 181 buffer.append(name).append(separator).append(quotes).append(quotes); in encode() 188 … buffer.append(name).append(separator).append(quotes).append(value.toString()).append(quotes); in encode() 201 buffer.append(quotes).append(value.toString()).append(quotes); in encode()
|
/external/libvpx/libvpx/examples/includes/PHP-SmartyPants-1.5.1e/ |
D | PHP SmartyPants Readme.txt | 26 * Straight quotes (`"` and `'`) into "curly" quote HTML entities 27 * Backtick-style quotes (` ``like this'' `) into "curly" quote HTML 33 quotes, plain dashes, and plain dots, but your published posts (and 34 final HTML output) will appear with smart quotes, em-dashes, and proper 39 display text where smart quotes and other "smart punctuation" would not 45 If you need to use literal straight quotes (or plain hyphens and 61 This is useful, for example, when you want to use straight quotes as 166 Performs default SmartyPants transformations: quotes (including 189 attribute. For example, to educate normal quotes and em-dashes, but not 190 ellipses or backticks-style quotes: [all …]
|
/external/chromium_org/third_party/openssl/openssl/crypto/asn1/ |
D | a_strex.c | 176 int type, unsigned char flags, char *quotes, char_io *io_ch, void *arg) in do_buf() argument 223 len = do_esc_char(utfbuf[i], (unsigned char)(flags | orflags), quotes, io_ch, arg); in do_buf() 228 len = do_esc_char(c, (unsigned char)(flags | orflags), quotes, io_ch, arg); in do_buf() 318 char quotes; in do_print_ex() local 320 quotes = 0; in do_print_ex() 367 len = do_buf(str->data, str->length, type, flags, "es, io_ch, NULL); in do_print_ex() 370 if(quotes) outlen += 2; in do_print_ex() 372 if(quotes && !io_ch(arg, "\"", 1)) return -1; in do_print_ex() 375 if(quotes && !io_ch(arg, "\"", 1)) return -1; in do_print_ex()
|
/external/openssl/crypto/asn1/ |
D | a_strex.c | 176 int type, unsigned char flags, char *quotes, char_io *io_ch, void *arg) in do_buf() argument 223 len = do_esc_char(utfbuf[i], (unsigned char)(flags | orflags), quotes, io_ch, arg); in do_buf() 228 len = do_esc_char(c, (unsigned char)(flags | orflags), quotes, io_ch, arg); in do_buf() 318 char quotes; in do_print_ex() local 320 quotes = 0; in do_print_ex() 367 len = do_buf(str->data, str->length, type, flags, "es, io_ch, NULL); in do_print_ex() 370 if(quotes) outlen += 2; in do_print_ex() 372 if(quotes && !io_ch(arg, "\"", 1)) return -1; in do_print_ex() 375 if(quotes && !io_ch(arg, "\"", 1)) return -1; in do_print_ex()
|
/external/markdown/tests/markdown-test/ |
D | literal-quotes.txt | 3 Foo [bar](/url/ "Title with "quotes" inside"). 6 [bar]: /url/ "Title with "quotes" inside"
|
D | benchmark.dat | 13 literal-quotes:0.090000:0.000000
|
/external/markdown/MarkdownTest/Tests_2004/ |
D | Literal quotes in titles.text | 3 Foo [bar](/url/ "Title with "quotes" inside"). 6 [bar]: /url/ "Title with "quotes" inside"
|
/external/markdown/MarkdownTest/Tests_2007/ |
D | Literal quotes in titles.text | 3 Foo [bar](/url/ "Title with "quotes" inside"). 6 [bar]: /url/ "Title with "quotes" inside"
|
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/ |
D | XMPUtilsImpl.java | 84 String separator, String quotes, boolean allowCommas) throws XMPException in catenateArrayItems() argument 93 if (quotes == null || quotes.length() == 0) in catenateArrayItems() 95 quotes = "\""; in catenateArrayItems() 118 char openQuote = quotes.charAt(0); in catenateArrayItems() 119 char closeQuote = checkQuotes(quotes, openQuote); in catenateArrayItems() 872 private static char checkQuotes(String quotes, char openQuote) throws XMPException in checkQuotes() argument 882 if (quotes.length() == 1) in checkQuotes() 888 closeQuote = quotes.charAt(1); in checkQuotes()
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
D | RenderQuote.cpp | 291 if (const QuotesData* customQuotes = style()->quotes()) in quotesData() 294 if (const QuotesData* quotes = quotesDataForLanguage(style()->locale())) in quotesData() local 295 return quotes; in quotesData()
|
/external/chromium/base/ |
D | string_tokenizer.h | 122 void set_quote_chars(const str& quotes) { quotes_ = quotes; } in set_quote_chars() argument
|
/external/chromium_org/base/strings/ |
D | string_tokenizer.h | 123 void set_quote_chars(const str& quotes) { quotes_ = quotes; } in set_quote_chars() argument
|
/external/llvm/test/YAMLParser/ |
D | spec-09-06.data | 3 'here''s to "quotes"'
|
/external/llvm/test/Assembler/ |
D | 2002-07-25-QuoteInString.ll | 1 ; Test double quotes in strings work correctly!
|
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/ |
D | XMPUtils.java | 58 String separator, String quotes, boolean allowCommas) throws XMPException in catenateArrayItems() argument 61 .catenateArrayItems(xmp, schemaNS, arrayName, separator, quotes, allowCommas); in catenateArrayItems()
|
/external/chromium_org/tools/json_schema_compiler/test/ |
D | idl_basics.idl | 21 // This comment tests "double-quotes". 56 // This tests if "double-quotes" are escaped correctly.
|
/external/llvm/test/Feature/ |
D | weirdnames.ll | 5 ; Test using double quotes to form names that are not legal in the % form
|
/external/skia/tools/skpdiff/ |
D | README | 3 Note how the asterisks are not expanded inside the shell because of the quotes
|
/external/chromium_org/tools/emacs/ |
D | trybot-linux.txt | 1 A snippet of Linux trybot output (note UTF-8 quotes).
|
/external/llvm/test/Other/ |
D | ResponseFile.ll | 3 ; file for us. Tokenization with quotes is tested in unittests.
|
/external/proguard/examples/dictionaries/ |
D | shakespeare.txt | 2 # This obfuscation dictionary contains quotes from plays by Shakespeare.
|
/external/chromium_org/chrome/browser/policy/ |
D | policy_path_parser_mac.mm | 47 // Sanitize quotes in case of any around the whole string. 51 // Strip first and last char which should be matching quotes now.
|
/external/chromium_org/third_party/WebKit/PerformanceTests/Dromaeo/resources/dromaeo/web/ |
D | reset.css | 35 blockquote, q { quotes: "" ""; }
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/ |
D | StyleRareInheritedData.h | 116 RefPtr<QuotesData> quotes; variable
|
/external/linux-tools-perf/config/ |
D | utilities.mak | 51 # single-quotes, so be wary of the characters 67 # delimited by shell single-quotes, so be wary 84 # single-quotes.
|