Home
last modified time | relevance | path

Searched refs:str (Results 101 – 125 of 145) sorted by relevance

123456

/dokuwiki/lib/plugins/logviewer/
H A Dadmin.php33 $this->facility = $INPUT->str('facility');
38 $this->date = $INPUT->str('date');
/dokuwiki/lib/plugins/extension/
H A Dadmin.php131 } elseif ($INPUT->post->str('installurl') && checkSecurityToken()) {
133 $INPUT->post->str('installurl'),
/dokuwiki/inc/
H A Dtoolbar.php270 $sig = str_replace('@USER@', $INPUT->server->str('REMOTE_USER'), $sig);
H A Dpluginutils.php135 if (($ACT == 'admin') && ($page = $INPUT->str('page', '', true)) != '') {
H A Dmail.php57 $replace['@USER@'] = $INPUT->server->str('REMOTE_USER', 'noreply', true);
H A Dtemplate.php191 $class = $INPUT->str('page');
377 if ($conf['useacl'] && $INPUT->server->str('REMOTE_USER')) {
914 if ($INPUT->server->str('REMOTE_USER')) {
1207 $url = ml($IMG, ['cache' => $INPUT->str('cache'), 'rev' => $REV], true, '&');
1208 $src = ml($IMG, ['cache' => $INPUT->str('cache'), 'rev' => $REV, 'w' => $w, 'h' => $h], true, '&');
1422 $do = $INPUT->extract('do')->str('do');
1446 media_searchlist($INPUT->str('q'), $NS, $AUTH);
1472 $opened_tab = $INPUT->str('tab_files');
1474 if ($INPUT->str('mediado') == 'update') $opened_tab = 'upload';
1526 $do = $INPUT->str('mediad
[all...]
H A Dchangelog.php75 $user = ($flagExternalEdit) ? '' : $INPUT->server->str('REMOTE_USER');
133 $user = ($flagExternalEdit) ? '' : $INPUT->server->str('REMOTE_USER');
H A DMailer.class.php64 $this->setHeader('X-DokuWiki-User', $INPUT->server->str('REMOTE_USER'));
667 'BROWSER' => $INPUT->server->str('HTTP_USER_AGENT'),
672 'USER' => $INPUT->server->str('REMOTE_USER'),
686 'BROWSER' => hsc($INPUT->server->str('HTTP_USER_AGENT')),
691 'USER' => hsc($INPUT->server->str('REMOTE_USER')),
H A Dmedia.php314 $id = $INPUT->get->str('qqfile');
331 ($INPUT->get->str('ow') == 'true'),
362 $id = $INPUT->post->str('mediaid');
853 $form->setHiddenField('q', $INPUT->str('q'));
921 if (in_array($INPUT->str($param), $values)) {
923 return $INPUT->str($param);
988 $do = $INPUT->str('mediado');
989 $query = $INPUT->str('q');
1058 $do = $INPUT->str('mediado');
1513 if ($INPUT->has($x)) $gets[$x] = $INPUT->str(
[all...]
H A DDifferenceEngine.php875 * Base class requires $str to be returned WITHOUT escaping.
877 * @param $str string Text string to escape
880 function _escape($str){ argument
881 return $str;
999 function _escape($str){ argument
1000 return hsc($str);
1225 function _escape($str) { argument
1226 return hsc($str);
1309 function _escape($str) { argument
1310 return hsc($str);
[all...]
/dokuwiki/inc/Ui/
H A DLogin.php54 ->val(($INPUT->bool('http_credentials')) ? '' : $INPUT->str('u'));
H A DUserResendPwd.php27 $token = preg_replace('/[^a-f0-9]+/', '', $INPUT->str('pwauth'));
H A DSearch.php74 $searchForm->setHiddenField('min', $INPUT->str('min'));
77 $searchForm->setHiddenField('max', $INPUT->str('max'));
80 $searchForm->setHiddenField('srt', $INPUT->str('srt'));
114 if ($INPUT->str('srt') === 'mtime') {
406 if ($INPUT->str('min') === $option['after']) {
/dokuwiki/inc/Subscriptions/
H A DBulkSubscriptionSender.php43 $olduser = $INPUT->server->str('REMOTE_USER');
89 ($INPUT->server->str('REMOTE_USER') === $rev['user'] ||
H A DSubscriberManager.php125 $user = $INPUT->server->str('REMOTE_USER');
263 if (!$self && $user == $INPUT->server->str('REMOTE_USER')) {
/dokuwiki/lib/exe/
H A Dfetch.php29 $CACHE = calc_cache($INPUT->str('cache'));
/dokuwiki/vendor/simplepie/simplepie/src/
H A DMisc.php1933 * @param string $str The input string.
1936 public static function parse_str($str) argument
1939 $str = explode('&', $str);
1941 foreach ($str as $section) {
2164 public static function silence_errors($num, $str) argument
/dokuwiki/lib/scripts/
H A Dtoolbar.js275 function fixtxt(str){ argument
276 return str.replace(/\\n/g,"\n");
/dokuwiki/lib/plugins/popularity/lang/cs/
H A Dintro.txt
/dokuwiki/inc/Form/
H A DInputElement.php131 $value = $INPUT->str($name);
/dokuwiki/lib/plugins/usermanager/
H A Dadmin.php782 $olduser = $this->auth->cleanUser(preg_replace('/.*[:\/]/', '', $INPUT->str('userid_old')));
910 $user[0] = ($clean) ? $auth->cleanUser($INPUT->str('userid')) : $INPUT->str('userid');
911 $user[1] = $INPUT->str('userpass');
912 $user[2] = $INPUT->str('username');
913 $user[3] = $INPUT->str('usermail');
914 $user[4] = explode(',', $INPUT->str('usergroups'));
915 $user[5] = $INPUT->str('userpass2'); // repeated password for confirmation
/dokuwiki/lib/plugins/popularity/lang/sk/
H A Dintro.txt
/dokuwiki/lib/plugins/styling/
H A Dadmin.php38 $run = $INPUT->extract('run')->str('run');
/dokuwiki/inc/File/
H A DPageFile.php129 $is_minor_change = ($minor && $conf['useacl'] && $INPUT->server->str('REMOTE_USER'));
204 'user' => $INPUT->server->str('REMOTE_USER'),
/dokuwiki/
H A Dfeed.php40 $INPUT->server->str('REMOTE_USER'),
41 $INPUT->server->str('HTTP_HOST'),
42 $INPUT->server->str('SERVER_PORT')

123456