Home
last modified time | relevance | path

Searched refs:INPUT (Results 326 – 350 of 420) sorted by relevance

1...<<11121314151617

/plugin/struct/meta/
H A DSchema.php301 global $INPUT;
303 if ($INPUT->server->str('REMOTE_USER') === '') return false;
305 return auth_isMember($this->config['allowed editors'], $INPUT->server->str('REMOTE_USER'), $USERINFO['grps']);
H A DSearchConfig.php114 global $INPUT;
133 $INPUT->server->str('REMOTE_USER'),
/plugin/autogroup/
H A Daction.php75 global $INPUT;
92 $user = $INPUT->server->str('REMOTE_USER', null);
/plugin/miniblog/syntax/
H A Dentry.php36 global $INPUT;
49 $page = $num*$INPUT->int('page', 0); // index of first entry in current page
/plugin/numbering/
H A Daction.php75 global $INPUT;
76 $db_name = $INPUT->str('data-db');
/plugin/hidingip/
H A Daction.php125 global $INPUT;
126 if ($INPUT->str('do') != 'diff') return;
/plugin/crossdbsqlclient/syntax/
H A Dcrossdbsqlclient.php212 global $INPUT;
213 $remoteUser = $INPUT->server->str ( 'REMOTE_USER' );
/plugin/userpagecreate/
H A Daction.php32 global $INPUT;
35 $user = $INPUT->server->str('REMOTE_USER');
/plugin/struct/action/
H A Dedit.php112 global $INPUT;
122 $structdata = $INPUT->arr(self::$VAR);
/plugin/combo/
H A Dcli.php261 global $INPUT;
262 $INPUT->server->set('REMOTE_USER', "cli");
318 global $INPUT;
319 $INPUT->server->set('REMOTE_USER', "cli");
/plugin/tagfilter/syntax/
H A Dcompare.php63 global $INPUT;
104 //dbg($INPUT->arr('tagcompare_page'));
105 $selectedValues = $INPUT->arr('tagcompare_page');
/plugin/struct/types/
H A DUser.php69 global $INPUT;
76 $lookup = trim($INPUT->str('search'));
/plugin/ckgedit/action/
H A Dedit.php43 global $INPUT;
72 $id = $INPUT->str('id');
662 global $INPUT;
668 if($INPUT->has('hid')) {
669 $hid = $INPUT->str('hid');
675 $ckgedit_redirect = $INPUT->str('redirect_id', "");
1061 global $skip_styling, $INPUT;
1062 $post_styling = $INPUT->post->str('styling');
/plugin/vshare/syntax/
H A Dvideo.php215 global $INPUT;
217 $url = str_replace('@DOMAIN@', rawurlencode($INPUT->server->str('HTTP_HOST')), $url);
/plugin/combo/ComboStrap/
H A DToc.php197 global $INPUT;
199 $class = $INPUT->str('page');
/plugin/tag/
H A Dhelper.php244 global $INPUT;
246 $tagquery = $INPUT->str('tag');
550 global $USERINFO, $INPUT;
552 $user = $INPUT->server->str('REMOTE_USER');
/plugin/preregister/
H A Daction.php55 global $ACT, $INPUT;
59 $md5= $INPUT->str('prereg');
106 …$url = DOKU_URL . 'doku.php?' . htmlentities($INPUT->str('id')). '&do=preregistercheck&prereg='. $…
/plugin/prosemirror/action/
H A Deditor.php164 global $INPUT;
165 return !$INPUT->has('target') || $INPUT->str('target') === 'section';
/plugin/owncloud/exe/
H A Ddetail.php18 $fileID = $INPUT->int('fileid');
/plugin/do/
H A Dhelper.php515 global $INPUT;
516 if (!$INPUT->server->has('REMOTE_USER')) {
519 $user = $INPUT->server->str('REMOTE_USER');
/plugin/tabinclude/
H A Dajax.php22 global $INPUT;
/plugin/pagestat/
H A Dremote.php41 global $INPUT;
42 return $INPUT->server->str('REMOTE_USER') ;
/plugin/rplus/
H A Drenderer.php344 global $INPUT;
346 $class = $INPUT->str('page');
/plugin/tocselect/
H A Daction.php34 global $INPUT;
39 $wikifn = rawurldecode($INPUT->str('seltoc_val'));
/plugin/fileshare/syntax/
H A DFileshare.php251 global $INPUT;
252 $remoteUser = $INPUT->server->str ( 'REMOTE_USER' );

1...<<11121314151617