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.php431 global $MSG, $MSG_shown;
455 if (!isset($MSG)) $MSG = [];
456 $MSG[] = $msgdata;
H A DAjax.php272 global $NS, $MSG, $INPUT;
306 if (isset($MSG)) {
307 foreach ($MSG as $msg) {
H A Dhtml.php640 global $MSG, $MSG_shown;
645 if (!isset($MSG)) return;
648 foreach ($MSG as $msg) {
H A Dcommon.php1771 global $MSG;
1772 if (isset($MSG) && count($MSG) && !defined('NOSESSION')) {
1775 $_SESSION[DOKU_COOKIE]['msg'] = $MSG;
H A Dinit.php206 $MSG = $_SESSION[DOKU_COOKIE]['msg']; variable