Home
last modified time | relevance | path

Searched refs:server_command (Results 1 – 25 of 89) sorted by relevance

1234

/dports/security/p5-App-Acmeman/App-Acmeman-3.05/lib/App/Acmeman/Apache/
H A DLayout.pm113 $self->server_command, '-t', '-D', 'DUMP_MODULES')) {
122 croak "can't run ".$self->server_command.": $!";
161 sub server_command { join(' ', shift->apache->server_command) } subroutine
167 if ($self->server_command =~ m{/apachectl$}) {
168 $self->{restart_command} = $self->server_command . ' restart';
/dports/devel/libgtop/libgtop-2.40.0/lib/
H A Dinit.c47 if (server->server_command == NULL) { in _init_server()
51 server->server_command = g_strdup (temp); in _init_server()
69 if (server->server_command [0] != ':') { in _init_server()
88 command = g_strdup (server->server_command+1); in _init_server()
146 server->server_command = g_strdup(LIBGTOP_SERVER); in _init_server()
150 server->server_command+1); in _init_server()
H A Dopen.c87 server->server_command); in glibtop_open_l()
101 execl (server->server_command, "libgtop-server", NULL); in glibtop_open_l()
103 server->server_command); in glibtop_open_l()
H A Dparameter.c55 _write_data (server->server_command, in glibtop_get_parameter_l()
56 _strlen(server->server_command)); in glibtop_get_parameter_l()
/dports/games/libretro-mgba/mgba-6186d45/tools/
H A Dperf.py90 server_command = list(self.command)
92 server_command = [os.path.join(os.getcwd(), PerfTest.EXECUTABLE)]
93 server_command.extend(['--', '-PD'])
95 server_command.extend(['-F', str(test.frames)])
97 server_command.append('-N')
99 server_command.append('-T')
100 subprocess.check_call(server_command)
191 if args.server_command:
192 server = PerfServer(args.server, args.server_command)
/dports/www/trafficserver/trafficserver-9.1.1/src/traffic_ctl/
H A Dtraffic_ctl.cc169 …auto &server_command = engine.parser.add_command("server", "Stop, restart and examine the server"… in main() local
238 server_command.add_command("backtrace", "Show a full stack trace of the traffic_server process", in main()
240server_command.add_command("restart", "Restart Traffic Server", [&]() { engine.server_restart(); }) in main()
244 server_command.add_command("start", "Start the proxy", [&]() { engine.server_start(); }) in main()
248 server_command.add_command("status", "Show the proxy status", [&]() { engine.server_status(); }) in main()
250 server_command.add_command("stop", "Stop the proxy", [&]() { engine.server_stop(); }) in main()
253 server_command.add_command("drain", "Drain the requests", [&]() { engine.server_drain(); }) in main()
/dports/emulators/mgba/mgba-0.9.2/tools/
H A Dperf.py93 server_command = list(self.command)
95 server_command = [os.path.join(os.getcwd(), PerfTest.EXECUTABLE)]
96 server_command.extend(['-PD'])
98 server_command.extend(['-F', str(test.frames)])
100 server_command.append('-N')
102 server_command.append('-T')
103 subprocess.check_call(server_command)
209 if args.server_command:
210 server = PerfServer(args.server, args.root, args.server_command)
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/breakpad/breakpad/src/client/mac/Framework/
H A DOnDemandServer.h91 kern_return_t Initialize(const char* server_command,
113 static OnDemandServer* Create(const char *server_command,
H A DOnDemandServer.mm52 OnDemandServer* OnDemandServer::Create(const char* server_command,
60 kern_return_t result = server->Initialize(server_command,
77 kern_return_t OnDemandServer::Initialize(const char* server_command,
115 const_cast<char*>(server_command),
/dports/deskutils/owncloudclient/ownCloud-2.8.2.4246/src/3rdparty/libcrashreporter-qt/3rdparty/breakpad/client/mac/Framework/
H A DOnDemandServer.h91 kern_return_t Initialize(const char *server_command,
113 static OnDemandServer *Create(const char *server_command,
/dports/www/firefox-legacy/firefox-52.8.0esr/toolkit/crashreporter/google-breakpad/src/client/mac/Framework/
H A DOnDemandServer.h91 kern_return_t Initialize(const char *server_command,
113 static OnDemandServer *Create(const char *server_command,
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/breakpad/breakpad/src/client/mac/Framework/
H A DOnDemandServer.h91 kern_return_t Initialize(const char *server_command,
113 static OnDemandServer *Create(const char *server_command,
/dports/audio/clementine-player/Clementine-1.4.0rc1/3rdparty/google-breakpad/client/mac/Framework/
H A DOnDemandServer.h92 kern_return_t Initialize(const char *server_command,
114 static OnDemandServer *Create(const char *server_command,
H A DOnDemandServer.mm40 OnDemandServer *OnDemandServer::Create(const char *server_command,
48 kern_return_t result = server->Initialize(server_command,
65 kern_return_t OnDemandServer::Initialize(const char *server_command,
72 const_cast<char*>(server_command),
/dports/games/openlierox/OpenLieroX/src/breakpad/external/src/client/mac/Framework/
H A DOnDemandServer.h92 kern_return_t Initialize(const char *server_command,
114 static OnDemandServer *Create(const char *server_command,
H A DOnDemandServer.mm40 OnDemandServer *OnDemandServer::Create(const char *server_command,
48 kern_return_t result = server->Initialize(server_command,
65 kern_return_t OnDemandServer::Initialize(const char *server_command,
72 const_cast<char*>(server_command),
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/eunit/src/
H A Deunit_server.erl175 server_command(From, Cmd, St);
191 server_command(From, {start, Job}, St) -> function
201 server_command(From, stop, St) -> function
206 server_command(From, {watch, Target, _Opts}, St) -> function
214 server_command(From, {forget, Target}, St) -> function
218 server_command(From, Cmd, St) -> function
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/eunit/src/
H A Deunit_server.erl175 server_command(From, Cmd, St);
191 server_command(From, {start, Job}, St) -> function
201 server_command(From, stop, St) -> function
206 server_command(From, {watch, Target, _Opts}, St) -> function
214 server_command(From, {forget, Target}, St) -> function
218 server_command(From, Cmd, St) -> function
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/eunit/src/
H A Deunit_server.erl175 server_command(From, Cmd, St);
191 server_command(From, {start, Job}, St) -> function
201 server_command(From, stop, St) -> function
206 server_command(From, {watch, Target, _Opts}, St) -> function
214 server_command(From, {forget, Target}, St) -> function
218 server_command(From, Cmd, St) -> function
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/eunit/src/
H A Deunit_server.erl175 server_command(From, Cmd, St);
191 server_command(From, {start, Job}, St) -> function
201 server_command(From, stop, St) -> function
206 server_command(From, {watch, Target, _Opts}, St) -> function
214 server_command(From, {forget, Target}, St) -> function
218 server_command(From, Cmd, St) -> function
/dports/lang/erlang/otp-OTP-24.1.7/lib/eunit/src/
H A Deunit_server.erl175 server_command(From, Cmd, St);
191 server_command(From, {start, Job}, St) -> function
201 server_command(From, stop, St) -> function
206 server_command(From, {watch, Target, _Opts}, St) -> function
214 server_command(From, {forget, Target}, St) -> function
218 server_command(From, Cmd, St) -> function
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/eunit/src/
H A Deunit_server.erl175 server_command(From, Cmd, St);
191 server_command(From, {start, Job}, St) -> function
201 server_command(From, stop, St) -> function
206 server_command(From, {watch, Target, _Opts}, St) -> function
214 server_command(From, {forget, Target}, St) -> function
218 server_command(From, Cmd, St) -> function
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/eunit/src/
H A Deunit_server.erl175 server_command(From, Cmd, St);
191 server_command(From, {start, Job}, St) -> function
201 server_command(From, stop, St) -> function
206 server_command(From, {watch, Target, _Opts}, St) -> function
214 server_command(From, {forget, Target}, St) -> function
218 server_command(From, Cmd, St) -> function
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/catapult_build/
H A Drun_dev_server_tests.py182 server_command = [server_path, '--no-install-hooks', '--port', port]
184 server_command = ['python.exe'] + server_command
187 server_command, stdout=subprocess.PIPE, stderr=subprocess.PIPE,
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/catapult/catapult_build/
H A Drun_dev_server_tests.py182 server_command = [server_path, '--no-install-hooks', '--port', port]
184 server_command = ['python.exe'] + server_command
187 server_command, stdout=subprocess.PIPE, stderr=subprocess.PIPE,

1234