Home
last modified time | relevance | path

Searched refs:MSG (Results 1 – 6 of 6) sorted by relevance

/dokuwiki/lib/plugins/usermanager/
H A Dcli.php297 global $MSG;
298 if (isset($MSG)) {
299 foreach ($MSG as $msg) {
/dokuwiki/inc/
H A Dinfoutils.php437 global $MSG, $MSG_shown;
461 if (!isset($MSG)) $MSG = [];
462 $MSG[] = $msgdata;
H A DAjax.php272 global $NS, $MSG, $INPUT;
306 if (isset($MSG)) {
307 foreach ($MSG as $msg) {
H A Dhtml.php637 global $MSG, $MSG_shown;
642 if (!isset($MSG)) return;
645 foreach ($MSG as $msg) {
H A Dcommon.php1821 global $MSG;
1822 if (isset($MSG) && count($MSG) && !defined('NOSESSION')) {
1825 $_SESSION[DOKU_COOKIE]['msg'] = $MSG;
H A Dinit.php206 $MSG = $_SESSION[DOKU_COOKIE]['msg']; variable