Home
last modified time | relevance | path

Searched refs:sectionID (Results 1 – 5 of 5) sorted by relevance

/dokuwiki/_test/tests/inc/
H A Dpageutils_sectionid.test.php28 $newId = sectionID($title, $check);
40 …$this->assertEquals("abc", sectionID("abc", $check), "Passing \$check=false shouldn't lead to an e…
41 …$this->assertEquals("abc", sectionID("abc", $check), "Passing \$check=false shouldn't try to dedup…
/dokuwiki/inc/Action/
H A DRedirect.php39 $opts['fragment'] = sectionID($match[0], $check);
/dokuwiki/inc/parser/
H A Drenderer.php874 return sectionID($title, $this->headers);
877 return sectionID($title, $check);
/dokuwiki/lib/plugins/config/
H A Dadmin.php241 $toc[] = html_mktocitem(sectionID($title, $check), $title, 1);
/dokuwiki/inc/
H A Dpageutils.php249 function sectionID($title, &$check) function