Home
last modified time | relevance | path

Searched refs:stop_command (Results 1 – 25 of 125) sorted by relevance

12345

/dports/multimedia/zoneminder/zoneminder-1.36.5/scripts/ZoneMinder/lib/ZoneMinder/Control/
H A DFoscamCGI.pm102 my $stop_command = shift;
104 if ( $stop_command && $autostop ) {
107 my $cmd = 'decoder_control.cgi?command='.$stop_command;
124 my $stop_command = "1";
128 $self->autoStop( $stop_command, $self->{Monitor}->{AutoStopTimeout} );
135 my $stop_command = "3";
139 $self->autoStop( $stop_command, $self->{Monitor}->{AutoStopTimeout} );
146 my $stop_command = "5";
157 my $stop_command = "7";
168 my $stop_command = "17";
[all …]
H A DLoftekSentinel.pm128 my $stop_command = shift;
130 if( $stop_command && $autostop)
134 my $cmd = "decoder_control.cgi?command=".$stop_command;
153 my $stop_command = "1";
157 $self->autoStop( $stop_command, $self->{Monitor}->{AutoStopTimeout} );
164 my $stop_command = "3";
168 $self->autoStop( $stop_command, $self->{Monitor}->{AutoStopTimeout} );
175 my $stop_command = "5";
186 my $stop_command = "7";
197 my $stop_command = "17";
[all …]
H A DKeekoon.pm147 my $stop_command = shift;
150 if( $stop_command && $autostop)
154 my $cmd = $stop_command;
163 my $stop_command = "1";
166 $self->autoStop( $stop_command, $self->{Monitor}->{AutoStopTimeout} );
173 my $stop_command = "3";
176 $self->autoStop( $stop_command, $self->{Monitor}->{AutoStopTimeout} );
183 my $stop_command = "5";
186 $self->autoStop( $stop_command, $self->{Monitor}->{AutoStopTimeout} );
193 my $stop_command = "7";
[all …]
H A DDericamP2.pm125 my $stop_command = shift;
127 if( $stop_command && $autostop)
131 my $cmd = "decoder_control.cgi?command=".$stop_command;
173 my $stop_command = "1";
184 my $stop_command = "3";
195 my $stop_command = "5";
206 my $stop_command = "7";
H A DSPP1802SWPTZ.pm65 our $stop_command;
/dports/x11/xpra/xpra-4.3/packaging/MSWindows/service/
H A DXpra-Service.cpp244 LPTSTR stop_command = (LPTSTR) default_stop_command; in SvcInit() local
264 stop_command = (LPTSTR) malloc(1024); in SvcInit()
265 StringCbPrintfA(stop_command, 1024, in SvcInit()
330 if (!CreateProcess(NULL, stop_command, NULL, NULL, FALSE, 0, NULL, cwd, &si, &pi)) in SvcInit()
/dports/audio/tkeca/tkeca-4.4.3/
H A Dtkeca.tcl836 if {$stop_command == 1} {
837 set stop_command 0
844 if {$stop_command == 1} {
845 set stop_command 0
851 if {$stop_command == 0} {
1072 set stop_command 1
2920 set stop_command 1
3239 set stop_command 1
3272 set stop_command 0
3276 set stop_command 1
[all …]
/dports/net/quagga/quagga-1.2.4/watchquagga/
H A Dwatchquagga.c127 const char *stop_command; member
929 run_job(&dmn->restart,"stop",gs.stop_command,1,1); in try_restart()
1106 gs.stop_command = optarg; in main()
1252 if (gs.restart_command || gs.start_command || gs.stop_command) in main()
1261 if (!gs.restart_command || gs.start_command || gs.stop_command) in main()
1270 if (!gs.restart_command || !gs.start_command || !gs.stop_command) in main()
1286 if (gs.stop_command) in main()
1287 gs.stop_command = translate_blanks(gs.stop_command,blankstr); in main()
/dports/dns/p5-DNS-Ldns/ldns-1.8.1/examples/
H A Dldns-testpkts.c832 ldns_rdf *stop_command = ldns_dname_new_frm_str("server.stop."); in handle_query() local
837 ldns_rdf_deep_free(stop_command); in handle_query()
849 ldns_dname_compare(ldns_rr_owner(query_rr), stop_command) == 0) { in handle_query()
858 ldns_rdf_deep_free(stop_command); in handle_query()
877 ldns_rdf_deep_free(stop_command); in handle_query()
902 ldns_rdf_deep_free(stop_command); in handle_query()
925 ldns_rdf_deep_free(stop_command); in handle_query()
/dports/dns/py-ldns/ldns-1.8.1/examples/
H A Dldns-testpkts.c832 ldns_rdf *stop_command = ldns_dname_new_frm_str("server.stop."); in handle_query() local
837 ldns_rdf_deep_free(stop_command); in handle_query()
849 ldns_dname_compare(ldns_rr_owner(query_rr), stop_command) == 0) { in handle_query()
858 ldns_rdf_deep_free(stop_command); in handle_query()
877 ldns_rdf_deep_free(stop_command); in handle_query()
902 ldns_rdf_deep_free(stop_command); in handle_query()
925 ldns_rdf_deep_free(stop_command); in handle_query()
/dports/dns/ldns/ldns-1.8.1/examples/
H A Dldns-testpkts.c832 ldns_rdf *stop_command = ldns_dname_new_frm_str("server.stop."); in handle_query() local
837 ldns_rdf_deep_free(stop_command); in handle_query()
849 ldns_dname_compare(ldns_rr_owner(query_rr), stop_command) == 0) { in handle_query()
858 ldns_rdf_deep_free(stop_command); in handle_query()
877 ldns_rdf_deep_free(stop_command); in handle_query()
902 ldns_rdf_deep_free(stop_command); in handle_query()
925 ldns_rdf_deep_free(stop_command); in handle_query()
/dports/security/knock/knock-0.5/src/
H A Dknockd.c78 char *stop_command; member
494 door->stop_command = NULL; in parseconfig()
583 door->stop_command = malloc(sizeof(char) * (strlen(ptr)+1)); in parseconfig()
584 if(door->stop_command == NULL) { in parseconfig()
588 strcpy(door->stop_command, ptr); in parseconfig()
589 dprint("config: %s: stop_command: %s\n", door->name, door->stop_command); in parseconfig()
1047 if (door->stop_command) { in close_door()
1048 free(door->stop_command); in close_door()
1538 if(attempt->door->stop_command) {
1539 …cmd_len = parse_cmd(parsed_stop_cmd, sizeof(parsed_stop_cmd), attempt->door->stop_command, attempt…
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/tools/python/google/
H A Dhttpd_utils.py120 def __init__(self, start_command, stop_command, port_list, argument
133 self._stop_command = stop_command
/dports/www/chromium-legacy/chromium-88.0.4324.182/tools/python/google/
H A Dhttpd_utils.py120 def __init__(self, start_command, stop_command, port_list, argument
133 self._stop_command = stop_command
/dports/net/frr7-pythontools/frr-frr-7.5.1/watchfrr/
H A Dwatchfrr.c117 const char *stop_command; member
135 .stop_command = DEFAULT_STOP_CMD,
1383 gs.stop_command = optarg; in main()
1496 && (gs.start_command || gs.stop_command || gs.restart_command)) { in main()
1501 && (!gs.restart_command || !gs.start_command || !gs.stop_command)) { in main()
1514 if (gs.stop_command) in main()
1515 gs.stop_command = in main()
1516 translate_blanks(gs.stop_command, blankstr); in main()
/dports/net/frr7/frr-frr-7.5.1/watchfrr/
H A Dwatchfrr.c117 const char *stop_command; member
135 .stop_command = DEFAULT_STOP_CMD,
1383 gs.stop_command = optarg; in main()
1496 && (gs.start_command || gs.stop_command || gs.restart_command)) { in main()
1501 && (!gs.restart_command || !gs.start_command || !gs.stop_command)) { in main()
1514 if (gs.stop_command) in main()
1515 gs.stop_command = in main()
1516 translate_blanks(gs.stop_command, blankstr); in main()
/dports/benchmarks/py-zopkio/Zopkio-0.2.5/zopkio/
H A Dadhoc_deployer.py295 stop_command = configs.get('stop_command') or self.default_configs.get('stop_command')
297 if stop_command is not None:
300 log_output(exec_with_env(ssh, "cd {0}; {1}".format(install_path, stop_command),
/dports/databases/cassandra-cpp-driver/cpp-driver-2.16.0/tests/src/integration/ccm/
H A Dbridge.cpp436 std::vector<std::string> stop_command; in hang_up_cluster() local
437 stop_command.push_back("stop"); in hang_up_cluster()
438 stop_command.push_back("--hang-up"); in hang_up_cluster()
439 execute_ccm_command(stop_command); in hang_up_cluster()
508 std::vector<std::string> stop_command; in stop_cluster() local
509 stop_command.push_back("stop"); in stop_cluster()
511 stop_command.push_back("--not-gently"); in stop_cluster()
513 execute_ccm_command(stop_command); in stop_cluster()
/dports/audio/ripperx/ripperX-2.7.3/src/
H A Dplayers_manipulation.c32 command = config.cd_player.stop_command; in players_create_argv()
H A Dcommon.h102 char stop_command[ MAX_COMMAND_LENGTH ]; member
/dports/sysutils/atf-sun50i_h6/arm-trusted-firmware-2.5/tools/nxp/create_pbl/
H A Dcreate_pbl.c145 enum stop_command { enum
327 int add_pbi_stop_cmd(FILE *fp_rcw_pbi_op, enum stop_command flag) in add_pbi_stop_cmd()
703 enum stop_command flag_stop_cmd = CRC_STOP_COMMAND; in main()
/dports/sysutils/atf-sun50i_a64/arm-trusted-firmware-2.5/tools/nxp/create_pbl/
H A Dcreate_pbl.c145 enum stop_command { enum
327 int add_pbi_stop_cmd(FILE *fp_rcw_pbi_op, enum stop_command flag) in add_pbi_stop_cmd()
703 enum stop_command flag_stop_cmd = CRC_STOP_COMMAND; in main()
/dports/sysutils/atf-rk3399/arm-trusted-firmware-2.5/tools/nxp/create_pbl/
H A Dcreate_pbl.c145 enum stop_command { enum
327 int add_pbi_stop_cmd(FILE *fp_rcw_pbi_op, enum stop_command flag) in add_pbi_stop_cmd()
703 enum stop_command flag_stop_cmd = CRC_STOP_COMMAND; in main()
/dports/sysutils/atf-fvp/arm-trusted-firmware-2.5/tools/nxp/create_pbl/
H A Dcreate_pbl.c145 enum stop_command { enum
327 int add_pbi_stop_cmd(FILE *fp_rcw_pbi_op, enum stop_command flag) in add_pbi_stop_cmd()
703 enum stop_command flag_stop_cmd = CRC_STOP_COMMAND; in main()
/dports/sysutils/atf-rk3328/arm-trusted-firmware-2.5/tools/nxp/create_pbl/
H A Dcreate_pbl.c145 enum stop_command { enum
327 int add_pbi_stop_cmd(FILE *fp_rcw_pbi_op, enum stop_command flag) in add_pbi_stop_cmd()
703 enum stop_command flag_stop_cmd = CRC_STOP_COMMAND; in main()

12345