Home
last modified time | relevance | path

Searched refs:INPUT (Results 51 – 75 of 83) sorted by path

1234

/dokuwiki/inc/
H A Dform.php327 global $INPUT;
328 $value = (array_key_exists($INPUT->post->str($name), $entries)) ?
329 $INPUT->str($name) : key($entries);
H A Dhttputils.php25 global $INPUT;
35 $if_modified_since = $INPUT->server->filter('stripslashes')->str('HTTP_IF_MODIFIED_SINCE', false);
36 $if_none_match = $INPUT->server->filter('stripslashes')->str('HTTP_IF_NONE_MATCH', false);
102 global $INPUT;
109 if (!$INPUT->server->has('HTTP_RANGE')) {
113 $t = explode('=', $INPUT->server->str('HTTP_RANGE'));
295 global $INPUT;
340 $server_protocol = $INPUT->server->str('SERVER_PROTOCOL', false);
H A Dinfoutils.php176 /* @var Input $INPUT */
177 global $INPUT;
283 $INPUT->server->str('REMOTE_USER'),
H A Dinit.php222 global $INPUT;
223 $INPUT = new Input();
448 * !! Can not access $_SERVER values through $INPUT
449 * !! here as this function is called before $INPUT is
217 $INPUT = new \dokuwiki\Input\Input(); global() variable
H A Dmail.php41 /** @var Input $INPUT */
42 global $INPUT;
57 $replace['@USER@'] = $INPUT->server->str('REMOTE_USER', 'noreply', true);
H A Dmedia.php312 global $INPUT;
314 $id = $INPUT->get->str('qqfile');
323 if ($INPUT->server->has('CONTENT_LENGTH') && ($realSize != $INPUT->server->int('CONTENT_LENGTH'))) {
331 ($INPUT->get->str('ow') == 'true'),
359 global $INPUT;
362 $id = $INPUT->post->str('mediaid');
388 $INPUT->post->bool('ow'),
838 global $INPUT;
852 if ($INPUT
[all...]
H A Dpageutils.php37 /** @var Input $INPUT */
38 global $INPUT;
42 $id = $INPUT->str($param);
46 $request = $INPUT->server->str('REQUEST_URI');
56 PhpString::basename($INPUT->server->str('SCRIPT_FILENAME'));
57 } elseif ($INPUT->server->str('PATH_INFO')) {
58 $request = $INPUT->server->str('PATH_INFO');
59 } elseif ($INPUT->server->str('SCRIPT_NAME')) {
60 $script = $INPUT->server->str('SCRIPT_NAME');
61 } elseif ($INPUT
[all...]
H A Dparserutils.php788 global $conf, $config_cascade, $INPUT;
798 $ctime && !$INPUT->bool('purge') &&
H A Dpluginutils.php132 global $ACT,$INPUT,$INFO;
135 if (($ACT == 'admin') && ($page = $INPUT->str('page', '', true)) != '') {
144 $INPUT->remove('page');
H A Dtemplate.php188 global $INPUT;
191 $class = $INPUT->str('page');
236 /** @var Input $INPUT */
237 global $INPUT;
377 if ($conf['useacl'] && $INPUT->server->str('REMOTE_USER')) {
911 /** @var Input $INPUT */
912 global $INPUT;
914 if ($INPUT->server->str('REMOTE_USER')) {
1182 /** @var Input $INPUT */
1183 global $INPUT;
[all...]
H A Dtoolbar.php265 /** @var Input $INPUT */
266 global $INPUT;
270 $sig = str_replace('@USER@', $INPUT->server->str('REMOTE_USER'), $sig);
/dokuwiki/inc/parser/
H A Dcode.php26 global $INPUT;
34 if (strpos($INPUT->server->str('HTTP_USER_AGENT'), 'Windows') !== false) {
38 if ($this->_codeblock == $INPUT->str('codeblock')) {
H A Dxhtml.php658 global $INPUT;
669 if ($INPUT->has('codeblockOffset')) {
670 $offset = $INPUT->str('codeblockOffset');
/dokuwiki/lib/exe/
H A Dajax.php23 global $INPUT;
24 if ($INPUT->has('call')) {
25 $call = $INPUT->filter([Clean::class, 'stripspecials'])->str('call');
H A Dcss.php40 global $INPUT;
42 if ($INPUT->str('s') == 'feed') {
51 $tpl = trim(preg_replace('/[^\w-]+/', '', $INPUT->str('t')));
57 $styleUtil = new StyleUtils($tpl, $INPUT->bool('preview'));
66 if ($INPUT->bool('preview')) {
118 $INPUT->bool('preview') .
H A Ddetail.php9 global $INPUT, $IMG, $ID, $REV, $SRC, $ERROR, $AUTH;
14 $ID = cleanID($INPUT->str('id'));
15 $REV = $INPUT->int('rev');
H A Dfetch.php21 $INPUT = new Input();
29 $CACHE = calc_cache($INPUT->str('cache'));
30 $WIDTH = $INPUT->int('w');
31 $HEIGHT = $INPUT->int('h');
32 $REV = &$INPUT->ref('rev');
19 $INPUT = new \dokuwiki\Input\Input(); global() variable
H A Djs.php41 global $INPUT;
44 $tpl = trim(preg_replace('/[^\w-]+/', '', $INPUT->str('t')));
H A Dmediamanager.php13 global $INPUT;
17 if ($INPUT->str('msg1')) msg(hsc($INPUT->str('msg1')), 1);
18 if ($INPUT->str('err')) msg(hsc($INPUT->str('err')), -1);
22 if ($INPUT->str('delete')) {
23 $DEL = cleanID($INPUT->str('delete'));
26 } elseif ($INPUT->str('edit')) {
27 $IMG = cleanID($INPUT->str('edit'));
29 } elseif ($INPUT
[all...]
/dokuwiki/lib/plugins/acl/
H A Daction.php46 global $INPUT;
62 $ajax = $INPUT->str('ajax');
68 $ns = $INPUT->str('ns');
H A Dadmin.php65 global $INPUT;
71 if ($INPUT->str('ns') == '*') {
74 $this->ns = cleanID($INPUT->str('ns'));
77 if ($INPUT->str('current_ns')) {
78 $this->current_item = ['id' => cleanID($INPUT->str('current_ns')), 'type' => 'd'];
79 } elseif ($INPUT->str('current_id')) {
80 $this->current_item = ['id' => cleanID($INPUT->str('current_id')), 'type' => 'f'];
88 $who = trim($INPUT->str('acl_w'));
89 if ($INPUT->str('acl_t') == '__g__' && $who) {
91 } elseif ($INPUT
[all...]
/dokuwiki/lib/plugins/authad/
H A Daction.php36 global $INPUT;
42 if ($INPUT->str('dom')) {
46 $usr = "$usr@" . $INPUT->str('dom');
48 $INPUT->post->set('u', $usr);
61 global $INPUT;
76 if ($INPUT->has('u')) {
77 $usr = $auth->cleanUser($INPUT->str('u'));
H A Dauth.php79 global $INPUT;
103 if (!empty($INPUT->server->str('REMOTE_USER'))) {
106 $INPUT->server->set(
108 iconv($this->getConf('sso_charset'), 'UTF-8', $INPUT->server->str('REMOTE_USER'))
110 } elseif (!Clean::isUtf8($INPUT->server->str('REMOTE_USER'))) {
111 $INPUT->server->set('REMOTE_USER', utf8_encode($INPUT->server->str('REMOTE_USER')));
116 $INPUT->server->set('REMOTE_USER', $this->cleanUser($INPUT->server->str('REMOTE_USER')));
120 $INPUT
[all...]
/dokuwiki/lib/plugins/config/
H A Dadmin.php40 global $ID, $INPUT;
45 if (!$INPUT->bool('save') || !checkSecurityToken()) {
53 $ok = $this->configuration->updateSettings($INPUT->arr('config'));
/dokuwiki/lib/plugins/extension/
H A Daction.php34 global $INPUT;
48 $ext = $INPUT->str('ext');
59 $act = $INPUT->str('act');
63 if (getSecurityToken() != $INPUT->str('sectok')) {

1234