Home
last modified time | relevance | path

Searched refs:QUERY_STRING (Results 1 – 9 of 9) sorted by relevance

/external/oauth/core/src/main/java/net/oauth/client/
DOAuthClient.java269 style = ParameterStyle.QUERY_STRING; in invoke()
275 case QUERY_STRING: in invoke()
340 AUTHORIZATION_HEADER, BODY, QUERY_STRING; enumConstant
/external/python/cpython2/Lib/test/
Dtest_wsgiref.py277 SCRIPT_NAME="/spammity", PATH_INFO="/spam",QUERY_STRING="say=ni")
279 SCRIPT_NAME="/spammity", PATH_INFO="/spam",QUERY_STRING="s%E4y=ni")
281 SCRIPT_NAME="/spammity", PATH_INFO="/spam",QUERY_STRING="say=ni")
/external/python/cpython3/Lib/test/
Dtest_wsgiref.py450 SCRIPT_NAME="/spammity", PATH_INFO="/spam",QUERY_STRING="say=ni")
452 SCRIPT_NAME="/spammity", PATH_INFO="/spam",QUERY_STRING="s%E4y=ni")
454 SCRIPT_NAME="/spammity", PATH_INFO="/spam",QUERY_STRING="say=ni")
/external/libchrome/base/test/
Dtrace_event_analyzer.cc460 case QUERY_STRING: in GetAsString()
600 : type_(QUERY_STRING), in Query()
Dtrace_event_analyzer.h590 QUERY_STRING enumerator
/external/python/cpython2/Doc/library/
Dwsgiref.rst72 ``QUERY_STRING`` variables are ignored. The result is the base URI of the
/external/python/cpython3/Doc/library/
Dwsgiref.rst72 ``QUERY_STRING`` variables are ignored. The result is the base URI of the
/external/python/cpython2/Misc/
DHISTORY11677 string from environ['QUERY_STRING'] or sys.argv[1] -- ignore an
/external/python/cpython3/Misc/
DHISTORY29056 string from environ['QUERY_STRING'] or sys.argv[1] -- ignore an