Lines Matching refs:application
89 """An exception thrown when this wsgi application hasn't been configured
129 "the svc:/application/pkg/server instance does not have " \
252 """A WSGI application object that allows us to process search/1 and
284 application only supports 'pkg/readonly' instances
285 of svc:/application/pkg/depot.
288 to ensure the WSGI application uses files from there
571 # In Python 3, a WSGI application must return bytes as its output
666 # In Python 3, a WSGI application must return bytes as its output
683 """A custom CherryPy dispatcher used by our application.
688 svc:/application/pkg/server SMF instances, which become the names of the
812 application = cherrypy.Application(wsgi_depot, None, config=conf)
815 application.log.access_log.setLevel(logging.WARNING)