Home
last modified time | relevance | path

Searched refs:INPUT (Results 51 – 75 of 420) sorted by last modified time

12345678910>>...17

/plugin/photogallery/
H A Dsyntax.php970 global $INPUT;
976 $user = $INPUT->server->str('REMOTE_USER');
992 global $INPUT;
998 $user = $INPUT->server->str('REMOTE_USER');
/plugin/sqlite/
H A Dadmin.php40 global $INPUT;
43 if ($INPUT->str('db') && checkSecurityToken()) {
45 $this->db = new SQLiteDB($INPUT->str('db'), '');
53 $cmd = $INPUT->extract('cmd')->str('cmd');
85 $this->querySaver->saveQuery($INPUT->str('name'), $INPUT->str('sql'));
88 $this->querySaver->deleteQuery($INPUT->str('name'));
105 global $INPUT;
130 if ($INPUT->has('sql')) $this->showQueryResults($INPUT
[all...]
/plugin/starred/
H A Daction.php44 global $INPUT;
45 $ID = cleanID($INPUT->str('id'));
76 global $INPUT;
78 if (!$INPUT->server->has('REMOTE_USER')) return false;
H A Dhelper.php45 global $INPUT;
53 if ($user === null) $user = $INPUT->server->str('REMOTE_USER');
79 global $INPUT;
87 if ($user === null) $user = $INPUT->server->str('REMOTE_USER');
103 global $INPUT;
109 if ($user === null) $user = $INPUT->server->str('REMOTE_USER');
H A Dsyntax.php47 global $INPUT;
52 if (!$INPUT->server->has('REMOTE_USER')) {
/plugin/keywords/action/
H A Dkeywords.php61 global $INPUT;
63 $hasUpdateKeywords = $INPUT->bool( 'updateKeywords', false );
/plugin/diffpreview/
H A Daction.php146 global $INFO, $ID, $INPUT, $conf;
163 if (!$INPUT->post->has('wikitext')) return;
171 'prefix' => substr($INPUT->post->str('prefix'), 0, -1),
172 'text' => $INPUT->post->str('wikitext'),
173 'suffix' => $INPUT->post->str('suffix'),
174 'date' => $INPUT->post->int('date'),
/plugin/aichat/
H A Daction.php38 global $INPUT;
43 $question = $INPUT->post->str('question');
44 $history = json_decode((string)$INPUT->post->str('history'), null, 512, JSON_THROW_ON_ERROR);
85 'ip' => $INPUT->server->str('REMOTE_ADDR'),
86 'user' => $INPUT->server->str('REMOTE_USER'),
H A Dhelper.php80 global $INPUT;
86 return auth_isMember($this->getConf('restrict'), $INPUT->server->str('REMOTE_USER'), $USERINFO['grps']);
/plugin/bez/struct/
H A DBezType.php111 global $INPUT;
114 $lookup = trim($INPUT->str('search'));
/plugin/tagging/
H A Dhelper.php154 global $INPUT;
639 global $INPUT;
648 $queryBuilder->setLogicalAnd($INPUT->str('tagging-logic') === 'and');
664 global $INPUT;
669 if ($ns && !$INPUT->has('tagging__filters')) {
670 $INPUT->set('tagging__filters', ['ns' => $ns]);
707 global $ID, $INPUT;
732 $filters = $INPUT->arr('tagging__filters');
734 $tags = $this->getAllTags($INPUT->str('filter'), $order_by, $desc, $filters);
915 global $INPUT;
[all...]
/plugin/tagging/action/
H A Delasticsearch.php81 * Remove tags from query string and put them into $INPUT
90 global $INPUT;
95 $taggingFilter = $INPUT->arr('tagging');
101 $INPUT->set('tagging', array_merge($matches[1], $taggingFilter));
H A Dmain.php93 global $INPUT;
94 $tags = $INPUT->arr('tag', (array)$INPUT->str('tag'));
95 $lang = $INPUT->str('lang');
123 global $INPUT;
129 $data = $INPUT->arr('tagging');
152 global $INPUT;
157 $search = $INPUT->str('term');
172 global $INPUT;
189 if (!$INPUT
[all...]
H A Dsearch.php65 global $INPUT;
85 if ($INPUT->has('tagging-logic')) {
86 $active = $INPUT->str('tagging-logic');
/plugin/confmanager/adminActions/
H A DConfigManagerAdminShowConfig.php27 global $INPUT;
31 $this->configId = $INPUT->str('configFile');
41 if (strtolower($INPUT->server->str('REQUEST_METHOD')) == 'post') {
/plugin/confmanager/action/
H A Ddeleteicon.php64 global $INPUT;
65 $configId = $INPUT->str('configId', null, true);
H A Dupload.php63 global $INPUT;
64 $configId = $INPUT->str('configId', null, true);
/plugin/confmanager/configTypes/
H A DConfigManagerSingleLineConfigCascade.php37 global $INPUT;
38 $lines = $INPUT->arr('line');
H A DConfigManagerTwoLineLeftImageConfigCascade.php84 global $INPUT;
91 $key = $INPUT->str('key');
92 $value = $INPUT->str('value');
174 global $INPUT;
176 $key = $INPUT->str('key');
H A DConfigManagerTwoLineRightImageConfigCascade.php100 global $INPUT;
102 $key = $INPUT->str('key');
H A DConfigManagerTwoLine.php82 global $INPUT;
83 $keys = $INPUT->arr('keys');
84 $values = $INPUT->arr('values');
85 $newKey = $INPUT->arr('newKey');
86 $newValue = $INPUT->arr('newValue');
H A DConfigManagerTwoLineConfigCascade.php30 global $INPUT;
32 $keys = $INPUT->arr('keys');
33 $values = $INPUT->arr('values');
119 global $INPUT;
120 $newKey = $INPUT->arr('newKey');
121 $newValue = $INPUT->arr('newValue');
/plugin/confmanager/
H A Dadmin.php38 global $INPUT;
39 if (!$INPUT->has('configFile')) {
/plugin/xlsx2dw/packages/xlsx/
H A Dxlsx.mjs14076 140: "DISABLE.INPUT",
14447 104: "INPUT",
/plugin/gallery/action/
H A Dprosemirror.php137 global $INPUT;
138 $node = new GalleryNode(['attrs' => json_decode($INPUT->str('attrs'), true)], new RootNode([]));

12345678910>>...17