Home
last modified time | relevance | path

Searched refs:INPUT (Results 201 – 225 of 420) sorted by relevance

12345678910>>...17

/plugin/ckgedit/ckeditor/
H A Duseheading.php6 global $INPUT;
7 $page = $INPUT->str('dw_id');
/plugin/tagging/
H A Dhelper.php154 global $INPUT;
639 global $INPUT;
648 $queryBuilder->setLogicalAnd($INPUT->str('tagging-logic') === 'and');
664 global $INPUT;
669 if ($ns && !$INPUT->has('tagging__filters')) {
670 $INPUT->set('tagging__filters', ['ns' => $ns]);
707 global $ID, $INPUT;
732 $filters = $INPUT->arr('tagging__filters');
734 $tags = $this->getAllTags($INPUT->str('filter'), $order_by, $desc, $filters);
915 global $INPUT;
[all...]
/plugin/mediacacheconfig/
H A Daction.php36 global $INPUT;
38 if ($INPUT->has('cache')) {
/plugin/jquotes/
H A Daction.php27 global $INPUT;
28 echo helper_plugin_jquotes::getCookieHTML($INPUT->str('cookie'));
/plugin/components/commands/
H A Dexample.php25 global $INPUT;
26 $EXAMPLE_TAG = htmlspecialchars($INPUT->str('tag', 'pre'));
/plugin/adminperm/
H A Dadmin.php36 global $INPUT;
37 if ($INPUT->post->has('d') && checkSecurityToken()) {
38 if ($this->save($INPUT->post->arr('d'))) {
/plugin/acknowledge/admin/
H A Dassign.php30 global $INPUT;
35 $pattern = $INPUT->arr('pattern');
36 $assignees = $INPUT->arr('assignees');
/plugin/ckgdoku/scripts/
H A Ddraft_delete.php5 global $INPUT;
7 $cname = $INPUT->str('draft_id');
/plugin/ckgedit/scripts/
H A Ddraft_delete.php5 global $INPUT;
7 $cname = $INPUT->str('draft_id');
/plugin/authyubikey/
H A Dauth.php47 global $INPUT;
61 if($INPUT->str('do') !== 'login') {
76 $otp = $INPUT->str('otp');
99 global $INPUT;
123 $otp = $INPUT->str('yubikeyid'.$i);
/plugin/authg2fa/
H A Dadmin.php57 global $INPUT;
63 $fn = $INPUT->param('fn');
74 $this->_start = $INPUT->int('start', 0);
189 global $INPUT;
191 $t_filter = $INPUT->arr('filter');
/plugin/davcard/action/
H A Dajax.php31 global $INPUT;
33 $action = trim($INPUT->post->str('action'));
34 $id = trim($INPUT->post->str('id'));
35 $page = trim($INPUT->post->str('page'));
36 $params = $INPUT->post->arr('params');
/plugin/twofactor/
H A DManager.php130 global $INPUT;
131 $this->user = $INPUT->server->str('REMOTE_USER');
313 global $INPUT;
323 if($INPUT->server->has('HTTP_SEC_FETCH_DEST') && $INPUT->server->str('HTTP_SEC_FETCH_DEST') !== 'document'){
/plugin/webdav/
H A Dhelper.php24 global $INPUT;
39 …return auth_isMember($this->getConf('remoteuser'), $INPUT->server->str('REMOTE_USER'), (array) $US…
/plugin/fetchmedia/action/
H A Dajax.php44 global $INPUT, $conf;
67 global $INPUT;
70 $namespace = $INPUT->str('namespace');
71 $type = $INPUT->str('type');
74 $page = $INPUT->str('page');
75 $link = $INPUT->str('link');
/plugin/evesso/
H A Dauth.php37 global $USERINFO, $INPUT;
98 global $INPUT;
134 global $INPUT;
144 $_SESSION[DOKU_COOKIE]['oauth-inprogress']['id'] = $INPUT->str('id');
149 if (is_array($INPUT->post->param('do'))) {
150 $doPost = key($INPUT->post->arr('do'));
152 $doPost = $INPUT->post->str('do');
154 $doGet = $INPUT->get->str('do');
/plugin/rawless/
H A Daction.php35 global $INPUT;
37 if ( $INPUT->has('rawless') ) {
/plugin/edittable/action/
H A Dsectionjump.php28 global $INPUT;
29 if (!$INPUT->has('edittable_data')) return;
/plugin/inlineedit/
H A Daction.php45 global $INPUT;
47 $itemPos = $INPUT->int('id'); //input index on the server
48 $input_str = trim($INPUT->str('input')); //input string
/plugin/siteexport/inc/
H A Dmpdf.php27 global $INPUT;
33 $pagesize = $INPUT->str('pagesize', $dw2pdf->getConf('pagesize'), true);
34 $orientation = $INPUT->str('orientation', $dw2pdf->getConf('orientation'), true);
/plugin/confmanager/
H A Dadmin.php38 global $INPUT;
39 if (!$INPUT->has('configFile')) {
/plugin/telleveryone/
H A Dapi.php17 if ($sqlite->res2single($res) != $INPUT->str('token')) {
23 ORDER BY timestamp DESC LIMIT ?', $INPUT->int('limit', -1));
/plugin/epub/scripts/
H A Dupdate_files.php7 global $INPUT;
9 $id = rawurldecode($INPUT->str('remove'));
/plugin/issuelinks/services/
H A DGitHub.service.php41 global $INPUT;
42 $userAgent = $INPUT->server->str('HTTP_USER_AGENT');
211 global $INPUT;
213 $token = $INPUT->str('githubToken');
328 global $INPUT;
329 if (!$INPUT->server->has('HTTP_X_HUB_SIGNATURE')) {
332 list($algo, $signature_github) = explode('=', $INPUT->server->str('HTTP_X_HUB_SIGNATURE'));
347 global $INPUT;
349 $event = $INPUT->server->str('HTTP_X_GITHUB_EVENT');
/plugin/redirect/
H A Daction.php43 global $INPUT;
46 if($INPUT->get->str('redirect') == 'no') return;

12345678910>>...17