Home
last modified time | relevance | path

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

12345678910>>...13

/plugin/blog/syntax/
H A Dblog.php40 if ($ns == '') $ns = cleanID($this->getConf('namespace'));
43 else $ns = cleanID($ns);
H A Darchive.php47 if ($ns == '') $ns = cleanID($this->getConf('namespace'));
50 else $ns = cleanID($ns);
/plugin/grouphome/
H A Daction.php43 $page = cleanID(sprintf($pages,$grp));
/plugin/simplenavi/
H A Dsyntax.php61 $ns = cleanID($ns);
/plugin/tplinc/
H A Dhelper.php83 $id = cleanID($id);
168 $ans = ':' . cleanID($pattern) . ':';
182 if (cleanID($pattern) == $id) {
/plugin/advanced/admin/
H A Dimport.php123 $wiki_page = cleanID("$ns:$wiki_page");
/plugin/linksuggest/
H A Daction.php72 $entered_page = cleanID(noNS($q)); //page part of entered string
190 $entered_media = cleanID(noNS($q)); //page part of entered string
/plugin/pageredirect/
H A Daction.php175 $page = cleanID($ID);
/plugin/elasticsearch/helper/
H A Dacl.php27 $id = cleanID($id);
/plugin/achart/
H A Dsyntax.php107 $file = cleanID($file);
/plugin/snippets/
H A Daction.php109 $page = cleanID($file);
260 $id = cleanID($_REQUEST['id']);
289 …$curpage = cleanID($_REQUEST['curpage']); // $curpage is page into which snippet is being insert…
/plugin/ckgedit/action/
H A Dsave.php396 $filename = cleanID($filename);
/plugin/ckgedit/ckeditor/
H A Dget_headers.php53 $resp .= cleanID($matches[1]). $suffix_anchor . "@@" ;
/plugin/ckgedit/fckeditor/editor/filemanager/connectors/php/
H A Dcheck_acl.php221 function cleanID($raw_id,$ascii=false,$media=false){ function
297 $id = str_replace('%USER%',cleanID($_SERVER['REMOTE_USER']),$id);
H A Dcommands.php403 $sFileName = cleanID($sFileName,false,$media);
537 $_FILES['NewFile']['name'] = cleanID(str_replace('&','_', $_FILES['NewFile']['name']));
/plugin/epub/scripts/
H A Depub_utils.php417 $user= cleanID(rawurldecode($_POST['client'])). '/';
420 $book_id = cleanID(rawurldecode($_POST['book_page']));
476 $epub_id = cleanID("epub:$user:$epub_file");
478 $id = cleanID(rawurldecode($_POST['book_page']));
684 if($user) $user=cleanID($user);
703 $id= cleanID(rawurldecode($id));
H A Dcheck_progess.php24 if($user) $user=cleanID($user);
H A Debook.php34 $ID = cleanID($id);
/plugin/tagfilter/syntax/
H A Dfilter.php118 $ns = cleanID($ns);
/plugin/html5video2/syntax/
H A Dvideo.php97 $poster = cleanID($p);
/plugin/bootswrapper/exe/
H A Dpopup.php53 $NS = cleanID($INPUT->str('ns'));
100 …echo '<link href="' . tpl_basedir() . 'css.php?id='. cleanID("$NS:start") .'" rel="stylesheet" />';
/plugin/discussion/
H A Daction.php1447 $ns = cleanID($_REQUEST['ns']);
1450 $ID = ($ns ? $ns.':' : '').cleanID($title);
/plugin/discussion/syntax/
H A Dthreads.php83 else $ns = cleanID($ns);
/plugin/changes/
H A Dsyntax.php164 $namespace = cleanID(preg_replace('/^[+-]/', '', $namespace));
/plugin/publish/
H A Dsyntax.php60 $namespace = cleanID(getNS($namespace . ":*"));

12345678910>>...13