Lines Matching refs:port
51 # The default host/port(s) to serve data from.
154 Usage: /usr/lib/pkg.depotd [-a address] [-d inst_root] [-p port] [-s threads]
169 -p port The port number on which the instance should listen for
223 requests on the provided port.
233 requests on the provided port.
313 ivalues["pkg"]["port"] = arg
606 port = dconf.get_property("pkg", "port")
613 elif not port:
615 dconf.set_property("pkg", "port", SSL_PORT_DEFAULT)
617 dconf.set_property("pkg", "port", PORT_DEFAULT)
618 port = dconf.get_property("pkg", "port")
631 # If the program is going to reindex, the port is irrelevant since
632 # the program will not bind to a port.
635 cherrypy.process.servers.check_port(address, port)
638 "port: {0:d}. Reason: {1}".format(port, e))
704 cmdline = "{0} {1} {2:d}".format(exec_path, "''", port)
751 "server.socket_port": port,