Home
last modified time | relevance | path

Searched refs:INPUT (Results 301 – 325 of 420) sorted by relevance

1...<<11121314151617

/plugin/evesso/
H A Dhelper.php202 global $INPUT;
203 $result = $INPUT->server->str('REQUEST_METHOD') === 'GET';
/plugin/dwedit/
H A Daction.php52 global $ACT, $ID, $REV, $INFO, $INPUT, $USERINFO,$conf;
61 $mode = $INPUT->str('mode', 'fckg');
/plugin/quickstats/
H A Daction.php51 global $ID,$INPUT;
52 $this->id = $INPUT->str('id');
353 global $INPUT,$ACT,$ID, $INFO;
358 $qs = $INPUT->str('qs');
359 $do = $INPUT->str('do');
363 else $act = $INPUT->str('act');
365 $ID = $INPUT->str('id') ;
/plugin/goto/
H A Dsyntax.php29 global $INPUT;
30 $userid = $INPUT->server->str('REMOTE_USER');
/plugin/structtasks/
H A Daction.php73 global $INPUT;
77 $editor_id = $INPUT->server->str('REMOTE_USER');
/plugin/oauth/
H A DOAuthManager.php51 global $INPUT;
53 if (!$INPUT->get->has('code') && !$INPUT->get->has('oauth_token')) {
/plugin/tagfilter/syntax/
H A Dfilter.php155 global $INFO, $ID, $conf, $INPUT;
205 $htmlPerUserCacheKey = 'plugin_tagfilter_' . $ID . '_' . $opt['id'] . '_' . $INPUT->server->str('REMOTE_USER')
206 . $INPUT->server->str('HTTP_HOST') . $INPUT->server->str('SERVER_PORT');
/plugin/stale/_test/
H A DbaseTest.php174 global $INPUT;
175 $INPUT->server->set('REMOTE_USER', $user);
/plugin/gh/
H A Dsyntax.php104 global $INPUT;
118 if ($tcache && $tpage && !$INPUT->bool('purge')) {
/plugin/combo/action/
H A Dlinkwizard.php69 global $INPUT;
71 $postCall = $INPUT->post->str('call');
H A Droutermessage.php53 global $INPUT;
54 $origin = $INPUT->str(self::ORIGIN_PAGE, null);
58 $INPUT->str(self::ORIGIN_TYPE, null)
/plugin/gallery/action/
H A Dprosemirror.php137 global $INPUT;
138 $node = new GalleryNode(['attrs' => json_decode($INPUT->str('attrs'), true)], new RootNode([]));
/plugin/struct/types/
H A DTag.php47 global $INPUT;
50 $lookup = trim($INPUT->str('search'));
/plugin/struct/action/
H A Dentry.php64 global $ID, $INPUT;
70 $valid = AccessDataValidator::validateDataForPage($INPUT->arr(self::$VAR), $ID, $errors);
126 * When this is called, INPUT data has been validated already.
/plugin/displayfile/
H A Dsyntax.php231 global $INPUT;
238 if ($INPUT->has('codeblockOffset'))
239 { $offset = $INPUT->str('codeblockOffset'); }
/plugin/translation/
H A Daction.php63 global $INPUT;
75 } elseif ($INPUT->has('lang')) {
76 $locale = $INPUT->str('lang');
/plugin/loglog/helper/
H A Dlogging.php29 global $conf, $INPUT;
31 if (is_null($user)) $user = $INPUT->server->str('REMOTE_USER');
/plugin/block/
H A Dsyntax.php70 global $INPUT;
71 $this->edit = $INPUT->str('edit');
/plugin/oauth/action/
H A Duser.php66 global $INPUT;
79 $enabled = $INPUT->arr('oauth_group');
/plugin/bez/struct/
H A DBezType.php111 global $INPUT;
114 $lookup = trim($INPUT->str('search'));
/plugin/aichat/
H A Dhelper.php80 global $INPUT;
86 return auth_isMember($this->getConf('restrict'), $INPUT->server->str('REMOTE_USER'), $USERINFO['grps']);
/plugin/keywords/action/
H A Dkeywords.php61 global $INPUT;
63 $hasUpdateKeywords = $INPUT->bool( 'updateKeywords', false );
/plugin/struct/meta/
H A DCSVPageImporter.php140 global $INPUT;
141 if ($INPUT->bool('createPage')) {
/plugin/dbquery/
H A Dhelper.php130 global $INPUT;
133 ':user' => $INPUT->server->str('REMOTE_USER'),
/plugin/tagging/action/
H A Dsearch.php65 global $INPUT;
85 if ($INPUT->has('tagging-logic')) {
86 $active = $INPUT->str('tagging-logic');

1...<<11121314151617