Home
last modified time | relevance | path

Searched refs:msg (Results 101 – 125 of 1008) sorted by path

12345678910>>...41

/plugin/authyubikey/
H A Dauth.php.org138 msg($this->getLang('userexists'), -1);
151 msg($this->getLang('writefail'), -1);
173 msg($this->getLang('usernotexists'), -1);
192 msg('There was an error modifying your user data. You may need to register again.', -1);
225 msg($this->getLang('writefail'), -1);
/plugin/autogallery/
H A Daction.php59 msg("First time initialisation 1/3: created Namespache wiki");
65 msg("First time initialisation 2/3: created (sub-)namespache wiki:bilder");
71 msg(str_replace("/","\\",dirname(wikiFN("wiki:bilder:dummy"))."\\index.txt"));
72 msg("First time initialisation 3/3: Created base-index for your future galleries");
94 msg("made an own NS for gallery!", 1);
104 msg("made a Sub-NS for images of gallery!", 1);
122msg("made gallery file. Please Upload your images to: " . "wiki:bilder:" . $tstamp . ":" . $tstamp…
137 msg("Link to new gallery created in wiki:bilder:index",1);
146msg("Deleted content of this actual file...otherwise it would not be editable in future!",-1);
/plugin/autogroup/
H A Daction.php85 $msg = $this->getLang('nosupport');
86 msg($msg, -1);
87 dbglog($msg);
144 $msg = sprintf($this->getLang('update_ok'), $user, implode(',',$in), implode(',',$out));
145 dbglog($msg);
164 $msg = $this->getLang('nosupport');
165 msg($msg, -1);
166 dbglog($msg);
/plugin/autogroup/conf/
H A Dsettings.class.php63 msg(sprintf($plugin->getLang('not_3_parts'),$item,$line+1), -1);
69 msg(sprintf($plugin->getLang('bad_attribute'),$item, $line+1), -1);
75 msg(sprintf($plugin->getLang('bad_regex'),$item,$line+1), -1);
/plugin/autolink4/
H A Dadmin.php40 msg('Failed to save data', 1);
/plugin/autolink4/syntax/
H A Dallwords.php100 msg($match);
/plugin/autologoff/
H A Daction.php56 msg(sprintf($this->getLang('loggedoff'), hsc($_SERVER['REMOTE_USER'])));
H A Dhelper.php43 msg($this->getLang('groupCannotBeEmpty'), -1);
47 msg($this->getLang('mintime'), -1);
/plugin/autostartpage/
H A Daction.php107msg($this->getLang('createmsg').' <a href="'.wl($id).'">'.noNS($id).'</a>', 1);
109 msg($this->getLang('failmsg'), -1);
113 msg($this->getLang('failmsg'), -1);
116 msg($this->getLang('templatemissing'));
/plugin/autotooltip/
H A Dsyntax.php116 msg('Error: Invalid instantiation of autotooltip plugin');
/plugin/autotranslation/
H A Daction.php104 msg(
H A Dhelper.php446 $msg = sprintf($this->getLang('outdated'), wl($orig));
450 $msg .= sprintf(' ' . $this->getLang('diff'), $difflink);
453 echo '<div class="notify">' . $msg . '</div>';
/plugin/autotweet2/
H A Daction.php181 msg('[Debug] Body(JSON): ' . $json);
182 msg('[Debug] Response header: ' . $header);
/plugin/backup/
H A Dadmin.php63 msg($this->getLang('windows-msg'), 2);
156 msg(sprintf($this->getLang('success'), ml($id), $id), 1);
159 msg('Backup failed. ' . $e->getMessage(), -1);
171 * @param string $msg
174 protected function logXHTML($msg, $level = 0) argument
177 msg(hsc($msg), $level);
179 echo '<div>' . hsc($msg) . '</div>';
/plugin/bez/action/
H A Ddefault.php181 msg($this->getLang('info set baseurl'));
184 msg($this->getLang('info set basedir'));
244 // msg($e->getMessage(), -1);
250 msg($e->getMessage(), -1);
H A Dmigration.php65 msg($err[0] . ' ' . $err[1] . ' ' . $err[2] . ':<br /><pre>' . hsc($query) . '</pre>', -1);
98 msg($err[0] . ' ' . $err[1] . ' ' . $err[2] . ':<br /><pre>' . hsc($query) . '</pre>', -1);
139 msg($err[0].' '.$err[1].' '.$err[2].':<br /><pre>'.hsc($query).'</pre>', -1);
/plugin/bez/cron/
H A Dfunctions.php56 $msg = array();
66 if (!isset($msg[$key])) {
67 $msg[$key] = array(
73 $msg[$key]['issues'][] = $thread;
82 if (!isset($msg[$key])) {
83 $msg[$key] = array(
91 $msg[$key]['coming_tasks'][] = $task;
93 $msg[$key]['outdated_tasks'][] = $task;
100 foreach ($msg as $user => $data) {
/plugin/bez/mdl/
H A DEntity.php206 $msg = $this->get_table_name() . '#' . $this->id . ': ' . $e->getMessage();
207 throw new \Exception($msg);
/plugin/bez/syntax/
H A Dstruct.php66 msg($e->getMessage(), -1, $e->getLine(), $e->getFile());
67 if($conf['allowdebug']) msg('<pre>' . hsc($e->getTraceAsString()) . '</pre>', -1);
102 msg($e->getMessage(), -1, $e->getLine(), $e->getFile());
103 if($conf['allowdebug']) msg('<pre>' . hsc($e->getTraceAsString()) . '</pre>', -1);
/plugin/bibtex4dw/
H A DCHANGELOG.md22 * Start with sensible messages to users via DokuWiki ``msg()`` function
/plugin/bibtex4dw/lib/
H A Dbibtexparser.php212 * @return mixed true on success (DW msg on failure)
220 msg("Unknown option $option", 2);
231 * @return mixed true on success (DW msg on failure)
237 msg("Could not open file $filename", 2);
244 msg("Could not find file $filename", 2);
551 msg('Sqlite error when starting transaction.', -1);
560 msg('Sqlite error during commit.', -1);
H A Dbibtexrender.php101 msg('You asked for using the sqlite plugin but it is not installed. Please install it', -1);
231 msg("Current page (:$ID) not configured to be a BibTeX DB, hence ignoring.
241 msg('Some problems with parsing BIBTeX code',-1);
246 msg($this->_parser->warnings[$parserWarning]['warning'],'2');
430 msg("BibTeX key '$key' could not be found. Possible typo?");
456 msg("BibTeX key '$key' could not be found. Possible typo?");
/plugin/blog/syntax/
H A Darchive.php104 msg($this->getLang('missing_tagplugin'), -1);
125 msg($this->getLang('missing_pagelistplugin'), -1);
H A Dautoarchive.php52 msg($this->getLang('missing_tagplugin'), -1);
77 msg($this->getLang('missing_pagelistplugin'), -1);
H A Dblog.php65 msg($this->getLang('missing_tagplugin'), -1);
96 msg($this->getLang('missing_includeplugin'), -1);

12345678910>>...41