Lines Matching refs:INPUT
93 global $INPUT;
96 $method = 'action_' . $INPUT->str('action');
151 global $INPUT;
159 $templates = json_decode($INPUT->str('template'));
160 $ext = $INPUT->str('filetype');
170 $schema = $INPUT->str('schema');
171 $pid = $INPUT->str('pid');
172 $rev = $INPUT->str('rev');
173 $rid = $INPUT->str('rid');
174 $filename = $INPUT->str('filename');
200 global $INPUT;
207 $template_string = htmlspecialchars_decode($INPUT->str('template_string'));
209 $schemas = $INPUT->arr('schema');
210 $filter = $INPUT->arr('filter');
211 $format = $INPUT->str('format', 'zip');
212 $filename = $INPUT->str('filename');