Home
last modified time | relevance | path

Searched refs:INPUT (Results 26 – 50 of 83) sorted by relevance

1234

/dokuwiki/lib/exe/
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
/dokuwiki/inc/Menu/Item/
H A DRevert.php17 global $INPUT;
20 if (!$REV || !$INFO['writable'] || $INPUT->server->str('REMOTE_USER') === '') {
H A DLogin.php15 global $INPUT;
20 if ($INPUT->server->has('REMOTE_USER')) {
/dokuwiki/lib/plugins/extension/helper/
H A Dgui.php30 global $INPUT;
31 $this->infoFor = $INPUT->str('info');
101 global $INPUT;
113 ->val($INPUT->str('q'));
119 if (!$INPUT->bool('q')) return;
123 $result = $repository->search($INPUT->str('q'));
209 global $INPUT;
211 $tab = $INPUT->str('tab', 'plugins', true);
228 global $INPUT;
236 if ($tab == 'search') $defaults['q'] = $INPUT
[all...]
/dokuwiki/inc/Action/
H A DAdmin.php26 global $INPUT;
29 if ($INPUT->str('page', '', true) != '') {
H A DDenied.php32 global $INPUT;
33 if (empty($INPUT->server->str('REMOTE_USER')) && actionOK('login')) {
H A DLogout.php38 global $INPUT;
44 if ($lockedby == $INPUT->server->str('REMOTE_USER')) {
H A DSave.php41 global $INPUT;
58 saveWikiText($ID, con($PRE, $TEXT, $SUF, true), $SUM, $INPUT->bool('minor')); //use pretty mode for con
/dokuwiki/lib/plugins/extension/
H A Dadmin.php52 global $INPUT;
57 if (!$repository->hasAccess(!$INPUT->bool('purge'))) {
71 if ($INPUT->post->has('fn') && checkSecurityToken()) {
72 $actions = $INPUT->post->arr('fn');
131 } elseif ($INPUT->post->str('installurl') && checkSecurityToken()) {
133 $INPUT->post->str('installurl'),
134 $INPUT->post->bool('overwrite')
144 $installed = $extension->installFromUpload('installfile', $INPUT->post->bool('overwrite'));
/dokuwiki/inc/Cache/
H A DCacheParser.php22 global $INPUT;
31 parent::__construct($file . $INPUT->server->str('HTTP_HOST') . $INPUT->server->str('SERVER_PORT'), '.' . $mode);
/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')) {
/dokuwiki/inc/Ui/
H A DSubscribe.php23 global $INPUT;
91 $value = (array_key_exists($INPUT->post->str('sub_target'), $targets)) ?
92 $INPUT->str('sub_target') : key($targets);
101 $value = (array_key_exists($INPUT->post->str('sub_style'), $styles)) ?
102 $INPUT->str('sub_style') : key($styles);
H A DUserRegister.php25 global $INPUT;
42 ->val($INPUT->post->str('login'));
56 ->val($INPUT->post->str('fullname'));
61 ->val($INPUT->post->str('email'));
H A DSearchState.php19 global $INPUT;
23 $this->parsedQuery['after'] = $INPUT->str('min');
26 $this->parsedQuery['before'] = $INPUT->str('max');
29 $this->parsedQuery['sort'] = $INPUT->str('srt');
H A DDiff.php95 global $INPUT;
98 if ($INPUT->has('rev')) {
99 $this->rev1 = $INPUT->int('rev');
108 $revs = $INPUT->arr('rev2', []);
H A DLogin.php40 global $INPUT;
54 ->val(($INPUT->bool('http_credentials')) ? '' : $INPUT->str('u'));
/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/inc/Action/Exception/
H A DActionException.php35 global $INPUT;
38 if (strtolower($INPUT->server->str('REQUEST_METHOD')) == 'post') {
/dokuwiki/inc/
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 Dcommon.php108 /** @var Input $INPUT */
109 global $INPUT;
111 $user = $INPUT->server->str('REMOTE_USER');
127 /** @var Input $INPUT */
128 global $INPUT;
129 if (!$INPUT->server->str('REMOTE_USER')) return true; // no logged in user, no need for a check
131 if (is_null($token)) $token = $INPUT->str('sectok');
168 /* @var Input $INPUT */
169 global $INPUT;
175 if ($INPUT
[all...]
H A Dpluginutils.php132 global $ACT,$INPUT,$INFO;
135 if (($ACT == 'admin') && ($page = $INPUT->str('page', '', true)) != '') {
144 $INPUT->remove('page');
/dokuwiki/lib/plugins/styling/
H A Daction.php37 global $INPUT;
38 if ($ACT != 'admin' || $INPUT->str('page') != 'styling') return;
/dokuwiki/inc/Form/
H A DInputElement.php52 * The default is true. Any set values will be overwritten by the INPUT
91 * Figures out how to access the value for this field from INPUT data
125 global $INPUT;
128 if (!$INPUT->has($name)) return;
131 $value = $INPUT->str($name);
133 $value = $INPUT->arr($name);

1234