HomeSort by relevance Sort by last modified time
    Searched refs:quotes (Results 51 - 75 of 103) sorted by null

1 23 4 5

  /external/chromium/chrome/browser/sync/resources/
gaia_login.js 17 // Parentheses, commas, whitespace characters, single quotes (') and
18 // double quotes (") appearing in a URI must be escaped with a backslash
  /external/chromium_org/chrome/common/extensions/docs/examples/api/fontSettings/js/
util.js 47 // Parentheses, commas, whitespace characters, single quotes (') and double
48 // quotes (") appearing in a URI must be escaped with a backslash
  /external/e2fsprogs/lib/blkid/
read.c 145 * in case it is inside quotes, or escaped.
258 printf("unbalanced quotes at: %s\n", *value));
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
urllib2.py 833 # (single quotes are a violation of the RFC, but appear in the wild)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
urllib2.py 833 # (single quotes are a violation of the RFC, but appear in the wild)
    [all...]
  /external/chromium_org/v8/test/mjsunit/
debug-conditional-breakpoints.js 75 // Conditional breakpoint which different types of quotes.
  /external/v8/test/mjsunit/
debug-conditional-breakpoints.js 75 // Conditional breakpoint which different types of quotes.
  /external/chromium_org/ui/webui/resources/js/
util.js 65 // Parentheses, commas, whitespace characters, single quotes (') and double
66 // quotes (") appearing in a URI must be escaped with a backslash
  /frameworks/base/core/java/android/text/
Html.java 201 QuoteSpan[] quotes = text.getSpans(i, next, QuoteSpan.class); local
203 for (QuoteSpan quote : quotes) {
209 for (QuoteSpan quote : quotes) {
  /external/chromium_org/chrome/browser/resources/web_dev_style/
css_checker.py 289 { 'desc': 'Use single quotes (\') instead of double quotes (") in '
  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
RenderStyle.cpp 558 if (!QuotesData::equals(rareInheritedData->quotes.get(), other->rareInheritedData->quotes.get()))
681 if (QuotesData::equals(rareInheritedData->quotes.get(), q.get()))
683 rareInheritedData.access()->quotes = q;
    [all...]
  /external/chromium_org/tools/grit/grit/tool/
android2grd.py 282 Interprets whitespace, quotes, and escaped characters in the android_string
339 * Collapses consecutive whitespaces, except when inside double-quotes.
343 is_quoted_section = False # True when we're inside double quotes.
367 print 'Warning: unbalanced quotes in string: %s' % android_string
  /packages/apps/UnifiedEmail/src/com/android/mail/lib/base/
StringUtil.java 726 * Replaces microsoft "smart quotes" (curly " and ') with their
924 * @param s string to unescape, with the surrounding quotes.
925 * @return unescaped string, without the surrounding quotes.
941 // quotes can be escaped 'like this: ''', "like this: """, or 'like this: "'
    [all...]
  /packages/apps/UnifiedEmail/src/com/google/android/mail/common/base/
StringUtil.java 727 * Replaces microsoft "smart quotes" (curly " and ') with their
925 * @param s string to unescape, with the surrounding quotes.
926 * @return unescaped string, without the surrounding quotes.
942 // quotes can be escaped 'like this: ''', "like this: """, or 'like this: "'
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
BugReporterVisitors.cpp 1282 const bool quotes = isa<VarDecl>(DR->getDecl()); local
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/examples/api/downloads/download_manager/
popup.js 595 // split string by space, but ignore space in quotes
603 // strip quotes
  /external/chromium_org/third_party/WebKit/Source/core/css/resolver/
StyleBuilderCustom.cpp 1365 RefPtr<QuotesData> quotes = QuotesData::create(); local
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/json/
__init__.py 98 Expecting property name enclosed in double quotes: line 1 column 3 (char 2)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/json/
__init__.py 98 Expecting property name enclosed in double quotes: line 1 column 3 (char 2)
  /external/chromium_org/chrome/installer/mac/
pkg-dmg     [all...]
  /ndk/sources/host-tools/make-3.81/
job.c     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_sax.py 152 self.assertEqual(quoteattr('Includes "double" quotes'),
153 '\'Includes "double" quotes\'')
156 self.assertEqual(quoteattr("Includes 'single' quotes"),
157 "\"Includes 'single' quotes\"")
160 self.assertEqual(quoteattr("Includes 'single' and \"double\" quotes"),
161 "\"Includes 'single' and &quot;double&quot; quotes\"")
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_sax.py 152 self.assertEqual(quoteattr('Includes "double" quotes'),
153 '\'Includes "double" quotes\'')
156 self.assertEqual(quoteattr("Includes 'single' quotes"),
157 "\"Includes 'single' quotes\"")
160 self.assertEqual(quoteattr("Includes 'single' and \"double\" quotes"),
161 "\"Includes 'single' and &quot;double&quot; quotes\"")
  /external/libpng/
CHANGES     [all...]
  /external/libvpx/libvpx/examples/includes/PHP-Markdown-Extra-1.2.3/
markdown.php 412 [^>"/]+ # text outside quotes
416 "[^"]*" # text inside double quotes (tolerate ">")
418 \'[^\']*\' # text inside single quotes (tolerate ">")
    [all...]

Completed in 2494 milliseconds

1 23 4 5