Searched refs:target_rel (Results 1 – 2 of 2) sorted by relevance
/plugin/fedauth/Auth/OpenID/ |
H A D | Parse.php | 305 function relMatches($rel_attr, $target_rel) argument 312 if ($rel == $target_rel) { 320 function linkHasRel($link_attrs, $target_rel) argument 326 $target_rel)); 329 function findLinksRel($link_attrs_list, $target_rel) argument 336 if ($this->linkHasRel($attr, $target_rel)) { 344 function findFirstHref($link_attrs_list, $target_rel) argument 350 $target_rel);
|
/plugin/openid/Auth/OpenID/ |
H A D | Parse.php | 302 function relMatches($rel_attr, $target_rel) argument 309 if ($rel == $target_rel) { 317 function linkHasRel($link_attrs, $target_rel) argument 323 $target_rel)); 326 function findLinksRel($link_attrs_list, $target_rel) argument 333 if ($this->linkHasRel($attr, $target_rel)) { 341 function findFirstHref($link_attrs_list, $target_rel) argument 347 $target_rel);
|