Home
last modified time | relevance | path

Searched refs:cleanID (Results 151 – 175 of 315) sorted by relevance

12345678910>>...13

/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/imagereference/syntax/
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/autoindex/
H A Dsyntax.php63 $ns = ':' . cleanID(getNS($INFO['id']));
/plugin/sqlite/
H A DFunctions.php31 $pdo->sqliteCreateFunction('CLEANID', 'cleanID', 1);
152 if (is_null($context)) return cleanID($page);
/plugin/editx/
H A Daction.php48 $opts['oldpage'] = cleanID($_REQUEST['oldpage']);
49 $opts['newpage'] = cleanID($_REQUEST['newpage']);
56 $opts['oldpage'] = cleanID($_REQUEST['oldpage']);
/plugin/translate/
H A Dhelper.php341 return (empty($ns) ? '' : $ns.':') . cleanID($title);
346 $language.':'.cleanID($title) : cleanID($title);
/plugin/inclform/
H A Dsyntax.php102 $id = cleanID($id);
/plugin/panoview/
H A Dtiles.php23 $data['id'] = cleanID($_GET['image']);
/plugin/nslist/
H A Dsyntax.php66 $ns = cleanID($ns);
/plugin/openas/
H A Daction.php259 $newid = cleanID($newid);
263 cleanID($saveas_orig);
/plugin/randominc/
H A Daction.php90 if (strpos($page,'/') || cleanID($page) != $page) continue;
/plugin/editor/
H A Dsyntax.php44 else $ns = cleanID($ns);
/plugin/odt/ODT/
H A DODTHeading.php74 $title = str_replace(':','',cleanID($title));
/plugin/dokumicrobugtracker/
H A Dedit.php50 function metaFN2($id,$ext){ global $conf; $id = cleanID($id); $id = str_replace(':','/',$i…
/plugin/aclinfo/
H A Dsyntax.php86 $id = cleanID($id);
/plugin/autotooltip/
H A Dsyntax.php77 if (cleanID($parts[0]) == $parts[0]) {
/plugin/searchform/
H A Dsyntax.php58 $options['namespace'] = cleanID($value);
/plugin/qna/syntax/
H A Dblock.php121 $identifier = str_replace(':', '', cleanID($title));
/plugin/authhiorgserver/
H A Dauth.php397 return cleanID(str_replace(':', $conf['sepchar'], $user));
415 return cleanID(str_replace(':', $conf['sepchar'], $group));
/plugin/siteexport/inc/
H A Dfunctions.php98 …$url = $this->wl($this->cleanID($ID), null, true, null, null, $overrideRewrite); // this must be d…
114 … $heading = p_get_metadata(cleanID($ID),'pdftitle',METADATA_RENDER_USING_SIMPLE_CACHE);
116 …$heading = empty($heading) ? p_get_metadata(cleanID($ID),'breadtitle',METADATA_RENDER_USING_SIMPLE…
159 public function cleanID($raw_id, $ascii = false, $media = false) { function in siteexport_functions
/plugin/log404/
H A Dhelper.php70 $page = cleanID($id);
/plugin/feed/
H A Dsyntax.php98 $namespace = cleanID($namespace);
/plugin/structupdate/helper/
H A Dupdate.php62 $page = cleanID($page_row_id);
/plugin/dw2pdf/
H A DDokuImageProcessorDecorator.php83 $media = cleanID($media);
/plugin/diagrams/syntax/
H A Dmediafile.php130 $imageAttributes['data-id'] = cleanID($data['src'] ?? '');

12345678910>>...13