Searched refs:cherrypy (Results 1 - 6 of 6) sorted by relevance

/pkg/src/modules/server/
H A Ddepot.py29 import cherrypy namespace
30 from cherrypy._cptools import HandlerTool
31 from cherrypy.lib.static import serve_file
33 from cherrypy.process.plugins import SimplePlugin
34 from cherrypy._cperror import _HTTPErrorTemplate
98 """The DepotHTTP object is intended to be used as a cherrypy
149 cherrypy.request.path_info that returns the publisher used
259 cherrypy.config.update({'error_page.default':
262 if hasattr(cherrypy.engine, "signal_handler"):
264 cherrypy
[all...]
H A Dface.py30 import cherrypy namespace
31 import cherrypy.lib.static namespace
62 raise cherrypy.HTTPError(http_client.NOT_FOUND,
65 raise cherrypy.HTTPError(http_client.SERVICE_UNAVAILABLE,
72 # Starting in CherryPy 3.2, cherrypy.response.body only allows
82 cherrypy.log("Error encountered while processing "
85 raise cherrypy.NotFound()
98 raise cherrypy.NotFound()
126 return cherrypy.lib.static.serve_file(os.path.join(
137 cherrypy
[all...]
H A Dfeed.py33 import cherrypy namespace
42 from cherrypy.lib.static import serve_file
96 l.setAttribute("href", cherrypy.url())
104 netloc, path = urlparse(cherrypy.url())[1:3]
320 raise cherrypy.HTTPError(
H A Dapi.py26 import cherrypy namespace
62 # A protected reference to a cherrypy request object.
739 return cherrypy.log(msg)
770 return cherrypy.request.query_string
797 return cherrypy.url(path=path, qs=qs, script_name=script_name,
/pkg/src/util/apache2/depot/
H A Ddepot_index.py26 import cherrypy namespace
375 self.setup(cherrypy.request)
382 accept_lang = self.get_accept_lang(cherrypy.request, depot)
383 cherrypy.request.path_info = "/{0}".format(accept_lang)
387 base = pkg.server.api.BaseInterface(cherrypy.request, depot,
397 repo_url = "{0}/{1}".format(cherrypy.request.base,
404 cherrypy.request.base, repo_prefix,
408 # Starting in CherryPy 3.2, cherrypy.response.body only allows
421 self.setup(cherrypy.request)
432 cherrypy
[all...]
/pkg/src/
H A Ddepot.py45 # cherrypy has a max_request_body_size parameter that determines whether the
48 # by cherrypy is 2048 * 1024 * 1024 - 1 (just short of 2048MB), but the default
87 import cherrypy namespace
88 version = cherrypy.__version__.split('.')
93 print("""cherrypy 3.1.0 or greater is required to use this program.""",
97 import cherrypy.process.servers namespace
98 from cherrypy.process.plugins import Daemonizer
99 from cherrypy._cpdispatch import Dispatcher
635 cherrypy.process.servers.check_port(address, port)
769 cherrypy
[all...]

Completed in 19 milliseconds