Home
last modified time | relevance | path

Searched refs:msg (Results 76 – 100 of 1008) sorted by path

12345678910>>...41

/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
H A DMessage.php21 $msg = trim($message->getMethod() . ' '
25 $msg .= "\r\nHost: " . $message->getUri()->getHost();
28 $msg = 'HTTP/' . $message->getProtocolVersion() . ' '
38 $msg .= "\r\n{$name}: " . $value;
41 $msg .= "\r\n{$name}: " . implode(', ', $values);
45 return "{$msg}\r\n\r\n" . $message->getBody();
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DStreamHandler.php181 private function customErrorHandler(int $code, string $msg): bool argument
183 $this->errorMessage = preg_replace('{^(fopen|mkdir)\(.*?\): }', '', $msg);
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/
H A DUtils.php175 $msg = 'Maximum stack depth exceeded';
178 $msg = 'Underflow or the modes mismatch';
181 $msg = 'Unexpected control character found';
184 $msg = 'Malformed UTF-8 characters, possibly incorrectly encoded';
187 $msg = 'Unknown error';
190 … throw new \RuntimeException('JSON encoding failed: '.$msg.'. Encoding: '.var_export($data, true));
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSSH2.php5001 $msg = count($diff) == 1 ?
5004 throw new UnsupportedAlgorithmException(implode(', ', $diff) . $msg);
/plugin/authhttp/
H A Dauth.php51 msg($this->getLang('nocreds'), -1);
73 msg("Config error: \"$cfgvar\" not set!", -1);
/plugin/authimap/
H A Dauth.php21 msg('PHP IMAP extension not available, IMAP auth not available.', -1);
26 msg('IMAP auth is missing server configuration', -1);
31 msg('IMAP auth is missing domain configuration', -1);
/plugin/authimap2/
H A Dauth.php29 msg('PHP IMAP extension not available, IMAP auth not available.', -1);
33 msg('IMAP auth is missing server configuration', -1);
37 msg('IMAP auth is missing domain configuration', -1);
165 msg($this->getLang('userexists'), -1);
178 msg($this->getLang('writefail'), -1);
201 msg($this->getLang('usernotexists'), -1);
207 msg(sprintf($this->getLang('protected'), hsc($user)), -1);
227 msg('There was an error modifying your user data. You may need to register again.', -1);
256 msg(sprintf($this->getLang('protected'), hsc($user)), -1);
266 msg($this->getLang('writefail'), -1);
/plugin/authldaplocal/
H A Dauth.php118 msg("LDAP: can not bind anonymously", -1);
268 msg("LDAP: Reading group memberships failed", -1);
354 msg('The user '.$user.' does already exist',-1);
360 msg('The user '.$user.' does not exist in LDAP',-1);
380 msg($this->getLang('writefail'), -1);
401 msg($this->getLang('usernotexists'), -1);
407 msg(sprintf($this->getLang('protected'), hsc($user)), -1);
464 msg($this->getLang('writefail'), -1);
752 msg('Starting TLS failed', -1);
794 msg("LDAP: couldn't connect to LDAP server", -1);
[all …]
/plugin/authloginapi/
H A Dauth.php51 msg($this->getLang('login_failed'), -1);
/plugin/authmantis/
H A Dauth.php90 msg( $lang['badlogin'], -1 );
/plugin/authnc/
H A Dauth.php95 $msg = $xml ? " with error " . $xml->meta->message : " connection error";
96 msg("Failed to log in " . $msg);
241 msg("Retrieving user list failed");
289 msg("Retrieving user count failed");
325 msg("Retrieving groups failed");
330 msg((string) $grp);
448 msg('Request failed with error: ' . curl_error($ch) . '. Return code: ' . $result);
/plugin/authphpbb3/
H A Dauth.php96 msg($this->getLang('config_error'), -1);
114 * @param string $msg Message to write.
116 public function dbglog($msg) { argument
120 $msg = $class_name . ': ' . $msg;
122 dbglog($msg);
637 msg($this->getLang('database_support'), -1);
642 msg($this->getLang('database_error'), -1);
/plugin/authplaincas/
H A Dauth.php59 msg("CAS err: phpCAS class not found.",-1);
64 msg("CAS err: CURL php extension not found.",-1);
81 msg("plainCAS: The CAS users file could not be opened.", -1);
157 msg("plainCAS: The local users file is not readable.", -1);
468 msg('The '.$this->casuserfile.' file is not writable. Please inform the Wiki-Admin',-1);
507 msg('Unable to modify user data. Please inform the Wiki-Admin',-1);
512 msg('There was an error modifying the user data. Please inform the Wiki-Admin.',-1);
/plugin/authradius/
H A Dauth.php38 msg("Radius err: PHP radius extension not found.",-1,__LINE__,__FILE__);
58 msg("Radius err: ". radius_strerror($this->radius),-1,__LINE__,__FILE__);
74 msg("Radius err: ". radius_strerror($this->radius),-1,__LINE__,__FILE__);
91msg("RadiusError: RADIUS_MICROSOFT_MS_CHAP_CHALLENGE:" . radius_strerror($this->radius));
104msg("RadiusError: RADIUS_MICROSOFT_MS_CHAP2_RESPONSE:" . radius_strerror($this->radius));
123 msg("Error getting attribute: %s\n", radius_strerror($this->radius));
136 msg("Radius Error: " . radius_strerror($this->radius));
140 msg("Radius: Challenge not supported by auth_radius.",-1);
144 msg('Radius Error: ('.$user.') ' . radius_strerror($this->radius),-1,__LINE__,__FILE__);
167 msg("Radius provided group(s) " . $this->classes[$user]);
/plugin/authremoteuser/
H A Dauth.php163 msg($this->getLang('userexists'), -1);
174 msg($this->getLang('writefail'), -1);
196 msg($this->getLang('usernotexists'), -1);
215 msg('There was an error modifying your user data. You may need to register again.', -1);
248 msg($this->getLang('writefail'), -1);
/plugin/authsaml/
H A Dsaml.php310 msg('Error saving user data (1)', -1);
321 msg('Error saving user data (2)', -1);
378 msg('Unable to modify user data. Please inform the Wiki-Admin', -1);
383 msg('There was an error modifying your user data. You should register again.', -1);
/plugin/authshibboleth/plugin/authshibboleth/
H A Dauth.php404msg('The ' . DOKU_CONF . '/' . $this->getConf(self::CONF_AUTH_USERSFILE) . ' file is not writable.…
/plugin/authsmartcard/
H A Dauth.php68 msg('Did not find user with cn: '.$cn, -1);
75 msg('Smartcard was not found. Please check that it is connected and drivers are installed.', -1);
/plugin/authsmf20/
H A Dauth.php80 msg($this->getLang('config_error'), -1);
120 msg($this->getLang('login_error'), -1);
239 msg($this->getLang('database_error'), -1);
/plugin/authsplit/
H A Dauth.php29 msg($message, $err, $line, $file);
46 msg(sprintf($this->getLang('nocfg'), $settingName), -1);
53 msg(sprintf($this->getLang('pluginload'), $pluginName), -1);
65 msg(sprintf($this->getLang('nocfg'), 'autocreate_users'), -1);
73 msg(sprintf($this->getLang('nocfg'), 'username_caseconversion'), -1);
81 msg(sprintf($this->getLang('nocfg'), 'debug'), -1);
110 $msg = 'authsplit:__construct(): '.
129 $msg .= $parts[$key].', ';
131 $msg = rtrim($msg, ', ')
[all...]
/plugin/authucenter/
H A Dauth.php38 msg($this->getLang('ucfilecheckfail'), -1);
71 msg($this->getLang('logoutsuccess'), 0);
105 msg($this->getLang('loginfail'), -1);
226 $msg = '';
234 $msg = 'wrongpassword';
237 $msg = 'wrongemailformat';
240 $msg = 'emailforbidden';
243 $msg = 'emailregistered';
246 $msg = 'userprotected';
249 msg($this->getLang($msg), -1);
[all …]
/plugin/authvk/
H A Daction.php115 msg($vk_userInfo['uid']);
145msg($this->getLang('vk_sorry').'<a href="https://vk.com/club' . $vk_group_id_of_users . '">VK_gro…
H A Dauth.php62 msg('Incorrect username or password.');
136 msg ($userline);
164 msg($this->getLang('userexists'), -1);
177 msg($this->getLang('writefail'), -1);
199 msg($this->getLang('usernotexists'), -1);
218 msg('There was an error modifying your user data. You may need to register again.', -1);
251 msg($this->getLang('writefail'), -1);
/plugin/authwordpress/
H A Dauth.php101 msg(sprintf($this->getLang('error_connect_failed'), $e->getMessage()));
152 msg($this->getLang('user_list_use_wordpress'));
371 * @param string $msg
375 protected function logDebug(string $msg): void argument
379 Logger::debug($msg);
381 dbglog($msg);
/plugin/authyubikey/
H A Dauth.php148 msg($errtext, -1);
155 msg($this->getLang('yubikeymodifyerr1'), -1);
160 msg($this->getLang('yubikeymodifyerr2'), -1);
171 msg($this->getLang('yubikeymodifyerr3'), -1);

12345678910>>...41