Searched +full:sidebar -(+path:inc +path:lang) -(+path:lib +path:plugins +path:lang) -(+path:lib +path:tpl +path:dokuwiki +path:lang) (Results 1 – 8 of 8) sorted by relevance
| /dokuwiki/_test/tests/inc/ |
| H A D | pageutils_findnearest.test.php | 37 $sidebar = page_findnearest('sidebar'); 38 $this->assertEquals(false, $sidebar); 44 saveWikiText('sidebar', 'topsidebar-test', ''); 49 $sidebar = page_findnearest('sidebar'); 50 $this->assertEquals('sidebar', $sidebar); 52 $sidebar = page_findnearest('0'); 53 $this->assertEquals('0:0:0', $sidebar); 56 $sidebar = page_findnearest('0'); 57 $this->assertEquals('0', $sidebar); 63 saveWikiText('sidebar', 'topsidebar-test', ''); [all …]
|
| /dokuwiki/data/pages/wiki/ |
| H A D | welcome.txt | 14 …sidebar. To create it, just edit the [[:sidebar]] page. Everything in that page will be shown in a…
|
| /dokuwiki/lib/tpl/dokuwiki/ |
| H A D | main.php | 14 $hasSidebar = page_findnearest($conf['sidebar']); 37 <nav id="dokuwiki__aside" aria-label="<?php echo $lang['sidebar'] 39 <h3 class="toggle"><?php echo $lang['sidebar'] ?></h3> 43 <?php tpl_include_page($conf['sidebar'], true, true) ?>
|
| H A D | script.js | 50 // toc and sidebar hiding 73 // increase sidebar length to match content (desktop mode only)
|
| H A D | style.ini | 82 ; site and sidebar widths
|
| /dokuwiki/conf/ |
| H A D | dokuwiki.php | 21 $conf['sidebar'] = 'sidebar'; //name of sidebar in root namespace (if template supports…
|
| /dokuwiki/lib/tpl/dokuwiki/css/ |
| H A D | design.less | 201 /* sidebar 209 /* make sidebar more condensed */
|
| /dokuwiki/lib/plugins/config/settings/ |
| H A D | config.metadata.php | 90 $meta['sidebar'] = ['string'];
|