Home
last modified time | relevance | path

Searched refs:discover_function (Results 1 – 5 of 5) sorted by relevance

/plugin/fedauth/Auth/OpenID/
H A DTrustRoot.php398 $discover_function=null) argument
400 if ($discover_function === null) {
401 $discover_function = array('Auth_Yadis_Yadis', 'discover');
408 $discover_function, $fetcher);
415 call_user_func_array($discover_function,
H A DDiscover.php487 if ($discover_function === null) {
488 $discover_function = array('Auth_Yadis_Yadis', 'discover');
493 $response = call_user_func_array($discover_function,
/plugin/openid/Auth/OpenID/
H A DTrustRoot.php398 $discover_function=null) argument
400 if ($discover_function === null) {
401 $discover_function = ['Auth_Yadis_Yadis', 'discover'];
408 $discover_function, $fetcher);
415 call_user_func_array($discover_function,
H A DDiscover.php514 if ($discover_function === null) {
515 $discover_function = ['Auth_Yadis_Yadis', 'discover'];
518 $response = call_user_func_array($discover_function, [$uri, $fetcher]);
/plugin/fedauth/Auth/Yadis/
H A DYadis.php140 $discover_function = array('Auth_Yadis_Yadis', 'discover');