Home
last modified time | relevance | path

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

123456

/dokuwiki/lib/exe/
H A Dajax.php25 $call = $INPUT->filter([Clean::class, 'stripspecials'])->str('call');
H A Dcss.php42 if ($INPUT->str('s') == 'feed') {
51 $tpl = trim(preg_replace('/[^\w-]+/', '', $INPUT->str('t')));
H A Ddetail.php14 $ID = cleanID($INPUT->str('id'));
H A Dfetch.php29 $CACHE = calc_cache($INPUT->str('cache'));
H A Djs.php44 $tpl = trim(preg_replace('/[^\w-]+/', '', $INPUT->str('t')));
H A Dmediamanager.php17 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->str('img')) {
30 $IMG = cleanID($INPUT->str('im
[all...]
/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...]
H A Dscript.js79 parseatt: function (str) { argument
80 if (str[0] === '?') {
81 str = str.substr(1);
84 var all = str.split('&');
/dokuwiki/lib/plugins/acl/lang/cs/
H A Dhelp.txt
/dokuwiki/lib/plugins/acl/lang/sk/
H A Dhelp.txt
/dokuwiki/lib/plugins/authad/
H A Daction.php42 if ($INPUT->str('dom')) {
46 $usr = "$usr@" . $INPUT->str('dom');
77 $usr = $auth->cleanUser($INPUT->str('u'));
H A Dauth.php103 if (!empty($INPUT->server->str('REMOTE_USER'))) {
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->set('u', $INPUT->server->str('REMOTE_USER'));
142 $domain = $this->getUserDomain($INPUT->server->str('REMOTE_USER'));
163 $INPUT->server->str('REMOTE_USER') == $user &&
276 ($INPUT->server->str('REMOTE_USER') == $user) &&
/dokuwiki/lib/plugins/authad/adLDAP/classes/
H A DadLDAPUtils.php84 * @param string $str
87 public function escapeCharacters($str) { argument
88 $str = str_replace(",", "\,", $str);
89 return $str;
98 * @param string $str The string the parse
102 public function ldapSlashes($str) { argument
109 $str
/dokuwiki/lib/plugins/config/core/Setting/
H A DSettingMulticheckbox.php109 * @param string $str
112 protected function str2array($str)
114 $array = explode(',', $str); argument
H A DSettingSepchar.php13 $str = '_-.';
14 for ($i = 0; $i < strlen($str); $i++) $this->choices[] = $str[$i];
/dokuwiki/lib/plugins/config/lang/cs/
H A Dintro.txt
/dokuwiki/lib/plugins/config/lang/sk/
H A Dintro.txt
/dokuwiki/lib/plugins/extension/
H A Daction.php48 $ext = $INPUT->str('ext');
59 $act = $INPUT->str('act');
63 if (getSecurityToken() != $INPUT->str('sectok')) {
H A Dadmin.php131 } elseif ($INPUT->post->str('installurl') && checkSecurityToken()) {
133 $INPUT->post->str('installurl'),
/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/extension/lang/sk/
H A Dintro_search.txt
/dokuwiki/lib/plugins/logviewer/
H A Dadmin.php33 $this->facility = $INPUT->str('facility');
38 $this->date = $INPUT->str('date');
/dokuwiki/lib/plugins/popularity/
H A Dadmin.php61 $this->sentStatus = $this->helper->sendData($INPUT->str('data'));
114 echo $this->buildForm('browser', $INPUT->str('data'));
/dokuwiki/lib/plugins/popularity/lang/cs/
H A Dintro.txt

123456