Home
last modified time | relevance | path

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

12345678910>>...13

/plugin/epub/scripts/
H A Dcheck_progess.php24 if($user) $user=cleanID($user);
/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/freesync/
H A Dhelper.php286 $id = cleanID($id);
398 $id = cleanID($id);
439 $id = cleanID($id);
519 $id = cleanID($id);
/plugin/dokutranslate/
H A Dajax.php45 $ns = cleanID($ns);
/plugin/pagetitle/syntax/
H A Dbreadcrumb.php66 $id = cleanID($data[0]) ?: $ID;
/plugin/doi/Resolver/
H A DAbstractResolver.php51 abstract public function cleanID($id); function in dokuwiki\\plugin\\doi\\Resolver\\AbstractResolver
/plugin/infomail/
H A Dhelper.php40 $lid = cleanID("wiki:infomail:list_$list");
H A Dadmin.php15 … $newlist = cleanID(":wiki:infomail:list_" . $INPUT->filter('trim')->str('infomail_simple_new'));
/plugin/jquotes/
H A Dsyntax.php53 $data['cookie'] = cleanID($cookie);
/plugin/tindexmenu/inc/
H A Drepo.class.php13 $file=cleanID($file);
/plugin/feedback/
H A Dadmin.php40 if($ns != '*') $ns = cleanID($ns);
/plugin/linkmanager/exe/
H A Dajax.php53 $ns = cleanID($_POST['ns']);
/plugin/remotelistnamespace/
H A Dremote.php27 $ns = cleanID($ns);
/plugin/indexmenu/inc/
H A Drepo.class.php18 $file = cleanID($file);
/plugin/preservefilenames/
H A Daction_angua.php184 $NS = cleanID($_POST['ns']);
209 if ($_REQUEST['image']) $image = cleanID($_REQUEST['image']);
306 $ns = cleanID($ns);
/plugin/talkpage/
H A Dsyntax.php61 $talkns = cleanID($this->getConf('talkns'));
/plugin/fckg/fckeditor/editor/dialog/
H A Dget_headers.php34 $resp .= cleanID($matches[1]). $suffix_anchor . "@@" ;
/plugin/pagestat/
H A Dremote.php59 $id = cleanID($id);
62 $id = cleanID($conf['start']);
/plugin/imageflow/syntax/
H A Dimageflow.php88 $data['linkto'] = cleanID($params['linkto']);
135 $dir = str_replace(':','/',cleanID($id));
/plugin/blog/syntax/
H A Dblog.php40 if ($ns == '') $ns = cleanID($this->getConf('namespace'));
43 else $ns = cleanID($ns);
/plugin/const/
H A Daction.php83 $item[1] = noNS(cleanID(getID()));
86 $item[1] = getNS(cleanID(getID()));
/plugin/addnewpage/
H A Dsyntax.php136 return cleanID(str_replace('@PAGE@', $ID, $ns));
142 return cleanID($ns);
/plugin/quicksubscribe/
H A Daction.php31 $ns = cleanID($INPUT->str('ns')) . ':'; // we only handle namespaces
/plugin/siteexport/exe/
H A Dsiteexportmanager.php20 $NS = cleanID($INPUT->str('ns'));
/plugin/include/
H A Dhelper.php700 $page = cleanID($page);
854 return cleanID($result);
921 '@USER@' => cleanID($user),
922 '@NAME@' => cleanID($name),
923 '@GROUP@' => cleanID($group),

12345678910>>...13