Home
last modified time | relevance | path

Searched refs:Auth_Yadis_HTTPResponse (Results 1 – 7 of 7) sorted by relevance

/plugin/openid/Auth/Yadis/
H A DPlainHTTPFetcher.php40 * @return Auth_Yadis_HTTPResponse|null|bool
157 return new Auth_Yadis_HTTPResponse($url, $code, $new_headers, $body);
253 return new Auth_Yadis_HTTPResponse($url, $code,
H A DHTTPFetcher.php25 class Auth_Yadis_HTTPResponse { class
181 * @return Auth_Yadis_HTTPResponse|null
H A DParanoidHTTPFetcher.php91 * @return Auth_Yadis_HTTPResponse|null
207 return new Auth_Yadis_HTTPResponse($url, $code,
287 return new Auth_Yadis_HTTPResponse($url, $code,
/plugin/fedauth/Auth/Yadis/
H A DHTTPFetcher.php25 class Auth_Yadis_HTTPResponse { class
26 function Auth_Yadis_HTTPResponse($final_url = null, $status = null, function in Auth_Yadis_HTTPResponse
H A DPlainHTTPFetcher.php148 return new Auth_Yadis_HTTPResponse($url, $code, $new_headers, $body);
244 return new Auth_Yadis_HTTPResponse($url, $code,
H A DParanoidHTTPFetcher.php184 return new Auth_Yadis_HTTPResponse($url, $code,
263 return new Auth_Yadis_HTTPResponse($url, $code,
/plugin/openid/Auth/OpenID/
H A DConsumer.php1487 * @param Auth_Yadis_HTTPResponse $response Result of a POST to an OpenID endpoint.