Home
last modified time | relevance | path

Searched refs:getCommands (Results 1 – 25 of 588) sorted by relevance

12345678910>>...24

/dports/devel/codeworker/CodeWorker4_5_3/
H A DBNFDisjunction.cpp75 std::vector<GrfCommand*>::const_iterator i = getCommands().begin(); in compileCpp()
76 if (i != getCommands().end()) { in compileCpp()
83 if (i == getCommands().end()) break; in compileCpp()
101 …for (std::vector<GrfCommand*>::const_iterator i = getCommands().begin(); i != getCommands().end();… in toString()
103 if (i != getCommands().begin()) sText += " | "; in toString()
H A DBNFMoveAhead.cpp61 …for (std::vector<GrfCommand*>::const_iterator i = getCommands().begin(); i != getCommands().end();… in toString()
63 if (i != getCommands().begin()) sText += " "; in toString()
71 std::vector<GrfCommand*>::const_iterator i = getCommands().begin(); in compileCpp()
72 if (i != getCommands().end()) { in compileCpp()
H A DBNFConjunction.cpp68 std::vector<GrfCommand*>::const_iterator i = getCommands().begin(); in compileCpp()
69 if (i != getCommands().end()) { in compileCpp()
93 …for (std::vector<GrfCommand*>::const_iterator i = getCommands().begin(); i != getCommands().end();… in toString()
95 if (i != getCommands().begin()) sText += " "; in toString()
H A DBNFInsert.cpp67 std::vector<GrfCommand*>::const_iterator i = getCommands().begin(); in compileCpp()
68 if (i != getCommands().end()) { in compileCpp()
100 …for (std::vector<GrfCommand*>::const_iterator i = getCommands().begin(); i != getCommands().end();… in toString()
102 if (i != getCommands().begin()) sText += " "; in toString()
H A DBNFPushItem.cpp71 std::vector<GrfCommand*>::const_iterator i = getCommands().begin(); in compileCpp()
72 if (i != getCommands().end()) { in compileCpp()
103 …for (std::vector<GrfCommand*>::const_iterator i = getCommands().begin(); i != getCommands().end();… in toString()
105 if (i != getCommands().begin()) sText += " "; in toString()
H A DBNFTransformationMode.cpp85 …for (std::vector<GrfCommand*>::const_iterator i = getCommands().begin(); i != getCommands().end();… in toString()
95 std::vector<GrfCommand*>::const_iterator i = getCommands().begin(); in compileCpp()
96 if (i != getCommands().end()) { in compileCpp()
H A DBNFIgnore.cpp81 …for (std::vector<GrfCommand*>::const_iterator i = getCommands().begin(); i != getCommands().end();… in toString()
96 std::vector<GrfCommand*>::const_iterator i = getCommands().begin(); in compileCpp()
97 if (i != getCommands().end()) { in compileCpp()
H A DBNFNot.cpp70 std::vector<GrfCommand*>::const_iterator i = getCommands().begin(); in compileCpp()
71 if (i != getCommands().end()) { in compileCpp()
101 std::string sText = "!" + getCommands()[0]->toString(); in toString()
H A DBNFMultiplicity.cpp207 std::vector<GrfCommand*>::const_iterator i = getCommands().begin(); in compileCpp()
208 if (i != getCommands().end()) { in compileCpp()
307 …for (std::vector<GrfCommand*>::const_iterator i = getCommands().begin(); i != getCommands().end();… in toString()
308 if (i != getCommands().begin()) sString += " "; in toString()
H A DBNFComplementary.cpp99 std::vector<GrfCommand*>::const_iterator i = getCommands().begin(); in compileCpp()
100 if (i != getCommands().end()) { in compileCpp()
178 …std::string sText = "~" + getCommands()[0]->toString() + DtaBNFScript::constantsToString(_listOfCo… in toString()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/tests/org.eclipse.e4.ui.tests/src/org/eclipse/e4/ui/tests/workbench/
H A DMApplicationCommandAccessTest.java61 assertEquals(NUMBER_OF_COMMANDS, application.getCommands().size()); in testCreateApplictionWithCommands()
67 application.getCommands().remove(0); in testRemovalOfCommands()
70 assertEquals(NUMBER_OF_COMMANDS - 1, application.getCommands().size()); in testRemovalOfCommands()
79 for (MCommand command : application.getCommands()) { in testFindCorrectCommand()
104 application.getCommands().remove(command); in testFindNullAfterCommandRemoval()
119 application.getCommands().add(mCommand); in testCommandAfterAddingIt()
136 application.getCommands().add(command); in createAppWithCommands()
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/server/blockmanagement/
H A DTestHeartbeatHandling.java88 namesystem).getCommands(); in testHeartbeat()
99 .getCommands(); in testHeartbeat()
107 .getCommands(); in testHeartbeat()
115 .getCommands(); in testHeartbeat()
121 .getCommands(); in testHeartbeat()
181 NameNodeAdapter.sendHeartBeat(nodeReg1, dd1, namesystem).getCommands(); in testHeartbeatBlockRecovery()
202 cmds = NameNodeAdapter.sendHeartBeat(nodeReg1, dd1, namesystem).getCommands(); in testHeartbeatBlockRecovery()
223 cmds = NameNodeAdapter.sendHeartBeat(nodeReg1, dd1, namesystem).getCommands(); in testHeartbeatBlockRecovery()
/dports/www/drupal8/drupal-8.9.20/core/tests/Drupal/Tests/Core/Form/
H A DFormAjaxResponseBuilderTest.php107 $this->assertSame($commands, $result->getCommands());
132 $this->assertSame($commands, $result->getCommands());
165 $this->assertSame($commands_expected, $result->getCommands());
201 $this->assertSame($commands_expected, $result->getCommands());
/dports/www/drupal9/drupal-9.2.10/core/tests/Drupal/Tests/Core/Form/
H A DFormAjaxResponseBuilderTest.php107 $this->assertSame($commands, $result->getCommands());
132 $this->assertSame($commands, $result->getCommands());
165 $this->assertSame($commands_expected, $result->getCommands());
201 $this->assertSame($commands_expected, $result->getCommands());
/dports/www/ilias/ILIAS-5.4.25/Modules/Blog/classes/
H A Dclass.ilObjBlogListGUI.php36 public function getCommands() function in ilObjBlogListGUI
38 $commands = parent::getCommands();
/dports/www/ilias6/ILIAS-6.14/Modules/Blog/classes/
H A Dclass.ilObjBlogListGUI.php30 public function getCommands() function in ilObjBlogListGUI
32 $commands = parent::getCommands();
/dports/editors/libreoffice/libreoffice-7.2.6.2/ucbhelper/source/provider/
H A Dcontentinfo.cxx199 CommandProcessorInfo::getCommands() in getCommands() function in ucbhelper::CommandProcessorInfo
213 = m_pContent->getCommands( m_xEnv ); in getCommands()
288 getCommands(); in queryCommand()
313 getCommands(); in queryCommand()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/ucbhelper/source/provider/
H A Dcontentinfo.cxx199 CommandProcessorInfo::getCommands() in getCommands() function in ucbhelper::CommandProcessorInfo
213 = m_pContent->getCommands( m_xEnv ); in getCommands()
288 getCommands(); in queryCommand()
313 getCommands(); in queryCommand()
/dports/mail/aerc/aerc-0.4.0/
H A Daerc.go27 func getCommands(selected libui.Drawable) []*commands.Commands { func
57 cmds := getCommands((*aerc).SelectedTab())
79 for _, set := range getCommands((*aerc).SelectedTab()) {
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.pde.ui/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/commands/
H A DQueryByTag.java70 protected Command[] getCommands() { in getCommands() method in QueryByTag
72 return fCSP.getTagManager().getCommands(tagText); in getCommands()
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/helpers/gitlab_ci_yaml_parser/
H A Dparser.go69 func (c *GitLabCiYamlParser) getCommands(commands interface{}) (common.StepScript, error) { func
100 beforeScript, err := c.getCommands(c.config["before_script"])
106 jobBeforeScript, err := c.getCommands(c.jobConfig["before_script"])
118 script, err := c.getCommands(c.jobConfig["script"])
124 afterScriptCommands, err = c.getCommands(c.jobConfig["after_script"])
/dports/games/flightgear/flightgear-2020.3.11/src/FDM/UIUCModel/
H A Duiuc_1DdataFileReader.cpp93 command_list = matrix -> getCommands(); in uiuc_1DdataFileReader()
138 command_list = matrix -> getCommands(); in uiuc_1DdataFileReader()
/dports/net-mgmt/librenms/librenms-vendor-21.5.1/laravel/tinker/src/Console/
H A DTinkerCommand.php56 $shell->addCommands($this->getCommands());
92 protected function getCommands() function in Laravel\\Tinker\\Console\\TinkerCommand
/dports/www/drupal8/drupal-8.9.20/core/tests/Drupal/Tests/Core/Ajax/
H A DAjaxResponseTest.php54 $commands =& $this->ajaxResponse->getCommands();
64 $commands = $this->ajaxResponse->getCommands();
/dports/www/drupal9/drupal-9.2.10/core/tests/Drupal/Tests/Core/Ajax/
H A DAjaxResponseTest.php54 $commands =& $this->ajaxResponse->getCommands();
64 $commands = $this->ajaxResponse->getCommands();

12345678910>>...24