Lines Matching defs:message
67 // show messages through the usual message mechanism
417 * Display a message to the user
419 * If HTTP headers were not sent yet the message is added
420 * to the global message array else it's printed directly
425 * @param string $message
429 * @param int $allow who's allowed to see the message, see MSG_* constants
432 function msg($message, $lvl = 0, $line = '', $file = '', $allow = MSG_PUBLIC)
443 'msg' => $message,
452 /* Show msg normally - event could suppress message show */
474 * Determine whether the current user is allowed to view the message
478 * msg => string, the message;
479 * lvl => int, level of the message (see msg() function);
480 * allow => int, flag used to determine who is allowed to see the message, see MSG_* constants
487 // is the message public? - everyone and anyone can see it