Home
last modified time | relevance | path

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

1...<<111213

/plugin/combo/ComboStrap/
H A DMarkupRef.php415 $cleanPath = cleanID($wikiPath);
H A DWikiPath.php549 $path = cleanID($path);
/plugin/ckgdoku/fckeditor/editor/filemanager/connectors/php/
H A Dcommands.php404 $sFileName = cleanID($sFileName,false,$media);
/plugin/etherpadlite/action/
H A Detherpadlite.php114 $ID = cleanID($_POST['id']);
/plugin/discussion/
H A Daction.php1447 $ns = cleanID($_REQUEST['ns']);
1450 $ID = ($ns ? $ns.':' : '').cleanID($title);
/plugin/data-au/syntax/
H A Dtable.php184 $dataau['page'] = cleanID($line[1]);
/plugin/data/syntax/
H A Dtable.php193 $data['page'] = cleanID($line[1]);
/plugin/sqlraw/
H A Dsyntax.php300 $opt['file'] = cleanID($url);
/plugin/xml/
H A Drenderer.php69 …$this->doc .= '<document domain="' . DOKU_URL .'" id="' . cleanID($ID) . '" revision="' . $INFO['r…
/plugin/farm/
H A Danimalmanager.class.php123 $_POST['new_animal_user_login'] = cleanID($_POST['new_animal_user_login']);
/plugin/nroff/
H A Drenderer.php1040 $title = str_replace(':','',cleanID($title));
/plugin/catlist/
H A Dsyntax.php466 $data['ns'] = getNS(cleanID(getID())); // update namespace to the one currently displayed
/plugin/odp/
H A Drenderer.php1232 $title = str_replace(':','',cleanID($title));
/plugin/odt/ODT/
H A DODTDocument.php611 $title = str_replace(':','',cleanID($title));
/plugin/phpipam/
H A Dsyntax.php2222 $item['link'] = wl(cleanID(preg_replace('/^\[\[([^]|]+).*/',

1...<<111213