Home
last modified time | relevance | path

Searched refs:quotes (Results 1 – 25 of 212) sorted by relevance

123456789

/external/nist-sip/java/gov/nist/core/
DNameValue.java57 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/
DPHP SmartyPants Readme.txt26 * 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/
Da_strex.c176 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, &quotes, 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/
Da_strex.c176 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, &quotes, 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/
Dliteral-quotes.txt3 Foo [bar](/url/ "Title with "quotes" inside").
6 [bar]: /url/ "Title with "quotes" inside"
Dbenchmark.dat13 literal-quotes:0.090000:0.000000
/external/markdown/MarkdownTest/Tests_2004/
DLiteral quotes in titles.text3 Foo [bar](/url/ "Title with "quotes" inside").
6 [bar]: /url/ "Title with "quotes" inside"
/external/markdown/MarkdownTest/Tests_2007/
DLiteral quotes in titles.text3 Foo [bar](/url/ "Title with "quotes" inside").
6 [bar]: /url/ "Title with "quotes" inside"
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
DXMPUtilsImpl.java84 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/
DRenderQuote.cpp291 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/
Dstring_tokenizer.h122 void set_quote_chars(const str& quotes) { quotes_ = quotes; } in set_quote_chars() argument
/external/chromium_org/base/strings/
Dstring_tokenizer.h123 void set_quote_chars(const str& quotes) { quotes_ = quotes; } in set_quote_chars() argument
/external/llvm/test/YAMLParser/
Dspec-09-06.data3 'here''s to "quotes"'
/external/llvm/test/Assembler/
D2002-07-25-QuoteInString.ll1 ; Test double quotes in strings work correctly!
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/
DXMPUtils.java58 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/
Didl_basics.idl21 // This comment tests "double-quotes".
56 // This tests if "double-quotes" are escaped correctly.
/external/llvm/test/Feature/
Dweirdnames.ll5 ; Test using double quotes to form names that are not legal in the % form
/external/skia/tools/skpdiff/
DREADME3 Note how the asterisks are not expanded inside the shell because of the quotes
/external/chromium_org/tools/emacs/
Dtrybot-linux.txt1 A snippet of Linux trybot output (note UTF-8 quotes).
/external/llvm/test/Other/
DResponseFile.ll3 ; file for us. Tokenization with quotes is tested in unittests.
/external/proguard/examples/dictionaries/
Dshakespeare.txt2 # This obfuscation dictionary contains quotes from plays by Shakespeare.
/external/chromium_org/chrome/browser/policy/
Dpolicy_path_parser_mac.mm47 // 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/
Dreset.css35 blockquote, q { quotes: "" ""; }
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
DStyleRareInheritedData.h116 RefPtr<QuotesData> quotes; variable
/external/linux-tools-perf/config/
Dutilities.mak51 # single-quotes, so be wary of the characters
67 # delimited by shell single-quotes, so be wary
84 # single-quotes.

123456789