Home
last modified time | relevance | path

Searched refs:cleanID (Results 126 – 150 of 315) sorted by relevance

12345678910>>...13

/plugin/blogtng/helper/
H A Dtools.php38 return cleanID($out);
/plugin/redirect2/
H A Dsyntax.php54 $page = cleanID($page);
H A Dhelper.php72 $ptn = $head . cleanID($token[0]) . $tail;
/plugin/task/syntax/
H A Dtaskform.php37 else $ns = cleanID($ns);
/plugin/move/script/
H A Dtree.js74 * Very simplistic cleanID() in JavaScript
80 var cleanID = function (id) { function
200 newname = cleanID(newname);
212 newname = cleanID(newname);
/plugin/starred/
H A Daction.php45 $ID = cleanID($INPUT->str('id'));
/plugin/datasearchform/
H A Dsyntax.php66 $options['filter'] = cleanID($value);
/plugin/reflect/
H A Dsyntax.php60 if ( !empty($data['link']) ) { $output .= '[[' . cleanID($data['link']) . '|'; }
/plugin/upload/
H A Daction.php58 $NS = cleanID($NS);
/plugin/ckgdoku/ckeditor/
H A Dget_headers.php45 $resp .= cleanID($matches[1]). $suffix_anchor . "@@" ;
/plugin/sidebarng/
H A Daction.php174 … if(@page_exists($group_sb) && auth_quickaclcheck(cleanID($group_sb)) >= AUTH_READ) {
183 … if(@page_exists($group_sb) && auth_quickaclcheck(cleanID($group_sb)) >= AUTH_READ) {
/plugin/fckg/fckeditor/editor/filemanager/connectors/php/
H A Dcheck_acl.php190 function cleanID($raw_id,$ascii=false,$media=false){ function
265 $id = str_replace('%USER%',cleanID($_SERVER['REMOTE_USER']),$id);
/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/blog/syntax/
H A Darchive.php47 if ($ns == '') $ns = cleanID($this->getConf('namespace'));
50 else $ns = cleanID($ns);
/plugin/navi/
H A Dsyntax.php49 $list = $this->parseNavigationControlPage(cleanID($id));
251 if (auth_quickaclcheck(cleanID($info['page'])) < AUTH_READ) {
/plugin/templater/
H A Dsyntax.php113 $section = cleanID($wikipage[1]);
239 if (cleanID($instruction[1][0]) == $title) {
/plugin/bookcreator/syntax/
H A Dexportsaved.php67 $savedSelectionPageid = cleanID($ns . ":" . $savedSelectionPage);
/plugin/confsearch/
H A Dsyntax.php37 return getNS(cleanID($id));
/plugin/nsexport/action/
H A Dexport.php73 $id = cleanID($ns . $page['id']);
/plugin/ckgedit/ckeditor/
H A Dget_headers.php53 $resp .= cleanID($matches[1]). $suffix_anchor . "@@" ;
/plugin/elasticsearch/helper/
H A Dacl.php27 $id = cleanID($id);
/plugin/linkfix/
H A Dadmin.php29 $this->searchin = cleanID($INPUT->str('searchin'));
185 if(($link != $newlink) && ($full != cleanID($newlink))) {
/plugin/ckgdoku/fckeditor/editor/filemanager/connectors/php/
H A Dcheck_acl.php221 function cleanID($raw_id,$ascii=false,$media=false){ function
296 $id = str_replace('%USER%',cleanID($_SERVER['REMOTE_USER']),$id);
/plugin/alphaindex/
H A Dsyntax.php105 $alpha_data = str_replace('{{ns}}', cleanID($data[0]), $alpha_data);
187 $ns = cleanID($ns);
/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);

12345678910>>...13