Lines Matching full:input
3 use dokuwiki\Input\Input; alias
20 global $ACT, $INPUT, $conf, $auth;
26 $input = array(
33 $_POST = $input;
34 $_REQUEST = $input;
35 $INPUT = new Input();
45 global $ACT, $INPUT, $conf, $auth;
51 $input = array(
59 $_POST = $input;
60 $_REQUEST = $input;
61 $INPUT = new Input();
69 $INPUT->set('oldpass','password');
70 $INPUT->post->set('oldpass','password');
76 global $ACT, $INPUT, $conf, $auth;
82 $input = array(
89 $_POST = $input;
90 $_REQUEST = $input;
91 $INPUT = new Input();
100 global $ACT, $INPUT, $conf, $auth;
106 $input = array(
113 $_POST = $input;
114 $_REQUEST = $input;
115 $INPUT = new Input();
128 global $ACT, $INPUT, $conf, $auth;
134 $input = array(
142 $_POST = $input;
143 $_REQUEST = $input;
144 $input_foundation = new Input();
148 $INPUT = clone $input_foundation;
149 $INPUT->remove('delete');
152 $INPUT = clone $input_foundation;
153 $INPUT->set('sectok','wrong');
156 $INPUT = clone $input_foundation;
157 $INPUT->remove('confirm_delete');