Home
last modified time | relevance | path

Searched refs:INPUT (Results 176 – 200 of 420) sorted by relevance

12345678910>>...17

/plugin/datepicker/
H A Daction.php45 global $INPUT;
48 $datecount = $INPUT->int('id');
49 $datestr = $INPUT->str('datestr');
50 $mode = $INPUT->str('mode');
/plugin/rrdgraph/
H A Daction.php120 global $INPUT;
132 $rangeNr = $INPUT->int('range', 0, true);
133 $mode = $INPUT->str('mode', helper_plugin_rrdgraph::MODE_GRAPH_EMBEDDED, true);
134 $bindingSource = $INPUT->str('bind');
/plugin/authg2fa/
H A Daction.php40 global $INPUT;
42 $fn = $INPUT->param('fn');
70 if($INPUT->param('secret') == "********")
75 if($th->saveToken($_SERVER['REMOTE_USER'], $INPUT->param('secret')))
/plugin/farmer/admin/
H A Dsetup.php29 global $INPUT;
32 if (!$INPUT->bool('farmdir')) return;
37 $farmdir = trim($INPUT->str('farmdir', ''));
63 if ($ok && $INPUT->bool('htaccess')) $ok &= $this->createHtaccess();
/plugin/combo/ComboStrap/
H A DIdentity.php72 // global $INPUT;
73 // $INPUT->server->set('REMOTE_USER', $user);
109 global $INPUT;
110 $INPUT->server->set('REMOTE_USER', $user);
178 global $INPUT;
179 $user = $INPUT->server->str('REMOTE_USER');
/plugin/acknowledge/
H A Daction.php67 global $INPUT;
68 $id = $INPUT->str('id');
85 global $INPUT;
95 if ($INPUT->has('user')) {
96 $search = $INPUT->str('user');
103 if ($INPUT->has('pg')) {
104 $search = $INPUT->str('pg');
144 global $INPUT;
146 $id = $INPUT->str('id');
147 $ackSubmitted = $INPUT
[all...]
/plugin/pwaoffline/
H A Daction.php52 global $conf, $INPUT;
55 $ts = $INPUT->has('ts') ? $INPUT->int('ts') : 0;
/plugin/linksenhanced/
H A Daction.php33 global $INPUT;
35 $action = trim($INPUT->post->str('action'));
36 $url = trim($INPUT->post->str('url'));
/plugin/upload/
H A Daction.php55 global $INPUT;
69 $_POST['mediaid'] = $INPUT->post->str('new_name');
73 $ID = $INPUT->post->str('page');
/plugin/diagrams/action/
H A Daction.php78 global $INPUT;
80 $svg = $INPUT->str('svg'); // raw svg
81 $png = $INPUT->str('png'); // data uri
124 global $INPUT;
127 $cacheName = $INPUT->str('pngcache');
128 $media = cleanID($INPUT->str('media'));
129 $id = cleanID($INPUT->str('id'));
/plugin/pureldap/classes/
H A DClient.php90 global $INPUT;
93 if ($INPUT->server->str('REMOTE_USER') === '') return;
95 $user = $INPUT->server->str('REMOTE_USER');
112 $INPUT->server->set('REMOTE_USER', $user);
116 $INPUT->set('u', $user);
117 $INPUT->set('p', 'sso_only');
/plugin/linksuggest/
H A Daction.php45 global $INPUT;
48 $current_pageid = trim($INPUT->post->str('id')); //current id
50 $q = trim($INPUT->post->str('q')); //entered string
167 global $INPUT;
170 $current_pageid = trim($INPUT->post->str('id')); //current id
172 $q = trim($INPUT->post->str('q')); //entered string
/plugin/authjoomla/
H A Dauth.php41 global $INPUT;
57 $INPUT->set('u', $_SERVER['REMOTE_USER']);
58 $INPUT->set('p', 'sso_only');
/plugin/pgn4web/
H A Dpgn4web.patch4 …"></TD><TD CLASS="buttonControlSpace" WIDTH="' + spaceSize + '"></TD><TD><INPUT ID="backButton" TY…
7 - text += '<INPUT ID="autoplayButton" TYPE="BUTTON" VALUE=' + (isAutoPlayOn ? "=" : "+") + ' STY…
8 + text += '<INPUT ID="autoplayButton" TYPE="BUTTON" VALUE=' + (isAutoPlayOn ? "=" : "\u2192") + …
11 …"></TD><TD CLASS="buttonControlSpace" WIDTH="' + spaceSize + '"></TD><TD><INPUT ID="forwardButton"…
/plugin/loglog/
H A Dadmin.php37 global $INPUT;
38 $this->filter = $INPUT->str('filter');
45 global $ID, $INPUT, $conf, $lang;
59 $time = $INPUT->str('time') ?: $now;
/plugin/twofactoryubiauth/
H A Dhelper.php53 global $INPUT;
56 if ($INPUT->bool('yubiauth_disable', false)) {
62 if ($INPUT->bool('yubiauth_enable', false)) {
63 $otp = $INPUT->str('yubiauth_setup', '');
/plugin/mediarename/
H A Daction.php35 global $INPUT;
37 $ns = cleanID($INPUT->str('ns'));
40 $recurse=($INPUT->str('rename')=='recv') ? true : false;
/plugin/confmanager/adminActions/
H A DConfigManagerAdminShowConfig.php27 global $INPUT;
31 $this->configId = $INPUT->str('configFile');
41 if (strtolower($INPUT->server->str('REQUEST_METHOD')) == 'post') {
/plugin/swarmwebhook/webhooks/
H A DAbstractWebhook.php14 global $INPUT;
16 if ($INPUT->server->str('HTTP_USER_AGENT') === 'Zapier') {
/plugin/feedback/
H A Daction.php72 global $INPUT;
73 $id = $INPUT->str('id');
74 $feedback = $INPUT->str('feedback');
75 $media = $INPUT->bool('media');
/plugin/oauth/action/
H A Dlogin.php62 global $INPUT;
65 $servicename = $INPUT->str('oauthlogin');
169 global $INPUT;
176 if ($INPUT->server->str('REMOTE_USER') !== '') {
/plugin/pureldap/
H A Dauth.php50 global $INPUT;
55 $INPUT->server->str('REMOTE_USER') !== '' &&
56 $INPUT->server->str('REMOTE_USER') == $user
129 global $INPUT;
130 return $this->client->setPassword($user, $changes['pass'], $INPUT->str('oldpass', null, true));
/plugin/tplinc/
H A Dadmin.php36 global $INPUT;
38 if ($INPUT->str('action') == 'save' && checkSecurityToken()) {
39 if ($this->helper->saveAssignments($INPUT->arr('a'))) {
/plugin/tagging/action/
H A Delasticsearch.php81 * Remove tags from query string and put them into $INPUT
90 global $INPUT;
95 $taggingFilter = $INPUT->arr('tagging');
101 $INPUT->set('tagging', array_merge($matches[1], $taggingFilter));
/plugin/ckgdoku/ckeditor/
H A Duseheading.php6 global $INPUT;
7 $page = $INPUT->str('dw_id');

12345678910>>...17