Home
last modified time | relevance | path

Searched refs:setParty (Results 1 – 23 of 23) sorted by relevance

/dports/games/manaplus/manaplus-2.1.3.17/src/unittests/utils/
H A Dchatutils.cc194 localPlayer->setParty(party1); in PRAGMA48()
206 player1->setParty(party1); in PRAGMA48()
218 player2->setParty(party1); in PRAGMA48()
232 player3->setParty(party2); in PRAGMA48()
238 player3->setParty(party1); in PRAGMA48()
244 player2->setParty(party2); in PRAGMA48()
/dports/games/manaplus/manaplus-2.1.3.17/src/net/tmwa/
H A Dpartyrecv.cpp108 localPlayer->setParty(Ea::taParty); in processPartyInfo()
165 localPlayer->setParty(Ea::taParty); in processPartyInfo()
301 b->setParty(Ea::taParty); in processPartyUpdateHp()
H A Dbeingrecv.cpp293 dstBeing->setParty(party); in processPlayerUpdate1()
439 dstBeing->setParty(party); in processPlayerUpdate2()
581 dstBeing->setParty(party); in processPlayerMove()
/dports/www/owncloud/owncloud/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/CivicInfo/
H A DCandidate.php77 public function setParty($party) function in Google_Service_CivicInfo_Candidate
H A DOfficial.php76 public function setParty($party) function in Google_Service_CivicInfo_Official
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/google/apiclient-services/src/Google/Service/CivicInfo/
H A DCandidate.php77 public function setParty($party) function in Google_Service_CivicInfo_Candidate
H A DOfficial.php76 public function setParty($party) function in Google_Service_CivicInfo_Official
/dports/net/yate/yate-6.4.0-1/libs/ysip/
H A Dtransaction.cpp65 m_firstMessage->getParty()->setParty(uri); in SIPTransaction()
420 m->setParty(m_lastMessage->getParty()); in setAcknowledge()
556 message->setParty(m_firstMessage->getParty()); in processMessage()
803 msg->setParty(); in msgTransmitFailed()
H A Dyatesip.h69 virtual bool setParty(const URI& uri) = 0;
261 void setParty(SIPParty* ep = 0);
H A Dmessage.cpp45 setParty(original.getParty()); in SIPMessage()
191 setParty(); in ~SIPMessage()
672 void SIPMessage::setParty(SIPParty* ep) in setParty() function in SIPMessage
/dports/games/scourge/scourge/src/
H A Dparty.h164 void setParty( int count, Creature **creatures, int storylineIndex );
H A Dparty.cpp553 void Party::setParty( int count, Creature **creatures, int storylineIndex ) { in setParty() function in Party
H A Dscourge.cpp3174 session->getParty()->setParty( n, pc, storylineIndex ); in doLoadGame()
/dports/games/manaplus/manaplus-2.1.3.17/src/net/eathena/
H A Dpartyrecv.cpp217 localPlayer->setParty(Ea::taParty); in processPartyInfo()
287 localPlayer->setParty(Ea::taParty); in processPartyInfo()
/dports/games/manaplus/manaplus-2.1.3.17/src/net/ea/
H A Dpartyrecv.cpp199 b->setParty(nullptr); in processPartyLeave()
/dports/net/yate/yate-6.4.0-1/modules/
H A Dysipchan.cpp227 { setParty(); } in ~YateSIPPartyHolder()
2557 setParty(party); in setPartyChanged()
2651 setParty(p); in buildParty()
2707 setParty(); in setParty()
6456 setParty(party); in YateSIPConnection()
6846 setParty(party); in updateTarget()
8849 setParty(); in login()
8911 setParty(); in process()
8966 setParty(); in process()
9058 setParty(); in update()
[all …]
/dports/www/orangehrm/orangehrm-4.9/symfony/plugins/orangehrmOpenidAuthenticationPlugin/lib/vendor/GoogleAPIClient/Service/
H A DCivicInfo.php554 public function setParty($party) function in Google_Service_CivicInfo_Candidate
1135 public function setParty($party) function in Google_Service_CivicInfo_Official
/dports/games/manaplus/manaplus-2.1.3.17/src/
H A Dparty.cpp213 b->setParty(nullptr); in removeFromMembers()
/dports/www/moodle310/moodle/lib/google/src/Google/Service/
H A DCivicInfo.php555 public function setParty($party) function in Google_Service_CivicInfo_Candidate
1208 public function setParty($party) function in Google_Service_CivicInfo_Official
/dports/www/moodle39/moodle/lib/google/src/Google/Service/
H A DCivicInfo.php555 public function setParty($party) function in Google_Service_CivicInfo_Candidate
1208 public function setParty($party) function in Google_Service_CivicInfo_Official
/dports/www/moodle311/moodle/lib/google/src/Google/Service/
H A DCivicInfo.php555 public function setParty($party) function in Google_Service_CivicInfo_Candidate
1208 public function setParty($party) function in Google_Service_CivicInfo_Official
/dports/games/manaplus/manaplus-2.1.3.17/src/being/
H A Dbeing.h324 void setParty(Party *restrict const party) restrict2;
H A Dbeing.cpp1307 void Being::setParty(Party *restrict const party) restrict2 in setParty() function in Being