Home
last modified time | relevance | path

Searched refs:cleanID (Results 151 – 175 of 315) sorted by last modified time

12345678910>>...13

/plugin/abc/
H A Dsyntax.php196 $fileName = cleanID($abcID."_".$abcTitle);
/plugin/editor/
H A Dsyntax.php44 else $ns = cleanID($ns);
/plugin/imagereference/syntax/
H A Dimgcaption.php314 $data['type'].'_'.cleanID($data['caprefname']),
H A Dimgref.php118 $renderer->doc .= '<a href="'.wl($data['page']).'#'.$data['type'].'_'.cleanID($data['caprefname']).'">'.$this->getLang($data['type'].'full').'&nbsp;'.$refNumber.'</a>';
/plugin/autotooltip/
H A Dsyntax.php77 if (cleanID($parts[0]) == $parts[0]) {
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')
/plugin/infomail/
H A Dadmin.php15 … $newlist = cleanID(":wiki:infomail:list_" . $INPUT->filter('trim')->str('infomail_simple_new'));
H A Dhelper.php40 $lid = cleanID("wiki:infomail:list_$list");
/plugin/task/
H A Dics.php24 $filename = str_replace(':', '/', cleanID($id)) . '.ics';
H A Daction.php47 $ns = cleanID($_REQUEST['ns']);
50 $ID = ($ns ? $ns.':' : '').cleanID($title);
/plugin/task/syntax/
H A Dtaskform.php37 else $ns = cleanID($ns);
H A Dtasks.php38 else $ns = cleanID($ns);
/plugin/feed/
H A Dfeed.php16 $ns = cleanID($INPUT->str('ns'));
H A Dsyntax.php98 $namespace = cleanID($namespace);
/plugin/backup/
H A Dadmin.php268 return cleanID($this->getConf('backupnamespace') . ':' . $tarfilename);
/plugin/aclinfo/
H A Dsyntax.php86 $id = cleanID($id);
/plugin/submgr/
H A Dhelper.php227 $item = cleanID($item);
/plugin/phpipam/
H A Dsyntax.php2222 $item['link'] = wl(cleanID(preg_replace('/^\[\[([^]|]+).*/',
/plugin/archiveupload/
H A Daction.php222 $fn_new = str_replace(':', '/', cleanID($fn_new));
262 $id = cleanID(str_replace('/',':',$reldir.'/'.$fn_new));
/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/issuelinks/classes/
H A DIssue.php430 $status = cleanID($this->getStatus());
438 …$classes = 'issuelink ' . cleanID($this->getType()) . ($this->isMergeRequest ? ' mergerequest' : '…
476 return "<span class='mm__status " . cleanID($status) . "'>$status</span>";
509 if (!isset($typeIcon[cleanID($this->type)])) {
513 return DOKU_URL . '/lib/plugins/issuelinks/images/' . $typeIcon[cleanID($this->type)];
/plugin/etherpadlite/action/
H A Detherpadlite.php114 $ID = cleanID($_POST['id']);
/plugin/autotranslation/
H A Dhelper.php94 $tns = cleanID(trim($tns));
214 $about = cleanID($about);
350 $link = cleanID($link);
445 $orig = cleanID($orig);
470 $id = cleanID($id);
493 $link = cleanID($link);
H A Daction.php354 $newPage = cleanID($newPage);

12345678910>>...13