Home
last modified time | relevance | path

Searched refs:str (Results 51 – 75 of 145) sorted by relevance

123456

/dokuwiki/inc/Ui/
H A DSearchState.php23 $this->parsedQuery['after'] = $INPUT->str('min');
26 $this->parsedQuery['before'] = $INPUT->str('max');
29 $this->parsedQuery['sort'] = $INPUT->str('srt');
H A DUserProfile.php32 'name' => $INPUT->post->str('fullname', $INFO['userinfo']['name'], true),
33 'mail' => $INPUT->post->str('email', $INFO['userinfo']['mail'], true),
/dokuwiki/inc/lang/sk/
H A Dsubscr_form.txt
H A Dindex.txt
H A Dread.txt
H A Dlocked.txt
H A Drevisions.txt
/dokuwiki/inc/lang/cs/
H A Ddiff.txt
H A Dindex.txt
H A Drevisions.txt
H A Dlocked.txt
H A Dread.txt
/dokuwiki/lib/plugins/acl/
H A Daction.php62 $ajax = $INPUT->str('ajax');
68 $ns = $INPUT->str('ns');
H A Dadmin.php71 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->str('acl_t') == '__u__' && $who) {
97 $INPUT->str('acl_
[all...]
/dokuwiki/lib/exe/
H A Dajax.php25 $call = $INPUT->filter([Clean::class, 'stripspecials'])->str('call');
/dokuwiki/inc/
H A DDraft.php84 'prefix' => substr($INPUT->post->str('prefix'), 0, -1),
85 'text' => $INPUT->post->str('wikitext'),
86 'suffix' => $INPUT->post->str('suffix'),
H A Dcommon.php111 $user = $INPUT->server->str('REMOTE_USER');
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');
178 $info['client'] = $INPUT->server->str('REMOTE_USER');
189 $info['userinfo']['name'] = $INPUT->server->str('REMOTE_USER');
480 strpos($INPUT->server->str('SERVER_SOFTWARE'), 'Microsoft-IIS') === false
765 $data['userinfo']['ip'] = $INPUT->server->str('REMOTE_ADDR');
766 if ($INPUT->server->str('REMOTE_USER')) {
767 $data['userinfo']['user'] = $INPUT->server->str('REMOTE_USER');
799 $ip[] = $INPUT->server->str('REMOTE_ADD
[all...]
/dokuwiki/inc/Action/
H A DDiff.php29 $difftype = $INPUT->str('difftype');
H A DAdmin.php29 if ($INPUT->str('page', '', true) != '') {
H A DRecent.php29 $show_changes = $INPUT->str('show_changes');
H A DDenied.php33 if (empty($INPUT->server->str('REMOTE_USER')) && actionOK('login')) {
/dokuwiki/inc/Menu/Item/
H A DRevert.php20 if (!$REV || !$INFO['writable'] || $INPUT->server->str('REMOTE_USER') === '') {
/dokuwiki/lib/plugins/extension/helper/
H A Dgui.php31 $this->infoFor = $INPUT->str('info');
113 ->val($INPUT->str('q'));
123 $result = $repository->search($INPUT->str('q'));
211 $tab = $INPUT->str('tab', 'plugins', true);
236 if ($tab == 'search') $defaults['q'] = $INPUT->str('q');
/dokuwiki/lib/plugins/revert/
H A Dadmin.php61 $this->revertEdits($INPUT->arr('revert'), $INPUT->str('filter'));
63 $this->listEdits($INPUT->str('filter'));
75 echo '<input type="text" name="filter" class="edit" value="' . hsc($INPUT->str('filter')) . '" /> ';
/dokuwiki/lib/plugins/config/lang/sk/
H A Dintro.txt

123456