Home
last modified time | relevance | path

Searched refs:cleanID (Results 251 – 275 of 315) sorted by relevance

1...<<111213

/plugin/epub/scripts/
H A Debook.php34 $ID = cleanID($id);
/plugin/pageredirect/
H A Daction.php175 $page = cleanID($ID);
/plugin/clearhistory/
H A Dadmin.php42 $_GET['ns'] = cleanID($_GET['ns']);
/plugin/structpublish/meta/
H A DAssignments.php226 $page = cleanID($page);
/plugin/medialist/
H A Dhelper.php261 $id = cleanID($node[1][0]);
/plugin/tcycle/
H A Dsyntax.php45 $namespace = str_replace(':', '/', getNS(cleanID(getID())));
/plugin/gemini/
H A Dcli.php208 $id = cleanID(str_replace('/', ':', $path));
/plugin/struct/meta/
H A DConfigParser.php121 $this->config['target'] = cleanID($val);
/plugin/fckg/fckeditor/editor/filemanager/connectors/php/
H A Dcommands.php405 return cleanID($sFileName,false,$media);
407 $sFileName = cleanID(dwiki_decodeFN($sFileName),false,$media);
/plugin/farmsync/meta/
H A DFarmSyncUtil.php208 unset($cache_wikifn[str_replace(':', '/', $clean ? cleanID($document) : $document)]);
210 unset($cache_wikifn[str_replace(':', '/', $clean ? cleanID($document) : $document)]);
/plugin/labeled/
H A Dhelper.php265 $ns = cleanID($ns);
/plugin/schedule/syntax/
H A Dblock.php85 $ns = cleanID ($ns);
/plugin/dokutranslate/
H A Dadmin.php63 $this->ns = cleanID($_REQUEST['ns']);
/plugin/textinsert/
H A Dsyntax.php209 $page = cleanID($file) ;
/plugin/newpagetemplate/
H A Dhelper.php106 $page = cleanID($file);
/plugin/tag/syntax/
H A Dsearchtags.php234 return cleanID($INPUT->post->str('plugin__tag_search_namespace'));
/plugin/siteexport/inc/
H A Dfilewriter.php237 $data['file'] .= '.' . cleanID($data['orig']); // Wee need the other file for cache reasons.
/plugin/ckgedit/fckeditor/editor/filemanager/connectors/php/
H A Dcommands.php403 $sFileName = cleanID($sFileName,false,$media);
537 $_FILES['NewFile']['name'] = cleanID(str_replace('&','_', $_FILES['NewFile']['name']));
/plugin/swfobject/
H A Dsyntax.php92 $value = ml(cleanID($value));
/plugin/dokutexit/
H A Dtexitrender.php51 $this->_pageid = cleanID($pageid);
/plugin/datatemplate/syntax/
H A Dentry.php259 …$outs[] = '<a href="'.wl(str_replace('/',':',cleanID($column['key'])),array('dataflt'=>$column['ke…
/plugin/fastwiki/
H A Daction.php232 $newid = cleanID($pages[$x]);
/plugin/acmenu/
H A Dsyntax.php260 $pg_name = cleanID(utf8_decodeFN(substr_replace($file, "", -strlen(".txt"))));
/plugin/dokumicrobugtracker/
H A Dsyntax.php12 function metaFN2($id,$ext){ global $conf; $id = cleanID($id); $id = str_replace(':','/',$i…
/plugin/purplenumbers/
H A Drenderer.php224 $out = cleanID($out);

1...<<111213