OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:quote_plus
(Results
1 - 9
of
9
) sorted by null
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_urllib.py
453
"""Tests for urllib.quote() and urllib.
quote_plus
()
487
result = urllib.
quote_plus
(do_not_quote)
489
"using
quote_plus
(): %s != %s" % (do_not_quote, result))
501
result = urllib.
quote_plus
(quote_by_default, safe=quote_by_default)
503
"using
quote_plus
(): %s != %s" %
518
result = urllib.
quote_plus
(char)
520
"using
quote_plus
(): "
529
result = urllib.
quote_plus
(partial_quote)
531
"using
quote_plus
(): %s != %s" % (expected, result))
535
# Make sure quote() and
quote_plus
() handle spaces as specified i
[
all
...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_urllib.py
453
"""Tests for urllib.quote() and urllib.
quote_plus
()
487
result = urllib.
quote_plus
(do_not_quote)
489
"using
quote_plus
(): %s != %s" % (do_not_quote, result))
501
result = urllib.
quote_plus
(quote_by_default, safe=quote_by_default)
503
"using
quote_plus
(): %s != %s" %
518
result = urllib.
quote_plus
(char)
520
"using
quote_plus
(): "
529
result = urllib.
quote_plus
(partial_quote)
531
"using
quote_plus
(): %s != %s" % (expected, result))
535
# Make sure quote() and
quote_plus
() handle spaces as specified i
[
all
...]
/external/chromium/chrome/common/extensions/docs/examples/apps/hello-python/
main.py
52
'userid': urllib.
quote_plus
(userid),
/external/chromium_org/chrome/common/extensions/docs/examples/apps/hello-python/
main.py
53
'userid': urllib.
quote_plus
(userid),
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_urllib.py
19
["quote", "
quote_plus
", "unquote", "unquote_plus",
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_urllib.py
19
["quote", "
quote_plus
", "unquote", "unquote_plus",
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
urllib.py
36
"urlcleanup", "quote", "
quote_plus
", "unquote", "unquote_plus",
1284
def
quote_plus
(s, safe=''):
function
[
all
...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
urllib.py
36
"urlcleanup", "quote", "
quote_plus
", "unquote", "unquote_plus",
1284
def
quote_plus
(s, safe=''):
function
[
all
...]
/external/chromium_org/tools/
update_reference_build.py
144
return CHROMIUM_URL_FMT % (urllib.
quote_plus
(platform), revision, filename)
Completed in 2247 milliseconds