Home
last modified time | relevance | path

Searched refs:xrds (Results 1 – 9 of 9) sorted by relevance

/plugin/oiddelegate/
H A Daction.php39 list($oid,$server,$provider,$xrds) = preg_split('/\s+/',$delegate,4);
43 $xrds = trim($xrds);
68 if($xrds){
71 'href' => $xrds,
H A Dadmin.php124 echo '<th>'.$this->getLang('xrds').'</th>';
142 …echo '<td><input type="text" class="edit" name="oiddel['.$row.'][4]" value="'.hsc($xrds).'" /></td…
/plugin/fedauth/Auth/Yadis/
H A DXRIRes.php50 $xrds = Auth_Yadis_XRDS::parseXRDS($response->body);
51 if (!$xrds) {
55 $xrds);
61 $some_services = $xrds->services($filters);
H A DXRI.php187 function Auth_Yadis_getCanonicalID($iname, $xrds) argument
192 $xrd_list = array_reverse($xrds->allXrdNodes);
193 $parser = $xrds->parser;
H A DYadis.php60 var $xrds = null; variable in Auth_Yadis_DiscoveryResult
98 if ($this->xrds) {
99 return $this->xrds->services();
H A DXRDS.php324 $xrds = new Auth_Yadis_XRDS($parser, $xrd_nodes);
325 return $xrds;
/plugin/openid/Auth/Yadis/
H A DXRIRes.php54 $xrds = Auth_Yadis_XRDS::parseXRDS($response->body);
55 if (!$xrds) {
59 $xrds);
65 $some_services = $xrds->services($filters);
H A DXRI.php189 * @param Auth_Yadis_XRDS $xrds
192 function Auth_Yadis_getCanonicalID($iname, $xrds) argument
197 $xrd_list = array_reverse($xrds->allXrdNodes);
198 $parser = $xrds->parser;
H A DYadis.php63 public $xrds = null; variable in Auth_Yadis_DiscoveryResult
101 if ($this->xrds) {
102 return $this->xrds->services();