Home
last modified time | relevance | path

Searched refs:cleanID (Results 251 – 275 of 315) sorted by last modified time

1...<<111213

/plugin/authldaplocal/
H A Dauth.php564 return cleanID(str_replace(':', $conf['sepchar'], $user));
575 return cleanID(str_replace(':', $conf['sepchar'], $group));
/plugin/labeled/
H A Dhelper.php265 $ns = cleanID($ns);
/plugin/panoview/
H A Dtiles.php23 $data['id'] = cleanID($_GET['image']);
/plugin/alphaindex/
H A Dsyntax.php105 $alpha_data = str_replace('{{ns}}', cleanID($data[0]), $alpha_data);
187 $ns = cleanID($ns);
/plugin/upload/
H A Daction.php58 $NS = cleanID($NS);
/plugin/mediasyntax/
H A Daction.php93 $event->data->addHidden('redirect_id', cleanID($_REQUEST['redirect_id']));
104 $event->data['id'] = cleanID($_REQUEST['redirect_id']);
171 $page = cleanID($this->helper->_apply_macro($page));
H A Dhelper.php182 $ns = str_replace(':', '/', cleanID($ins[$i][1][1][1]));
230 $page = cleanID($this->_apply_macro($ins[$i][1][1][1]));
549 if (cleanID($ins[$i][1][0]) == $sect) {
604 '@USER@' => cleanID($user),
605 '@NAME@' => cleanID($INFO['userinfo']['name']),
606 '@GROUP@' => cleanID($group),
/plugin/mediasyntax/syntax/
H A Dinclude.php41 return array($mode, $page, cleanID($sect), explode('&', $flags));
/plugin/editx/
H A Daction.php48 $opts['oldpage'] = cleanID($_REQUEST['oldpage']);
49 $opts['newpage'] = cleanID($_REQUEST['newpage']);
56 $opts['oldpage'] = cleanID($_REQUEST['oldpage']);
/plugin/log404/
H A Dhelper.php70 $page = cleanID($id);
/plugin/odp/
H A Drenderer.php1232 $title = str_replace(':','',cleanID($title));
/plugin/nslist/
H A Dsyntax.php66 $ns = cleanID($ns);
/plugin/pagestat/
H A Dremote.php59 $id = cleanID($id);
62 $id = cleanID($conf['start']);
/plugin/components/ajax/
H A Dexample.php34 $id = cleanID($params['id']);
40 $id = cleanID($params['id']);
/plugin/dokutranslate/
H A Dajax.php45 $ns = cleanID($ns);
H A Dadmin.php63 $this->ns = cleanID($_REQUEST['ns']);
/plugin/imagemap/
H A Dsyntax.php41 $mapname = str_replace(':','',cleanID($img['title']));
52 $mapname = str_replace(':','',cleanID($src['host'].$src['path'].$src['query']));
/plugin/explorertree/
H A Dhelper.php106 $dir = strtr(cleanID($folder),':','/');
/plugin/html2pdf/snorriheim/
H A Dtpl_functions.php118 $svID = cleanID($ID);
197 print p_index_xhtml(cleanID($svID));
287 $ns = cleanID($ns);
/plugin/redirect2/
H A Dsyntax.php54 $page = cleanID($page);
H A Dhelper.php72 $ptn = $head . cleanID($token[0]) . $tail;
/plugin/permissioninfo/
H A Dadmin.php98 $id = cleanID($this->getLang('menu'));
150 $id = cleanID($head);
403 $nid = str_replace('%GROUP%',cleanID($grp),$id);
/plugin/pagemod/helper/
H A Dpagemod.php43 $template_section_id = cleanID(array_shift($argv));
/plugin/dokumicrobugtracker/
H A Dedit.php50 function metaFN2($id,$ext){ global $conf; $id = cleanID($id); $id = str_replace(':','/',$i…
H A Dsyntax.php12 function metaFN2($id,$ext){ global $conf; $id = cleanID($id); $id = str_replace(':','/',$i…

1...<<111213