Home
last modified time | relevance | path

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

/dokuwiki/inc/
H A DAjax.php272 global $NS, $MSG, $INPUT;
306 if (isset($MSG)) {
307 foreach ($MSG as $msg) {
H A Dcommon.php1852 global $MSG;
1853 if (isset($MSG) && count($MSG) && !defined('NOSESSION')) {
1856 $_SESSION[DOKU_COOKIE]['msg'] = $MSG;
H A Dhtml.php637 global $MSG, $MSG_shown;
638 /** @var array $MSG */
639 // store if the global $MSG has already been shown and thus HTML output has been started
642 if (!isset($MSG)) return;
645 foreach ($MSG as $msg) {
656 unset($GLOBALS['MSG']);
H A Dinfoutils.php380 global $MSG, $MSG_shown;
404 if (!isset($MSG)) $MSG = [];
405 $MSG[] = $msgdata;
412 unset($GLOBALS['MSG']);
H A Dinit.php183 $MSG = $_SESSION[DOKU_COOKIE]['msg'];
176 $MSG = $_SESSION[DOKU_COOKIE]['msg']; global() variable
/dokuwiki/lib/plugins/usermanager/
H A Dcli.php298 global $MSG;
299 if (isset($MSG)) {
300 foreach ($MSG as $msg) {