Home
last modified time | relevance | path

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 Dpageutils_findnearest.test.php37 $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 Dwelcome.txt14sidebar. To create it, just edit the [[:sidebar]] page. Everything in that page will be shown in a…
/dokuwiki/lib/tpl/dokuwiki/
H A Dmain.php14 $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 Dscript.js50 // toc and sidebar hiding
73 // increase sidebar length to match content (desktop mode only)
H A Dstyle.ini82 ; site and sidebar widths
/dokuwiki/conf/
H A Ddokuwiki.php21 $conf['sidebar'] = 'sidebar'; //name of sidebar in root namespace (if template supports…
/dokuwiki/lib/tpl/dokuwiki/css/
H A Ddesign.less201 /* sidebar
209 /* make sidebar more condensed */
/dokuwiki/lib/plugins/config/settings/
H A Dconfig.metadata.php90 $meta['sidebar'] = ['string'];