Home
last modified time | relevance | path

Searched refs:INPUT (Results 151 – 175 of 420) sorted by relevance

12345678910>>...17

/plugin/rowmove/
H A Daction.php44 global $INPUT;
47 $tablenr = $INPUT->int('index');
48 $index = $INPUT->int('idx_row');
49 $index2 = $INPUT->int('idx_row2');
/plugin/api/
H A Daction.php49 global $INPUT;
50 $fn = $INPUT->str('fn');
82 $limit = $INPUT->str('limit');
97 $id = $INPUT->str('id');
/plugin/authchained/
H A Dauth.php171 global $INPUT;
180 'user' => $INPUT->str('u'),
181 'password' => $INPUT->str('p'),
182 'sticky' => $INPUT->bool('r'),
183 'silent' => $INPUT->bool('http_credentials')
237 global $ACT, $INPUT;
248 …if(is_null($this->chained_auth)||(!is_null($INPUT->server) && $user != $INPUT->server->str('REMOTE…
/plugin/struct/action/
H A Dconfig.php42 global $INPUT;
44 $conf = json_decode($INPUT->str('conf'), true, 512, JSON_THROW_ON_ERROR);
46 $class = $typeclasses[$INPUT->str('type', 'Text')];
/plugin/confmanager/configTypes/
H A DConfigManagerTwoLineLeftImageConfigCascade.php84 global $INPUT;
91 $key = $INPUT->str('key');
92 $value = $INPUT->str('value');
174 global $INPUT;
176 $key = $INPUT->str('key');
/plugin/acknowledge/admin/
H A Dreport.php29 global $INPUT;
34 $user = $INPUT->str('user');
35 $pg = $INPUT->str('pg');
55 global $INPUT;
60 $status = $INPUT->str('status');
94 global $INPUT;
106 $status = $INPUT->str('status');
/plugin/publish/action/
H A Dapprove.php30 global $INPUT; //available since release 2012-10-13 "Adora Belle"
31 $namespace = $INPUT->str('namespace');
53 global $INPUT;
60 if (!$INPUT->has('publish_approve')) {
/plugin/feedback/
H A Dadmin.php32 global $INPUT;
33 if(!$INPUT->has('data')) return;
35 $data = $INPUT->arr('data');
/plugin/sfauth/
H A Dauth.php38 global $INPUT;
40 if(!$INPUT->has('sf')) {
47 if($sfuser->init_by_oauth($INPUT->int('sf', 1))) {
H A Dhelper.php88 global $INPUT;
95 if($INPUT->get->str('user') && $INPUT->get->str('sessionId')) {
96 …if($this->oauth_directlogin($INPUT->get->str('user'), $INPUT->get->str('sessionId'), $INPUT->get->…
111 if($INPUT->get->str('code')) {
112 if($this->oauth_finish($INPUT->get->str('code'), $instance)) {
/plugin/news/scripts/
H A Dnewsfeed.php20 global $newsFeedURL,$INPUT, $helper;
30 $title = $INPUT->str('title');
37 $title = $INPUT->str('feed');
112 $id = htmlentities(urldecode($INPUT->str('feed_ref')));
/plugin/components/lib/
H A Dajax.php107 global $INPUT;
109 $sectok = $INPUT->str('sectok');
115 if ($INPUT->has($var)) {
116 $value = $INPUT->param($var);
/plugin/multiselect/
H A Daction.php43 global $INPUT;
46 $selectcount = $INPUT->int('index');
47 $smileycount = $INPUT->int('count');
48 $token = $INPUT->str('token');
/plugin/tag/
H A Daction.php71 global $lang, $INPUT;
79 $tag = trim(str_replace($tagns.':', '', $INPUT->str('tag')));
80 $ns = trim($INPUT->str('ns'));
101 print '<h1>TAG: ' . hsc(str_replace('_', ' ', $INPUT->str('tag'))) . '</h1>' . DOKU_LF;
/plugin/oauth/
H A Dauth.php35 global $INPUT;
38 if ($INPUT->has('state') && plugin_load('helper', 'farmer')) {
39 $this->handleFarmState($INPUT->str('state'));
220 global $INPUT;
221 $url = $farmer->getAnimalURL($animal) . '/doku.php?' . $INPUT->server->str('QUERY_STRING');
/plugin/xtern/
H A Daction.php67 global $lang,$INPUT;
70 $url = $INPUT->str('url');
104 global $INPUT, $ACT;
111 $id = $INPUT->str('id');
177 global $INPUT;
178 $url = $INPUT->str('xtern_url');
/plugin/spatialhelper/
H A Daction.php206 global $INPUT;
208 if ($INPUT->has('lat') && $INPUT->has('lon')) {
209 $results = $helper->findNearbyLatLon($INPUT->param('lat'), $INPUT->param('lon'));
210 } elseif ($INPUT->has('geohash')) {
211 $results = $helper->findNearby($INPUT->str('geohash'));
217 $showMedia = $INPUT->bool('showMedia', true);
/plugin/issuelinks/
H A DWebhook.php19 global $INPUT;
20 $userAgent = $INPUT->server->str('HTTP_USER_AGENT');
22 dbglog($INPUT->server);
/plugin/quicksubscribe/
H A Daction.php29 global $INPUT;
31 $ns = cleanID($INPUT->str('ns')) . ':'; // we only handle namespaces
32 $do = $INPUT->str('do');
/plugin/hidepages/
H A Daction.php27 global $INPUT;
41 $isQsearch = ($INPUT->post->str('call') == 'qsearch' ? true : false);
42 $isAjaxIndex = ($INPUT->post->str('call') == 'index' ? true : false);
/plugin/rating/
H A Daction.php79 global $INPUT;
81 if(!$INPUT->has('rating')) return;
83 $rate = $INPUT->int('rating');
/plugin/sectionedit/
H A Daction.php37 global $ACT, $INPUT, $QUERY, $ID, $REV, $DATE_AT, $IDX,
43 $ACT = act_validate($INPUT->str('do'));
56 global $ACT, $INPUT, $QUERY, $ID, $REV, $DATE_AT, $IDX,
/plugin/twofactorgoogleauth/
H A Daction.php51 global $INPUT;
54 if ($INPUT->bool('init')) {
58 $otp = $INPUT->str('googleauth_verify');
/plugin/combo/ComboStrap/
H A DLogUtility.php97 global $INPUT;
98 $loglevelProp = $INPUT->str(self::LOGLEVEL_URI_QUERY_PROPERTY, null);
144 global $INPUT;
153 $id = $INPUT->str("id");
159 fwrite($fh, date('c') . $sep . self::LVL_NAME[$logLevel] . $sep . $msg . $sep . $INPUT->server->str('REMOTE_ADDR') . $sep . $id . "\n");
229 global $INPUT;
230 $id = $INPUT->str("id");
/plugin/archivegenerator/
H A Dadmin.php33 global $INPUT;
35 if ($INPUT->bool('isupdate')) $this->type = 'update';
37 if ($INPUT->bool('downloadArchive') && checkSecurityToken()) {
41 if ($INPUT->server->str('REQUEST_METHOD') !== 'POST') {
46 $sectok = $INPUT->post->str('sectok');
53 $email = $INPUT->post->str('adminMail');
54 $pass = $INPUT->post->str('adminPass');
276 global $INPUT;
278 $email = $INPUT->post->str('adminMail');
279 $pass = $INPUT->post->str('adminPass');

12345678910>>...17