Home
last modified time | relevance | path

Searched refs:SetCommand (Results 1 – 25 of 914) sorted by relevance

12345678910>>...37

/dports/games/openclonk/openclonk-release-8.1-src/planet/Objects.ocd/Libraries.ocd/Animal.ocd/Insect.ocd/
H A DScript.c70 SetCommand("Wait", nil, nil, nil, nil, 20 + Random(80)); in MissionComplete()
88 SetCommand("None"); in Sleep()
112 SetCommand("None"); in SleepComplete()
128 SetCommand("None"); in WakeUp()
149 SetCommand("None"); in ContactBottom()
156 SetCommand("None"); in ContactTop()
163 SetCommand("None"); in ContactLeft()
170 SetCommand("None"); in ContactRight()
186 SetCommand("None"); in Death()
209 if (GetCommand()) SetCommand("None"); in Activity()
[all …]
/dports/audio/spiralsynthmodular/spiralmodular-0.2.2/SpiralSound/Plugins/OutputPlugin/
H A DOutputPluginGUI.C70 m_GUICH->SetCommand (OutputPlugin::CLEAR_NOTIFY); in Update()
84 m_GUICH->SetCommand(OutputPlugin::SET_VOLUME); in cb_Volume_i()
95 m_GUICH->SetCommand(OutputPlugin::CLOSE); in cb_OpenRead_i()
97 m_GUICH->SetCommand(OutputPlugin::OPENREAD); in cb_OpenRead_i()
102 m_GUICH->SetCommand(OutputPlugin::CLOSE); in cb_OpenRead_i()
115 m_GUICH->SetCommand(OutputPlugin::CLOSE); in cb_OpenDuplex_i()
117 m_GUICH->SetCommand(OutputPlugin::OPENDUPLEX); in cb_OpenDuplex_i()
122 m_GUICH->SetCommand(OutputPlugin::CLOSE); in cb_OpenDuplex_i()
135 m_GUICH->SetCommand(OutputPlugin::CLOSE); in cb_OpenWrite_i()
137 m_GUICH->SetCommand(OutputPlugin::OPENWRITE); in cb_OpenWrite_i()
[all …]
/dports/math/gambit/gambit-16.0.1/src/gui/
H A Ddlnash.cc210 cmd->SetCommand(prefix + wxT("lp") + options); in GetCommand()
216 cmd->SetCommand(prefix + wxT("logit -e -d 10")); in GetCommand()
223 cmd->SetCommand(prefix + wxT("lcp") + options); in GetCommand()
229 cmd->SetCommand(prefix + wxT("liap -d 10") + options); in GetCommand()
237 cmd->SetCommand(prefix + wxT("enummixed")); in GetCommand()
251 cmd->SetCommand(prefix + wxT("enumpure") + options); in GetCommand()
256 cmd->SetCommand(prefix + wxT("enummixed") + options); in GetCommand()
269 cmd->SetCommand(prefix + wxT("gnm -d 10") + options); in GetCommand()
281 cmd->SetCommand(prefix + wxT("lp") + options); in GetCommand()
286 cmd->SetCommand(prefix + wxT("lcp") + options); in GetCommand()
[all …]
/dports/net/opal/opal-3.10.10/samples/sipim/
H A Dmain.cxx199 cli.SetCommand("create", PCREATE_NOTIFIER(CmdCreate), in Main()
202 cli.SetCommand("list", PCREATE_NOTIFIER(CmdList), in Main()
204 cli.SetCommand("subscribe", PCREATE_NOTIFIER(CmdSubscribeToPresence), in Main()
213 cli.SetCommand("publish", PCREATE_NOTIFIER(CmdSetLocalPresence), in Main()
229 cli.SetCommand("stun", PCREATE_NOTIFIER(CmdStun), in Main()
232 cli.SetCommand("translate", PCREATE_NOTIFIER(CmdTranslate), in Main()
235 cli.SetCommand("register", PCREATE_NOTIFIER(CmdRegister), in Main()
238 cli.SetCommand("delay", PCREATE_NOTIFIER(CmdDelay), in Main()
241 cli.SetCommand("send", PCREATE_NOTIFIER(CmdSend), in Main()
244 cli.SetCommand("set", PCREATE_NOTIFIER(CmdSet), in Main()
[all …]
/dports/games/openclonk/openclonk-release-8.1-src/planet/Tutorials.ocf/Tutorial01.ocs/System.ocg/
H A DWipfAI.c44 SetCommand("MoveTo", nil, 344, 612); in FxTutorialWipfTimer()
55 SetCommand("MoveTo", nil, 548, 604); in FxTutorialWipfTimer()
64 SetCommand("MoveTo", nil, 780, 604); in FxTutorialWipfTimer()
74 SetCommand("MoveTo", nil, 890, 636); in FxTutorialWipfTimer()
83 SetCommand("None"); in FxTutorialWipfTimer()
96 SetCommand("MoveTo", nil, 992, 324); in FxTutorialWipfTimer()
/dports/games/openclonk/openclonk-release-8.1-src/planet/Worlds.ocf/FloodedVeins.ocs/System.ocg/
H A DSeqIntro.c22 GetCrew(plr, 0)->SetCommand("MoveTo", nil, 200 + Random(12), 160); in Intro_1()
34 GetCrew(plr, 1)->SetCommand("MoveTo", nil, 180 + Random(12), 160); in Intro_2()
45 GetCrew(plr, 0)->SetCommand("MoveTo", nil, 320 + Random(12), 160); in Intro_3()
57 GetCrew(plr, 1)->SetCommand("MoveTo", nil, 300 + Random(12), 160); in Intro_4()
67 GetCrew(plr, 0)->SetCommand("None"); in Intro_5()
68 GetCrew(plr, 1)->SetCommand("None"); in Intro_5()
/dports/audio/spiralsynthmodular/spiralmodular-0.2.2/SpiralSound/Plugins/SpiralLoopPlugin/
H A DSpiralLoopPluginGUI.C357 m_GUICH->SetCommand(SpiralLoopPlugin::LOAD); in cb_Load_i()
375 m_GUICH->SetCommand(SpiralLoopPlugin::SAVE); in cb_Save_i()
408 m_GUICH->SetCommand(SpiralLoopPlugin::CUT); in cb_Cut_i()
418 m_GUICH->SetCommand(SpiralLoopPlugin::COPY); in cb_Copy_i()
426 m_GUICH->SetCommand(SpiralLoopPlugin::PASTE); in cb_Paste_i()
435 m_GUICH->SetCommand(SpiralLoopPlugin::PASTEMIX); in cb_PasteMix_i()
471 m_GUICH->SetCommand(SpiralLoopPlugin::DOUBLE); in cb_Double_i()
479 m_GUICH->SetCommand(SpiralLoopPlugin::HALF); in cb_Half_i()
487 m_GUICH->SetCommand(SpiralLoopPlugin::CROP); in cb_Crop_i()
494 m_GUICH->SetCommand(SpiralLoopPlugin::KEEPDUB); in cb_Hold_i()
[all …]
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-robomaker/include/aws/robomaker/model/
H A DTool.h132 …inline void SetCommand(const Aws::String& value) { m_commandHasBeenSet = true; m_command = value; } in SetCommand() function
138 …inline void SetCommand(Aws::String&& value) { m_commandHasBeenSet = true; m_command = std::move(va… in SetCommand() function
144 … inline void SetCommand(const char* value) { m_commandHasBeenSet = true; m_command.assign(value); } in SetCommand() function
150 inline Tool& WithCommand(const Aws::String& value) { SetCommand(value); return *this;} in WithCommand()
156 inline Tool& WithCommand(Aws::String&& value) { SetCommand(std::move(value)); return *this;} in WithCommand()
162 inline Tool& WithCommand(const char* value) { SetCommand(value); return *this;} in WithCommand()
/dports/games/openclonk/openclonk-release-8.1-src/planet/Tutorials.ocf/Tutorial05.ocs/System.ocg/
H A DSeqOutro.c21 this.plr_clonk->SetCommand("MoveTo", nil, 820, 702); in Outro_Start()
35 this.head->SetCommand("MoveTo", nil, 816, 702); in Outro_2()
54 this.head->SetCommand("Grab", case); in Outro_4()
65 this.head->SetCommand("UnGrab"); in Outro_5()
66 this.head->SetCommand("MoveTo", nil, this.head->GetX() + 100, this.head->GetY()); in Outro_5()
78 this.plr_clonk->SetCommand("MoveTo", nil, this.plr_clonk->GetX() + 90, this.plr_clonk->GetY()); in Outro_6()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-ssm/include/aws/ssm/model/
H A DSendCommandResult.h45 inline void SetCommand(const Command& value) { m_command = value; } in SetCommand() function
51 inline void SetCommand(Command&& value) { m_command = std::move(value); } in SetCommand() function
57 inline SendCommandResult& WithCommand(const Command& value) { SetCommand(value); return *this;} in WithCommand()
63 …inline SendCommandResult& WithCommand(Command&& value) { SetCommand(std::move(value)); return *thi… in WithCommand()
/dports/lang/mono/mono-5.10.1.57/external/api-doc-tools/external/SharpZipLib/ICSharpCode.SharpZipLib.Samples/cs/Cmd_BZip2/
H A DCmd_BZip2.cs40 SetCommand(Command.Compress); in ArgumentParser()
42 SetCommand(Command.Decompress); in ArgumentParser()
50 SetCommand(Command.Help); in ArgumentParser()
54 SetCommand(Command.Decompress); in ArgumentParser()
59 SetCommand(Command.Compress); in ArgumentParser()
106 void SetCommand(Command command) in SetCommand() method in Cmd_BZip2.ArgumentParser
/dports/net/opal/opal-3.10.10/samples/opalmcu/
H A Dmain.cxx140 cli->SetCommand("conf add", PCREATE_NOTIFIER_EXT(mixer, MyMixerEndPoint, CmdConfAdd), in Main()
154 cli->SetCommand("conf list", PCREATE_NOTIFIER_EXT(mixer, MyMixerEndPoint, CmdConfList), in Main()
156 cli->SetCommand("conf remove", PCREATE_NOTIFIER_EXT(mixer, MyMixerEndPoint, CmdConfRemove), in Main()
159 cli->SetCommand("conf listen", PCREATE_NOTIFIER_EXT(mixer, MyMixerEndPoint, CmdConfListen), in Main()
162 cli->SetCommand("conf record", PCREATE_NOTIFIER_EXT(mixer, MyMixerEndPoint, CmdConfRecord), in Main()
165 cli->SetCommand("conf play", PCREATE_NOTIFIER_EXT(mixer, MyMixerEndPoint, CmdConfPlay), in Main()
169 cli->SetCommand("member add", PCREATE_NOTIFIER_EXT(mixer, MyMixerEndPoint, CmdMemberAdd), in Main()
180 cli->SetCommand("list codecs", PCREATE_NOTIFIER(CmdListCodecs), in Main()
183 cli->SetCommand("trace", PCREATE_NOTIFIER(CmdTrace), in Main()
187 cli->SetCommand("shutdown", PCREATE_NOTIFIER(CmdShutDown), in Main()
[all …]
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-ecs/include/aws/ecs/model/
H A DExecuteCommandRequest.h148 …inline void SetCommand(const Aws::String& value) { m_commandHasBeenSet = true; m_command = value; } in SetCommand() function
153 …inline void SetCommand(Aws::String&& value) { m_commandHasBeenSet = true; m_command = std::move(va… in SetCommand() function
158 … inline void SetCommand(const char* value) { m_commandHasBeenSet = true; m_command.assign(value); } in SetCommand() function
163 …inline ExecuteCommandRequest& WithCommand(const Aws::String& value) { SetCommand(value); return *t… in WithCommand()
168 …inline ExecuteCommandRequest& WithCommand(Aws::String&& value) { SetCommand(std::move(value)); ret… in WithCommand()
173 inline ExecuteCommandRequest& WithCommand(const char* value) { SetCommand(value); return *this;} in WithCommand()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-sms/include/aws/sms/model/
H A DSSMValidationParameters.h166 …inline void SetCommand(const Aws::String& value) { m_commandHasBeenSet = true; m_command = value; } in SetCommand() function
171 …inline void SetCommand(Aws::String&& value) { m_commandHasBeenSet = true; m_command = std::move(va… in SetCommand() function
176 … inline void SetCommand(const char* value) { m_commandHasBeenSet = true; m_command.assign(value); } in SetCommand() function
181 …inline SSMValidationParameters& WithCommand(const Aws::String& value) { SetCommand(value); return … in WithCommand()
186 …inline SSMValidationParameters& WithCommand(Aws::String&& value) { SetCommand(std::move(value)); r… in WithCommand()
191 … inline SSMValidationParameters& WithCommand(const char* value) { SetCommand(value); return *this;} in WithCommand()
/dports/games/openclonk/openclonk-release-8.1-src/planet/Missions.ocf/MtBrame.ocs/System.ocg/
H A DIntro.c41 container->SetCommand("None", container); in IntroAddPlayer()
42 crew->SetCommand("None", crew); in IntroAddPlayer()
91 …effect.Sister->SetCommand("MoveTo", effect.Sister, effect.Cabin->GetX() + 65 - effect.Sister->GetX… in FxIntIntroTimer()
103 crew->SetCommand("Exit", crew); in FxIntIntroTimer()
118 …effect.Sister->SetCommand("MoveTo", effect.Sister, 214 - effect.Sister->GetX(), 540 - effect.Siste… in FxIntIntroTimer()
126 crew->SetCommand("MoveTo", crew, 245 - crew->GetX(), 555 - crew->GetY()); in FxIntIntroTimer()
132 …effect.Sister->SetCommand("MoveTo", effect.Sister, 214 - effect.Sister->GetX(), 540 - effect.Siste… in FxIntIntroTimer()
179 effect.Sister->SetCommand("Enter", effect.Cabin); in FxIntIntroTimer()
/dports/net/opal/opal-3.10.10/samples/testpresent/
H A Dmain.cxx261 cli.SetCommand("create", PCREATE_NOTIFIER(CmdCreate), in Main()
264 cli.SetCommand("list", PCREATE_NOTIFIER(CmdList), in Main()
266 cli.SetCommand("subscribe", PCREATE_NOTIFIER(CmdSubscribeToPresence), in Main()
269 cli.SetCommand("unsubscribe", PCREATE_NOTIFIER(CmdUnsubscribeToPresence), in Main()
272 cli.SetCommand("authorise", PCREATE_NOTIFIER(CmdPresenceAuthorisation), in Main()
275 cli.SetCommand("publish", PCREATE_NOTIFIER(CmdSetLocalPresence), in Main()
278 cli.SetCommand("buddy list\nshow buddies", PCREATE_NOTIFIER(CmdBuddyList), in Main()
281 cli.SetCommand("buddy add\nadd buddy", PCREATE_NOTIFIER(CmdBuddyAdd), in Main()
287 cli.SetCommand("buddy subscribe", PCREATE_NOTIFIER(CmdBuddySusbcribe), in Main()
290 cli.SetCommand("delay", PCREATE_NOTIFIER(CmdDelay), in Main()
[all …]
/dports/lang/mono/mono-5.10.1.57/external/api-doc-tools/external/SharpZipLib/ICSharpCode.SharpZipLib.Samples/cs/Cmd_Checksum/
H A DCmd_Checksum.cs48 SetCommand(Command.Help); in ArgumentParser()
51 SetCommand(Command.Adler); in ArgumentParser()
54 SetCommand(Command.BZip2); in ArgumentParser()
57 SetCommand(Command.Crc32); in ArgumentParser()
87 void SetCommand(Command command) in SetCommand() method in Cmd_Checksum.ArgumentParser
/dports/net/norm/norm-1.5r6/src/common/
H A DnormPostProcess.cpp15 SetCommand(NULL); in ~NormPostProcessor()
56 bool NormPostProcessor::SetCommand(const char* cmd) in SetCommand() function in NormPostProcessor
74 if (!strcmp(cmd, "none")) return SetCommand(NULL); in SetCommand()
109 SetCommand(NULL); in SetCommand()
/dports/misc/concourse/concourse-6.7.2/vendor/code.cloudfoundry.org/credhub-cli/commands/
H A Dset.go17 type SetCommand struct { struct
32 func (c *SetCommand) Execute([]string) error { argument
57 func (c *SetCommand) setFieldsFromInteractiveUserInput() { argument
69 func (c *SetCommand) setFieldsFromFileOrString() error { argument
92 func (c *SetCommand) setCredential() (credentials.Credential, error) { argument
/dports/games/openclonk/openclonk-release-8.1-src/planet/Missions.ocf/Raid.ocs/System.ocg/
H A DDlgLara.c63 dlg_target->SetCommand("None"); in Dlg_Lara()
114 c->SetCommand("None"); in FxLaraWalkingTimer()
128 if (!c->GetCommand()) c->SetCommand("MoveTo", fx.carry_obj); in FxLaraWalkingTimer()
139 c->SetCommand("None"); in FxLaraWalkingTimer()
152 if (!c->GetCommand()) c->SetCommand("MoveTo", nil, fx.target_pos[0], fx.target_pos[1]); in FxLaraWalkingTimer()
/dports/editors/libreoffice/libreoffice-7.2.6.2/lotuswordpro/source/filter/xfilter/
H A Dxfdrawpath.cxx89 entry.SetCommand("M"); in MoveTo()
98 entry.SetCommand("L"); in LineTo()
107 entry.SetCommand("C"); in CurveTo()
119 entry.SetCommand("Z"); in ClosePath()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/lotuswordpro/source/filter/xfilter/
H A Dxfdrawpath.cxx88 entry.SetCommand("M"); in MoveTo()
97 entry.SetCommand("L"); in LineTo()
106 entry.SetCommand("C"); in CurveTo()
118 entry.SetCommand("Z"); in ClosePath()
/dports/audio/spiralsynthmodular/spiralmodular-0.2.2/SpiralSound/Plugins/MatrixPlugin/
H A DMatrixPluginGUI.C389 m_GUICH->SetCommand (MatrixPlugin::SET_CURRENT); in cb_PlayPattern_i()
399 m_GUICH->SetCommand (MatrixPlugin::MAT_LENGTH); in cb_Length_i()
408 m_GUICH->SetCommand (MatrixPlugin::MAT_OCTAVE); in cb_Octave_i()
421 m_GUICH->SetCommand (MatrixPlugin::MAT_SPEED); in cb_Speed_i()
433 m_GUICH->SetCommand (MatrixPlugin::MAT_SPEED); in cb_SpeedVal_i()
444 m_GUICH->SetCommand (MatrixPlugin::COPY); in cb_CopyBtn_i()
453 m_GUICH->SetCommand (MatrixPlugin::PASTE); in cb_PasteBtn_i()
462 m_GUICH->SetCommand (MatrixPlugin::CLEAR); in cb_ClearBtn_i()
473 m_GUICH->SetCommand(MatrixPlugin::TUP); in cb_TransUpBtn_i()
482 m_GUICH->SetCommand(MatrixPlugin::TDOWN); in cb_TransDnBtn_i()
[all …]
/dports/audio/spiralsynthmodular/spiralmodular-0.2.2/SpiralSound/Plugins/PoshSamplerPlugin/
H A DPoshSamplerPluginGUI.C510 m_GUICH->SetCommand(PoshSamplerPlugin::LOAD); in cb_Load_i()
531 m_GUICH->SetCommand(PoshSamplerPlugin::SAVE); in cb_Save_i()
541 m_GUICH->SetCommand(PoshSamplerPlugin::SETVOL); in cb_Volume_i()
559 m_GUICH->SetCommand(PoshSamplerPlugin::SETOCT); in cb_Octave_i()
623 m_GUICH->SetCommand(PoshSamplerPlugin::CUT); in cb_Cut_i()
636 m_GUICH->SetCommand(PoshSamplerPlugin::COPY); in cb_Copy_i()
646 m_GUICH->SetCommand(PoshSamplerPlugin::PASTE); in cb_Paste_i()
659 m_GUICH->SetCommand(PoshSamplerPlugin::MIX); in cb_Mix_i()
672 m_GUICH->SetCommand(PoshSamplerPlugin::CROP); in cb_Crop_i()
685 m_GUICH->SetCommand(PoshSamplerPlugin::REV); in cb_Reverse_i()
[all …]
/dports/games/openclonk/openclonk-release-8.1-src/planet/Objects.ocd/Helpers.ocd/AI.ocd/Components.ocd/Movement.ocd/
H A DScript.c73 fx.Target->SetCommand("None"); in ExecuteStand()
161 fx.Target->SetCommand("None"); in ExecuteIdle()
164 if (fx.vehicle) fx.vehicle->SetCommand(); in ExecuteIdle()
202 fx.vehicle->SetCommand("MoveTo", nil, fx.home_x, fx.home_y); in ExecuteAttackPath()
208 return fx.Target->SetCommand("PushTo", fx.vehicle, fx.home_x, fx.home_y); in ExecuteAttackPath()
217 return fx.Target->SetCommand("MoveTo", nil, fx.home_x, fx.home_y); in ExecuteAttackPath()

12345678910>>...37