Home
last modified time | relevance | path

Searched refs:INPUT (Results 226 – 250 of 420) sorted by relevance

12345678910>>...17

/plugin/combo/ComboStrap/Api/
H A DApiRouter.php102 global $INPUT;
103 if ($INPUT->has($parameter)) {
104 return $INPUT->str($parameter);
/plugin/permissioninfo/
H A Dadmin.php37 global $INPUT;
70 if($INPUT->has('show') && $INPUT->has('user'))
72 $this->_userPermissions($INPUT->str('user'));
81 global $INPUT;
82 switch($INPUT->str('show','overview'))
/plugin/top/
H A Daction.php42 global $INPUT;
43 $page = cleanID($INPUT->str('page'));
/plugin/filelisting/action/
H A Ddelete.php44 global $INPUT;
46 $files_to_delete = array_keys($INPUT->arr('delete'));
/plugin/xfortune/
H A Daction.php27 global $INPUT;
28 echo helper_plugin_xfortune::getCookieHTML($INPUT->str('cookie'));
/plugin/bootswrapper/exe/
H A Dhelp.php40 global $INPUT;
48 $syntax = $INPUT->get->str('syntax');
/plugin/redirect2/
H A Dadmin.php42 global $INPUT;
45 if ($INPUT->post->str('redirdata') && checkSecurityToken()) {
46 if (io_saveFile($map->ConfFile, cleanText($INPUT->str('redirdata')))) {
H A Daction.php128 global $ID, $ACT, $REV, $INPUT;
138 if (is_null($INPUT->str('redirect', NULL))) {
159 global $ACT, $ID, $INPUT;
164 if ($INPUT->str('redirect',NULL) == 'no') return;
314 global $ID, $INFO, $INPUT;
319 || ($INPUT->server->has('REMOTE_USER') && ($this->getConf('msg_target') >= 2))
/plugin/move/action/
H A Drename.php38 global $INPUT;
44 $INPUT->server->str('REMOTE_USER'),
99 global $INPUT;
101 $src = cleanID($INPUT->str('id'));
102 $dst = cleanID($INPUT->str('newid'));
141 global $INPUT;
145 $src = cleanID($INPUT->str('src'));
146 $dst = cleanID($INPUT->str('dst'));
158 !auth_isMember($this->getConf('allowrename'), $INPUT->server->str('REMOTE_USER'), (array) $USERINFO['grps'])
H A Dprogress.php35 global $INPUT;
56 $todo = $plan->nextStep($INPUT->bool('skip'));
/plugin/datasearchform/
H A Daction.php63 global $INPUT;
65 $ns = cleanID($INPUT->str('ns'));
/plugin/watchcycle/
H A Daction.php96 * Filter the search results to show only maintained pages, if watchcycle_only is true in $INPUT
103 global $INPUT;
104 if (!$INPUT->bool('watchcycle_only')) {
232 global $INPUT;
233 $maintainers = $INPUT->str('param');
252 global $INPUT;
253 $term = $INPUT->str('param');
/plugin/sitemapnavi/action/
H A Dajax.php49 global $INPUT, $INFO;
57 $ns = $INPUT->str('namespace');
/plugin/metaeditor/
H A Daction.php32 global $INPUT;
34 $action = trim($INPUT->post->str('q'));
35 $pageid = trim($INPUT->post->str('r'));
36 $opts = $INPUT->post->arr('opts');
/plugin/loadskin/
H A Daction.php123 global $INPUT;
132 $tplRequest = $INPUT->str('tpl');
133 $actSelect = $INPUT->str('act') && ($INPUT->str('act') == 'select');
/plugin/qc/action/
H A Dajax.php38 global $INPUT;
40 $id = cleanID($INPUT->str('id'));
/plugin/tagadd/
H A Daction.php72 global $INPUT;
76 $action = $INPUT->str('action');
87 foreach($INPUT->arr('form', array()) as $entry){
109 global $INPUT;
110 $ns = $INPUT->str('ns');
/plugin/crosspost/
H A Daction.php31 global $INPUT;
34 if( !is_object( $INPUT ) || !$INPUT->post ||
35 !$INPUT->post->param( 'crosspost_plugin' ) ) return;
37 $match = $INPUT->post->param( 'crosspost_to' );
/plugin/imgpaste/
H A Daction.php40 global $INPUT;
41 $data = $INPUT->post->str('data');
56 …$filename = $this->createFileName($INPUT->post->str('id'), $mimetypes[$type], $_SERVER['REMOTE_USE…
/plugin/farmer/admin/
H A Dconfig.php37 global $INPUT;
39 if (!$INPUT->has('farmconf')) return;
44 $farmconf = array_merge($farmconf, $INPUT->arr('farmconf'));
/plugin/siteexport/inc/
H A Dpdfgenerator.php19 global $INPUT;
53 $mpdf->dpi = $INPUT->int('dpi', 96, true);
54 $mpdf->img_dpi = $INPUT->int('dpi', 96, true);
/plugin/pageredirect/
H A Daction.php56 global $INPUT;
57 $redirect = $INPUT->get->str('redirect', '0');
160 global $INPUT;
162 $redirect = $INPUT->get->str('redirect');
/plugin/usercontact/
H A Daction.php31 global $INPUT;
33 $userdata = $auth->getUserData($INPUT->str('name'));
/plugin/confmanager/action/
H A Ddeleteicon.php64 global $INPUT;
65 $configId = $INPUT->str('configId', null, true);
H A Dupload.php63 global $INPUT;
64 $configId = $INPUT->str('configId', null, true);

12345678910>>...17