Lines Matching refs:msg
29 msg($message, $err, $line, $file);
46 msg(sprintf($this->getLang('nocfg'), $settingName), -1);
53 msg(sprintf($this->getLang('pluginload'), $pluginName), -1);
65 msg(sprintf($this->getLang('nocfg'), 'autocreate_users'), -1);
73 msg(sprintf($this->getLang('nocfg'), 'username_caseconversion'), -1);
81 msg(sprintf($this->getLang('nocfg'), 'debug'), -1);
110 $msg = 'authsplit:__construct(): '.
129 $msg .= $parts[$key].', ';
131 $msg = rtrim($msg, ', ').'.';
132 $this->_debug($msg, 1, __LINE__, __FILE__);
239 msg(
254 msg(
288 msg($this->getLang('autocreated'), -1);
364 $msg = 'Name: "'.$user['name'].'", '.
368 $msg .= '"'.$grp.'", ';
370 $msg = rtrim($msg, ', ');
371 return $msg;