Home
last modified time | relevance | path

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

1234567

/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/webkit/Source/WebCore/rendering/
DRenderQuote.cpp244 const QuotesData* quotes = style()->quotes(); in originalText() local
245 if (!quotes) in originalText()
246 quotes = defaultQuotes(this); in originalText()
247 if (!quotes->length) in originalText()
266 if (index >= quotes->length) in originalText()
267 index = (quotes->length-2) | (index & 1); in originalText()
270 return quotes->data()[index].impl(); in originalText()
324 const QuotesData* newQuotes = style()->quotes(); in styleDidChange()
325 const QuotesData* oldQuotes = oldStyle ? oldStyle->quotes() : 0; in styleDidChange()
/external/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/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/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/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/quake/quake/src/WinQuake/
Dcmd.cpp148 int quotes; in Cbuf_Execute() local
155 quotes = 0; in Cbuf_Execute()
159 quotes++; in Cbuf_Execute()
160 if ( !(quotes&1) && text[i] == ';') in Cbuf_Execute()
/external/quake/quake/src/QW/client/
Dcmd.c147 int quotes; in Cbuf_Execute() local
154 quotes = 0; in Cbuf_Execute()
158 quotes++; in Cbuf_Execute()
159 if ( !(quotes&1) && text[i] == ';') in Cbuf_Execute()
/external/chromium/base/
Dstring_tokenizer.h122 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/webkit/LayoutTests/fast/encoding/
Dcss-charset-evil-expected.txt3 …that @charset " must be written literally, but Firefox and IE allow extra spaces and single quotes.
/external/webkit/Source/WebCore/rendering/style/
DStyleRareInheritedData.cpp154 && *quotes == *o.quotes; in operator ==()
DStyleRareInheritedData.h100 RefPtr<QuotesData> quotes; variable
/external/webkit/LayoutTests/http/tests/cookies/
Ddouble-quoted-value-with-semi-colon-expected.txt1 Test for <rdar://problem/5666078> Cookie parsing terminates at the first semicolon, ignoring quotes
/external/llvm/test/Feature/
Dweirdnames.ll5 ; Test using double quotes to form names that are not legal in the % form
/external/proguard/examples/dictionaries/
Dshakespeare.txt2 # This obfuscation dictionary contains quotes from plays by Shakespeare.
/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.
/external/clang/lib/StaticAnalyzer/Core/
DBugReporterVisitors.cpp565 const bool quotes = isa<VarDecl>(DR->getDecl()); in patternMatch() local
566 if (quotes) { in patternMatch()
583 if (quotes) in patternMatch()
585 return quotes; in patternMatch()
/external/e2fsprogs/po/
Den@quot.header5 # http://www.cl.cam.ac.uk/~mgk25/ucs/quotes.html
Den@boldquot.header5 # http://www.cl.cam.ac.uk/~mgk25/ucs/quotes.html
/external/elfutils/po/
Den@quot.header5 # http://www.cl.cam.ac.uk/~mgk25/ucs/quotes.html
/external/webkit/Tools/iExploder/iexploder-1.7.2/src/css-properties/
Ddillo81 quotes

1234567