Home
last modified time | relevance | path

Searched refs:startCommand (Results 1 – 25 of 199) sorted by relevance

12345678

/dports/audio/kid3-kf5/kid3-3.8.6/src/app/cli/
H A Dclicommand.h171 virtual void startCommand() = 0;
224 virtual void startCommand() override;
236 virtual void startCommand() override;
248 virtual void startCommand() override;
261 virtual void startCommand() override;
275 virtual void startCommand() override;
287 virtual void startCommand() override;
299 virtual void startCommand() override;
311 virtual void startCommand() override;
323 virtual void startCommand() override;
[all …]
H A Dclicommand.cpp309 startCommand(); in execute()
399 void HelpCommand::startCommand() in startCommand() function in HelpCommand
453 void QuitCommand::startCommand() in startCommand() function in QuitCommand
480 void CdCommand::startCommand() in startCommand() function in CdCommand
513 void PwdCommand::startCommand() in startCommand() function in PwdCommand
530 void LsCommand::startCommand() in startCommand() function in LsCommand
541 void SaveCommand::startCommand() in startCommand() function in SaveCommand
592 void TagCommand::startCommand() in startCommand() function in TagCommand
609 void GetCommand::startCommand() in startCommand() function in GetCommand
637 void SetCommand::startCommand() in startCommand() function in SetCommand
[all …]
/dports/audio/kid3-qt5/kid3-3.8.6/src/app/cli/
H A Dclicommand.h171 virtual void startCommand() = 0;
224 virtual void startCommand() override;
236 virtual void startCommand() override;
248 virtual void startCommand() override;
261 virtual void startCommand() override;
275 virtual void startCommand() override;
287 virtual void startCommand() override;
299 virtual void startCommand() override;
311 virtual void startCommand() override;
323 virtual void startCommand() override;
[all …]
H A Dclicommand.cpp309 startCommand(); in execute()
399 void HelpCommand::startCommand() in startCommand() function in HelpCommand
453 void QuitCommand::startCommand() in startCommand() function in QuitCommand
480 void CdCommand::startCommand() in startCommand() function in CdCommand
513 void PwdCommand::startCommand() in startCommand() function in PwdCommand
530 void LsCommand::startCommand() in startCommand() function in LsCommand
541 void SaveCommand::startCommand() in startCommand() function in SaveCommand
592 void TagCommand::startCommand() in startCommand() function in TagCommand
609 void GetCommand::startCommand() in startCommand() function in GetCommand
637 void SetCommand::startCommand() in startCommand() function in SetCommand
[all …]
/dports/sysutils/kubectl/kubernetes-1.22.2/test/e2e_node/services/
H A Dserver.go45 startCommand *exec.Cmd member
74 startCommand: start,
135 s.startCommand.Stdout = outfile
136 s.startCommand.Stderr = outfile
150 s.startCommand.SysProcAttr = attrs
154 err = s.startCommand.Start()
163 err = s.startCommand.Wait()
229 s.startCommand = &exec.Cmd{
232 Env: s.startCommand.Env,
241 err = s.startCommand.Start()
[all …]
/dports/security/kleopatra/kleopatra-21.12.3/src/utils/
H A Dclipboardmenu.cpp76 void ClipboardMenu::startCommand(Command *cmd) in startCommand() function in ClipboardMenu
85 startCommand(new ImportCertificateFromClipboardCommand(nullptr)); in slotImportClipboard()
90 startCommand(new EncryptClipboardCommand(nullptr)); in slotEncryptClipboard()
95 startCommand(new SignClipboardCommand(GpgME::OpenPGP, nullptr)); in slotOpenPGPSignClipboard()
100 startCommand(new SignClipboardCommand(GpgME::CMS, nullptr)); in slotSMIMESignClipboard()
105 startCommand(new DecryptVerifyClipboardCommand(nullptr)); in slotDecryptVerifyClipboard()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/executor/
H A Dnetwork_interface_asio_test.cpp126 ASSERT_OK(net().startCommand( in startCommand()
178 auto deferred = startCommand(cbh, request); in TEST_F()
209 auto deferred = startCommand(cbh, request); in TEST_F()
232 auto deferred = startCommand(cbh, request); in TEST_F()
263 auto deferred = startCommand(cbh, request); in TEST_F()
294 auto deferred = startCommand(cbh, request); in TEST_F()
324 auto deferred = startCommand(cbh, request); in TEST_F()
354 auto deferred = startCommand(cbh, request); in TEST_F()
386 auto deferred = startCommand(cb, request); in TEST_F()
421 auto deferred = startCommand(makeCallbackHandle(), request); in TEST_F()
[all …]
H A Dnetwork_interface_mock_test.cpp172 ASSERT_OK(net().startCommand(cb, actualCommandExpected, [&](RemoteCommandResponse resp) { in TEST_F()
243 ASSERT_OK(net().startCommand(cb, request, [&](RemoteCommandResponse resp) { in TEST_F()
283 ASSERT_OK(net().startCommand( in TEST_F()
320 ASSERT_OK(net().startCommand(cb, request, [&](RemoteCommandResponse resp) { in TEST_F()
357 ASSERT_OK(net().startCommand(cb, request, [&](RemoteCommandResponse resp) { in TEST_F()
391 ASSERT_NOT_OK(net().startCommand(cb, request, [](RemoteCommandResponse resp) {})); in TEST_F()
413 ASSERT_OK(net().startCommand(cb, request, finishFn)); in TEST_F()
426 ASSERT_OK(net().startCommand(cb, request, finishFn)); in TEST_F()
H A Dconnection_pool_asio_integration_test.cpp112 net.startCommand( in TEST()
149 net.startCommand(makeCallbackHandle(), in TEST()
178 net.startCommand(makeCallbackHandle(), in TEST()
214 net.startCommand(makeCallbackHandle(), in TEST()
252 net.startCommand(makeCallbackHandle(), in TEST()
311 net.startCommand(makeCallbackHandle(), in TEST()
/dports/www/mediawiki135/mediawiki-1.35.5/includes/export/
H A DDumpPipeOutput.php47 $this->startCommand( $command );
66 public function startCommand( $command ) { function in DumpPipeOutput
100 $this->startCommand( $command );
/dports/www/mediawiki136/mediawiki-1.36.3/includes/export/
H A DDumpPipeOutput.php50 $this->startCommand( $command );
69 public function startCommand( $command ) { function in DumpPipeOutput
103 $this->startCommand( $command );
/dports/www/mediawiki137/mediawiki-1.37.1/includes/export/
H A DDumpPipeOutput.php50 $this->startCommand( $command );
69 public function startCommand( $command ) { function in DumpPipeOutput
103 $this->startCommand( $command );
/dports/games/openspades/openspades-0.1.3/Sources/ENet/
H A Dprotocol.c509 ENetIncomingCommand * startCommand = NULL; in enet_protocol_handle_send_fragment() local
566 startCommand = incomingCommand; in enet_protocol_handle_send_fragment()
571 if (startCommand == NULL) in enet_protocol_handle_send_fragment()
581 if (startCommand == NULL) in enet_protocol_handle_send_fragment()
587 -- startCommand -> fragmentsRemaining; in enet_protocol_handle_send_fragment()
598 if (startCommand -> fragmentsRemaining <= 0) in enet_protocol_handle_send_fragment()
618 ENetIncomingCommand * startCommand = NULL; in enet_protocol_handle_send_unreliable_fragment() local
687 startCommand = incomingCommand; in enet_protocol_handle_send_unreliable_fragment()
692 if (startCommand == NULL) in enet_protocol_handle_send_unreliable_fragment()
699 if (startCommand == NULL) in enet_protocol_handle_send_unreliable_fragment()
[all …]
H A Dpeer.c265 enet_peer_remove_incoming_commands (ENetList * queue, ENetListIterator startCommand, ENetListIterat… in enet_peer_remove_incoming_commands() argument
269 for (currentCommand = startCommand; currentCommand != endCommand; ) in enet_peer_remove_incoming_commands()
623 ENetListIterator droppedCommand, startCommand, currentCommand; in enet_peer_dispatch_incoming_unreliable_commands() local
625 …for (droppedCommand = startCommand = currentCommand = enet_list_begin (& channel -> incomingUnreli… in enet_peer_dispatch_incoming_unreliable_commands()
640 if (startCommand == currentCommand) in enet_peer_dispatch_incoming_unreliable_commands()
641 startCommand = enet_list_next (currentCommand); in enet_peer_dispatch_incoming_unreliable_commands()
644 …enet_list_move (enet_list_end (& peer -> dispatchedCommands), startCommand, enet_list_previous (cu… in enet_peer_dispatch_incoming_unreliable_commands()
653 droppedCommand = startCommand = enet_list_next (currentCommand); in enet_peer_dispatch_incoming_unreliable_commands()
657 if (startCommand != currentCommand) in enet_peer_dispatch_incoming_unreliable_commands()
659 …enet_list_move (enet_list_end (& peer -> dispatchedCommands), startCommand, enet_list_previous (cu… in enet_peer_dispatch_incoming_unreliable_commands()
[all …]
/dports/devel/emscripten/emscripten-2.0.3/tests/third_party/enet/
H A Dpeer.c276 enet_peer_remove_incoming_commands (ENetList * queue, ENetListIterator startCommand, ENetListIterat… in enet_peer_remove_incoming_commands() argument
280 for (currentCommand = startCommand; currentCommand != endCommand; ) in enet_peer_remove_incoming_commands()
634 ENetListIterator droppedCommand, startCommand, currentCommand; in enet_peer_dispatch_incoming_unreliable_commands() local
636 …for (droppedCommand = startCommand = currentCommand = enet_list_begin (& channel -> incomingUnreli… in enet_peer_dispatch_incoming_unreliable_commands()
651 if (startCommand == currentCommand) in enet_peer_dispatch_incoming_unreliable_commands()
652 startCommand = enet_list_next (currentCommand); in enet_peer_dispatch_incoming_unreliable_commands()
655 …enet_list_move (enet_list_end (& peer -> dispatchedCommands), startCommand, enet_list_previous (cu… in enet_peer_dispatch_incoming_unreliable_commands()
664 droppedCommand = startCommand = enet_list_next (currentCommand); in enet_peer_dispatch_incoming_unreliable_commands()
668 if (startCommand != currentCommand) in enet_peer_dispatch_incoming_unreliable_commands()
670 …enet_list_move (enet_list_end (& peer -> dispatchedCommands), startCommand, enet_list_previous (cu… in enet_peer_dispatch_incoming_unreliable_commands()
[all …]
/dports/devel/bullet/bullet3-3.21/examples/ThirdPartyLibs/enet/
H A Dprotocol.c521 ENetIncomingCommand *startCommand = NULL; in enet_protocol_handle_send_fragment() local
581 startCommand = incomingCommand; in enet_protocol_handle_send_fragment()
586 if (startCommand == NULL) in enet_protocol_handle_send_fragment()
596 if (startCommand == NULL) in enet_protocol_handle_send_fragment()
602 --startCommand->fragmentsRemaining; in enet_protocol_handle_send_fragment()
613 if (startCommand->fragmentsRemaining <= 0) in enet_protocol_handle_send_fragment()
633 ENetIncomingCommand *startCommand = NULL; in enet_protocol_handle_send_unreliable_fragment() local
705 startCommand = incomingCommand; in enet_protocol_handle_send_unreliable_fragment()
710 if (startCommand == NULL) in enet_protocol_handle_send_unreliable_fragment()
717 if (startCommand == NULL) in enet_protocol_handle_send_unreliable_fragment()
[all …]
/dports/misc/adios2/ADIOS2-2.7.1/thirdparty/enet/enet/
H A Dprotocol.c561 ENetIncomingCommand * startCommand = NULL; in enet_protocol_handle_send_fragment() local
622 startCommand = incomingCommand; in enet_protocol_handle_send_fragment()
627 if (startCommand == NULL) in enet_protocol_handle_send_fragment()
634 if (startCommand == NULL) in enet_protocol_handle_send_fragment()
640 -- startCommand -> fragmentsRemaining; in enet_protocol_handle_send_fragment()
651 if (startCommand -> fragmentsRemaining <= 0) in enet_protocol_handle_send_fragment()
671 ENetIncomingCommand * startCommand = NULL; in enet_protocol_handle_send_unreliable_fragment() local
744 startCommand = incomingCommand; in enet_protocol_handle_send_unreliable_fragment()
749 if (startCommand == NULL) in enet_protocol_handle_send_unreliable_fragment()
752 if (startCommand == NULL) in enet_protocol_handle_send_unreliable_fragment()
[all …]
/dports/games/redeclipse/base-2.0.0/src/enet/
H A Dprotocol.c526 ENetIncomingCommand * startCommand = NULL; in enet_protocol_handle_send_fragment() local
587 startCommand = incomingCommand; in enet_protocol_handle_send_fragment()
592 if (startCommand == NULL) in enet_protocol_handle_send_fragment()
599 if (startCommand == NULL) in enet_protocol_handle_send_fragment()
605 -- startCommand -> fragmentsRemaining; in enet_protocol_handle_send_fragment()
616 if (startCommand -> fragmentsRemaining <= 0) in enet_protocol_handle_send_fragment()
636 ENetIncomingCommand * startCommand = NULL; in enet_protocol_handle_send_unreliable_fragment() local
709 startCommand = incomingCommand; in enet_protocol_handle_send_unreliable_fragment()
714 if (startCommand == NULL) in enet_protocol_handle_send_unreliable_fragment()
717 if (startCommand == NULL) in enet_protocol_handle_send_unreliable_fragment()
[all …]
/dports/games/redeclipse16/base-1.6.0/src/enet/
H A Dprotocol.c526 ENetIncomingCommand * startCommand = NULL; in enet_protocol_handle_send_fragment() local
587 startCommand = incomingCommand; in enet_protocol_handle_send_fragment()
592 if (startCommand == NULL) in enet_protocol_handle_send_fragment()
599 if (startCommand == NULL) in enet_protocol_handle_send_fragment()
605 -- startCommand -> fragmentsRemaining; in enet_protocol_handle_send_fragment()
616 if (startCommand -> fragmentsRemaining <= 0) in enet_protocol_handle_send_fragment()
636 ENetIncomingCommand * startCommand = NULL; in enet_protocol_handle_send_unreliable_fragment() local
709 startCommand = incomingCommand; in enet_protocol_handle_send_unreliable_fragment()
714 if (startCommand == NULL) in enet_protocol_handle_send_unreliable_fragment()
717 if (startCommand == NULL) in enet_protocol_handle_send_unreliable_fragment()
[all …]
/dports/net/enet/enet-1.3.17/
H A Dprotocol.c537 ENetIncomingCommand * startCommand = NULL; in enet_protocol_handle_send_fragment() local
598 startCommand = incomingCommand; in enet_protocol_handle_send_fragment()
603 if (startCommand == NULL) in enet_protocol_handle_send_fragment()
610 if (startCommand == NULL) in enet_protocol_handle_send_fragment()
616 -- startCommand -> fragmentsRemaining; in enet_protocol_handle_send_fragment()
627 if (startCommand -> fragmentsRemaining <= 0) in enet_protocol_handle_send_fragment()
647 ENetIncomingCommand * startCommand = NULL; in enet_protocol_handle_send_unreliable_fragment() local
720 startCommand = incomingCommand; in enet_protocol_handle_send_unreliable_fragment()
725 if (startCommand == NULL) in enet_protocol_handle_send_unreliable_fragment()
728 if (startCommand == NULL) in enet_protocol_handle_send_unreliable_fragment()
[all …]
/dports/games/tesseract-data/tesseract/src/enet/
H A Dprotocol.c526 ENetIncomingCommand * startCommand = NULL; in enet_protocol_handle_send_fragment() local
587 startCommand = incomingCommand; in enet_protocol_handle_send_fragment()
592 if (startCommand == NULL) in enet_protocol_handle_send_fragment()
599 if (startCommand == NULL) in enet_protocol_handle_send_fragment()
605 -- startCommand -> fragmentsRemaining; in enet_protocol_handle_send_fragment()
616 if (startCommand -> fragmentsRemaining <= 0) in enet_protocol_handle_send_fragment()
636 ENetIncomingCommand * startCommand = NULL; in enet_protocol_handle_send_unreliable_fragment() local
709 startCommand = incomingCommand; in enet_protocol_handle_send_unreliable_fragment()
714 if (startCommand == NULL) in enet_protocol_handle_send_unreliable_fragment()
717 if (startCommand == NULL) in enet_protocol_handle_send_unreliable_fragment()
[all …]
/dports/games/supertuxkart/SuperTuxKart-1.2-src/lib/enet/
H A Dprotocol.c535 ENetIncomingCommand * startCommand = NULL; in enet_protocol_handle_send_fragment() local
596 startCommand = incomingCommand; in enet_protocol_handle_send_fragment()
601 if (startCommand == NULL) in enet_protocol_handle_send_fragment()
608 if (startCommand == NULL) in enet_protocol_handle_send_fragment()
614 -- startCommand -> fragmentsRemaining; in enet_protocol_handle_send_fragment()
625 if (startCommand -> fragmentsRemaining <= 0) in enet_protocol_handle_send_fragment()
645 ENetIncomingCommand * startCommand = NULL; in enet_protocol_handle_send_unreliable_fragment() local
718 startCommand = incomingCommand; in enet_protocol_handle_send_unreliable_fragment()
723 if (startCommand == NULL) in enet_protocol_handle_send_unreliable_fragment()
726 if (startCommand == NULL) in enet_protocol_handle_send_unreliable_fragment()
[all …]
/dports/games/stuntrally/stuntrally-2.6.1/source/enet/
H A Dprotocol.c526 ENetIncomingCommand * startCommand = NULL; in enet_protocol_handle_send_fragment() local
587 startCommand = incomingCommand; in enet_protocol_handle_send_fragment()
592 if (startCommand == NULL) in enet_protocol_handle_send_fragment()
599 if (startCommand == NULL) in enet_protocol_handle_send_fragment()
605 -- startCommand -> fragmentsRemaining; in enet_protocol_handle_send_fragment()
616 if (startCommand -> fragmentsRemaining <= 0) in enet_protocol_handle_send_fragment()
636 ENetIncomingCommand * startCommand = NULL; in enet_protocol_handle_send_unreliable_fragment() local
709 startCommand = incomingCommand; in enet_protocol_handle_send_unreliable_fragment()
714 if (startCommand == NULL) in enet_protocol_handle_send_unreliable_fragment()
717 if (startCommand == NULL) in enet_protocol_handle_send_unreliable_fragment()
[all …]
/dports/games/cdogs-sdl/cdogs-sdl-1.0.1/src/cdogs/enet/
H A Dprotocol.c526 ENetIncomingCommand * startCommand = NULL; in enet_protocol_handle_send_fragment() local
587 startCommand = incomingCommand; in enet_protocol_handle_send_fragment()
592 if (startCommand == NULL) in enet_protocol_handle_send_fragment()
599 if (startCommand == NULL) in enet_protocol_handle_send_fragment()
605 -- startCommand -> fragmentsRemaining; in enet_protocol_handle_send_fragment()
616 if (startCommand -> fragmentsRemaining <= 0) in enet_protocol_handle_send_fragment()
636 ENetIncomingCommand * startCommand = NULL; in enet_protocol_handle_send_unreliable_fragment() local
709 startCommand = incomingCommand; in enet_protocol_handle_send_unreliable_fragment()
714 if (startCommand == NULL) in enet_protocol_handle_send_unreliable_fragment()
717 if (startCommand == NULL) in enet_protocol_handle_send_unreliable_fragment()
[all …]
/dports/devel/love/love-11.3/src/libraries/enet/libenet/
H A Dprotocol.c526 ENetIncomingCommand * startCommand = NULL; in enet_protocol_handle_send_fragment() local
587 startCommand = incomingCommand; in enet_protocol_handle_send_fragment()
592 if (startCommand == NULL) in enet_protocol_handle_send_fragment()
599 if (startCommand == NULL) in enet_protocol_handle_send_fragment()
605 -- startCommand -> fragmentsRemaining; in enet_protocol_handle_send_fragment()
616 if (startCommand -> fragmentsRemaining <= 0) in enet_protocol_handle_send_fragment()
636 ENetIncomingCommand * startCommand = NULL; in enet_protocol_handle_send_unreliable_fragment() local
709 startCommand = incomingCommand; in enet_protocol_handle_send_unreliable_fragment()
714 if (startCommand == NULL) in enet_protocol_handle_send_unreliable_fragment()
717 if (startCommand == NULL) in enet_protocol_handle_send_unreliable_fragment()
[all …]

12345678