HomeSort by relevance Sort by last modified time
    Searched full:path_info (Results 1 - 22 of 22) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/wsgiref/
util.py 44 """Return the application's base URI (no PATH_INFO or QUERY_STRING)"""
67 path_info = quote(environ.get('PATH_INFO',''),safe='/;=,')
69 url += path_info[1:]
71 url += path_info
77 """Shift a name from PATH_INFO to SCRIPT_NAME, returning it
79 If there are no remaining path segments in PATH_INFO, return None.
81 the original PATH_INFO or SCRIPT_NAME.
83 Note: when PATH_INFO is just a '/', this returns '' and appends a trailing
89 path_info = environ.get('PATH_INFO',''
    [all...]
validate.py 39 - That SCRIPT_NAME and PATH_INFO are empty or start with /
41 - That at least one of SCRIPT_NAME or PATH_INFO are set.
45 - That SCRIPT_NAME is not '/' (it should be '', and PATH_INFO should
340 assert_(not environ.get('PATH_INFO')
341 or environ['PATH_INFO'].startswith('/'),
342 "PATH_INFO doesn't start with /: %r" % environ['PATH_INFO'])
348 assert_('PATH_INFO' in environ,
349 "One of SCRIPT_NAME or PATH_INFO are required (PATH_INFO "
    [all...]
simple_server.py 82 env['PATH_INFO'] = urllib.unquote(path)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/wsgiref/
util.py 44 """Return the application's base URI (no PATH_INFO or QUERY_STRING)"""
67 path_info = quote(environ.get('PATH_INFO',''),safe='/;=,')
69 url += path_info[1:]
71 url += path_info
77 """Shift a name from PATH_INFO to SCRIPT_NAME, returning it
79 If there are no remaining path segments in PATH_INFO, return None.
81 the original PATH_INFO or SCRIPT_NAME.
83 Note: when PATH_INFO is just a '/', this returns '' and appends a trailing
89 path_info = environ.get('PATH_INFO',''
    [all...]
validate.py 39 - That SCRIPT_NAME and PATH_INFO are empty or start with /
41 - That at least one of SCRIPT_NAME or PATH_INFO are set.
45 - That SCRIPT_NAME is not '/' (it should be '', and PATH_INFO should
340 assert_(not environ.get('PATH_INFO')
341 or environ['PATH_INFO'].startswith('/'),
342 "PATH_INFO doesn't start with /: %r" % environ['PATH_INFO'])
348 assert_('PATH_INFO' in environ,
349 "One of SCRIPT_NAME or PATH_INFO are required (PATH_INFO "
    [all...]
simple_server.py 82 env['PATH_INFO'] = urllib.unquote(path)
  /external/webrtc/test/testsupport/
fileutils.cc 94 struct stat path_info = {0}; local
96 if (stat(directory_name.c_str(), &path_info) == 0) {
97 if (!S_ISDIR(path_info.st_mode)) {
  /external/chromium_org/third_party/webrtc/test/testsupport/
fileutils.cc 195 struct stat path_info = {0}; local
197 if (stat(directory_name.c_str(), &path_info) == 0) {
198 if (!S_ISDIR(path_info.st_mode)) {
  /external/wpa_supplicant_8/hs20/server/www/
spp.php 83 } else if (!isset($_SERVER["PATH_INFO"]) ||
84 $_SERVER["PATH_INFO"] != "/signup") {
est.php 5 $params = split("/", $_SERVER["PATH_INFO"], 3);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_wsgiref.py 139 env = {'SCRIPT_NAME':sn_in,'PATH_INFO':pi_in}
142 self.assertEqual(env['PATH_INFO'],pi_out)
218 ('PATH_INFO','/'),
262 SCRIPT_NAME="/spammity", PATH_INFO="/spam")
264 SCRIPT_NAME="/spammity", PATH_INFO="/spam;ham")
266 SCRIPT_NAME="/spammity", PATH_INFO="/spam;cookie=1234,5678")
268 SCRIPT_NAME="/spammity", PATH_INFO="/spam",QUERY_STRING="say=ni")
270 SCRIPT_NAME="/spammity", PATH_INFO="/spam",QUERY_STRING="say=ni")
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_wsgiref.py 139 env = {'SCRIPT_NAME':sn_in,'PATH_INFO':pi_in}
142 self.assertEqual(env['PATH_INFO'],pi_out)
218 ('PATH_INFO','/'),
262 SCRIPT_NAME="/spammity", PATH_INFO="/spam")
264 SCRIPT_NAME="/spammity", PATH_INFO="/spam;ham")
266 SCRIPT_NAME="/spammity", PATH_INFO="/spam;cookie=1234,5678")
268 SCRIPT_NAME="/spammity", PATH_INFO="/spam",QUERY_STRING="say=ni")
270 SCRIPT_NAME="/spammity", PATH_INFO="/spam",QUERY_STRING="say=ni")
  /external/chromium_org/chrome/browser/diagnostics/
recon_diagnostics.cc 292 explicit PathTest(const TestPathInfo& path_info)
293 : DiagnosticsTest(path_info.test_id),
294 path_info_(path_info) {}
  /external/chromium_org/tools/oopif/
iframe_server.py 184 environ['PATH_INFO'],
216 if environ['PATH_INFO'] == '/favicon.ico':
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
CGIHTTPServer.py 131 # a possible additional path, to be stored in PATH_INFO.
168 env['PATH_INFO'] = uqrest
cgi.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
CGIHTTPServer.py 131 # a possible additional path, to be stored in PATH_INFO.
168 env['PATH_INFO'] = uqrest
cgi.py     [all...]
  /external/chromium_org/tools/memory_inspector/memory_inspector/frontends/
www_server.py 735 path = environ['PATH_INFO']
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/share/info/
standards.info     [all...]
  /external/chromium_org/third_party/apache-win32/
CHANGES.txt     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.mortbay.jetty.util_6.1.23.v201004211559.jar 

Completed in 6544 milliseconds