/third_party/boost/tools/auto_index/src/ |
D | file_scanning.cpp | 258 std::string unquote(const std::string& s) in unquote() function 347 std::string f = unquote(what[1].str()); in process_script() 370 debug = unquote(what[1].str()); in process_script() 374 add_file_scanner(unquote(what.str(1)), unquote(what.str(2)), unquote(what.str(3)), in process_script() 375 unquote(what.str(4)), unquote(what.str(5)), unquote(what.str(6))); in process_script() 379 std::string d = unquote(what[1].str()); in process_script() 380 std::string m = unquote(what[2].str()); in process_script() 381 bool r = unquote(what[3].str()) == "true"; in process_script() 407 std::string a = unquote(what[2].str()); in process_script() 408 std::string b = unquote(what[3].str()); in process_script() [all …]
|
/third_party/boost/tools/build/src/util/ |
D | utility.jam | 132 rule unquote ( value ? ) 177 assert.result : unquote ; 178 assert.result "" : unquote "" ; 179 assert.result "" : unquote \"\" ; 180 assert.result \" : unquote \"\"\" ; 181 assert.result \"\" : unquote \"\"\"\" ; 182 assert.result foo : unquote foo ; 183 assert.result \"foo : unquote \"foo ; 184 assert.result foo\" : unquote foo\" ; 185 assert.result foo : unquote \"foo\" ; [all …]
|
D | __init__.py | 180 def unquote(s): function
|
/third_party/python/Lib/email/ |
D | utils.py | 219 def unquote(str): function 269 value = unquote(value) 294 s = urllib.parse.unquote(s, encoding="latin-1") 308 return unquote(value) 322 return unquote(text)
|
D | quoprimime.py | 118 def unquote(s): function 263 decoded += unquote(line[i:i+3]) 287 return unquote(s)
|
D | message.py | 99 return value[0], value[1], utils.unquote(value[2]) 101 return utils.unquote(value) 645 def get_params(self, failobj=None, header='content-type', unquote=True): argument 662 if unquote: 668 unquote=True): argument 695 if unquote: 735 unquote=requote): 763 for p, v in self.get_params(header=header, unquote=requote): 799 params = self.get_params(header=header, unquote=requote)
|
/third_party/python/Lib/ |
D | nturl2path.py | 29 return urllib.parse.unquote('\\'.join(components)) 39 path = path + '\\' + urllib.parse.unquote(comp)
|
/third_party/python/Lib/test/ |
D | test_urllib.py | 1091 result = urllib.parse.unquote(given) 1101 result = urllib.parse.unquote(escape_string) 1105 self.assertRaises((TypeError, AttributeError), urllib.parse.unquote, None) 1106 self.assertRaises((TypeError, AttributeError), urllib.parse.unquote, ()) 1112 result = urllib.parse.unquote(given) 1117 result = urllib.parse.unquote(given) 1122 result = urllib.parse.unquote(given) 1158 result = urllib.parse.unquote(given) 1169 result = urllib.parse.unquote(given) 1212 result = urllib.parse.unquote(given) [all …]
|
D | ssl_servers.py | 65 path = os.path.normpath(urllib.parse.unquote(path))
|
/third_party/ninja/src/ |
D | browse.py | 42 from urllib.request import unquote 44 from urllib2 import unquote 170 target = unquote(self.path[1:])
|
/third_party/python/Lib/http/ |
D | server.py | 782 displaypath = urllib.parse.unquote(self.path, 785 displaypath = urllib.parse.unquote(path) 836 path = urllib.parse.unquote(path, errors='surrogatepass') 838 path = urllib.parse.unquote(path) 912 path = urllib.parse.unquote(path) 1098 uqrest = urllib.parse.unquote(rest)
|
/third_party/python/Lib/urllib/ |
D | request.py | 104 urlparse, urlsplit, urljoin, unwrap, quote, unquote, 378 self.host = unquote(self.host) 814 user_pass = '%s:%s' % (unquote(user), 815 unquote(password)) 818 hostport = unquote(hostport) 1548 host = unquote(host) 1558 dirs = list(map(unquote, dirs)) 1682 return unquote(pathname) 1889 host = unquote(host) 1913 proxy_passwd = unquote(proxy_passwd) [all …]
|
D | robotparser.py | 114 line[1] = urllib.parse.unquote(line[1].strip()) 168 parsed_url = urllib.parse.urlparse(urllib.parse.unquote(url))
|
D | parse.py | 644 def unquote(string, encoding='utf-8', errors='replace'): function 772 name = unquote(name, encoding=encoding, errors=errors) 775 value = unquote(value, encoding=encoding, errors=errors) 787 return unquote(string, encoding, errors)
|
/third_party/boost/boost/beast/http/impl/ |
D | rfc7230.ipp | 23 unquote(string_view sr) 53 s_ = unquote(pi_.v.second);
|
D | rfc7230.hpp | 92 unquote(string_view sr);
|
/third_party/boost/tools/build/src/ |
D | build_system.py | 252 test_config = b2.util.unquote(m.group(1)) 293 user_config = b2.util.unquote(user_config)
|
/third_party/python/Lib/wsgiref/ |
D | simple_server.py | 85 env['PATH_INFO'] = urllib.parse.unquote(path, 'iso-8859-1')
|
/third_party/python/Doc/library/ |
D | email.compat32-message.rst | 473 .. method:: get_params(failobj=None, header='content-type', unquote=True) 480 described in :meth:`get_param` and is unquoted if optional *unquote* is 493 .. method:: get_param(param, failobj=None, header='content-type', unquote=True) 522 ``VALUE`` item in the 3-tuple) is always unquoted, unless *unquote* is set 593 :func:`email.utils.unquote`. 601 string will always be unquoted as per :func:`email.utils.unquote`.
|
D | urllib.parse.rst | 587 .. function:: unquote(string, encoding='utf-8', errors='replace') 600 Example: ``unquote('/El%20Ni%C3%B1o/')`` yields ``'/El Niño/'``. 610 Like :func:`unquote`, but also replace plus signs with spaces, as required
|
/third_party/node/deps/icu-small/source/i18n/unicode/ |
D | tzfmt.h | 1026 static UnicodeString& unquote(const UnicodeString& pattern, UnicodeString& result);
|
/third_party/skia/third_party/externals/icu/source/i18n/unicode/ |
D | tzfmt.h | 1026 static UnicodeString& unquote(const UnicodeString& pattern, UnicodeString& result);
|
/third_party/flutter/skia/third_party/externals/icu/source/i18n/unicode/ |
D | tzfmt.h | 1024 static UnicodeString& unquote(const UnicodeString& pattern, UnicodeString& result);
|
/third_party/icu/icu4c/source/i18n/unicode/ |
D | tzfmt.h | 1026 static UnicodeString& unquote(const UnicodeString& pattern, UnicodeString& result);
|
/third_party/node/tools/ |
D | test.py | 79 from urllib.parse import unquote # Python 3 81 from urllib import unquote # Python 2 1483 prefix = unquote(prefix).split() 1484 suffix = unquote(suffix).split()
|