Home
last modified time | relevance | path

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

1...<<111213

/plugin/farm/
H A Danimalmanager.class.php123 $_POST['new_animal_user_login'] = cleanID($_POST['new_animal_user_login']);
/plugin/cronojob/
H A Dpseudocron.php101 $ID = cleanID($_REQUEST['id']);
/plugin/nstoc/
H A Dsyntax.php171 . ltrim(str_replace(':', '', cleanID($l[1])), '0123456789._-')
546 if ($ns = cleanID($args[0])) {
/plugin/freesync/
H A Dhelper.php286 $id = cleanID($id);
398 $id = cleanID($id);
439 $id = cleanID($id);
519 $id = cleanID($id);
/plugin/hcalendar/syntax/
H A Dhcal_renderer_helper.php91 $dID = cleanID($summary);
/plugin/linkmanager/
H A Dfunctions.php30 $ns = cleanID($NS);
49 $ns = cleanID($ns);
163 $ns = cleanID($ns);
/plugin/nroff/
H A Drenderer.php1040 $title = str_replace(':','',cleanID($title));
/plugin/nsrelation/
H A Dsyntax.php33 $this->rootns = cleanID($this->getConf('nsrelationrootns'));
/plugin/wysiwyg/
H A Dajax.php58 $ID = cleanID($_REQUEST['id']);
72 $ID = cleanID($_REQUEST['id']);
/plugin/snmplive/
H A Dajax.php25 $SNMPip = cleanID($_POST['SNMPip']);
26 $SNMPoid = cleanID($_POST['SNMPoid']);
/plugin/linkmanager/exe/
H A Dajax.php53 $ns = cleanID($_POST['ns']);
H A Dfilemanager.php21 $NS = cleanID($NS);
/plugin/gcalendar/inc/
H A Dgcal_read.php45 $wikipage=cleanID($wikipage);
52 $perm = auth_quickaclcheck(cleanID($wikipage));
296 $subNS[] = substr($page,0,-2).':'.cleanID($file).':*';
/plugin/chat/
H A Dajax.php181 $pageId = cleanID($_POST['pageId']);
204 $pageId = cleanID($_POST['pageId']);
238 $pageId = cleanID($_POST['pageId']);
/plugin/livepreview/
H A Dlivepreview.php12 $ns = cleanID(preg_replace("#^.+?".$_SERVER['HTTP_HOST'].DOKU_BASE."#i","",$ns));

1...<<111213