Home
last modified time | relevance | path

Searched refs:INPUT (Results 151 – 175 of 420) sorted by last modified time

12345678910>>...17

/plugin/advanced/admin/
H A Dimport.php38 global $INPUT;
48 $cmd = $INPUT->extract('cmd')->str('cmd');
60 global $INPUT;
88 global $INPUT;
92 $archive_file = $INPUT->str('file');
93 $overwrite_pages = ($INPUT->str('overwrite-existing-pages') == 'on' ? true : false);
94 $files = array_keys($INPUT->arr('files'));
95 $ns = $INPUT->str('ns');
163 global $INPUT;
165 $step = $INPUT->extract('import')->str('import');
/plugin/linksuggest/
H A Daction.php45 global $INPUT;
48 $current_pageid = trim($INPUT->post->str('id')); //current id
50 $q = trim($INPUT->post->str('q')); //entered string
167 global $INPUT;
170 $current_pageid = trim($INPUT->post->str('id')); //current id
172 $q = trim($INPUT->post->str('q')); //entered string
/plugin/gh/
H A Dsyntax.php104 global $INPUT;
118 if ($tcache && $tpage && !$INPUT->bool('purge')) {
/plugin/pageredirect/
H A Daction.php56 global $INPUT;
57 $redirect = $INPUT->get->str('redirect', '0');
160 global $INPUT;
162 $redirect = $INPUT->get->str('redirect');
/plugin/archivegenerator/
H A Dadmin.php33 global $INPUT;
35 if ($INPUT->bool('isupdate')) $this->type = 'update';
37 if ($INPUT->bool('downloadArchive') && checkSecurityToken()) {
41 if ($INPUT->server->str('REQUEST_METHOD') !== 'POST') {
46 $sectok = $INPUT->post->str('sectok');
53 $email = $INPUT->post->str('adminMail');
54 $pass = $INPUT->post->str('adminPass');
276 global $INPUT;
278 $email = $INPUT->post->str('adminMail');
279 $pass = $INPUT->post->str('adminPass');
/plugin/elasticsearch/action/
H A Dsearch.php76 global $INPUT;
79 if (empty($QUERY)) $QUERY = $INPUT->str('q');
133 $equery->setFrom($this->getConf('perpage') * ($INPUT->int('p', 1, true) - 1));
142 if ($INPUT->has('min')) {
143 $this->addDateSubquery($subqueries, $INPUT->str('min'));
147 if($INPUT->has('ns')) {
149 foreach ($INPUT->arr('ns') as $ns) {
215 global $INPUT;
220 if ($INPUT->has($param)) {
222 foreach($INPUT
[all...]
/plugin/highlight2wiki/
H A Daction.php52 global $ACT, $JSINFO, $ID, $INPUT, $auth, $TPL, $INFO;
/plugin/structnotification/
H A Dadmin.php41 global $INPUT;
54 if ($INPUT->str('action') && $INPUT->arr('predicate') && checkSecurityToken()) {
55 $predicate = $INPUT->arr('predicate');
56 if ($INPUT->str('action') === 'add') {
64 } elseif($INPUT->str('action') === 'delete') {
67 } elseif($INPUT->str('action') === 'update') {
77 $predicate['id'] = $INPUT->str('edit');
92 global $INPUT;
121 if ($INPUT
[all...]
/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');
H A Dsave.php20 global $ACT,$INPUT;
32 $img_size = $INPUT->int('broken_image');
H A Dmeta.php56 global $INPUT;
96 global $lang,$INPUT;
114 global $INPUT;
188 global $INPUT;
200 global $INPUT;
211 global $INPUT;
212 $which = $INPUT->str('lang');
237 global $INPUT, $USERINFO,$INFO;
241 $dwp = $INPUT->str('dw_val');
282 global $INPUT;
[all …]
/plugin/ckgedit/ckeditor/plugins/image/dialogs/
H A Dimage.js.unc402 // Replace INPUT-> IMG
410 // Replace IMG -> INPUT
/plugin/ckgedit/ckeditor/
H A Dget_headers.php17 $INPUT = new Input(); variable
18 $page = $INPUT->str('dw_id');
H A Duseheading.php6 global $INPUT;
7 $page = $INPUT->str('dw_id');
/plugin/ckgedit/scripts/
H A Ddraft_delete.php5 global $INPUT;
7 $cname = $INPUT->str('draft_id');
H A Dcss6.php24 global $INPUT;
25 $copy = $INPUT->str('ckg_save_ss',FALSE);
/plugin/ckgedit/fckeditor/editor/filemanager/connectors/php/
H A Dinput_utils.php10 global $INPUT;
11 if(!isset($INPUT)) {
12 $INPUT = new Input(); variable
16 global $INPUT;
18 $val = $INPUT->str($which);
/plugin/twofactortelegram/
H A Daction.php48 global $INPUT;
51 if ($INPUT->str('verify')) {
53 if ($this->checkCode($INPUT->str('verify'))) {
58 } elseif ($INPUT->str('new_chat_id')) {
59 $new_chat_id = $INPUT->str('new_chat_id');
/plugin/epub/scripts/
H A Dcss3.php28 global $INPUT;
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'));
H A Dupdate_files.php7 global $INPUT;
9 $id = rawurldecode($INPUT->str('remove'));
/plugin/tagfilter/
H A Daction.php26 global $INPUT;
41 'values' => $INPUT->str($param) ? [$INPUT->str($param)] : $INPUT->arr($param)
76 global $INPUT;
80 $tagfilterFormId = $INPUT->int('id');
193 global $INPUT;
196 if ($INPUT->has($name)) {
197 $param = $INPUT->param($name);
208 global $INPUT;
[all...]
/plugin/tagfilter/syntax/
H A Dcompare.php63 global $INPUT;
104 //dbg($INPUT->arr('tagcompare_page'));
105 $selectedValues = $INPUT->arr('tagcompare_page');
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/tagfilter/_test/
H A Dajax.test.php25 global $INPUT;
28 $INPUT->set('id', 0);
29 $INPUT->set('form', json_encode(array()));
30 $INPUT->set('ns', json_encode('test:plugin_tagfilter:tags'));
31 $INPUT->set('flags', json_encode(array()));
32 $INPUT->set('pagesearch', json_encode(array()));
52 global $INPUT;
54 $INPUT->set('id', 0);
55 $INPUT->set('form', '[["cat1:blorg","cat2:a","cat3:1","cat2:b","cat3:2"]]');
56 $INPUT
[all...]

12345678910>>...17