Lines Matching refs:TRUE
77 if (preg_match($prefix, $clientIP)) $excluded = TRUE;
78 if (preg_match($prefix, $remotehost)) $excluded = TRUE;
107 if ($checkinglower == $hiscountry) $excluded = TRUE;
113 if ($checkinglower == $hiscountry) $included = TRUE;
115 if ($included != TRUE) $excluded = TRUE;
133 $excluded = TRUE;
149 if ($this->getConf('excludeMgAndSp') == 'mg' && auth_ismanager()) $excluded = TRUE;
150 if ($this->getConf('excludeMgAndSp') == 'sp' && auth_isadmin()) $excluded = TRUE;
153 …is->getConf('usrExclusion'), $_SERVER['REMOTE_USER'], (array) $USERINFO['grps'])) $excluded = TRUE;
160 $sfspluginok = TRUE;
162 $ishespam = TRUE;
163 $excluded = TRUE;
186 $modify = TRUE;
232 $inthelog = TRUE;
251 $modify = TRUE;
292 $inthelog = TRUE;
309 if ($ACT == '' or $ACT == 'show') $showing = TRUE;
311 if ($modify && $showing == TRUE) {