Lines Matching refs:TRUE
61 …* @return boolean (if $returnvalue is false) or array (otherwise) - The boolean will be TRUE if th…
109 …* @return boolean (if $returnvalue is false) or array (otherwise) - The boolean will be TRUE if th…
204 …if ($detail['http_code'] == '200') return array('succeeded' => TRUE, 'message' => $this->getLang('…
230 if (preg_match($prefix, $ip)) return TRUE;
245 if (preg_match($prefix, $username)) return TRUE;
267 if (preg_match($prefix, $ascii)) return TRUE;
268 if (preg_match($prefix, $utf8)) return TRUE;
272 if ($this->getConf('skipMgAndSp') == 'mg' && auth_ismanager()) return TRUE;
273 if ($this->getConf('skipMgAndSp') == 'sp' && auth_isadmin()) return TRUE;
274 if ($this->getConf('skipMgAndSp') == 'user' && $_SERVER['REMOTE_USER']) return TRUE;
277 …($this->getConf('userWhitelist'), $_SERVER['REMOTE_USER'], (array) $USERINFO['grps'])) return TRUE;