Lines Matching refs:INPUT
12 global $INPUT;
15 $user = $INPUT->server->str('REMOTE_USER');
28 global $INPUT, $conf;
29 $board = $INPUT->str('board');
30 $cardId = $INPUT->str('card_id');
45 if ($INPUT->has('column')) $data['column'] = $INPUT->str('column');
46 if ($INPUT->has('name')) $data['name'] = $INPUT->str('name');
47 if ($INPUT->has('importance')) $data['importance'] = $INPUT->str('importance');
48 if ($INPUT->has('desc')) $data['desc'] = $INPUT->str('desc');
49 if ($INPUT->has('checked')) $data['checked'] = $INPUT->str('checked');
50 if ($INPUT->has('note')) $data['note'] = $INPUT->str('note');