Home
last modified time | relevance | path

Searched refs:INPUT (Results 251 – 275 of 420) sorted by relevance

1...<<11121314151617

/plugin/acknowledge/syntax/
H A Dlisting.php70 global $INPUT;
73 $user = $INPUT->server->str('REMOTE_USER');
/plugin/openas/
H A Daction.php239 global $INPUT,$USERINFO;
242 $action = $INPUT->get->str('openas');
253 $newid = $INPUT->get->str('id');
254 $saveas_orig = $INPUT->get->str('saveas_orig');
255 $action = $INPUT->get->str('openas');
/plugin/lms/syntax/
H A Dinclude.php24 global $INPUT;
26 $this->user = $INPUT->server->str('REMOTE_USER');
/plugin/nsexport/action/
H A Dajax.php86 global $INPUT;
88 $pages = $INPUT->arr('pages');
/plugin/timetrack/
H A Dadmin.php37 global $INPUT;
39 if($INPUT->bool('export') && checkSecurityToken()){
/plugin/showpageafterlogin/
H A Daction.php38 global $INPUT;
41 if ($INPUT->server->has('REMOTE_USER') && $event->data['preact'] == 'redirect') {
/plugin/siteexport/exe/
H A Dsiteexportmanager.php18 global $INFO, $JSINFO, $INPUT, $ID, $conf;
20 $NS = cleanID($INPUT->str('ns'));
/plugin/newnamespacepermissions/
H A Daction.php71 global $ID, $INPUT, $USERINFO;
78 $user = $INPUT->server->str('REMOTE_USER');
/plugin/reqlang/
H A Daction.php28 global $INPUT;
31 $langs = $this->parseAcceptLang($INPUT->server->str('HTTP_ACCEPT_LANGUAGE'));
/plugin/blogtng/helper/
H A Dtools.php28 global $conf, $INPUT;
32 '%{user}' => $INPUT->server->str('REMOTE_USER'),
/plugin/combo/action/
H A Dmetadescription.php97 global $INPUT;
99 if (in_array($INPUT->str("do"), $showActions)) {
/plugin/struct/meta/
H A DCSVSerialImporter.php72 global $INPUT;
73 if ($col->getLabel() !== 'pid' || !$INPUT->bool('createPage')) {
/plugin/struct/action/
H A Dajax.php65 global $INPUT;
67 $col = $INPUT->str('column');
/plugin/datapopup/
H A Daction.php46 global $INPUT;
48 $link = $INPUT->str('link');
/plugin/structgroup/types/
H A DGroup.php58 global $INPUT;
64 $lookup = trim($INPUT->str('search'));
/plugin/ckgdoku/ckeditor/
H A Dget_headers.php14 $INPUT = new Input(); variable
15 $page = $INPUT->str('dw_id');
/plugin/farmer/
H A Dadmin.php39 global $INPUT;
53 $this->page = $INPUT->str('sub');
/plugin/variants/
H A Dvariants.php119 global $INPUT;
132 if ($INPUT->has($key) && ($INPUT->str($key) == $value) == $condresult) {
/plugin/vbsso/
H A Daction.php148 global $INPUT;
155 …((!$INPUT->bool('http_credentials')) ? $INPUT->str('u') : ''), $this->getLang('user'), 'focus__thi…
/plugin/semantic/
H A Daction.php95 global $INPUT;
97 $export = $INPUT->str('export');
98 $id = $INPUT->str('id');
/plugin/issuelinks/services/
H A DGitLab.service.php66 global $INPUT;
67 if ($INPUT->server->has('HTTP_X_GITLAB_TOKEN')) {
163 global $INPUT;
165 $token = $INPUT->str('gitlab_token');
166 $url = $INPUT->str('gitlab_url');
508 global $INPUT;
509 $requestToken = $INPUT->server->str('HTTP_X_GITLAB_TOKEN');
/plugin/quickstats/scripts/
H A Dextended_data.php10 global $UserAgentArray, $INPUT;
15 $script_max_time = $INPUT->int('qs_script_max_time');
31 $priority = $INPUT->str('priority');
39 $page = rawurldecode($INPUT->str('page'));
44 $month = rawurldecode($INPUT->str($key));
460 global $INPUT;
472 $value = rawurldecode($INPUT->str($field));
/plugin/usermanagerextended/action/
H A Dextend.php41 global $INPUT;
42 if ($INPUT->str('page') !== 'usermanager') return true;
/plugin/starred/
H A Dsyntax.php47 global $INPUT;
52 if (!$INPUT->server->has('REMOTE_USER')) {
/plugin/diagrams/syntax/
H A Dembed.php69 global $INPUT;
88 if ($INPUT->int('svg') === $this->count++) {

1...<<11121314151617