Home
last modified time | relevance | path

Searched refs:cleanID (Results 201 – 225 of 315) sorted by relevance

12345678910>>...13

/plugin/logstats/
H A Daction.php77 $path = cleanID($path);
/plugin/docsearch/
H A Dcron.php100 $ID = cleanID($id);
/plugin/todo/
H A Daction.php88 $ID = cleanID(urldecode($_REQUEST['pageid']));
/plugin/dbquery/
H A Dhelper.php22 $name = cleanID($name);
/plugin/authimap2/
H A Dauth.php363 return cleanID(str_replace(':', $conf['sepchar'], $user));
382 return cleanID(str_replace(':', $conf['sepchar'], $group));
/plugin/bookcreator/syntax/
H A Dbookmanager.php367 $ns = cleanID($this->getConf('save_namespace'));
375 $ns = cleanID($this->getConf('save_namespace'));
/plugin/odt/action/
H A Dexport.php236 $docnamespace = cleanID($INPUT->str('book_ns'));
475 $filename = rawurlencode(cleanID(strtr($title, ':/;"', ' ')));
/plugin/bureaucracy/helper/
H A Dactiontemplate.php208 $templatepageid = cleanID($template_page['id']);
215 …$newTargetpageid = preg_replace('/^' . preg_quote_cb(cleanID($tpl)) . '($|:)/', $this->pagename . …
/plugin/acknowledge/
H A Dhelper.php113 $ans = ':' . cleanID($pattern) . ':';
124 } elseif (cleanID($pattern) == $page) {
/plugin/hcalendar/syntax/
H A Dhcal_renderer_helper.php91 $dID = cleanID($summary);
/plugin/semanticdata/
H A Daction.php153 stripos($id, cleanID($search)) === false &&
/plugin/pagetemplate/
H A Daction.php107 $sid = parentNS(cleanID($opts['ns'].':'.$opts['name']));
/plugin/rack/
H A Dsyntax.php178 $item['link']=wl(cleanID(preg_replace( '/^\[\[([^]|]+).*/', '$1', $item['link'] )));
/plugin/a2s/
H A Dsyntax.php218 return '"a2s:link":"' . wl( cleanID($match[1]), '', true ) . '"';
/plugin/advanced/admin/
H A Dimport.php123 $wiki_page = cleanID("$ns:$wiki_page");
/plugin/siteexport/action/
H A Daggregate.php111 $ID = (string) cleanID($originalID . '-toc-' . implode('-', array_filter($thema)));
/plugin/farmsync/meta/
H A DMediaUpdates.php93 $documents[] = cleanID($document);
/plugin/toctweak/
H A Dhelper.php39 $id = cleanID($id).($hash ? '#'.$hash : '');
/plugin/nsindex/
H A Dsyntax.php200 $sortkey = cleanID($title);
/plugin/data-au/
H A Daction.php180 stripos($id, cleanID($search)) === false &&
/plugin/pagetemplater/
H A Daction.php121 $space = cleanID($namespace[0]);
/plugin/userpagecreate/
H A Daction.php99 $tpl_name = cleanID($t_page['id']);
/plugin/html5video2/syntax/
H A Dvideo.php97 $poster = cleanID($p);
/plugin/achart/
H A Dsyntax.php107 $file = cleanID($file);
/plugin/publish/
H A Dsyntax.php60 $namespace = cleanID(getNS($namespace . ":*"));

12345678910>>...13