Home
last modified time | relevance | path

Searched refs:INPUT (Results 76 – 83 of 83) sorted by path

1234

/dokuwiki/lib/plugins/extension/
H A Dadmin.php52 global $INPUT;
57 if (!$repository->hasAccess(!$INPUT->bool('purge'))) {
71 if ($INPUT->post->has('fn') && checkSecurityToken()) {
72 $actions = $INPUT->post->arr('fn');
131 } elseif ($INPUT->post->str('installurl') && checkSecurityToken()) {
133 $INPUT->post->str('installurl'),
134 $INPUT->post->bool('overwrite')
144 $installed = $extension->installFromUpload('installfile', $INPUT->post->bool('overwrite'));
/dokuwiki/lib/plugins/extension/helper/
H A Dgui.php30 global $INPUT;
31 $this->infoFor = $INPUT->str('info');
101 global $INPUT;
113 ->val($INPUT->str('q'));
119 if (!$INPUT->bool('q')) return;
123 $result = $repository->search($INPUT->str('q'));
209 global $INPUT;
211 $tab = $INPUT->str('tab', 'plugins', true);
228 global $INPUT;
236 if ($tab == 'search') $defaults['q'] = $INPUT
[all...]
/dokuwiki/lib/plugins/logviewer/
H A Dadmin.php30 global $INPUT;
33 $this->facility = $INPUT->str('facility');
38 $this->date = $INPUT->str('date');
/dokuwiki/lib/plugins/popularity/
H A Dadmin.php57 global $INPUT;
60 if ($INPUT->has('data')) {
61 $this->sentStatus = $this->helper->sendData($INPUT->str('data'));
67 $this->enableAutosubmit($INPUT->has('autosubmit'));
89 global $INPUT;
91 if (! $INPUT->has('data')) {
114 echo $this->buildForm('browser', $INPUT->str('data'));
/dokuwiki/lib/plugins/revert/
H A Dadmin.php54 global $INPUT;
60 if (is_array($INPUT->param('revert')) && checkSecurityToken()) {
61 $this->revertEdits($INPUT->arr('revert'), $INPUT->str('filter'));
62 } elseif ($INPUT->has('filter')) {
63 $this->listEdits($INPUT->str('filter'));
72 global $lang, $INPUT;
75 echo '<input type="text" name="filter" class="edit" value="' . hsc($INPUT->str('filter')) . '" /> ';
/dokuwiki/lib/plugins/styling/
H A Daction.php37 global $INPUT;
38 if ($ACT != 'admin' || $INPUT->str('page') != 'styling') return;
H A Dadmin.php37 global $INPUT;
38 $run = $INPUT->extract('run')->str('run');
196 global $INPUT;
201 foreach ($INPUT->arr('tpl') as $key => $val) {
/dokuwiki/lib/plugins/usermanager/
H A Dadmin.php120 global $INPUT;
125 $fn = $INPUT->param('fn');
136 $this->start = $INPUT->int('start', 0);
642 global $INPUT;
651 if ($INPUT->has('usernotify')) {
696 if ($INPUT->has('usernotify') && $pass) {
714 global $conf, $INPUT;
719 $selected = $INPUT->arr('delete');
776 global $conf, $INPUT;
782 $olduser = $this->auth->cleanUser(preg_replace('/.*[:\/]/', '', $INPUT
[all...]

1234