Lines Matching refs:bool
230 $isInit = $INPUT->bool('init');
236 if ($INPUT->bool('navbar')) {
276 'nons' => $INPUT->bool('nons'),
277 'nopg' => $INPUT->bool('nopg'),
290 'rsort' => $INPUT->bool('rsort'),
291 'nsort' => $INPUT->bool('nsort'),
292 'hsort' => $INPUT->bool('hsort')
476 $sort['rsort'] = $INPUT->bool('rsort', false, true);
477 $sort['nsort'] = $INPUT->bool('nsort', false, true);
478 $sort['hsort'] = $INPUT->bool('hsort', false, true);
503 'nons' => $INPUT->bool('nons', false, true),
507 'nopg' => $INPUT->bool('nopg', false, true),