Home
last modified time | relevance | path

Searched refs:unquote (Results 1 – 25 of 44) sorted by relevance

12

/third_party/boost/tools/auto_index/src/
Dfile_scanning.cpp258 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/
Dutility.jam132 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__.py180 def unquote(s): function
/third_party/python/Lib/email/
Dutils.py219 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)
Dquoprimime.py118 def unquote(s): function
263 decoded += unquote(line[i:i+3])
287 return unquote(s)
Dmessage.py99 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/
Dnturl2path.py29 return urllib.parse.unquote('\\'.join(components))
39 path = path + '\\' + urllib.parse.unquote(comp)
/third_party/python/Lib/test/
Dtest_urllib.py1091 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 …]
Dssl_servers.py65 path = os.path.normpath(urllib.parse.unquote(path))
/third_party/ninja/src/
Dbrowse.py42 from urllib.request import unquote
44 from urllib2 import unquote
170 target = unquote(self.path[1:])
/third_party/python/Lib/http/
Dserver.py782 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/
Drequest.py104 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 …]
Drobotparser.py114 line[1] = urllib.parse.unquote(line[1].strip())
168 parsed_url = urllib.parse.urlparse(urllib.parse.unquote(url))
Dparse.py644 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/
Drfc7230.ipp23 unquote(string_view sr)
53 s_ = unquote(pi_.v.second);
Drfc7230.hpp92 unquote(string_view sr);
/third_party/boost/tools/build/src/
Dbuild_system.py252 test_config = b2.util.unquote(m.group(1))
293 user_config = b2.util.unquote(user_config)
/third_party/python/Lib/wsgiref/
Dsimple_server.py85 env['PATH_INFO'] = urllib.parse.unquote(path, 'iso-8859-1')
/third_party/python/Doc/library/
Demail.compat32-message.rst473 .. 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`.
Durllib.parse.rst587 .. 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/
Dtzfmt.h1026 static UnicodeString& unquote(const UnicodeString& pattern, UnicodeString& result);
/third_party/skia/third_party/externals/icu/source/i18n/unicode/
Dtzfmt.h1026 static UnicodeString& unquote(const UnicodeString& pattern, UnicodeString& result);
/third_party/flutter/skia/third_party/externals/icu/source/i18n/unicode/
Dtzfmt.h1024 static UnicodeString& unquote(const UnicodeString& pattern, UnicodeString& result);
/third_party/icu/icu4c/source/i18n/unicode/
Dtzfmt.h1026 static UnicodeString& unquote(const UnicodeString& pattern, UnicodeString& result);
/third_party/node/tools/
Dtest.py79 from urllib.parse import unquote # Python 3
81 from urllib import unquote # Python 2
1483 prefix = unquote(prefix).split()
1484 suffix = unquote(suffix).split()

12