Home
last modified time | relevance | path

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

123

/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/data/
H A Ddeleted.files748 conf/msg
/dokuwiki/
H A Ddoku.php69 msg(sprintf($lang['unable_to_parse_date'], hsc($DATE_AT)));
86 msg(
/dokuwiki/inc/Action/
H A DPlugin.php32 msg('Failed to handle action: ' . hsc($this->actionname), -1);
H A DPreview.php45 msg(hsc($error), -1);
H A DProfile.php41 msg($lang['profchanged'], 1);
H A DProfileDelete.php39 msg($lang['profdeleted'], 1);
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 DSave.php45 msg($lang['wordblock'], -1);
H A DSubscribe.php44 msg($e->getMessage(), -1);
94 msg(
/dokuwiki/inc/
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 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 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);
/dokuwiki/inc/ChangeLog/
H A DChangeLog.php660 $msg = "Warning: current file modification time is older than last revision date";
663 Logger::error($msg, $details, $this->getFilename());
/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/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 DPluginController.php111 msg(
122 msg(sprintf(
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/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/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);

123