Lines Matching refs:pro
65 * @param object $pro the authentication service provider configuration object
68 function &getService($pro) { argument
74 return new $class($pro);
152 foreach ($source as $id => $pro) {
153 if (!$pro->isEnabled() || ($pro->getURL() == null)) continue;
160 if ($pro->hasUsername()) {
170 . $pro->getImageXHTML($mode, $class) . '</a>';
179 if (!($pro = $this->manager->providers->get($this->provid))) {
182 if (!$pro->isEnabled() || !$pro->hasUsername()) {
186 . ' <p>'.str_replace('@PROVID@', $pro->getName(), $this->lang['enterlogin']).'</p>'
198 if (!($pro = $this->manager->providers->get('openid'))) {
201 if (!$pro->isEnabled()) {
207 . $pro->getImageXHTML(PROV_SMALL, 'manualoid')