Home
last modified time | relevance | path

Searched refs:msg (Results 26 – 50 of 64) sorted by last modified time

123

/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSSH1.php
H A DSSH2.php5157 $msg = count($diff) == 1 ?
5160 throw new UnsupportedAlgorithmException(implode(', ', $diff) . $msg);
/dokuwiki/lib/plugins/usermanager/
H A Dadmin.php654 msg($this->lang['add_fail'], -1);
655 msg($this->lang['addUser_error_missing_pass'], -1);
659 msg($this->lang['add_fail'], -1);
660 msg($this->lang['addUser_error_pass_not_identical'], -1);
664 msg($this->lang['add_fail'], -1);
665 msg($this->lang['addUser_error_modPass_disabled'], -1);
671 msg($this->lang['add_fail'], -1);
672 msg($this->lang['addUser_error_name_missing'], -1);
676 msg($this->lang['add_fail'], -1);
677 msg(
[all...]
/dokuwiki/bin/
H A Dindexer.php103 * @param string $msg
105 protected function quietecho($msg)
107 if (!$this->quiet) echo $msg;
100 quietecho($msg) global() argument
/dokuwiki/vendor/marcusschwarz/lesserphp/
H A Dlessc.inc.php
/dokuwiki/
H A Ddoku.php69 msg(sprintf($lang['unable_to_parse_date'], hsc($DATE_AT)));
86 msg(
/dokuwiki/inc/Ui/
H A DPageDiff.php160 // msg could displayed only when wrong url typed in browser address bar
162 msg(sprintf(
169 msg('no way to compare when less than two revisions', -1);
/dokuwiki/inc/
H A Dauth.php61 msg($lang['authtempfail'], -1);
69 msg($lang['authtempfail'], -1);
205 msg(hsc($e->getMessage()), -1);
294 msg($lang['badlogin'], -1);
815 msg('No ACL setup yet! Denying access to everyone.');
986 msg($lang['regmissing'], -1);
993 msg($lang['regmissing'], -1); // complain about missing passwords
996 msg($lang['regbadpass'], -1); // complain about misspelled passwords
1002 msg($lang['regbadmail'], -1);
1008 msg(
[all...]
H A Ddefines.php21 * @see msg()
H A DActionRouter.php98 msg('Action disabled: ' . hsc($presetup), -1);
103 msg(hsc($e->getMessage()), -1);
109 msg('Action unknown: ' . hsc($actionname), -1);
163 $msg = 'Something unforeseen has happened: ' . $e->getMessage();
164 nice_die(hsc($msg));
H A DAjax.php307 foreach ($MSG as $msg) {
308 $error .= $msg['msg'];
H A Dmedia.php104 msg($lang['metasaveok'], 1);
107 msg($lang['metasaveerr'], -1);
338 msg($res[0], $res[1]);
378 msg(sprintf($lang['mediaextchange'], $fext, $iext));
393 msg($res[0], $res[1]);
561 msg($lang['uploadsucc'], 1);
1387 msg($res[0], $res[1]);
/dokuwiki/inc/Action/
H A DResendpwd.php76 msg($lang['resendna'], -1);
87 msg($lang['resendpwdbadauth'], -1);
93 msg($lang['resendpwdbadauth'], -1);
102 msg($lang['resendpwdnouser'], -1);
112 msg($lang['regbadpass'], -1);
118 msg($lang['proffail'], -1);
124 msg($lang['proffail'], -1);
129 msg($lang['resendpwdsuccess'], 1);
131 msg($lang['regmailfail'], -1);
143 msg(
[all...]
H A DRevert.php50 msg($lang['wordblock'], -1);
55 msg($sum, 1);
H A DSubscribe.php44 msg($e->getMessage(), -1);
94 msg(
H A DPlugin.php32 msg('Failed to handle action: ' . hsc($this->actionname), -1);
/dokuwiki/lib/scripts/
H A Dlocktimer.js9 msg: LANG.willexpire, property in dw_locktimer
85 alert(fixtxt(dw_locktimer.msg));
H A Dcompatibility.js8 * @param msg optional message to print
10 function DEPRECATED(msg){ argument
12 if(!msg) msg = '';
17 var line = 'DEPRECATED function call'+func+'. '+msg;
/dokuwiki/lib/styles/
H A Dscreen.css6 /* messages with msg() */
/dokuwiki/vendor/geshi/geshi/src/
H A Dgeshi.php595 $msg = str_replace(
600 return "<br /><strong>GeSHi Error:</strong> $msg (code {$this->error})<br />";
/dokuwiki/lib/plugins/authldap/
H A Dauth.php91 msg("LDAP: can not bind anonymously", -1);
287 msg("LDAP: Reading group memberships failed", -1);
576 msg('Setting LDAP Protocol version ' . $this->getConf('version') . ' failed', -1);
582 msg('Starting TLS failed', -1);
595 msg('Setting LDAP referrals failed', -1);
605 msg('Setting LDAP Deref mode ' . $this->getConf('deref') . ' failed', -1);
626 msg("LDAP: couldn't connect to LDAP server", -1);
690 * Wrapper around msg() but outputs only when debug is enabled
701 msg($message, $err, $line, $file);
/dokuwiki/lib/plugins/authplain/
H A Dauth.php146 msg($this->getLang('userexists'), -1);
159 msg($this->getLang('writefail'), -1);
187 msg($this->getLang('usernotexists'), -1);
193 msg(sprintf($this->getLang('protected'), hsc($user)), -1);
219 msg('There was an error modifying your user data. You may need to register again.', -1);
249 msg(sprintf($this->getLang('protected'), hsc($user)), -1);
259 msg($this->getLang('writefail'), -1);
/dokuwiki/lib/exe/
H A Dcss.php224 $msg = str_replace(["\n", "\r", "'"], [], $e->getMessage());
227 if (preg_match('/line: (\d+)$/', $msg, $m)) {
228 $msg = substr($msg, 0, -1 * strlen($m[0])); //remove useless linenumber
236 $msg .= ' in ' . $m[2] . ' at line ' . ($lno - $i);
245 'might be broken and you should try disabling it again. [' . $msg . ']';
/dokuwiki/data/
H A Ddeleted.files748 conf/msg
/dokuwiki/vendor/splitbrain/php-jsstrip/src/
H A DJSStrip.php243 * @param string $msg
246 protected function fatal($msg) argument
251 $msg = "$msg on line {$this->line}: '{$before}◎{$after}'";
252 throw new Exception($msg);

123