Home
last modified time | relevance | path

Searched refs:msg (Results 1 – 25 of 64) sorted by last modified time

123

/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/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/lib/plugins/extension/
H A Dstyle.less57 div.msg {
H A Dadmin.php59 msg($this->getLang('repo_error') .
64 msg($this->getLang('nossl'), -1);
82 msg(sprintf(
92 msg(sprintf(
97 msg(sprintf(
107 msg($status, -1);
109 msg(sprintf(
119 msg($status, -1);
121 msg(sprintf(
137 msg(sprint
[all...]
H A Dcli.php159 $msg = 'msg_enabled';
162 $msg = 'msg_disabled';
170 $this->success(sprintf($this->getLang($msg), $ext->getID()));
/dokuwiki/inc/parser/
H A Dxhtml.php71 msg(
/dokuwiki/inc/
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 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 Dtemplate.php123 msg(hsc($e->getMessage()), -1);
1448 msg('Unknown action ' . hsc($do), -1);
H A Dio.php309 msg("Writing $file failed", -1);
392 msg("Removing content from $file failed", -1);
529 msg("Creating directory $dir failed", -1);
H A DMailer.class.php410 msg(hsc("E-Mail address <$addr> is not ASCII"), -1, __LINE__, __FILE__, MSG_ADMINS_ONLY);
415 msg(hsc("E-Mail address <$addr> is not valid"), -1, __LINE__, __FILE__, MSG_ADMINS_ONLY);
780 msg(hsc($emsg), -1, __LINE__, __FILE__, MSG_MANAGERS_ONLY);
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 Dcommon.php133 msg('Security Token did not match. Possible CSRF attack.', -1);
245 msg($lang['nosecedit'], 0);
1856 $_SESSION[DOKU_COOKIE]['msg'] = $MSG;
H A Dpluginutils.php145 msg('For admins only', -1);
H A Dinfoutils.php69 foreach ($msgs as $msg) {
70 if ($msg) msg($msg, 2);
180 msg('DokuWiki version: ' . getVersion(), 1);
182 msg('Your PHP version is too old (' . phpversion() . ' vs. 7.4+ needed)', -1);
184 msg('PHP version ' . phpversion(), 1);
187 msg('Your PHP version is too old', -1);
193 msg('PHP memory is unlimited', 1);
195 msg('PH
355 function msg($message,$lvl=0,$line='',$file='',$allow=MSG_PUBLIC){ global() function
405 info_msg_allowed($msg) global() argument
443 dbg($msg, $hidden = false) global() argument
463 dbglog($msg, $header = '') global() argument
[all...]
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
/dokuwiki/lib/exe/
H A Dmediamanager.php17 if ($INPUT->str('msg1')) msg(hsc($INPUT->str('msg1')), 1);
18 if ($INPUT->str('err')) msg(hsc($INPUT->str('err')), -1);
74 msg(sprintf(
80 msg($lang['uploadfail'] . ' (' . $_FILES['upload']['error'] . ')', -1);
113 $msg = sprintf($lang['deletesucc'], noNS($DEL));
115 // current namespace was removed. redirecting to root ns passing msg along
117 rawurlencode($msg) . '&edid=' . $INPUT->str('edid'));
119 msg($msg, 1);
121 msg(sprint
111 $msg = sprintf($lang['deletesucc'], noNS($DEL)); global() variable
[all...]
/dokuwiki/lib/styles/
H A Dprint.css6 div.error, /* messages with msg() */
/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/inc/Parsing/Lexer/
H A DParallelRegex.php108 msg('A PCRE backtrack error occured. Try to increase the pcre.backtrack_limit in php.ini', -1);
111 msg('A PCRE recursion error occured. Try to increase the pcre.recursion_limit in php.ini', -1);
114 msg('A PCRE UTF-8 error occured. This might be caused by a faulty plugin', -1);
117 msg('A PCRE internal error occured. This might be caused by a faulty plugin', -1);
/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/inc/Action/
H A DSave.php45 msg($lang['wordblock'], -1);
/dokuwiki/lib/plugins/config/core/Setting/
H A DSettingAuthtype.php41 msg('Cannot load Auth Plugin "' . $input . '"', -1);
48 msg('Cannot create Auth Plugin "' . $input . '"', -1);
55 msg('Authentication system changed. Please re-login.');
/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/lib/plugins/extension/helper/
H A Dextension.php1065 msg(sprintf($this->getLang('msg_nooverwrite'), $item['base']));

123