Lines Matching refs:INPUT
62 global $INPUT;
69 return $INPUT->bool('save');
89 global $INPUT;
96 $INPUT->post->set('save', false);
160 global $INPUT;
161 if (!$INPUT->bool('u')) return; // this login was not triggered by a form
195 global $INPUT;
201 if (!$this->getConf('forusers') && $INPUT->server->str('REMOTE_USER')) {
218 global $INPUT;
233 if (!$this->getConf('forusers') && $INPUT->server->str('REMOTE_USER')) {
268 global $INPUT;
272 $INPUT->str('u') !== '' &&
273 empty($INPUT->server->str('http_credentials')) &&
274 empty($INPUT->server->str('REMOTE_USER'))
282 !empty($INPUT->server->str('REMOTE_USER'))