Home
last modified time | relevance | path

Searched refs:cleanID (Results 276 – 300 of 315) sorted by path

1...<<111213

/plugin/tagfilter/syntax/
H A Dfilter.php118 $ns = cleanID($ns);
/plugin/tagsections/syntax/
H A Dtag.php91 return cleanID(str_replace(':', '_', $entry));
111 …y( "{TAG}", "{NAME}", "{RAW}" ), array( urlencode(cleanID($entry)), urlencode(cleanID($name)), cle…
/plugin/talkpage/
H A Dsyntax.php61 $talkns = cleanID($this->getConf('talkns'));
/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/task/syntax/
H A Dtaskform.php37 else $ns = cleanID($ns);
H A Dtasks.php38 else $ns = cleanID($ns);
/plugin/tcycle/
H A Dsyntax.php45 $namespace = str_replace(':', '/', getNS(cleanID(getID())));
/plugin/templater/
H A Dsyntax.php113 $section = cleanID($wikipage[1]);
239 if (cleanID($instruction[1][0]) == $title) {
/plugin/textinsert/
H A Dsyntax.php209 $page = cleanID($file) ;
/plugin/tiledblog/
H A Dsyntax.php56 $ns = cleanID ($ns);
/plugin/timetrack/
H A Daction.php119 $pageid = cleanID($INPUT->str('pageid'));
/plugin/tindexmenu/
H A Dajax.php97 $id=cleanID($id);
140 $id=cleanID($_POST['id']);
163 $nss= ($_REQUEST['nss']) ? cleanID($_REQUEST['nss']) : '';
/plugin/tindexmenu/inc/
H A Drepo.class.php13 $file=cleanID($file);
/plugin/tindexmenu/syntax/
H A Dindexmenu.php229 $n = str_replace('{{ns}}',cleanID($data[0]),$n);
333 $out .= $js_name.".add('".idfilter(cleanID($ns))."',0,-1,'".$title."'";
334 if ($hns) $out .= ",'".idfilter(cleanID($hns))."'";
570 if (noNS($id)==cleanID($hp)) return false;
/plugin/tipoftheday/
H A Daction.php41 $ID = cleanID($ID);
42 $section = cleanID($_REQUEST['totd']); // Not needed here, but in the plugin
/plugin/tipoftheday/syntax/
H A Dtotd.php62 $this->hasSections[] = cleanID($section); // Prevent selecting the same section again
65 … $ins = $helper->_get_instructions($page, cleanID($section), $mode, $renderer->lastlevel, $flags);
105 if ( in_array(cleanID($ins[1][0]), $this->hasSections) ) { continue; }
/plugin/toctweak/
H A Dhelper.php39 $id = cleanID($id).($hash ? '#'.$hash : '');
/plugin/todo/
H A Daction.php88 $ID = cleanID(urldecode($_REQUEST['pageid']));
/plugin/top/
H A Daction.php43 $page = cleanID($INPUT->str('page'));
/plugin/tplinc/
H A Dhelper.php83 $id = cleanID($id);
168 $ans = ':' . cleanID($pattern) . ':';
182 if (cleanID($pattern) == $id) {
/plugin/translate/
H A Dhelper.php341 return (empty($ns) ? '' : $ns.':') . cleanID($title);
346 $language.':'.cleanID($title) : cleanID($title);
/plugin/translation/
H A Daction.php169 if (cleanID($translatedStartpage) !== cleanID($ID)) {
170 send_redirect(wl(cleanID($translatedStartpage), '', true));
193 'href' => wl(cleanID($translation), '', true),
203 'href' => wl(cleanID($defaultlink), '', true),
H A Dhelper.php53 $this->translationNs = cleanID($this->getConf('translationns'));
188 $about = cleanID($about);
284 $target = cleanID($target);
341 $orig = cleanID($orig);
374 $id = cleanID($id);
/plugin/translation3/
H A Dhelper.php44 $this->tns = cleanID($this->getConf('translationns'));
143 $link = cleanID($link);
220 $link = cleanID($link);
295 $link = cleanID($link);
413 $orig = cleanID($orig);

1...<<111213