OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:displaypath
(Results
1 - 2
of
2
) sorted by null
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
SimpleHTTPServer.py
114
displaypath
= cgi.escape(urllib.unquote(self.path))
116
f.write("<html>\n<title>Directory listing for %s</title>\n" %
displaypath
)
117
f.write("<body>\n<h2>Directory listing for %s</h2>\n" %
displaypath
)
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
SimpleHTTPServer.py
114
displaypath
= cgi.escape(urllib.unquote(self.path))
116
f.write("<html>\n<title>Directory listing for %s</title>\n" %
displaypath
)
117
f.write("<body>\n<h2>Directory listing for %s</h2>\n" %
displaypath
)
Completed in 351 milliseconds