Home
last modified time | relevance | path

Searched refs:titles (Results 1 – 4 of 4) sorted by relevance

/dokuwiki/_test/tests/inc/
H A Dpageutils_sectionid.test.php21 * @param array $titles
23 function testSectionidsAreUnique($titles) argument
27 foreach($titles as $title){
/dokuwiki/inc/Search/
H A DMetadataSearch.php99 foreach ($term->getEntityTokens() as $page => $titles) {
104 $pages[$page] = $titles[0];
/dokuwiki/_test/tests/Parsing/ParserMode/
H A DExternallinkTest.php101 $titles = [false, null, 'foo bar'];
103 foreach ($titles as $title) {
/dokuwiki/_test/tests/Parsing/Markdown/gfm-spec/
H A Dspec.txt5896 But they work in all other contexts, including URLs and link titles,
6029 URLs, [link titles], and [fenced code block][] [info strings]:
7792 Although [link titles] may span multiple lines, they may not contain
7989 Note that, because titles can often be parsed as destinations,
8014 may be used in titles:
8056 quote type for the enclosing title---to write titles containing
8057 double quotes. `Markdown.pl`'s handling of titles has a number
8059 titles in inline links, but not reference links. And, in
8062 titles with no closing quotation mark, though 1.0.2b8 does not.