Home
last modified time | relevance | path

Searched refs:cleanID (Results 301 – 315 of 315) sorted by path

1...<<111213

/plugin/twistienav/
H A Daction.php68 $idx = cleanID(getNS($part));
99 $idx = cleanID(getNS($crumbId));
155 $idx = cleanID($_POST['idx']);
/plugin/twistienav4bootstrap3/
H A Daction.php67 $idx = cleanID(getNS($part));
98 $idx = cleanID(getNS($crumbId));
154 $idx = cleanID($_POST['idx']);
/plugin/upload/
H A Daction.php58 $NS = cleanID($NS);
/plugin/userhomepage/
H A Daction.php143 … $this->private_ns = cleanID($this->getConf('users_namespace').':'. $this->privateNamespace());
148 …$custom_page_id = cleanID(str_replace('.txt', '', str_replace('/', ':', str_replace('\\', ':', $fi…
182 $this->public_ns = cleanID(getNS($this->public_page));
249 $where = cleanID($this->getConf('users_namespace')).':%USER%:*';
256 $where = cleanID($this->getConf('users_namespace')).':*';
263 $where = cleanID($this->getConf('users_namespace')).':*';
276 $where = cleanID($this->getConf('public_pages_ns')).':%USER%';
311 … $where = cleanID(str_replace(':%NAME%:%START%', '', $this->getConf('public_pages_ns'))).':*';
318 … $where = cleanID(str_replace(':%NAME%:%START%', '', $this->getConf('public_pages_ns'))).':*';
388 $raw_string = cleanID($INFO['userinfo']['name']);
[all …]
H A Dhelper.php18 …$this->private_ns = cleanID($this->getConf('users_namespace').':'.strtolower(substr($this->private…
21 … $this->private_ns = cleanID($this->getConf('users_namespace').':'. $this->privateNamespace());
40 return $this->public_page = cleanID($target);
230 $raw_string = cleanID($INFO['userinfo']['name']);
242 return cleanID($conf['start']);
/plugin/userpagecreate/
H A Daction.php99 $tpl_name = cleanID($t_page['id']);
/plugin/webcode/_test/
H A Ddokuwiki.test.php29 $this->cleanPageId = cleanID(SELF::pageId);
30 $this->cleanWebCodeId = cleanID(SELF::webCodeUniqueId);
/plugin/webdav/core/DAV/Collection/Media/
H A DDirectory.php37 $id = cleanID($this->info['ns'] . ':' . $sanitized_name);
38 $fake_id = cleanID("$id:fake"); //add fake pageid
71 $info['id'] = $this->info['id'] . ':' . cleanID($name);
/plugin/webdav/core/DAV/Collection/Pages/
H A DDirectory.php40 $name = cleanID($this->info['ns'] . ':' . $name . ':fake'); //add fake pageid
68 $id = $this->info['ns'] . ':' . preg_replace('#\.txt$#', '', cleanID($name));
/plugin/wikistats/
H A Dsyntax.php163 $namespace = cleanID(preg_replace('/^[+-]/', '', $namespace));
/plugin/wysiwyg/
H A Dajax.php58 $ID = cleanID($_REQUEST['id']);
72 $ID = cleanID($_REQUEST['id']);
/plugin/xfortune/
H A Dsyntax.php52 $data['cookie'] = cleanID($cookie);
/plugin/xml/
H A Drenderer.php69 …$this->doc .= '<document domain="' . DOKU_URL .'" id="' . cleanID($ID) . '" revision="' . $INFO['r…
/plugin/xslfo/
H A Daction.php241 $filename = rawurlencode(cleanID(strtr($title, ':/;"', ' ')));
/plugin/yuriigantt/src/
H A DJsonRequest.php143 if (!(auth_quickaclcheck(cleanID($this->payload->pageId)) & self::PERMISSIONS)) {

1...<<111213