/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/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...] |
/prebuilts/gdb/darwin-x86/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...] |
/prebuilts/gdb/linux-x86/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...] |
/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...] |
/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...] |
/external/webrtc/webrtc/test/testsupport/ |
fileutils.cc | 195 struct stat path_info = {0, 0}; local 197 if (stat(directory_name.c_str(), &path_info) == 0) { 198 if (!S_ISDIR(path_info.st_mode)) {
|
/external/ImageMagick/MagickCore/ |
draw.c | 376 % const PathInfo *path_info) 385 % o path_info: Specifies a pointer to an PathInfo structure. 469 static PolygonInfo *ConvertPathToPolygon(const PathInfo *path_info) 518 for (i=0; path_info[i].code != EndCode; i++) 520 if ((path_info[i].code == MoveToCode) || (path_info[i].code == OpenCode) || 521 (path_info[i].code == GhostlineCode)) 560 ghostline=path_info[i].code == GhostlineCode ? MagickTrue : MagickFalse; 561 point=path_info[i].point; 572 next_direction=((path_info[i].point.y > point.y) | 713 *path_info; local 3748 *magick_restrict path_info; local [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.mortbay.jetty.server_6.1.23.v201004211559.jar | |
/external/guice/extensions/struts2/lib/ |
jetty-6.1.0.jar | |