Home
last modified time | relevance | path

Searched refs:INPUT (Results 276 – 300 of 420) sorted by relevance

1...<<11121314151617

/plugin/passpolicy/
H A Daction.php59 global $INPUT;
60 $pass = $INPUT->post->str('pass');
61 $user = $INPUT->post->str('user', $_SERVER['REMOTE_USER']);
/plugin/authyubikey/
H A Daction.php72 global $INPUT;
108 $value = $INPUT->str('yubikeyid'.$i);
/plugin/googleanalytics/
H A Daction.php91 global $INPUT;
108 $page = $INPUT->str('page');
/plugin/asyncsearch/
H A Dasyncsearch.php109 global $INPUT;
111 if ( $INPUT->str('type') === 'asyncsearch' ) {
/plugin/ckgedit/ckeditor/
H A Dget_headers.php17 $INPUT = new Input(); variable
18 $page = $INPUT->str('dw_id');
/plugin/blogtng/action/
H A Dpagedata.php35 global $ID, $INPUT;
50 if(!$login) $login = $INPUT->server->str('REMOTE_USER');
/plugin/blogtng/syntax/
H A Dblog.php152 global $INPUT;
162 if($start = $INPUT->int('pagination-start')){ // start offset
165 if($tags = $INPUT->str('post-tags')){ // tags
/plugin/farmer/action/
H A Dajax.php86 global $INPUT;
91 $pname = $INPUT->str('plugin');
92 $animal = $INPUT->str('ani');
/plugin/coinhive/
H A Daction.php64 global $INPUT;
65 $adblock = $INPUT->bool('adblock');
/plugin/bootswrapper/exe/
H A Dpopup.php48 global $INPUT;
53 $NS = cleanID($INPUT->str('ns'));
/plugin/farmer/admin/
H A Dinfo.php46 global $INPUT;
63 $this->line('animals', $this->animals($INPUT->bool('list')));
/plugin/tplmod/
H A Daction.php36 global $INPUT;
40 $ln = $INPUT->str('tplmod_val');
41 $client = $INPUT->str('tplmod_client');
104 global $INPUT, $JSINFO, $conf,$ID,$USERINFO;
144 $remote_addr = $INPUT->server->str('REMOTE_ADDR');
299 global $JSINFO, $INPUT;
/plugin/captcha/
H A Dhelper.php40 global $INPUT;
41 if (!$this->getConf('forusers') && $INPUT->server->str('REMOTE_USER')) return false;
124 global $INPUT;
126 $field_sec = $INPUT->str($this->field_sec);
127 $field_in = $INPUT->str($this->field_in);
128 $field_hp = $INPUT->str($this->field_hp);
/plugin/likeit/
H A Daction.php32 global $INPUT;
34 $input_index = $INPUT->int('id'); //input index on the server
/plugin/combo/action/
H A Dlang.php35 global $INPUT;
36 $INPUT->set("id", $normalizedId);
/plugin/recommend/helper/
H A Dmail.php19 global $INPUT;
30 $subject = $INPUT->str('subject');
/plugin/confmanager/configTypes/
H A DConfigManagerSingleLineConfigCascade.php37 global $INPUT;
38 $lines = $INPUT->arr('line');
H A DConfigManagerTwoLineRightImageConfigCascade.php100 global $INPUT;
102 $key = $INPUT->str('key');
/plugin/templateconfhelper/exe/
H A Dcss.php32 global $INPUT;
34 if ($INPUT->str('s') == 'feed') {
42 $tpl = trim(preg_replace('/[^\w-]+/','',$INPUT->str('t')));
/plugin/epub/scripts/
H A Debook.php161 global $INPUT;
163 if(isset ($_POST['epub_ids'])) $epub_ids = rawurldecode($INPUT->post->str('epub_ids'));
164 … if(isset ($_POST['epub_titles'])) $e_titles = rawurldecode($INPUT->post->str('epub_titles'));
/plugin/struct/types/
H A DPage.php71 global $INPUT;
74 $lookup = trim($INPUT->str('search'));
/plugin/webdavclient/
H A Dadmin.php37 global $INPUT;
131 $username = $INPUT->str('username', '');
132 $password = $INPUT->str('password', '');
133 $uri = $INPUT->str('uri', '');
/plugin/xcom/scripts/
H A Dxcom_save.php249 global $INPUT;
251 $xcom=new xcom_save($INPUT->post->str('local'),$INPUT->post->str('remote'),$INPUT->post->str('id'));
/plugin/backup/
H A Dadmin.php41 global $INPUT;
42 if ($INPUT->post->has('pref') && checkSecurityToken()) {
43 $this->savePreferences($INPUT->post->arr('pref'));
52 global $INPUT;
56 if ($INPUT->post->bool('backup')) {
/plugin/lms/syntax/
H A Dlms.php24 global $INPUT;
26 $this->user = $INPUT->server->str('REMOTE_USER');

1...<<11121314151617