Home
last modified time | relevance | path

Searched refs:cleanID (Results 1 – 25 of 315) sorted by last modified time

12345678910>>...13

/plugin/pagelist/
H A Dsyntax.php81 'section' => cleanID($section),
92 'section' => cleanID($section),
/plugin/dbquery/
H A Dhelper.php22 $name = cleanID($name);
/plugin/dbquery/syntax/
H A Dquery.php182 $page = cleanID($m[1]);
/plugin/siteexport/inc/
H A Djavahelp.php75 $rootNode = cleanID($this->translation->translationsNs . $lang) . ':';
H A Dfilewriter.php237 $data['file'] .= '.' . cleanID($data['orig']); // Wee need the other file for cache reasons.
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
H A Dtoc.php134 $elem['tocNS'] = getNS(cleanID($elem['url']));
190 $targetID = $this->functions->cleanID($item['name']);
/plugin/siteexport/action/
H A Dajax.php361 $PAGE = $this->functions->cleanID(str_replace(":", "/", $NS . ':' . $PAGE));
513 $ID = $this->functions->cleanID($ID);
539 …$fileName = $dirname . '/' . $this->functions->cleanID($this->functions->getSiteTitle($ID)) . '.' …
762 $ID = $this->functions->cleanID($DATA[2], null, $ISMEDIA);
813 …n_array($matches[3], array('fetch', 'detail')) ? 'media' : 'id') . '=' . cleanID(str_replace('/', …
849 …$DATA[2] .= '.' . $this->functions->cleanID(preg_replace("/(=|\?|&)/", ".", $PARAMS)) . '.css'…
864 …$DATA[2] .= '.t.' . $this->functions->cleanID($_REQUEST['template']) . '.js'; // allways put param…
884 … $ID = $this->functions->cleanID(str_replace('/', ':', $DATA[2]), null, strstr($DATA[2], 'media'));
897 $ID = $this->functions->cleanID($DATA[2], null, strstr($DATA[2], 'id'));
916 $ID = $this->functions->cleanID($DATA[2], null, strstr($DATA[2], 'media'));
[all …]
H A Daggregate.php111 $ID = (string) cleanID($originalID . '-toc-' . implode('-', array_filter($thema)));
/plugin/siteexport/
H A Dcron.php260 $ID = $_REQUEST['id'] = cleanID($id); // re-set the ID
/plugin/siteexport/exe/
H A Dsiteexportmanager.php20 $NS = cleanID($INPUT->str('ns'));
/plugin/structpublish/helper/
H A Dassignments.php35 $ans = ':' . cleanID($pattern) . ':';
48 if (cleanID($pattern) == $page) {
/plugin/structpublish/meta/
H A DAssignments.php226 $page = cleanID($page);
/plugin/diagrams/action/
H A Dmediafile.php65 $image = cleanID($image);
94 $file = mediaFN(cleanID($diagram));
/plugin/diagrams/syntax/
H A Dmediafile.php130 $imageAttributes['data-id'] = cleanID($data['src'] ?? '');
/plugin/struct/meta/
H A DAssignments.php215 $page = cleanID($page);
293 $ans = ':' . cleanID($pattern) . ':';
304 } elseif (cleanID($pattern) == $page) {
H A DCSVPageImporter.php30 $pid = cleanID($values[0]);
131 $pid = cleanID($rawvalue);
H A DCSVSerialImporter.php28 $pid = cleanID($values[0]);
77 $pid = cleanID($rawvalue);
H A DConfigParser.php121 $this->config['target'] = cleanID($val);
/plugin/struct/
H A Dremote.php46 $page = cleanID($page);
79 $page = cleanID($page);
H A Dhelper.php50 $page = cleanID($page);
96 $page = cleanID($page);
/plugin/struct/types/
H A DPage.php61 return cleanID($page) . (strlen(cleanID($fragment)) > 0 ? '#' . cleanID($fragment) : '');
H A DTag.php34 if (!$page) $page = cleanID($context->getLabel());
/plugin/doi/Resolver/
H A DAbstractResolver.php51 abstract public function cleanID($id); function in dokuwiki\\plugin\\doi\\Resolver\\AbstractResolver
/plugin/doi/syntax/
H A Ddoi.php52 $data['id'] = $resolver->cleanID($data['id']);

12345678910>>...13