Home
last modified time | relevance | path

Searched refs:err (Results 1 – 8 of 8) sorted by path

/dokuwiki/inc/HTTP/
H A DHTTPClient.php470 } catch (HTTPClientException $err) {
471 $this->error = $err->getMessage();
472 if ($err->getCode())
473 $this->status = $err->getCode();
/dokuwiki/inc/Parsing/Lexer/
H A DParallelRegex.php105 $err = preg_last_error();
106 switch ($err) {
/dokuwiki/
H A Dinstall.php705 foreach ($error as $err) {
706 echo "<li>$err</li>";
/dokuwiki/lib/plugins/authad/adLDAP/classes/
H A DadLDAPUsers.php496 $err = ldap_errno($this->adldap->getLdapConnection());
497 if ($err) {
498 $msg = 'Error ' . $err . ': ' . ldap_err2str($err) . '.';
499 if($err == 53) {
/dokuwiki/lib/plugins/authldap/
H A Dauth.php38 $this->debug("LDAP err: PHP LDAP extension not found.", -1, __LINE__, __FILE__);
693 * @param int $err
698 protected function debug($message, $err, $line, $file)
701 msg($message, $err, $line, $file);
697 debug($message, $err, $line, $file) global() argument
/dokuwiki/lib/plugins/authpdo/
H A Dauth.php713 * @param int $err
716 protected function debugMsg($message, $err = 0, $line = 0)
720 $err = -1;
730 msg('authpdo: ' . $msg, $err, $line, __FILE__);
757 debugMsg($message, $err = 0, $line = 0) global() argument
/dokuwiki/lib/scripts/
H A Dfileuploader.js1067 } catch(err){
1225 } catch(err){
/dokuwiki/vendor/
H A Dautoload.php9 $err = 'Composer 2.3.0 dropped support for autoloading on PHP <5.6 and you are running '.PHP_VERSION.', please upgrade PHP or use Composer 2.2 LTS via "composer self-update --2.2". Aborting.'.PHP_EOL; variable
12 fwrite(STDERR, $err);
14 echo $err;
18 $err,