Home
last modified time | relevance | path

Searched refs:msg (Results 1 – 25 of 64) sorted by relevance

123

/dokuwiki/inc/
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 DErrorHandler.php62 $msg = 'An unforeseen error has occured. This is most likely a bug somewhere.';
63 if ($plugin) $msg .= ' It might be a problem in the ' . $plugin . ' plugin.';
76 <p>$msg</p>
92 $msg = hsc($intro) . '<br />' . hsc(get_class($e) . ': ' . $e->getMessage());
93 if (self::logException($e)) $msg .= '<br />More info is available in the error log.';
94 msg($msg, -1);
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 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 Ddefines.php21 * @see msg()
/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 DPlugin.php32 msg('Failed to handle action: ' . hsc($this->actionname), -1);
H A DProfileDelete.php39 msg($lang['profdeleted'], 1);
H A DProfile.php41 msg($lang['profchanged'], 1);
H A DPreview.php45 msg(hsc($error), -1);
/dokuwiki/lib/scripts/
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/plugins/extension/
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...]
/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/inc/Extension/
H A DAuthPlugin.php104 msg("Check for unknown capability '$cap' - Do you use an outdated Plugin?", -1);
233 msg("no valid authorisation system in use", -1);
254 if (!$this->cando['external']) msg("no valid authorisation system in use", -1);
279 msg("authorisation method does not allow creation of new users", -1);
295 msg("authorisation method does not allow modifying of user data", -1);
310 msg("authorisation method does not allow deleting of users", -1);
326 msg("authorisation method does not provide user counts", -1);
343 msg("authorisation method does not support mass retrieval of user data", -1);
358 msg("authorisation method does not support independent group creation", -1);
374 msg("authorisatio
[all...]
H A DPluginInterface.php113 * @param bool $msg if a message should be displayed in case the plugin is not available
116 public function loadHelper($name, $msg = true); argument
H A DPluginTrait.php48 $msg = 'Extension %s does not provide a valid %s in %s';
50 if (empty($raw[$line])) Logger::error(sprintf($msg, $ext, $line, $file));
71 public function loadHelper($name, $msg = true)
74 if (is_null($obj) && $msg) msg("Helper plugin $name is not available or invalid.", -1);
47 loadHelper($name, $msg = true) global() argument
/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/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/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/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/Debug/
H A DDebugHelper.php169 $msg = $event->data['called'] . ' is deprecated. It was called from ';
170 $msg .= $event->data['caller'] . ' in ' . $event->data['file'] . ':' . $event->data['line'];
172 $msg .= ' ' . $event->data['alternative'] . ' should be used instead!';
174 Logger::getInstance(Logger::LOG_DEPRECATED)->log($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);
/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/styles/
H A Dprint.css6 div.error, /* messages with msg() */

123