/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
urllib2.py | 112 from urllib import (unwrap, unquote, splittype, splithost, quote, namespace 265 self.host = unquote(self.host) 735 user_pass = '%s:%s' % (unquote(user), unquote(password)) 738 hostport = unquote(hostport) [all...] |
mimetools.py | 76 return rfc822.unquote(p[n:])
|
CGIHTTPServer.py | 167 uqrest = urllib.unquote(rest)
|
rfc822.py | 468 # XXX Should fix unquote() and quote() to be really conformant. 472 def unquote(s): function [all...] |
xmlrpclib.py | [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
urllib2.py | 112 from urllib import (unwrap, unquote, splittype, splithost, quote, namespace 265 self.host = unquote(self.host) 735 user_pass = '%s:%s' % (unquote(user), unquote(password)) 738 hostport = unquote(hostport) [all...] |
mimetools.py | 76 return rfc822.unquote(p[n:])
|
CGIHTTPServer.py | 167 uqrest = urllib.unquote(rest)
|
rfc822.py | 468 # XXX Should fix unquote() and quote() to be really conformant. 472 def unquote(s): function [all...] |
/external/chromium_org/chrome/browser/extensions/api/web_request/ |
form_data_parser.cc | 408 static const char unquote[] = "\\E"; local 432 result.append(unquote);
|
/external/chromium_org/ppapi/native_client/tools/browser_tester/browsertester/ |
server.py | 23 path = posixpath.normpath(urllib.unquote(path))
|
/external/icu4c/i18n/unicode/ |
tzfmt.h | [all...] |
/external/clang/tools/scan-view/ |
ScanView.py | 194 name = urllib.unquote(name.replace('+', ' ')) 195 value = urllib.unquote(value.replace('+', ' ')) 652 path = posixpath.normpath(urllib.unquote(o.path))
|
/external/chromium/chrome/common/extensions/docs/examples/apps/hello-python/oauth2/ |
__init__.py | 503 params[param_parts[0]] = urllib.unquote(param_parts[1].strip('\"')) 511 parameters[k] = urllib.unquote(v[0])
|
/external/chromium_org/chrome/common/extensions/docs/examples/apps/hello-python/oauth2/ |
__init__.py | 503 params[param_parts[0]] = urllib.unquote(param_parts[1].strip('\"')) 511 parameters[k] = urllib.unquote(v[0])
|
/external/chromium_org/net/tools/testserver/ |
testserver.py | [all...] |
/external/icu4c/i18n/ |
tzfmt.cpp | [all...] |
/external/v8/tools/ |
test.py | [all...] |
/external/chromium_org/chrome/test/functional/perf/ |
endure_result_parser.py | 427 location = urllib.unquote(log_location)
|
/external/chromium_org/native_client_sdk/src/tools/ |
create_nmf.py | 554 unquoted = quote.unquote(kv, ':')
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/test/ |
test_email.py | 363 self.assertEqual(msg.get_param('name', unquote=False), 388 eq(msg.get_param('importance', unquote=False), '"high value"') 392 eq(msg.get_params(unquote=False), [('text/plain', ''), [all...] |
test_email_renamed.py | 327 self.assertEqual(msg.get_param('name', unquote=False), 344 eq(msg.get_param('importance', unquote=False), '"high value"') 348 eq(msg.get_params(unquote=False), [('text/plain', ''), [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/test/ |
test_email.py | 363 self.assertEqual(msg.get_param('name', unquote=False), 388 eq(msg.get_param('importance', unquote=False), '"high value"') 392 eq(msg.get_params(unquote=False), [('text/plain', ''), [all...] |
test_email_renamed.py | 327 self.assertEqual(msg.get_param('name', unquote=False), 344 eq(msg.get_param('importance', unquote=False), '"high value"') 348 eq(msg.get_params(unquote=False), [('text/plain', ''), [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.mortbay.jetty.util_6.1.23.v201004211559.jar | |