Home
last modified time | relevance | path

Searched refs:cleanID (Results 1 – 25 of 315) sorted by path

12345678910>>...13

/plugin/a2s/
H A Dsyntax.php218 return '"a2s:link":"' . wl( cleanID($match[1]), '', true ) . '"';
/plugin/abc/
H A Dsyntax.php196 $fileName = cleanID($abcID."_".$abcTitle);
/plugin/accscounter/
H A Dadmin.php112 …if ($_REQUEST['mode'] == 'search' and strpos($page, cleanID($_REQUEST['keyword'])) !== FALSE) $spe…
H A Dhelper.php26 $id = cleanID($id);
/plugin/achart/
H A Dsyntax.php107 $file = cleanID($file);
/plugin/acknowledge/
H A Dhelper.php113 $ans = ':' . cleanID($pattern) . ':';
124 } elseif (cleanID($pattern) == $page) {
/plugin/aclinfo/
H A Dsyntax.php86 $id = cleanID($id);
/plugin/aclplusregex/
H A Daction.php204 $result[] = $this->cleanID(explode("\n", $match)[0]);
302 * Applies cleanID to each separate part of the ID
309 * @see \cleanID() function in action_plugin_aclplusregex
311 protected function cleanID($id)
320 $parts[$i] = cleanID($parts[$i]);
/plugin/acmenu/
H A Dsyntax.php260 $pg_name = cleanID(utf8_decodeFN(substr_replace($file, "", -strlen(".txt"))));
/plugin/addnewpage/
H A Dsyntax.php136 return cleanID(str_replace('@PAGE@', $ID, $ns));
142 return cleanID($ns);
/plugin/advanced/admin/
H A Dimport.php123 $wiki_page = cleanID("$ns:$wiki_page");
/plugin/ajaxedit/
H A Dhelper.php24 $ID=isset($_POST["pageid"])?cleanID($_POST["pageid"]):$ID;
63 $this->ID=cleanID(trim($_POST["pageid"]));
/plugin/alphaindex/
H A Dsyntax.php105 $alpha_data = str_replace('{{ns}}', cleanID($data[0]), $alpha_data);
187 $ns = cleanID($ns);
/plugin/approve/syntax/
H A Dtable.php69 $value = trim(cleanID($value), ':');
/plugin/archiveupload/
H A Daction.php222 $fn_new = str_replace(':', '/', cleanID($fn_new));
262 $id = cleanID(str_replace('/',':',$reldir.'/'.$fn_new));
/plugin/authhiorgserver/
H A Dauth.php397 return cleanID(str_replace(':', $conf['sepchar'], $user));
415 return cleanID(str_replace(':', $conf['sepchar'], $group));
/plugin/authimap2/
H A Dauth.php363 return cleanID(str_replace(':', $conf['sepchar'], $user));
382 return cleanID(str_replace(':', $conf['sepchar'], $group));
/plugin/authldaplocal/
H A Dauth.php564 return cleanID(str_replace(':', $conf['sepchar'], $user));
575 return cleanID(str_replace(':', $conf['sepchar'], $group));
/plugin/authremoteuser/
H A Dauth.php326 return cleanID(str_replace(':', $conf['sepchar'], $user));
337 return cleanID(str_replace(':', $conf['sepchar'], $group));
/plugin/authvk/
H A Dauth.php329 return cleanID(str_replace(':', $conf['sepchar'], $user));
340 return cleanID(str_replace(':', $conf['sepchar'], $group));
/plugin/authyubikey/
H A Dauth.php.org303 return cleanID(str_replace(':', $conf['sepchar'], $user));
314 return cleanID(str_replace(':', $conf['sepchar'], $group));
/plugin/autlogin/
H A Dajax.php38 $ns = cleanID($ns);
/plugin/autoindex/
H A Dsyntax.php63 $ns = ':' . cleanID(getNS($INFO['id']));
/plugin/autotooltip/
H A Dhelper.php190 'title' => p_get_metadata(cleanID($id), 'title'),
191 'abstract' => p_get_metadata(cleanID($id), 'plugin_description keywords') ?: p_get_metadata(cleanID($id), 'description abstract')
H A Dsyntax.php77 if (cleanID($parts[0]) == $parts[0]) {

12345678910>>...13