Home
last modified time | relevance | path

Searched refs:msg (Results 26 – 50 of 64) sorted by relevance

123

/dokuwiki/lib/plugins/logviewer/
H A Dadmin.php102 msg($e->getMessage(), -1);
201 [$dt, $file, $msg] = sexplode("\t", $line, 3, '');
205 echo '<span class="msg">' . hsc($msg) . '</span>';
/dokuwiki/inc/Action/
H A DSave.php45 msg($lang['wordblock'], -1);
H A DSubscribe.php44 msg($e->getMessage(), -1);
94 msg(
/dokuwiki/lib/plugins/authad/
H A Dauth.php97 msg("AD Auth: PHP LDAP extension not found.", -1);
280 $msg = sprintf($this->getLang('authpwdexpire'), $info['expiresin']);
283 $msg .= ' <a href="' . $url . '">' . $lang['btn_profile'] . '</a>';
285 msg($msg);
585 msg($this->getLang('connectfail'), -1);
594 if ($this->conf['debug']) msg('AD Auth: ' . $e->getMessage(), -1);
597 if (!$return) msg($this->getLang('passchangefail'), -1);
616 if ($this->conf['debug']) msg('AD Auth: ' . $e->getMessage(), -1);
619 if (!$return) msg(
[all...]
/dokuwiki/lib/scripts/
H A Dlocktimer.js9 msg: LANG.willexpire, property in dw_locktimer
85 alert(fixtxt(dw_locktimer.msg));
/dokuwiki/inc/
H A DStyleUtils.php145 msg("Stylesheet $file not found, using $basename.$newExtension instead. " .
149 msg("Stylesheet $file not found, please contact the developer of \"$this->tpl\" template.", 2);
H A Dparserutils.php202 msg('Unable to save cache file. Hint: disk full; file permissions; safe_mode setting.', -1);
306 msg('Unable to save metadata file. Hint: disk full; file permissions; safe_mode setting.', -1);
738 $msg = "No renderer '$rname' found for mode '$mode', check your plugins";
740 $msg .= " and the 'renderer_xhtml' config setting";
742 $msg .= ".<br/>Attempting to fallback to the bundled renderer.";
743 msg($msg, -1, '', '', MSG_ADMINS_ONLY);
751 msg("No renderer '$rname' found for mode '$mode'", -1);
H A Dpluginutils.php145 msg('For admins only', -1);
H A Dinit.php182 if (isset($_SESSION[DOKU_COOKIE]['msg'])) {
183 $MSG = $_SESSION[DOKU_COOKIE]['msg'];
184 unset($_SESSION[DOKU_COOKIE]['msg']);
575 * @param integer|string $msg
577 function nice_die($msg)
587 <p>$msg</p>
593 throw new RuntimeException('nice_die: ' . $msg);
550 nice_die($msg) global() argument
H A Dhtml.php645 foreach ($MSG as $msg) {
646 $hash = md5($msg['msg']);
648 if (info_msg_allowed($msg)) {
649 echo '<div class="' . $msg['lvl'] . '">';
650 echo $msg['msg'];
H A Dsearch.php208 msg(hsc($info['id']) . ' is not a valid file name for DokuWiki - skipped', -1);
275 msg(hsc($id) . ' is not a valid file name for DokuWiki - skipped', -1);
510 msg(hsc($item['id']) . ' is not a valid file name for DokuWiki - skipped', -1);
H A DAjax.php307 foreach ($MSG as $msg) {
308 $error .= $msg['msg'];
H A Dio.php309 msg("Writing $file failed", -1);
392 msg("Removing content from $file failed", -1);
529 msg("Creating directory $dir failed", -1);
/dokuwiki/
H A Ddoku.php69 msg(sprintf($lang['unable_to_parse_date'], hsc($DATE_AT)));
86 msg(
/dokuwiki/inc/File/
H A DPageFile.php240 $msg = "PageFile($this->id)::detectExternalEdit(): timestamp successfully modified";
242 Logger::error($msg, $details, $fileLastMod);
245 $msg = "PageFile($this->id)::detectExternalEdit(): page file should be newer than last revision "
247 throw new RuntimeException($msg);
/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/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/lib/plugins/authpdo/
H A Dauth.php57 msg($this->getLang('connectfail'), -1);
201 msg($this->getLang('userexists'), -1);
244 msg($this->getLang('writefail'), -1);
335 msg($this->getLang('writefail'), -1);
710 * Wrapper around msg() but outputs only when debug is enabled
721 $msg = $message->getMessage();
724 $msg = $message;
728 printf("\n%s, %s:%d\n", $msg, __FILE__, $line);
730 msg('authpdo: ' . $msg,
[all...]
/dokuwiki/inc/Ui/
H A DEditor.php59 msg('Command disabled: source', -1);
197 msg('No editor for edit target ' . hsc($data['target']) . ' found.', -1);
/dokuwiki/lib/plugins/usermanager/
H A Dcli.php293 * DokuWiki's msg() function
299 foreach ($MSG as $msg) {
300 if ($msg['lvl'] === 'error') $this->error($msg['msg']);
/dokuwiki/lib/plugins/extension/
H A Dcli.php159 $msg = 'msg_enabled';
162 $msg = 'msg_disabled';
170 $this->success(sprintf($this->getLang($msg), $ext->getID()));
/dokuwiki/lib/plugins/config/
H A Dadmin.php61 msg($this->getLang('updated'), 1);
63 msg($this->getLang('error'), -1);
68 msg($this->getLang('error'), -1);
/dokuwiki/inc/Extension/
H A DPluginController.php111 msg(
122 msg(sprintf(
/dokuwiki/lib/styles/
H A Dscreen.css6 /* messages with msg() */
/dokuwiki/lib/plugins/authad/adLDAP/classes/
H A DadLDAPUsers.php498 $msg = 'Error ' . $err . ': ' . ldap_err2str($err) . '.';
500 $msg .= ' Your password might not match the password policy.';
502 throw new adLDAPException($msg);

123