Home
last modified time | relevance | path

Searched refs:error_text (Results 1 – 3 of 3) sorted by last modified time

/plugin/openid/Auth/OpenID/
H A DConsumer.php2331 private $error_text; variable in Auth_OpenID_ServerErrorContainer
2336 * @param string $error_text
2340 function __construct($error_text, $error_code, $message) argument
2342 $this->error_text = $error_text;
2354 $error_text = $message->getArg(
2357 return new Auth_OpenID_ServerErrorContainer($error_text,
/plugin/freechat/phpfreechat/data/public/js/
H A Dpfcclient.js151 askNick: function(nickname,error_text) argument
159 …pfcp.prompt((error_text != undefined ? '<span style="color:red">'+error_text+'</span><br/>' : '')+…
/plugin/fedauth/Auth/OpenID/
H A DConsumer.php2162 function Auth_OpenID_ServerErrorContainer($error_text, argument
2166 $this->error_text = $error_text;
2176 $error_text = $message->getArg(
2179 return new Auth_OpenID_ServerErrorContainer($error_text,