/external/python/oauth2client/oauth2client/ |
D | transport.py | 148 redirections=httplib2.DEFAULT_MAX_REDIRECTS, argument 169 redirections, connection_type) 187 redirections, connection_type) 218 redirections=httplib2.DEFAULT_MAX_REDIRECTS, argument 226 headers, redirections, 239 redirections, connection_type)
|
/external/autotest/client/deps/fakegudev/src/ |
D | fakesyscalls.c | 120 gchar **redirections; in setup_redirection_map() local 141 redirections = g_strsplit (buf, ";", 0); in setup_redirection_map() 144 for (redirections_iter = redirections; in setup_redirection_map() 186 g_strfreev (redirections); in setup_redirection_map()
|
/external/python/apitools/apitools/base/py/ |
D | http_wrapper.py | 314 redirections=5, argument 349 http, http_request, redirections=redirections, 363 def _MakeRequestNoRetry(http, http_request, redirections=5, argument 400 redirections=redirections, connection_type=connection_type)
|
D | transfer.py | 856 self.http, refresh_request, redirections=0,
|
/external/curl/docs/cmdline-opts/ |
D | max-redirs.d | 8 is used to prevent curl from following redirections too much. By default, the 9 limit is set to 50 redirections. Set this option to -1 to make it unlimited.
|
D | post303.d | 9 requests when following 303 redirections. A server may require a POST to
|
D | write-out.d | 154 redirections. (Added in 7.12.3)
|
/external/python/oauth2client/tests/ |
D | http_mock.py | 45 redirections=1, argument 90 redirections=1, argument
|
D | test_service_account.py | 478 redirections=0, connection_type=None): argument 513 redirections=0, connection_type=None): argument
|
/external/python/google-api-python-client/googleapiclient/ |
D | http.py | 1702 redirections=1, argument 1750 redirections=1, argument 1797 redirections=httplib2.DEFAULT_MAX_REDIRECTS, argument 1812 redirections=redirections, 1847 redirections=httplib2.DEFAULT_MAX_REDIRECTS, argument 1865 redirections=redirections,
|
/external/python/httplib2/python2/httplib2/ |
D | __init__.py | 1829 redirections, argument 1877 if redirections: 1922 redirections=redirections - 1, 1952 redirections=DEFAULT_MAX_REDIRECTS, argument 2095 if redirections <= 0: 2105 redirections=redirections - 1, 2149 redirections, 2191 redirections,
|
/external/python/httplib2/python3/httplib2/ |
D | __init__.py | 1635 redirections, argument 1683 if redirections: 1728 redirections=redirections - 1, 1758 redirections=DEFAULT_MAX_REDIRECTS, argument 1897 if redirections <= 0: 1907 redirections=redirections - 1, 1951 redirections, 1993 redirections,
|
/external/one-true-awk/testdir/ |
D | T.redir | 1 echo T.redir: test redirections
|
/external/libxml2/python/ |
D | TODO | 45 - error redirections and preformat
|
/external/python/httplib2/tests/ |
D | test_http.py | 359 http.request(uri, "GET", redirections=1) 368 response, content = http.request(uri, "GET", redirections=1)
|
/external/python/httplib2/doc/html/_sources/ |
D | libhttplib2.txt | 151 The maximum number of redirections was reached without coming to a final URI. 243 .. method:: Http.request(uri, [method="GET", body=None, headers=None, redirections=DEFAULT_MAX_REDI… 259 *redirections*. The default is 5.
|
/external/python/httplib2/doc/ |
D | libhttplib2.rst | 151 The maximum number of redirections was reached without coming to a final URI. 243 .. method:: Http.request(uri, [method="GET", body=None, headers=None, redirections=DEFAULT_MAX_REDI… 259 *redirections*. The default is 5.
|
/external/python/httplib2/ |
D | libhttplib2.tex | 126 The maximum number of redirections was reached without coming to a final URI. 217 …[Http]{request}{uri, \optional{method="GET", body=None, headers=None, redirections=DEFAULT_MAX_RED… 230 The maximum number of redirect to follow before raising an exception is \var{redirections}. The def…
|
/external/python/google-api-python-client/tests/ |
D | test_http.py | 95 redirections=httplib2.DEFAULT_MAX_REDIRECTS, argument 105 uri, method, body, headers, redirections, connection_type
|
/external/python/cpython2/Doc/library/ |
D | urllib2.rst | 19 redirections, cookies and more. 212 A class to handle redirections. 664 Some HTTP redirections require action from this module's client code. If this
|
/external/python/cpython2/Doc/howto/ |
D | urllib2.rst | 407 redirections or HTTP cookies. 411 opener that does not handle redirections.
|
/external/one-true-awk/ |
D | ChangeLog | 16 and pipe redirections that aren't stdin/stdout/stderr.
|
/external/python/cpython3/Doc/howto/ |
D | urllib2.rst | 428 redirections or HTTP cookies. 432 opener that does not handle redirections.
|
/external/python/httplib2/python2/ |
D | httplib2test.py | 542 (response, content) = self.http.request(uri, "GET", redirections=1) 552 (response, content) = self.http.request(uri, "GET", redirections=1)
|
/external/python/httplib2/python3/ |
D | httplib2test.py | 519 (response, content) = self.http.request(uri, "GET", redirections=1) 529 (response, content) = self.http.request(uri, "GET", redirections=1)
|