Home
last modified time | relevance | path

Searched refs:getPerson (Results 1 – 25 of 93) sorted by relevance

1234

/dports/cad/sumo/sumo-1.2.0/src/libsumo/
H A DPerson.cpp88 MSPerson* person = getPerson(personID); in getSlope()
101 return getPerson(personID)->getSpeed(); in getSpeed()
113 return getPerson(personID)->getEdgePos(); in getLanePosition()
143 return getPerson(personID)->getNextEdge(); in getNextEdge()
149 MSTransportable* p = getPerson(personID); in getEdges()
168 MSTransportable* p = getPerson(personID); in getStage()
323 getPerson(personID)->setSpeed(speed); in setSpeed()
341 p = getPerson(personID); in add()
488 MSPerson* p = getPerson(personID); in rerouteTraveltime()
540 MSPerson* p = getPerson(personID); in moveTo()
[all …]
/dports/java/springframework31/spring-framework-3.1.4.RELEASE/projects/org.springframework.context/src/test/java/org/springframework/beans/factory/support/
H A DQualifierAnnotationAutowireContextTests.java124 assertEquals(JUERGEN, bean.getPerson().getName()); in testAutowiredFieldWithSingleQualifiedCandidate()
425 assertEquals(MARK, bean.getPerson().getName()); in testAutowiredFieldResolvesWithMultipleQualifierValues()
483 assertEquals(MARK, bean.getPerson().getName()); in testAutowiredFieldResolvesWithMultipleQualifierValuesAndExplicitDefaultValue()
535 assertEquals(MARK, bean.getPerson().getName()); in testAutowiredFieldResolvesWithBaseQualifierAndDefaultValue()
593 public Person getPerson() { in getPerson() method in QualifierAnnotationAutowireContextTests.QualifiedFieldTestBean
608 public Person getPerson() { in getPerson() method in QualifierAnnotationAutowireContextTests.QualifiedMethodParameterTestBean
623 public Person getPerson() { in getPerson() method in QualifierAnnotationAutowireContextTests.QualifiedConstructorArgumentTestBean
636 public Person getPerson() { in getPerson() method in QualifierAnnotationAutowireContextTests.QualifiedFieldWithDefaultValueTestBean
648 public Person getPerson() { in getPerson() method in QualifierAnnotationAutowireContextTests.QualifiedFieldWithMultipleAttributesTestBean
660 public Person getPerson() { in getPerson() method in QualifierAnnotationAutowireContextTests.QualifiedFieldWithBaseQualifierDefaultValueTestBean
[all …]
H A DInjectAnnotationAutowireContextTests.java124 assertEquals(JUERGEN, bean.getPerson().getName()); in testAutowiredFieldWithSingleQualifiedCandidate()
141 assertEquals(JUERGEN, bean.getPerson().getName()); in testAutowiredMethodParameterWithSingleQualifiedCandidate()
425 assertEquals(MARK, bean.getPerson().getName()); in testAutowiredFieldResolvesWithMultipleQualifierValues()
483 assertEquals(MARK, bean.getPerson().getName()); in testAutowiredFieldResolvesWithMultipleQualifierValuesAndExplicitDefaultValue()
550 public Person getPerson() { in getPerson() method in InjectAnnotationAutowireContextTests.QualifiedFieldTestBean
565 public Person getPerson() { in getPerson() method in InjectAnnotationAutowireContextTests.QualifiedMethodParameterTestBean
580 public Person getPerson() { in getPerson() method in InjectAnnotationAutowireContextTests.QualifiedConstructorArgumentTestBean
593 public Person getPerson() { in getPerson() method in InjectAnnotationAutowireContextTests.QualifiedFieldWithDefaultValueTestBean
605 public Person getPerson() { in getPerson() method in InjectAnnotationAutowireContextTests.QualifiedFieldWithMultipleAttributesTestBean
616 public Person getPerson() { in getPerson() method in InjectAnnotationAutowireContextTests.QualifiedFieldWithBaseQualifierDefaultValueTestBean
[all …]
/dports/security/hs-cryptol/cryptol-2.11.0/_cabal_deps/sbv-8.12/Documentation/SBV/Examples/Puzzles/
H A DMurder.hs79 getPerson :: Person SBV -> Query (Person Const)
80 getPerson Person{nm, age, location, sex, role} = Person nm <$> (Const <$> getValue age) function
172 Sat -> do a <- getPerson alice
173 h <- getPerson husband
174 b <- getPerson brother
175 d <- getPerson daughter
176 s <- getPerson son
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/examples/org.eclipse.jface.examples.databinding/src/org/eclipse/jface/examples/databinding/snippets/
H A DSnippet_NoDatabinding.java47 System.out.println("person.getName() = " + view.viewModel.getPerson().getName()); in main()
102 public Person getPerson() { in getPerson() method in Snippet_NoDatabinding.ViewModel
123 name.setText(viewModel.getPerson().getName()); in createShell()
128 viewModel.getPerson().setName(text); in createShell()
H A DSnippet031JFaceObservable.java51 System.out.println("person.getName() = " + new ViewModel().getPerson().getName()); in main()
95 public Person getPerson() { in getPerson() method in Snippet031JFaceObservable.ViewModel
118 Person person = viewModel.getPerson(); in createShell()
H A DSnippet000HelloWorld.java93 public Person getPerson() { in getPerson() method in Snippet000HelloWorld.ViewModel
118 person = viewModel.getPerson(); in createShell()
/dports/devel/py-twisted/Twisted-22.1.0/src/twisted/words/im/
H A Dinterfaces.py68 def getPerson(personName): member in IAccount
101 def getPerson(name): member in IClient
331 def getPerson(name, client): member in IChatUI
H A Dpbsupport.py113 def getPerson(self, name): member in TwistedWordsClient
114 return self.chat.getPerson(name, self)
142 self.chat.getPerson(name, self).setStatus(status)
145 self.chat.getConversation(self.chat.getPerson(name, self)).showMessage(
151 self.chat.getPerson(name, self).setStatus(status)
H A Dircsupport.py94 def getPerson(self, name): member in IRCProto
95 return self.chat.getPerson(name, self)
147 self.chat.getConversation(self.getPerson(username)).showMessage(
160 self.chat.getConversation(self.getPerson(username)).showMessage(emote, meta)
/dports/math/vtk6/VTK-6.2.0/ThirdParty/Twisted/twisted/words/im/
H A Dinterfaces.py68 def getPerson(personName): member in IAccount
100 def getPerson(name): member in IClient
332 def getPerson(name, client): member in IChatUI
H A Dpbsupport.py109 def getPerson(self, name): member in TwistedWordsClient
110 return self.chat.getPerson(name, self)
138 self.chat.getPerson(name, self).setStatus(status)
141 self.chat.getConversation(self.chat.getPerson(name, self)).showMessage(message, metadata)
145 self.chat.getPerson(name, self).setStatus(status)
H A Dircsupport.py100 def getPerson(self,name): member in IRCProto
101 return self.chat.getPerson(name, self)
150 self.chat.getConversation(self.getPerson(username)).showMessage(message, metadata)
160 self.chat.getConversation(self.getPerson(username)).showMessage(emote,meta)
/dports/audio/ampache/ampache-php74-5.0.0/vendor/php-tmdb/api/build/api/test/Tmdb/Tests/Factory/
H A DCreditsFactoryTest.php99 $this->assertInstanceOf('Tmdb\Model\Person', $this->credits->getPerson());
100 $this->assertEquals('Bryan Cranston', $this->credits->getPerson()->getName());
101 $this->assertEquals(17419, $this->credits->getPerson()->getId());
/dports/audio/ampache/ampache-php74-5.0.0/vendor/php-tmdb/api/test/Tmdb/Tests/Factory/
H A DCreditsFactoryTest.php99 $this->assertInstanceOf('Tmdb\Model\Person', $this->credits->getPerson());
100 $this->assertEquals('Bryan Cranston', $this->credits->getPerson()->getName());
101 $this->assertEquals(17419, $this->credits->getPerson()->getId());
/dports/net-im/signald/signald-65cf5e8a1cf2b81fd1f5c3936e0164d53c5a9b29/src/main/java/io/finn/signald/clientprotocol/v1/
H A DJsonMessageRequestResponseMessage.java29 if (m.getPerson().isPresent()) { in JsonMessageRequestResponseMessage()
30 person = new JsonAddress(m.getPerson().get()); in JsonMessageRequestResponseMessage()
/dports/net-im/signald/signald-65cf5e8a1cf2b81fd1f5c3936e0164d53c5a9b29/src/main/java/io/finn/signald/clientprotocol/v0/
H A DJsonMessageRequestResponseMessage.java31 if (m.getPerson().isPresent()) { in JsonMessageRequestResponseMessage()
32 person = new JsonAddress(m.getPerson().get()); in JsonMessageRequestResponseMessage()
/dports/audio/ampache/ampache-php74-5.0.0/vendor/php-tmdb/api/build/api/test/Tmdb/Tests/Model/Collection/
H A DPeopleTest.php49 $this->assertEquals('james blunt', $this->collection->getPerson(1)->getName());
50 $this->assertEquals(null, $this->collection->getPerson(3));
/dports/audio/ampache/ampache-php74-5.0.0/vendor/php-tmdb/api/test/Tmdb/Tests/Model/Collection/
H A DPeopleTest.php49 $this->assertEquals('james blunt', $this->collection->getPerson(1)->getName());
50 $this->assertEquals(null, $this->collection->getPerson(3));
/dports/devel/py-twisted/Twisted-22.1.0/src/twisted/words/test/
H A Dtest_ircsupport.py164 conversation = self.proto.chat.getConversation(self.proto.getPerson("alice1"))
175 conversation = self.proto.chat.getConversation(self.proto.getPerson("alice"))
184 conversation = self.proto.chat.getConversation(self.proto.getPerson("alice1"))
195 conversation = self.proto.chat.getConversation(self.proto.getPerson("alice"))
237 person = self.proto.getPerson("alice")
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/examples/org.eclipse.ui.examples.contributions/src/org/eclipse/ui/examples/contributions/model/
H A DPersonServiceSlave.java57 public Person getPerson(int id) { in getPerson() method in PersonServiceSlave
58 return parentService.getPerson(id); in getPerson()
/dports/devel/easyloggingpp/easyloggingpp-9.97.0/test/
H A Dregistry-test.h37 Person* getPerson(const char* name) { in getPerson() function
65 unsigned int n = people.getPerson("John")->num(); in TEST()
/dports/sysutils/fusefs-encfs/encfs-1.9.5/vendor/github.com/muflihun/easyloggingpp/test/
H A Dregistry-test.h37 Person* getPerson(const char* name) { in getPerson() function
65 unsigned int n = people.getPerson("John")->num(); in TEST()
/dports/cad/sumo/sumo-1.2.0/src/microsim/pedestrians/
H A DMSPModel_NonInteracting.cpp122 …TIME2STEPS(fabs(myCurrentEndPos - myCurrentBeginPos) / stage.getMaxSpeed(myCommand->getPerson()))); in computeWalkingTime()
175 return stage.getMaxSpeed(myCommand->getPerson()); in getSpeed()
/dports/audio/ampache/ampache-php74-5.0.0/vendor/php-tmdb/api/examples/people/api/
H A Dall.php19 $person = $client->getPeopleApi()->getPerson(33);

1234