Home
last modified time | relevance | path

Searched refs:Auth_OpenID (Results 26 – 34 of 34) sorted by path

12

/plugin/openid/Auth/OpenID/
H A DHMAC.php60 if (Auth_OpenID::bytes($key) > Auth_OpenID_SHA1_BLOCKSIZE) {
H A DMessage.php87 if (Auth_OpenID::arrayGet($Auth_OpenID_registered_aliases,
118 if (Auth_OpenID::arrayGet($Auth_OpenID_registered_aliases,
399 Auth_OpenID::log('Cannot map %s to alias %s. ' .
795 return Auth_OpenID::httpBuildQuery($args);
844 if (Auth_OpenID::isFailure($namespace)) {
856 if (Auth_OpenID::isFailure($namespace)) {
890 if (Auth_OpenID::isFailure($namespace)) {
909 if (Auth_OpenID::isFailure($namespace)) {
931 if (Auth_OpenID::isFailure($namespace)) {
946 if (Auth_OpenID::isFailure($namespace)) {
[all …]
H A DParse.php352 return Auth_OpenID::arrayGet($first, 'href', null);
H A DSQLStore.php526 for ($i = 0; $i < Auth_OpenID::bytes($str); $i++) {
H A DSReg.php254 if ($args === null || Auth_OpenID::isFailure($args)) {
295 $items = Auth_OpenID::arrayGet($args, $list_name);
307 $this->policy_url = Auth_OpenID::arrayGet($args, 'policy_url');
501 $value = Auth_OpenID::arrayGet($data, $field);
541 if ($args === null || Auth_OpenID::isFailure($args)) {
573 return Auth_OpenID::arrayGet($this->data, $field_name, $default);
H A DServer.php242 return Auth_OpenID::autoSubmitHTML(
702 $session_class = Auth_OpenID::arrayGet(
1356 return Auth_OpenID::autoSubmitHTML($this->toFormMarkup());
1754 if (Auth_OpenID::isFailure($mode)) {
1759 $handlerCls = Auth_OpenID::arrayGet($this->handlers, $mode,
1778 if (Auth_OpenID::isFailure($mode)) {
1990 $query = Auth_OpenID::getQuery();
/plugin/openid/Auth/Yadis/
H A DHTTPFetcher.php65 Auth_OpenID::log("HTTPS URL unsupported fetching %s",
71 Auth_OpenID::log("URL fetching not allowed for '%s'",
H A DParanoidHTTPFetcher.php119 Auth_OpenID::log(
130 Auth_OpenID::log("Fetching URL not allowed: %s",
179 Auth_OpenID::log("Got no response code when fetching %s", $url);
180 Auth_OpenID::log("CURL error (%s): %s",
195 Auth_OpenID::log('OpenID: Verified SSL host %s using '.
261 Auth_OpenID::log("Got no response code when fetching %s", $url);
262 Auth_OpenID::log("CURL error (%s): %s",
270 Auth_OpenID::log('OpenID: Verified SSL host %s using '.
H A DXRI.php134 return $url . $sep . Auth_OpenID::httpBuildQuery($args);

12