Searched refs:sectionID (Results 1 – 5 of 5) sorted by relevance
| /dokuwiki/_test/tests/inc/ |
| H A D | pageutils_sectionid.test.php | 28 $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 D | Redirect.php | 39 $opts['fragment'] = sectionID($match[0], $check);
|
| /dokuwiki/inc/parser/ |
| H A D | renderer.php | 874 return sectionID($title, $this->headers); 877 return sectionID($title, $check);
|
| /dokuwiki/lib/plugins/config/ |
| H A D | admin.php | 241 $toc[] = html_mktocitem(sectionID($title, $check), $title, 1);
|
| /dokuwiki/inc/ |
| H A D | pageutils.php | 249 function sectionID($title, &$check) function
|