Lines Matching refs:INPUT
51 global $INPUT, $ID;
52 $ID = $INPUT->str('id');
54 foreach ($INPUT->arr('actions') as $action) {
57 $inner = $INPUT->str('inner');
61 $inner = $INPUT->str('inner');
66 $attrs = $INPUT->arr('attrs');
80 $image = $INPUT->arr('image');
93 $attrs = json_decode($INPUT->str('attrs'), true);
146 global $INPUT, $ID;
147 $ID = $INPUT->str('id');
149 if ($INPUT->bool('getJSON')) {
150 $text = $INPUT->str('data');
178 $json = $INPUT->str('data');