Home
last modified time | relevance | path

Searched refs:cleanID (Results 176 – 200 of 315) sorted by relevance

12345678910>>...13

/plugin/goto/
H A Dsyntax.php85 $url .= '#'.cleanID($urlArr[1]);
/plugin/nsrelation/
H A Dsyntax.php33 $this->rootns = cleanID($this->getConf('nsrelationrootns'));
/plugin/magnifier/
H A Dsyntax.php52 $id = cleanID($id);
/plugin/glossary/syntax/
H A Ddiv.php62 $ns = cleanID ($ns);
H A Dspan.php98 $ns = cleanID ($ns);
/plugin/popupviewer/
H A Daction.php126 $event->data['entryID'] = $id = cleanID($instructions[1][0]);
/plugin/bureaucracy-au/helper/
H A Dactiontemplate.php164 $templatepageid = cleanID($template_page['id']);
171 …$newTargetpageid = preg_replace('/^' . preg_quote_cb(cleanID($tpl)) . '($|:)/', $this->pagename . …
/plugin/bureaucracyau/helper/
H A Dactiontemplate.php164 $templatepageid = cleanID($template_page['id']);
171 …$newTargetpageid = preg_replace('/^' . preg_quote_cb(cleanID($tpl)) . '($|:)/', $this->pagename . …
/plugin/nstoc/
H A Dsyntax.php171 . ltrim(str_replace(':', '', cleanID($l[1])), '0123456789._-')
546 if ($ns = cleanID($args[0])) {
/plugin/authremoteuser/
H A Dauth.php326 return cleanID(str_replace(':', $conf['sepchar'], $user));
337 return cleanID(str_replace(':', $conf['sepchar'], $group));
/plugin/move/helper/
H A Dhandler.php82 $old = cleanID($old);
200 $oldID = cleanID($this->origNS . ':' . $match);
/plugin/dokusioc/
H A Daction.php307 …$dwuserpage_id = cleanID($this->getConf('userns')) . ($conf['useslash'] ? '/' : ':') . $INFO['edit…
584 …$userid = str_replace(cleanID($pobj->getConf('userns')) . ($conf['useslash'] ? '/' : ':'), '', $id…
/plugin/pagemod/helper/
H A Dpagemod.php43 $template_section_id = cleanID(array_shift($argv));
/plugin/loadskin/
H A Dadmin.php41 $id = cleanID($INPUT->str('pattern'));
/plugin/iptrust2/
H A Daction.php106 $id = cleanID($id);
/plugin/newpagetemplate/
H A Daction.php92 $page = cleanID($file) ;
/plugin/imgpaste/
H A Daction.php119 return cleanID($filename);
/plugin/imapmarkers/syntax/
H A Dreference.php22 …syntax_plugin_imapmarkers_reference.__construct ID='%s' COMPONENT='%s'", cleanID($ID), $this->getP…
/plugin/tag/syntax/
H A Dtopic.php64 $ns = cleanID($ns);
/plugin/gallery/action/
H A Dprosemirror.php84 if (cleanID($ns) === $ns) {
/plugin/struct/types/
H A DTag.php34 if (!$page) $page = cleanID($context->getLabel());
/plugin/authvk/
H A Dauth.php329 return cleanID(str_replace(':', $conf['sepchar'], $user));
340 return cleanID(str_replace(':', $conf['sepchar'], $group));
/plugin/indexmenu/syntax/
H A Dindexmenu.php465 $html = str_replace('{{ns}}', cleanID($ns), $html);
634 $out .= $js_name . ".add('" . idfilter(cleanID($ns), false) . "',0,-1," . json_encode($title);
636 $out .= ",'" . idfilter(cleanID($hns), false) . "'";
/plugin/searchcombinedgoogle/
H A Daction.php111 $id = cleanID($result->path);
/plugin/booking/
H A Dhelper.php29 $id = cleanID($id);

12345678910>>...13