Home
last modified time | relevance | path

Searched refs:getProfileUrl (Results 1 – 4 of 4) sorted by relevance

/dports/www/e107/e107/e107_handlers/vendor/hybridauth/hybridauth/src/Provider/
H A DFacebook.php128 $userProfile->profileURL = $this->getProfileUrl($userProfile->identifier);
244 ?: $this->getProfileUrl($userContact->identifier);
361 $userActivity->user->profileURL = $this->getProfileUrl($userActivity->user->identifier);
376 protected function getProfileUrl($identity) function in Hybridauth\\Provider\\Facebook
/dports/www/pear-Horde_Service_Gravatar/Horde_Service_Gravatar-1.0.1/lib/Horde/Service/
H A DGravatar.php136 public function getProfileUrl($mail) function in Horde_Service_Gravatar
150 return $this->_client->get($this->getProfileUrl($mail) . '.json')
/dports/www/pear-Horde_Service_Gravatar/Horde_Service_Gravatar-1.0.1/test/Horde/Service/Gravatar/
H A DGravatarTest.php117 $g->getProfileUrl(' Test@Example.orG ')
/dports/www/nextcloud/nextcloud/lib/private/Contacts/ContactsMenu/
H A DEntry.php132 public function getProfileUrl(): ?string { function in OC\\Contacts\\ContactsMenu\\Entry