Home
last modified time | relevance | path

Searched refs:error (Results 1551 – 1575 of 1814) sorted by path

1...<<61626364656667686970>>...73

/plugin/pureldap/classes/
H A DADClient.php74 $this->error("User '$username' not found", __FILE__, __LINE__);
83 $this->error("Old password for '$username' is wrong", __FILE__, __LINE__);
259 $this->error('No account suffix set. Logins may fail.', __FILE__, __LINE__);
H A DClient.php146 $this->error('Automatic bind failed. Probably wrong user/password.', __FILE__, __LINE__);
371 * Handle error output
377 public function error($msg, $file, $line)
379 Logger::error('[pureldap] ' . $msg, '', $file, $line);
345 protected function error($msg, $file, $line) global() function in dokuwiki\\plugin\\pureldap\\classes\\Client
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Control/
H A DPwdPolicyResponseControl.php30 * error [1] ENUMERATED {
58 protected $error;
63 * @param int|null $error
65 public function __construct(?int $timeBeforeExpiration = null, ?int $graceAuthRemaining = null, ?int $error = null)
69 $this->error = $error;
94 return $this->error;
124 if ($this->error !== null) {
125 $response->addChild(Asn1::context(1, Asn1::enumerated($this->error)));
143 $error
55 protected $error; global() variable in FreeDSx\\Ldap\\Control\\PwdPolicyResponseControl
62 __construct(int $timeBeforeExpiration = null, int $graceAuthRemaining = null, int $error = null) global() argument
[all...]
/plugin/pwaoffline/node_modules/idb-keyval/dist/
H A Didb-keyval-iife.min.js1error)),o.onsuccess=(()=>r(o.result)),o.onupgradeneeded=(()=>{o.result.createObjectStore(t)})})}_w…
/plugin/pycode/
H A Dmethod.php179 catch (Exception $error) {
180 $code = $error->getMessage(); // returns the error message
991 catch (Exception $error) {
992 $src_url = $error->getMessage(); // returns the error message
H A Dscript.js355 var error = new Array;
362 error.push("no-src-url");
369 error.push("no-py");
383 error.push("no-def");
399 error.push("no-cls");
403 error.push("no-def");
417 error.push("no-cls");
435 error.push("no-nums");
455 error.push("no-docstr");
460 error.push("no-cls");
[all …]
H A Dsyntax.php336 catch (Exception $error) {
337 if ($error->getMessage() == "error") {
340 elseif ($error->getMessage() == "wrong-flag") {
343 elseif ($error->getMessage() == "notfound-lns") {
346 elseif ($error->getMessage() == "notfound-def") {
349 elseif ($error->getMessage() == "notfound-cls") {
739 $error = $this->getLang("error");
742 $renderer->cdata($error);
/plugin/quickstats/GEOIP/
H A Dgeoip.inc1381 print "error opening $file: $php_errormsg\n";
1721 trigger_error("error traversing database - perhaps it is corrupt?", E_USER_ERROR);
1764 trigger_error("error traversing database - perhaps it is corrupt?", E_USER_ERROR);
/plugin/quickstats/GEOIP/vendor/geoip2/geoip2/
H A DCHANGELOG.md39 * Additional error checking on the data returned from `MaxMind\Db\Reader`
188 * With the previous Phar builds, some users received `phar error: invalid url
228 representing particular types of errors, such as an authentication error.
H A DREADME.md69 PHP Fatal error: Uncaught Error: Call to undefined function MaxMind\WebService\curl_version()
268 If there is an error, a structured exception is thrown.
/plugin/quickstats/GEOIP/vendor/geoip2/geoip2/src/Exception/
H A DInvalidRequestException.php14 public $error; variable in GeoIp2\\Exception\\InvalidRequestException
18 $error, argument
23 $this->error = $error;
/plugin/quickstats/GEOIP/vendor/maxmind-db/reader/
H A DCHANGELOG.md153 * Significantly improved error handling in pure PHP reader.
/plugin/quickstats/GEOIP/vendor/maxmind/web-service-common/
H A DCHANGELOG.md38 * Added handling of additional error codes that the web service may return.
39 * A `USER_ID_UNKNOWN` error will now throw a
46 * A `PERMISSION_REQUIRED` error will now throw a `PermissionRequiredException`
70 * An exception is now immediately thrown curl error rather than letting later
/plugin/quickstats/GEOIP/vendor/maxmind/web-service-common/src/Exception/
H A DInvalidRequestException.php13 private $error; variable in MaxMind\\Exception\\InvalidRequestException
17 * @param int $error the error code returned by the MaxMind web service
24 $error, argument
29 $this->error = $error;
35 return $this->error;
/plugin/quickstats/GEOIP/vendor/maxmind/web-service-common/src/WebService/
H A DClient.php286 if (!isset($message['code']) || !isset($message['error'])) {
289 'specify code or error keys: ' . $body,
296 $message['error'],
/plugin/quiz/
H A Dclass_quiz.php40 var $error = ''; variable in quiz
59 …$this->error = 'Error: "' . $this->mode .'" is not a valid quiz mode. Valid modes are "test (0)" a…
336 return $this->error;
/plugin/recaptcha/lib/
H A Drecaptchalib.php103 * @param string $error The error given by reCAPTCHA (optional, default is null)
108 function recaptcha_get_html ($pubkey, $error = null, $use_ssl = false) argument
121 if ($error) {
122 $errorpart = "&amp;error=" . $error;
139 var $error; variable in ReCaptchaResponse
168 $recaptcha_response->error = 'incorrect-captcha-sol';
189 $recaptcha_response->error = $answers [1];
/plugin/recommend/
H A Dscript.js89 … console.error(result.responseJSON.error + "\n" + result.responseJSON.stacktrace);
91 alert(result.responseJSON.error);
/plugin/redissue/
H A DREADME.md119 …n dokuwiki settings. If **url** or **api_token** are wrong everywhere, an error message will be di…
/plugin/refnotes/
H A Dadmin.css19 div#refnotes-config div#config__manager div.error {
H A Dadmin.js142 error(xhr, status, message) {
187 setErrorStatus('saving_failed', 'Server FS access error');
206 setStatus('error', locale.getString(messageId, details));
591 catch (error) {
592 alert(error);
610 catch (error) {
611 alert(error);
862 catch (error) {
863 alert(error);
881 catch (error) {
[all...]
/plugin/refnotes/syntax/
H A Dnotes.php98 catch (Exception $error) {
99 msg($error->getMessage(), -1);
H A Dreferences.php154 catch (Exception $error) {
155 msg($error->getMessage(), -1);
/plugin/remotescript/lib/JsHttpRequest/debug/
H A DJsHttpRequest-form.js134 var error = ldObj.load();
135 if (!error) {
142 errors[errors.length] = '- ' + tryLoader.toUpperCase() + ': ' + this._l(error);
144 return this._error(error);
H A DJsHttpRequest-script-xml.js134 var error = ldObj.load();
135 if (!error) {
142 errors[errors.length] = '- ' + tryLoader.toUpperCase() + ': ' + this._l(error);
144 return this._error(error);

1...<<61626364656667686970>>...73