Lines Matching refs:server
81 import pkg.server.face as face
82 import pkg.server.repository as srepo
85 from pkg.server.query_parser import Query, ParseError, BooleanQueryException
100 pkg.depotd server provides to HTTP-based clients."""
412 object will be handled by the "externally facing" server
424 "Operation not supported in current server mode.")
483 versions = "pkg-server {0}\n".format(pkg.VERSION)
550 # talking to a valid search server.
810 # that to mean that the server doesn't support this
850 # that to mean that the server doesn't support this
901 # that to mean that the server doesn't support this
1000 # that to mean that the server doesn't support this
1072 # that to mean that the server doesn't support this
1123 # that to mean that the server doesn't support this
1155 # that to mean that the server doesn't support this
1618 """Randomly returns true when the server should misbehave."""
1689 versions = "pkg-server {0}\n".format(pkg.VERSION)
1698 versions = "pkg-server {0}-nasty\n".format(pkg.VERSION)
1727 versions = "pkg-server {0}\n".format(pkg.VERSION)
2004 self.port = gconf["server.socket_port"]
2008 if gconf["server.ssl_certificate"] and \
2009 gconf["server.ssl_private_key"]:
2081 """This class allows background task execution for the depot server. It
2145 a pkg(7) depot server.