Home
last modified time | relevance | path

Searched refs:getTargets (Results 1 – 25 of 434) sorted by relevance

12345678910>>...18

/dports/games/emptyepsilon/EmptyEpsilon-EE-2021.06.23/src/screens/gm/
H A DgameMasterScreen.cpp52 for(P<SpaceObject> obj : targets.getTargets()) in GameMasterScreen()
96 for(P<SpaceObject> obj : targets.getTargets()) in GameMasterScreen()
130 for(P<SpaceObject> obj : targets.getTargets()) in GameMasterScreen()
167 for(P<SpaceObject> obj : targets.getTargets()) in GameMasterScreen()
172 for(P<SpaceObject> obj : targets.getTargets()) in GameMasterScreen()
177 for(P<SpaceObject> obj : targets.getTargets()) in GameMasterScreen()
282 for(P<SpaceObject> obj : targets.getTargets()) in update()
306 for(P<SpaceObject> obj : targets.getTargets()) in update()
322 if (targets.getTargets().size() == 1) in update()
581 return targets.getTargets(); in getSelection()
[all …]
/dports/net-mgmt/p5-FusionInventory-Agent/FusionInventory-Agent-2.5.2/lib/FusionInventory/Agent/
H A DDaemon.pm76 my @targets = $self->getTargets();
94 while ($self->getTargets()) {
97 @targets = $self->getTargets() unless @targets;
104 last unless $self->getTargets();
127 last unless $self->getTargets();
141 foreach my $target ($self->getTargets()) {
176 last unless $self->getTargets();
523 my @planned = map { $_->plannedTasks() } $self->getTargets();
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform/ant/org.eclipse.ant.tests.core/tests/org/eclipse/ant/tests/core/tests/
H A DTargetTests.java37 TargetInfo[] targets = getTargets("TestForEcho.xml"); //$NON-NLS-1$ in testDefaultTarget()
47 TargetInfo[] targets = getTargets("Bug32551.xml"); //$NON-NLS-1$ in testGetTargetsWithDataTypes()
58 …CoreException ce = assertThrows(CoreException.class, () -> getTargets("Bug42926.xml")); //$NON-NLS… in testGetTargetsWithAntHome()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.jface.databinding/src/org/eclipse/jface/databinding/dialog/
H A DDialogPageSupport.java74 IObservableList<IObservable> targets = listDiffEntry.getElement().getTargets();
165 IObservableList<IObservable> targets = validationStatusProvider.getTargets(); in init()
197 IObservableList<IObservable> targets = provider.getTargets(); in handleUIChanged()
279 provider.getTargets().removeListChangeListener(validationStatusProviderTargetsListener); in dispose()
280 for (IObservable observable : provider.getTargets()) { in dispose()
H A DTitleAreaDialogSupport.java81 IObservableList<IObservable> targets = listDiffEntry.getElement().getTargets();
148 IObservableList<IObservable> targets = provider.getTargets(); in init()
174 IObservableList<IObservable> targets = provider.getTargets(); in handleUIChanged()
256 IObservableList<IObservable> targets = provider.getTargets(); in dispose()
/dports/www/ilias/ILIAS-5.4.25/Services/Object/classes/
H A Dclass.ilObjectCopyGUI.php362 foreach ($this->getTargets() as $target_ref_id) {
548 $ilCtrl->setParameter($this, 'target_ids', implode('_', $this->getTargets()));
565 foreach ((array) $this->getTargets() as $target_ref_id) {
591 foreach ($this->getTargets() as $target_ref_id) {
728 public function getTargets() function in ilObjectCopyGUI
739 if (array_key_exists(0, $this->getTargets())) {
740 $targets = $this->getTargets();
851 foreach ((array) $this->getTargets() as $target_ref_id) {
1009 foreach ($this->getTargets() as $target_ref_id) {
1041 foreach ($this->getTargets() as $target_ref_id) {
[all …]
/dports/www/ilias6/ILIAS-6.14/Services/Object/classes/
H A Dclass.ilObjectCopyGUI.php362 foreach ($this->getTargets() as $target_ref_id) {
548 $ilCtrl->setParameter($this, 'target_ids', implode('_', $this->getTargets()));
565 foreach ((array) $this->getTargets() as $target_ref_id) {
591 foreach ($this->getTargets() as $target_ref_id) {
728 public function getTargets() function in ilObjectCopyGUI
739 if (array_key_exists(0, $this->getTargets())) {
740 $targets = $this->getTargets();
851 foreach ((array) $this->getTargets() as $target_ref_id) {
1009 foreach ($this->getTargets() as $target_ref_id) {
1041 foreach ($this->getTargets() as $target_ref_id) {
[all …]
/dports/games/scorched3d/scorched/src/server/tankai/
H A DTankAICurrent.cpp81 move_.getTargets().clear(); in newGame()
126 move_.getTargets().tookDamage(firedTanket, damage); in tankHurt()
135 move_.getTargets().gaveDamage(damagedTanket, damage); in tankHurt()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform/ant/org.eclipse.ant.tests.ui/Ant Tests/org/eclipse/ant/tests/ui/
H A DAntUtilTests.java50 …AntTargetNode[] targets = AntUtil.getTargets(buildFile.getAbsolutePath(), getLaunchConfiguration(b… in testGetTargetsLaunchConfiguration()
62 …AntTargetNode[] targets = AntUtil.getTargets(buildFile.getAbsolutePath(), getLaunchConfiguration(b… in testGetTargetsLaunchConfigurationMinusD()
76 …AntTargetNode[] targets = AntUtil.getTargets(buildFile.getAbsolutePath(), getLaunchConfiguration(b… in testGetTargetsLaunchConfigurationMinusDAndProperty()
89 …AntTargetNode[] targets = AntUtil.getTargets(buildFile.getAbsolutePath(), getLaunchConfiguration(b… in testGetTargetsLaunchConfigurationProperty()
101 …AntTargetNode[] targets = AntUtil.getTargets(buildFile.getAbsolutePath(), getLaunchConfiguration(b… in testGetTargetsLaunchConfigurationPropertyFile()
247 AntTargetNode[] targets = AntUtil.getTargets(buildFile.getAbsolutePath()); in getAntTargetNodesOfBuildFile()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/tests/org.eclipse.jface.tests.databinding/src/org/eclipse/core/tests/databinding/validation/
H A DMultiValidatorTest.java210 assertFalse(validator.getTargets().contains(validationStatus)); in testBug237884_ValidationStatusListenerCausesLoopingDependency()
213 assertFalse(validator.getTargets().contains(validationStatus)); in testBug237884_ValidationStatusListenerCausesLoopingDependency()
261 assertFalse(validator.getTargets().contains(validationStatus)); in testBug237884_ValidationStatusAccessDuringValidationCausesLoopingDependency()
274 assertFalse(validator.getTargets().contains(noDependency)); in testBug240590_ValidationStatusSetWhileTrackingDependencies()
387 IObservableList<IObservable> targets = validator.getTargets(); in testBug251003_CompareDependenciesByIdentity()
413 assertTrue(validator.getTargets().contains(emptyListDependency)); in testBug251003_MissingDependencies()
423 ObservableTracker.getterCalled(validator.getTargets()); in testBug357568_MultiValidatorTargetAsDependency()
/dports/net-mgmt/p5-FusionInventory-Agent/FusionInventory-Agent-2.5.2/lib/FusionInventory/
H A DAgent.pm79 $self->{targets} = $config->getTargets(
85 if (!$self->getTargets()) {
110 foreach my $target ($self->getTargets()) {
155 my @targets = $self->getTargets();
161 while ($self->getTargets() && @targets) {
250 last unless $self->getTargets();
326 sub getTargets { subroutine
/dports/java/netbeans/netbeans/extide/ant/bin/
H A Dcomplete-ant-cmd.pl44 list(restrict($word, getTargets()));
71 sub getTargets { subroutine
/dports/devel/apache-ant/apache-ant-1.10.8/bin/
H A Dcomplete-ant-cmd.pl44 list(restrict($word, getTargets()));
71 sub getTargets { subroutine
/dports/www/mediawiki135/mediawiki-1.35.5/extensions/Gadgets/includes/
H A DGadgetResourceLoaderModule.php86 public function getTargets() { function in GadgetResourceLoaderModule
87 return $this->getGadget()->getTargets();
/dports/www/mediawiki136/mediawiki-1.36.3/extensions/Gadgets/includes/
H A DGadgetResourceLoaderModule.php86 public function getTargets() { function in GadgetResourceLoaderModule
87 return $this->getGadget()->getTargets();
/dports/www/mediawiki137/mediawiki-1.37.1/extensions/Gadgets/includes/
H A DGadgetResourceLoaderModule.php86 public function getTargets() { function in GadgetResourceLoaderModule
87 return $this->getGadget()->getTargets();
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jaxp/src/com/sun/org/apache/bcel/internal/generic/
H A DInstructionComparator.java79 InstructionHandle[] t1 = ((Select)i1).getTargets();
80 InstructionHandle[] t2 = ((Select)i2).getTargets();
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jaxp/src/com/sun/org/apache/bcel/internal/generic/
H A DInstructionComparator.java79 InstructionHandle[] t1 = ((Select)i1).getTargets();
80 InstructionHandle[] t2 = ((Select)i2).getTargets();
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.core.databinding/src/org/eclipse/core/internal/databinding/
H A DValidationStatusProviderTargetsProperty.java38 return source.getTargets(); in doGetList()
53 return source.getTargets(); in observe()
/dports/mail/phplist/phplist-3.6.6/public_html/lists/base/vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/
H A DConstraintTest.php150 …rtSame([Constraint::PROPERTY_CONSTRAINT, Constraint::CLASS_CONSTRAINT], $constraint->getTargets());
157 $this->assertEquals('class', $constraint->getTargets());
164 $this->assertEquals(['property', 'class'], $constraint->getTargets());
/dports/finance/prestashop/prestashop/vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/
H A DConstraintTest.php150 …rtSame([Constraint::PROPERTY_CONSTRAINT, Constraint::CLASS_CONSTRAINT], $constraint->getTargets());
157 $this->assertEquals('class', $constraint->getTargets());
164 $this->assertEquals(['property', 'class'], $constraint->getTargets());
/dports/lang/mono/mono-5.10.1.57/mcs/class/Mono.WebBrowser/Mono.Mozilla/interfaces/
H A DnsIAccessibleRelation.cs56 int getTargets ([MarshalAs (UnmanagedType.Interface) ] out nsIArray ret); in getTargets() method
100 int nsIAccessibleRelation.getTargets ([MarshalAs (UnmanagedType.Interface) ] out nsIArray ret) in nsIAccessibleRelation.getTargets()
/dports/games/scorched3d/scorched/src/client/tankgraph/
H A DRenderTargets.cpp98 itor.init(currentPatch->getTargets()); in simulate()
183 itor.init(currentPatch->getTargets()); in shadowDraw()
306 itor.init(currentPatch->getTargets()); in draw()
309 targetsDrawn_+=(unsigned int) currentPatch->getTargets().size(); in draw()
/dports/net-mgmt/p5-FusionInventory-Agent/FusionInventory-Agent-2.5.2/lib/FusionInventory/Agent/Daemon/
H A DWin32.pm155 my @targets = $self->getTargets();
171 my @targets = $self->getTargets();
274 foreach my $target ($self->getTargets()) {
288 foreach my $target ($self->getTargets()) {
/dports/net-mgmt/p5-FusionInventory-Agent/FusionInventory-Agent-2.5.2/lib/FusionInventory/Agent/HTTP/
H A DServer.pm92 foreach my $target ($self->{agent}->getTargets()) {
268 $self->{agent}->getTargets();
273 $self->{agent}->getTargets();
320 LOOP: foreach my $target ($self->{agent}->getTargets()) {
356 foreach my $target ($self->{agent}->getTargets()) {
369 foreach my $target ($self->{agent}->getTargets()) {

12345678910>>...18