Lines Matching refs:provid
28 * @param string $provid (optional) an authorization provider id
30 function __construct(&$manager, $cmd, $provid='') { argument
31 parent::__construct(&$manager, $cmd, $provid);
112 print $this->_html_details($this->provid);
202 …$details = ($this->cmd == 'details' && $this->provid == $id) ? $this->_html_details($id, true) : '…
220 function _html_button($provid, $btn, $disabled=false, $indent=0, $class='') { argument
223 …e="submit" class="button '.$class.'" '.$disabled.' name="fa['.$btn.']['.$provid.']" title="'.$this…
226 function _html_details($provid, $forcevisible=false) { argument
228 $pro =& $this->manager->providers->get($provid);
229 …return '<div class="details"'.$fv.'><b>ID:</b> '.$provid.'<br/><b>'.$this->lang['serviceurl'].':</…
235 $cmd, $this->provid, $this->lang['btn_'.$cmd], $this->lang['btn_'.$cmd]);