Home
last modified time | relevance | path

Searched refs:INPUT (Results 376 – 400 of 420) sorted by last modified time

1...<<11121314151617

/plugin/xfortune/
H A Daction.php27 global $INPUT;
28 echo helper_plugin_xfortune::getCookieHTML($INPUT->str('cookie'));
/plugin/top/
H A Daction.php42 global $INPUT;
43 $page = cleanID($INPUT->str('page'));
/plugin/leightweightscript/
H A Daction.php62 global $INPUT;
64 if ( $INPUT->str('type') != 'admin' ) {
102 global $INPUT;
104 switch( $INPUT->str('type') ) {
/plugin/amcharts/assets/amcharts/plugins/export/libs/xlsx/
H A Dxlsx.min.js6INPUT",142:"OUTLINE",143:"LIST.NAMES",144:"FILE.CLOSE",145:"SAVE.WORKBOOK",146:"DATA.FORM",147:"CO…
/plugin/authg2fa/
H A Daction.php40 global $INPUT;
42 $fn = $INPUT->param('fn');
70 if($INPUT->param('secret') == "********")
75 if($th->saveToken($_SERVER['REMOTE_USER'], $INPUT->param('secret')))
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/nsexport/action/
H A Dajax.php86 global $INPUT;
88 $pages = $INPUT->arr('pages');
/plugin/mediarename/
H A Daction.php35 global $INPUT;
37 $ns = cleanID($INPUT->str('ns'));
40 $recurse=($INPUT->str('rename')=='recv') ? true : false;
/plugin/authyubikey/
H A Daction.php72 global $INPUT;
108 $value = $INPUT->str('yubikeyid'.$i);
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/judge/
H A Daction.php188 global $INPUT;
189 $task = $INPUT->str('name');
203 $data[] = $this->compare($INPUT->str('user_output'), $INPUT->str('problem_name'));
207 …->tableRender(array('problem_name' => $INPUT->str('problem_name'), 'type' => $INPUT->str('type'), …
220 … $data[] = $this->upload($INPUT->str('file_name'), $INPUT->str('path'), $INPUT->str('code'));
226 foreach (explode(",",$INPUT->str('questions')) as &$problem_name) {
/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/pgn4web/
H A Dpgn4web.patch4 …"></TD><TD CLASS="buttonControlSpace" WIDTH="' + spaceSize + '"></TD><TD><INPUT ID="backButton" TY…
7 - text += '<INPUT ID="autoplayButton" TYPE="BUTTON" VALUE=' + (isAutoPlayOn ? "=" : "+") + ' STY…
8 + text += '<INPUT ID="autoplayButton" TYPE="BUTTON" VALUE=' + (isAutoPlayOn ? "=" : "\u2192") + …
11 …"></TD><TD CLASS="buttonControlSpace" WIDTH="' + spaceSize + '"></TD><TD><INPUT ID="forwardButton"…
/plugin/pgn4web/pgn4web/
H A Dpgn4web.js3352 …"></TD><TD CLASS="buttonControlSpace" WIDTH="' + spaceSize + '"></TD><TD><INPUT ID="forwardButton"…
3354 …"></TD><TD CLASS="buttonControlSpace" WIDTH="' + spaceSize + '"></TD><TD><INPUT ID="endButton" TYP…
3465 …nForm" STYLE="display: inline;" ACTION="javascript:searchPgnGameForm();"><INPUT ID="searchPgnButto…
3467 …matching the search string (regular expression)" TYPE="submit" VALUE="?"><INPUT ID="searchPgnExpre…
/plugin/crossdbsqlclient/syntax/
H A Dcrossdbsqlclient.php212 global $INPUT;
213 $remoteUser = $INPUT->server->str ( 'REMOTE_USER' );
/plugin/rating/
H A Daction.php79 global $INPUT;
81 if(!$INPUT->has('rating')) return;
83 $rate = $INPUT->int('rating');
/plugin/ditaa/
H A Daction.php41 global $INPUT;
43 if(!$INPUT->str('ditaa')) return;
48 $event->data['file'] = $plugin->_imgfile($INPUT->str('ditaa'));
72 global $INPUT;
73 if($event->data['status'] >= 500 || !$INPUT->str('ditaa')) {
/plugin/ditaa/ditaa/
H A Dditaa.jarMETA-INF/ META-INF/MANIFEST.MF net/ net/htmlparser/ net/ ...
/plugin/datapopup/
H A Daction.php46 global $INPUT;
48 $link = $INPUT->str('link');
/plugin/simplemysqlclient/syntax/
H A Dsimplemysqlclient.php438 global $INPUT;
439 $remoteUser = $INPUT->server->str ( 'REMOTE_USER' );
/plugin/upload/
H A Daction.php55 global $INPUT;
69 $_POST['mediaid'] = $INPUT->post->str('new_name');
73 $ID = $INPUT->post->str('page');
/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/bugzillaint/action/
H A Dfetch.php22 global $INPUT;
44 $INPUT->param('lists', array(), true),
45 $INPUT->param('trees', array(), true),
46 $INPUT->param('links', array(), true)
/plugin/rtmchecklist/
H A Daction.php91 global $INPUT; //available since release 2012-10-13 "Adora Belle"
111 $tasksList = $INPUT->str('taskslist');
132 $pageId = $INPUT->str('id');
139 global $INPUT; //available since release 2012-10-13 "Adora Belle"
156 …fwrite($fp, "\$INFO['userinfo']['rtmemail'] = '".htmlspecialchars($INPUT->str('rtmemail'))."';\n");
159 …echo $this->getLang('your_email_add').htmlspecialchars($INPUT->str('rtmemail')).$this->getLang('is…
/plugin/crosspost/
H A Daction.php31 global $INPUT;
34 if( !is_object( $INPUT ) || !$INPUT->post ||
35 !$INPUT->post->param( 'crosspost_plugin' ) ) return;
37 $match = $INPUT->post->param( 'crosspost_to' );

1...<<11121314151617