Home
last modified time | relevance | path

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

12345678910>>...13

/plugin/log/
H A Dajax.php8 $ID = cleanID($_POST['id']);
/plugin/sync/
H A Ddiff.php19 $id = cleanID($_REQUEST['id']);
/plugin/struct/
H A Dhelper.php50 $page = cleanID($page);
96 $page = cleanID($page);
/plugin/fetchmedia/action/
H A Dajax.php101 $id = getNS(cleanID($pageId)) . ':' . $fn;
224 $basedir = dirname(wikiFN(cleanID($namespace) . ':start'));
239 $pagename = cleanID($namespace) . ':' . $page['id'];
/plugin/indexmenu/
H A Daction.php247 $subnss = [[cleanID($subnss), 1]];
364 $id = cleanID($id);
433 $id = cleanID($INPUT->str('id'));
/plugin/linkmanager/exe/
H A Dfilemanager.php21 $NS = cleanID($NS);
/plugin/searchformgoto/
H A Dhelper.php34 print '<input type="hidden" name="current_ns" value="'.cleanID(getNS($ID)).'" />';
/plugin/task/
H A Daction.php47 $ns = cleanID($_REQUEST['ns']);
50 $ID = ($ns ? $ns.':' : '').cleanID($title);
H A Dics.php24 $filename = str_replace(':', '/', cleanID($id)) . '.ics';
/plugin/preservefilenames/
H A Daction_anteater.php292 $pageid = cleanID($filename);
325 $pageid = cleanID($filename);
388 $ns = cleanID($_POST['ns']);
/plugin/permissioninfo/
H A Dadmin.php98 $id = cleanID($this->getLang('menu'));
150 $id = cleanID($head);
403 $nid = str_replace('%GROUP%',cleanID($grp),$id);
/plugin/include/
H A Daction.php183 $event->data->setHiddenField('redirect_id', cleanID($_REQUEST['redirect_id']));
186 $event->data->addHidden('redirect_id', cleanID($_REQUEST['redirect_id']));
202 $event->data['id'] = cleanID($_REQUEST['redirect_id']);
/plugin/top/
H A Daction.php43 $page = cleanID($INPUT->str('page'));
/plugin/archiveupload/
H A Daction.php222 $fn_new = str_replace(':', '/', cleanID($fn_new));
262 $id = cleanID(str_replace('/',':',$reldir.'/'.$fn_new));
/plugin/blog/syntax/
H A Dautoarchive.php31 if ($ns == '') $ns = cleanID($this->getConf('namespace'));
34 else $ns = cleanID($ns);
/plugin/datasearchform/
H A Daction.php65 $ns = cleanID($INPUT->str('ns'));
/plugin/mediasyntax/syntax/
H A Dinclude.php41 return array($mode, $page, cleanID($sect), explode('&', $flags));
/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/grouphome/
H A Daction.php43 $page = cleanID(sprintf($pages,$grp));
/plugin/meta/
H A Dsyntax.php92 … $renderer->meta[$key][$subkey][cleanID($subvalue)] = @file_exists(mediaFN($subvalue));
100 … $renderer->meta[$key][$subkey][cleanID($subvalue)] = page_exists($subvalue);
/plugin/qc/action/
H A Dajax.php40 $id = cleanID($INPUT->str('id'));
/plugin/move/action/
H A Dtree.php47 $ns = cleanID($INPUT->str('ns'));
/plugin/pageimage/
H A Dsyntax.php33 $image = cleanID($image);
/plugin/autlogin/
H A Dajax.php38 $ns = cleanID($ns);
/plugin/xfortune/
H A Dsyntax.php52 $data['cookie'] = cleanID($cookie);

12345678910>>...13