Home
last modified time | relevance | path

Searched refs:cleanID (Results 226 – 250 of 315) sorted by relevance

12345678910>>...13

/plugin/ireadit/syntax/
H A Dlist.php67 $value = trim(cleanID($value), ':');
/plugin/statistics/
H A Daction.php96 $hlp->Logger()->log_edit(cleanID($event->data[1] . ':' . $event->data[2]), $type);
/plugin/data/
H A Daction.php191 stripos($id, cleanID($search)) === false &&
/plugin/doi/syntax/
H A Ddoi.php52 $data['id'] = $resolver->cleanID($data['id']);
/plugin/submgr/
H A Dhelper.php227 $item = cleanID($item);
/plugin/yuriigantt/src/
H A DJsonRequest.php143 if (!(auth_quickaclcheck(cleanID($this->payload->pageId)) & self::PERMISSIONS)) {
/plugin/revealjs/syntax/
H A Dheader.php191 $title = str_replace(array(':','.'),'',cleanID($title));
/plugin/feed/
H A Dfeed.php16 $ns = cleanID($INPUT->str('ns'));
/plugin/discussion/syntax/
H A Dthreads.php83 else $ns = cleanID($ns);
/plugin/dbquery/syntax/
H A Dquery.php182 $page = cleanID($m[1]);
/plugin/accscounter/
H A Dadmin.php112 …if ($_REQUEST['mode'] == 'search' and strpos($page, cleanID($_REQUEST['keyword'])) !== FALSE) $spe…
/plugin/imagemap/
H A Dsyntax.php41 $mapname = str_replace(':','',cleanID($img['title']));
52 $mapname = str_replace(':','',cleanID($src['host'].$src['path'].$src['query']));
/plugin/dokutexit/
H A Dconfig.php46 $this->id = cleanID($id);
47 $this->ns = getNS(cleanID($id));
H A Dlatex.php76 $cleanid = noNS(cleanID($this->info['current_id'], TRUE));
133 $cleanid = noNS(cleanID($text, TRUE));
427 $cleanid = noNS(cleanID($hash, TRUE));
449 $cleanid = noNS(cleanID($section, TRUE));
451 $cleanid = noNS(cleanID($id, TRUE));
1478 $title = str_replace(':','',cleanID($title,true)); //force ASCII
/plugin/imagemapping/
H A Dsyntax.php66 $mapname = str_replace(':', '', cleanID($img['title']));
77 $mapname = str_replace(':', '', cleanID($src['host'] . $src['path'] . $src['query']));
/plugin/siteexport/inc/
H A Dtoc.php134 $elem['tocNS'] = getNS(cleanID($elem['url']));
190 $targetID = $this->functions->cleanID($item['name']);
H A Djavahelp.php75 $rootNode = cleanID($this->translation->translationsNs . $lang) . ':';
/plugin/imagereference/syntax/
H A Dimgcaption.php314 $data['type'].'_'.cleanID($data['caprefname']),
/plugin/farmsync/meta/
H A DPageUpdates.php119 $documents[] = cleanID($document);
/plugin/explorertree/
H A Dhelper.php106 $dir = strtr(cleanID($folder),':','/');
/plugin/simplenavi/
H A Dsyntax.php61 $ns = cleanID($ns);
/plugin/siteexport/
H A Dcron.php260 $ID = $_REQUEST['id'] = cleanID($id); // re-set the ID
/plugin/sitemapnavi/
H A Dhelper.php198 $fullId = cleanID($item['id']);
/plugin/xslfo/
H A Daction.php241 $filename = rawurlencode(cleanID(strtr($title, ':/;"', ' ')));
/plugin/tiledblog/
H A Dsyntax.php56 $ns = cleanID ($ns);

12345678910>>...13