HomeSort by relevance Sort by last modified time
    Searched refs:quote (Results 101 - 125 of 391) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
Utils.java 134 char quote = selector.charAt(pos); local
136 int end = selector.length() - 2; // quote and ]
142 if (selector.charAt(pos) == quote)
144 // skip one quote in value
  /libcore/luni/src/main/java/java/text/
ChoiceFormat.java 465 boolean quote = (choiceFormats[i].indexOf('|') != -1);
466 if (quote) {
470 if (quote) {
  /ndk/sources/host-tools/make-3.81/
ar.c 233 Metacharacters can be quoted with backslashes if QUOTE is nonzero. */
235 glob_pattern_p (const char *pattern, int quote)
248 if (quote)
  /packages/apps/ContactsCommon/src/com/android/contacts/common/model/account/
AccountWithDataSet.java 44 Pattern.compile(Pattern.quote(STRINGIFY_SEPARATOR));
46 Pattern.compile(Pattern.quote(ARRAY_STRINGIFY_SEPARATOR));
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
robotparser.py 139 url = urllib.quote(url)
163 self.path = urllib.quote(path)
urllib.py 36 "urlcleanup", "quote", "quote_plus", "unquote", "unquote_plus",
61 return quote(pathname)
183 fullurl = quote(fullurl, safe="%/:=&?~#+!$,;'@()*[]|")
732 proxyhost = quote(user, safe='') + ':' + quote(passwd, safe='') + '@' + proxyhost
749 proxyhost = quote(user, safe='') + ':' + quote(passwd, safe='') + '@' + proxyhost
762 host = quote(user, safe='') + ':' + quote(passwd, safe='') + '@' + host
775 host = quote(user, safe='') + ':' + quote(passwd, safe='') + '@' + hos
1245 def quote(s, safe='\/'): function
    [all...]
csv.py 208 The quote with the most wins, same with the delimiter.
214 for restr in ('(?P<delim>[^\w\n"\'])(?P<space> ?)(?P<quote>["\']).*?(?P=quote)(?P=delim)', # ,".*?",
215 '(?:^|\n)(?P<quote>["\']).*?(?P=quote)(?P<delim>[^\w\n"\'])(?P<space> ?)', # ".*?",
216 '(?P<delim>>[^\w\n"\'])(?P<space> ?)(?P<quote>["\']).*?(?P=quote)(?:$|\n)', # ,".*?"
217 '(?:^|\n)(?P<quote>["\']).*?(?P=quote)(?:$|\n)'): # ".*?" (no delim, no space)
230 n = regexp.groupindex['quote'] -
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
robotparser.py 139 url = urllib.quote(url)
163 self.path = urllib.quote(path)
urllib.py 36 "urlcleanup", "quote", "quote_plus", "unquote", "unquote_plus",
61 return quote(pathname)
183 fullurl = quote(fullurl, safe="%/:=&?~#+!$,;'@()*[]|")
732 proxyhost = quote(user, safe='') + ':' + quote(passwd, safe='') + '@' + proxyhost
749 proxyhost = quote(user, safe='') + ':' + quote(passwd, safe='') + '@' + proxyhost
762 host = quote(user, safe='') + ':' + quote(passwd, safe='') + '@' + host
775 host = quote(user, safe='') + ':' + quote(passwd, safe='') + '@' + hos
1245 def quote(s, safe='\/'): function
    [all...]
csv.py 208 The quote with the most wins, same with the delimiter.
214 for restr in ('(?P<delim>[^\w\n"\'])(?P<space> ?)(?P<quote>["\']).*?(?P=quote)(?P=delim)', # ,".*?",
215 '(?:^|\n)(?P<quote>["\']).*?(?P=quote)(?P<delim>[^\w\n"\'])(?P<space> ?)', # ".*?",
216 '(?P<delim>>[^\w\n"\'])(?P<space> ?)(?P<quote>["\']).*?(?P=quote)(?:$|\n)', # ,".*?"
217 '(?:^|\n)(?P<quote>["\']).*?(?P=quote)(?:$|\n)'): # ".*?" (no delim, no space)
230 n = regexp.groupindex['quote'] -
    [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
chromevox_json.js 83 function quote(string) { function
85 // If the string contains no control characters, no quote characters, and
132 return quote(value);
197 partial.push(quote(k) + (gap ? ': ' : ':') + v);
208 partial.push(quote(k) + (gap ? ': ' : ':') + v);
  /external/chromium_org/third_party/libjingle/source/talk/base/
httpcommon.cc 722 std::string quote(const std::string& str) { function in namespace:talk_base
855 ss << " username=" << quote(username);
856 ss << ", realm=" << quote(realm);
857 ss << ", nonce=" << quote(nonce);
858 ss << ", uri=" << quote(uri);
862 ss << ", cnonce=" << quote(cnonce);
866 ss << ", opaque=" << quote(opaque);
  /external/chromium_org/third_party/webrtc/base/
httpcommon.cc 705 std::string quote(const std::string& str) { function in namespace:rtc
838 ss << " username=" << quote(username);
839 ss << ", realm=" << quote(realm);
840 ss << ", nonce=" << quote(nonce);
841 ss << ", uri=" << quote(uri);
845 ss << ", cnonce=" << quote(cnonce);
849 ss << ", opaque=" << quote(opaque);
  /external/chromium_org/v8/src/
prettyprinter.cc 264 const bool quote = false; local
265 PrintLiteral(node->variable()->name(), quote);
547 void PrettyPrinter::PrintLiteral(Handle<Object> value, bool quote) {
551 if (quote) Print("\"");
555 if (quote) Print("\"");
656 bool quote) {
659 PrintLiteral(value, quote);
  /external/markdown/markdown/
blockprocessors.py 237 quote = sibling
240 quote = markdown.etree.SubElement(parent, 'blockquote')
242 self.parser.parseChunk(quote, block)
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowTime.java 434 //We start a literal, which we need to quote
454 protected String quote(String str, boolean insideQuotes) { method in class:ShadowTime.Strftime
482 buf.append(quote("%" + firstChar, oldInside));
489 buf.append(quote("%" + firstChar, oldInside));
  /external/srec/srec/Vocabulary/src/
VocabularyImpl.c 502 /* if this is English AND we're dealing with a quote (possessive or a
504 quote, and use the TTP to find out what single phoneme should
505 correspond the the thing after the quote ('s' or 't'). This keeps
  /external/chromium_org/build/android/pylib/
cmd_helper.py 91 args_repr = ' '.join(map(pipes.quote, args))
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/layout_package/
json_results_generator.py 421 (urllib2.quote(self._test_results_server),
422 urllib2.quote(self._builder_name),
424 urllib2.quote(self._test_type),
425 urllib2.quote(self._master_name)))
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/servers/
gardeningserver.py 51 arg_string = ('?' + '&'.join("%s=%s" % (key, urllib.quote(value)) for (key, value) in args.items())) if args else ''
  /external/chromium_org/third_party/WebKit/Tools/TestResultServer/handlers/
buildershandler.py 125 build = fetch_json(BUILDS_URL % (urllib2.quote(builder), master['url_name']))
  /external/chromium_org/third_party/jinja2/
_compat.py 141 from urllib import quote as url_quote
  /external/owasp/sanitizer/tools/
update_tree_in_svn.py 53 print ' '.join([pipes.quote(arg) for arg in argv])
  /external/wpa_supplicant_8/wpa_supplicant/examples/
wpas-dbus-new.py 24 r += urllib.quote(chr(c))
  /libcore/luni/src/main/java/java/io/
StreamTokenizer.java 138 * '/' is a comment character. Single quote '\'' and double quote '"'
139 * are string quote characters.
183 * <li>Single quote '\'' and double quote '"' are string quote characters.
541 * Specifies that the character {@code ch} shall be treated as a quote
545 * the character to be considered a quote character.

Completed in 1416 milliseconds

1 2 3 45 6 7 8 91011>>