Lines Matching refs:Server
9 HTTP server for our HTML rebaseline viewer.
36 # Server.results() property. See discussion at
37 # https://codereview.chromium.org/195943004/diff/1/gm/rebaseline_server/server.py#newcode44
57 # Keys that server.py uses to create the toplevel content header.
70 # Directory, relative to PARENT_DIRECTORY, within which the server will serve
73 # Directory, relative to PARENT_DIRECTORY, within which the server will serve
132 """Creates an index file linking to all results available from this server.
182 class Server(object):
183 """ HTTP server for our HTML rebaseline viewer. """
200 export: whether to allow HTTP clients on other hosts to access this server
241 this server. """
306 # We only update the expectations dir if the server was run with a
323 # http://skia-tree-status.appspot.com/redirect/rebaseline-server (which
405 """ HTTP request handlers for various types of queries this server knows
454 # to refer to the Server object, make Server a subclass of
456 # the handler's .server instance variable.
528 # client and server apply
539 raise Exception('this server is not running in --editable mode')
651 'to access this server. WARNING: doing so will '
675 'must restart the server to pick up new data.'),
684 _SERVER = Server(actuals_dir=args.actuals_dir,