HomeSort by relevance Sort by last modified time
    Searched defs:unquote (Results 26 - 50 of 104) sorted by null

12 3 4 5

  /prebuilts/gdb/linux-x86/lib/python2.7/
urlparse.py 325 # unquote method for parse_qs and parse_qsl
335 def unquote(s): function
336 """unquote('abc%20def') -> 'abc def'."""
344 append(unquote(str(bits[i])).decode('latin1'))
423 name = unquote(nv[0].replace('+', ' '))
424 value = unquote(nv[1].replace('+', ' '))
rfc822.py 468 # XXX Should fix unquote() and quote() to be really conformant.
472 def unquote(s): function
    [all...]
urllib.py 36 "urlcleanup", "quote", "quote_plus", "unquote", "unquote_plus",
56 return unquote(pathname)
299 host = unquote(host)
324 proxy_passwd = unquote(proxy_passwd)
330 user_passwd = unquote(user_passwd)
394 host = unquote(host)
414 proxy_passwd = unquote(proxy_passwd)
419 user_passwd = unquote(user_passwd)
517 host = unquote(host)
527 path = unquote(path
1204 def unquote(s): function
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/cover/
cover.go 292 // unquote returns the unquoted string.
293 func unquote(s string) string { func
294 t, err := strconv.Unquote(s)
  /prebuilts/go/darwin-x86/src/encoding/json/
decode.go 1093 key, ok := unquote(item)
1140 s, ok := unquote(item)
1181 // unquote converts a quoted JSON string literal s into an actual string t.
1182 // The rules are different than for Go, so cannot use strconv.Unquote.
1183 func unquote(s []byte) (t string, ok bool) { func
    [all...]
  /prebuilts/go/linux-x86/src/cmd/cover/
cover.go 292 // unquote returns the unquoted string.
293 func unquote(s string) string { func
294 t, err := strconv.Unquote(s)
  /prebuilts/go/linux-x86/src/encoding/json/
decode.go 1093 key, ok := unquote(item)
1140 s, ok := unquote(item)
1181 // unquote converts a quoted JSON string literal s into an actual string t.
1182 // The rules are different than for Go, so cannot use strconv.Unquote.
1183 func unquote(s []byte) (t string, ok bool) { func
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
urlparse.py 325 # unquote method for parse_qs and parse_qsl
335 def unquote(s): function
336 """unquote('abc%20def') -> 'abc def'."""
344 append(unquote(str(bits[i])).decode('latin1'))
423 name = unquote(nv[0].replace('+', ' '))
424 value = unquote(nv[1].replace('+', ' '))
rfc822.py 468 # XXX Should fix unquote() and quote() to be really conformant.
472 def unquote(s): function
    [all...]
urllib.py 36 "urlcleanup", "quote", "quote_plus", "unquote", "unquote_plus",
56 return unquote(pathname)
299 host = unquote(host)
324 proxy_passwd = unquote(proxy_passwd)
330 user_passwd = unquote(user_passwd)
394 host = unquote(host)
414 proxy_passwd = unquote(proxy_passwd)
419 user_passwd = unquote(user_passwd)
517 host = unquote(host)
527 path = unquote(path
1204 def unquote(s): function
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
urlparse.py 325 # unquote method for parse_qs and parse_qsl
335 def unquote(s): function
336 """unquote('abc%20def') -> 'abc def'."""
344 append(unquote(str(bits[i])).decode('latin1'))
423 name = unquote(nv[0].replace('+', ' '))
424 value = unquote(nv[1].replace('+', ' '))
rfc822.py 468 # XXX Should fix unquote() and quote() to be really conformant.
472 def unquote(s): function
    [all...]
urllib.py 36 "urlcleanup", "quote", "quote_plus", "unquote", "unquote_plus",
56 return unquote(pathname)
299 host = unquote(host)
324 proxy_passwd = unquote(proxy_passwd)
330 user_passwd = unquote(user_passwd)
394 host = unquote(host)
414 proxy_passwd = unquote(proxy_passwd)
419 user_passwd = unquote(user_passwd)
517 host = unquote(host)
527 path = unquote(path
1204 def unquote(s): function
    [all...]
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/
Utils.java 279 public static String unquote(String s) { method in class:Utils
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
rfc822.py 468 # XXX Should fix unquote() and quote() to be really conformant.
472 def unquote(s): function
    [all...]
urllib.py 33 "urlcleanup", "quote", "quote_plus", "unquote", "unquote_plus",
53 return unquote(pathname)
296 host = unquote(host)
392 host = unquote(host)
513 host = unquote(host)
523 path = unquote(path)
596 data = unquote(data)
1184 def unquote(s): function
    [all...]
  /external/python/cpython2/Lib/
rfc822.py 473 # XXX Should fix unquote() and quote() to be really conformant.
477 def unquote(s): function
    [all...]
urllib.py 36 "urlcleanup", "quote", "quote_plus", "unquote", "unquote_plus",
56 return unquote(pathname)
304 host = unquote(host)
329 proxy_passwd = unquote(proxy_passwd)
335 user_passwd = unquote(user_passwd)
399 host = unquote(host)
419 proxy_passwd = unquote(proxy_passwd)
424 user_passwd = unquote(user_passwd)
523 host = unquote(host)
533 path = unquote(path
1221 def unquote(s): function
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
rfc822.py 468 # XXX Should fix unquote() and quote() to be really conformant.
472 def unquote(s): function
    [all...]
urllib.py 36 "urlcleanup", "quote", "quote_plus", "unquote", "unquote_plus",
56 return unquote(pathname)
299 host = unquote(host)
324 proxy_passwd = unquote(proxy_passwd)
330 user_passwd = unquote(user_passwd)
394 host = unquote(host)
414 proxy_passwd = unquote(proxy_passwd)
419 user_passwd = unquote(user_passwd)
517 host = unquote(host)
527 path = unquote(path
1204 def unquote(s): function
    [all...]
  /external/python/cpython3/Lib/urllib/
parse.py 37 "unquote", "unquote_plus", "unquote_to_bytes",
590 def unquote(string, encoding='utf-8', errors='replace'): function
598 unquote('abc%20def') -> 'abc def'.
687 name = unquote(name, encoding=encoding, errors=errors)
690 value = unquote(value, encoding=encoding, errors=errors)
696 """Like unquote(), but also replace plus signs by spaces, as required for
702 return unquote(string, encoding, errors)
    [all...]
  /toolchain/binutils/binutils-2.27/gold/
script.cc 2161 Version_script_info::unquote(std::string* pattern) const function in class:gold::Version_script_info
    [all...]
  /external/guice/extensions/struts2/lib/
jetty-util-6.1.0.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/jetty/jetty-util/8.1.14.v20131031/
jetty-util-8.1.14.v20131031.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
yjp-controller-api-redist.jar 

Completed in 878 milliseconds

12 3 4 5