Searched refs:xrds (Results 1 – 9 of 9) sorted by relevance
39 list($oid,$server,$provider,$xrds) = preg_split('/\s+/',$delegate,4);43 $xrds = trim($xrds);68 if($xrds){71 'href' => $xrds,
124 echo '<th>'.$this->getLang('xrds').'</th>';142 …echo '<td><input type="text" class="edit" name="oiddel['.$row.'][4]" value="'.hsc($xrds).'" /></td…
50 $xrds = Auth_Yadis_XRDS::parseXRDS($response->body);51 if (!$xrds) {55 $xrds);61 $some_services = $xrds->services($filters);
187 function Auth_Yadis_getCanonicalID($iname, $xrds) argument192 $xrd_list = array_reverse($xrds->allXrdNodes);193 $parser = $xrds->parser;
60 var $xrds = null; variable in Auth_Yadis_DiscoveryResult98 if ($this->xrds) {99 return $this->xrds->services();
324 $xrds = new Auth_Yadis_XRDS($parser, $xrd_nodes);325 return $xrds;
54 $xrds = Auth_Yadis_XRDS::parseXRDS($response->body);55 if (!$xrds) {59 $xrds);65 $some_services = $xrds->services($filters);
189 * @param Auth_Yadis_XRDS $xrds192 function Auth_Yadis_getCanonicalID($iname, $xrds) argument197 $xrd_list = array_reverse($xrds->allXrdNodes);198 $parser = $xrds->parser;
63 public $xrds = null; variable in Auth_Yadis_DiscoveryResult101 if ($this->xrds) {102 return $this->xrds->services();