Home
last modified time | relevance | path

Searched refs:sidebar (Results 1 – 25 of 69) sorted by relevance

123

/plugin/sidebar/
H A Dstyle.css10 #sidebar {
97 /* sidebar contents */
98 #sidebar {
102 #sidebar a {
115 #sidebar h1 {
123 #sidebar h2 {
129 #sidebar h3 {
135 #sidebar h4 {
141 #sidebar h5 {
147 #sidebar .toc {
[all …]
H A DINFO.txt7 desc Base on "sidebar" template by ChrisS. Provides the same feature.
8 url http://www.dokuwiki.org/plugin:sidebar
/plugin/diagramsnet/lib/plugins/
H A Dp1.js7 if (ui.sidebar != null)
10 ui.sidebar.addPalette('esolia', 'eSolia', true, function(content) {
13 …content.appendChild(ui.sidebar.createVertexTemplate('shape=image;image=http://download.esolia.net.…
14 …content.appendChild(ui.sidebar.createVertexTemplate('text;spacingTop=-5;fontFamily=Courier New;fon…
15 …content.appendChild(ui.sidebar.createVertexTemplate('rounded=1;whiteSpace=wrap;gradientColor=none;…
16 …content.appendChild(ui.sidebar.createVertexTemplate('curved=1;strokeColor=#004C99;endArrow=oval;en…
20 var c = ui.sidebar.container;
/plugin/findologicxmlexport/vendor/twig/twig/doc/tags/
H A Duse.rst44 {% block sidebar %}{% endblock %}
46 In this example, the ``use`` statement imports the ``sidebar`` block into the
54 {% block sidebar %}{% endblock %}
70 already defines the ``sidebar`` block, then the one defined in ``blocks.html``
77 {% use "blocks.html" with sidebar as base_sidebar, title as base_title %}
79 {% block sidebar %}{% endblock %}
96 {% block sidebar %}
103 In this example, ``parent()`` will correctly call the ``sidebar`` block from
115 {% use "blocks.html" with sidebar as parent_sidebar %}
117 {% block sidebar %}
H A Dinclude.rst99 {% include 'sidebar.html' ignore missing %}
100 {% include 'sidebar.html' ignore missing with {'foo': 'bar'} %}
101 {% include 'sidebar.html' ignore missing only %}
/plugin/html2pdf/snorriheim/
H A Ddokubook_design.css113 div.dokuwiki div.sidebar .sidebar_box {
128 div.dokuwiki div.sidebar img.logo {
134 div.dokuwiki div.sidebar .sb_label {
139 div.dokuwiki div.sidebar div#search {
158 div.dokuwiki div.sidebar a.action {
164 div.dokuwiki div.sidebar .button {
169 div.dokuwiki div.sidebar h1,
170 div.dokuwiki div.sidebar h2,
171 div.dokuwiki div.sidebar h3,
172 div.dokuwiki div.sidebar h4,
[all …]
H A Ddokubook_print.css9 div.dokuwiki div.sidebar { display: none; }
/plugin/sidebarng/
H A Daction.php33 $this->sidebar = ob_get_contents();
36 if(empty($this->sidebar) && !$this->getConf('main_always')) {
41 print $this->sidebar;
52 if(empty($this->sidebar) && !$this->getConf('main_always')) {
60 print $this->sidebar;
H A Dplugin.info.txt7 desc Automatically adds a flexible sidebar to your template
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/exceptions/
H A Dundefined_template_in_child_template.test6 {% block sidebar %}
10 {% block sidebar %}
H A Dchild_contents_outside_blocks.test8 {% block sidebar %}
12 {% block sidebar %}
/plugin/findologicxmlexport/vendor/twig/twig/doc/functions/
H A Dparent.rst11 {% block sidebar %}
17 The ``parent()`` call will return the content of the ``sidebar`` block as
/plugin/dirtylittlehelper/
H A DREADME.md31 The tree on the left is not always needed - added syntax for "no sidebar"...
66 put it in your sidebar page and be happy
78 ## sidebar section in what can dlh do four you?
80 The sidebar will not be shown (css) - beware that the sidebar / tree will be generated.
83 there will be a button at the top left of the sidebar to toggle it
87 you can hide the sidebar
/plugin/advanced/lang/en/config/
H A Dhooks.txt9 | ''sidebarheader.html'' | At the top of the sidebar (if any) |
10 | ''sidebarfooter.html'' | At the bottom of the sidebar (if any) |
/plugin/crosspost/
H A Daction.php84 $sidebar = isset( $conf['sidebar'] ) ? $conf['sidebar'] : 'sidebar';
85 if( $sidebar ) p_set_metadata( $sidebar,
/plugin/tocselect/
H A DREADME.md2 Add TOC for selected pages to sidebar or current page.
/plugin/nosidebar/
H A Dplugin.info.txt6 desc Disables DokuWikis internal sidebar for individual pages
/plugin/talkpage/
H A Dplugin.info.txt6 desc A talk page button for the sidebar
/plugin/floatdiv/
H A Dplugin.info.txt6 desc A simple floating div that can be added to any page as a sidebar
/plugin/mikioplugin/icons/bootstrap-icons/svg/
H A Dlayout-sidebar.svg1 <svg class="bi bi-layout-sidebar" width="1em" height="1em" viewBox="0 0 16 16" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
H A Dlayout-sidebar-reverse.svg1 <svg class="bi bi-layout-sidebar-reverse" width="1em" height="1em" viewBox="0 0 16 16" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
H A Dlayout-sidebar-inset.svg1 <svg class="bi bi-layout-sidebar-inset" width="1em" height="1em" viewBox="0 0 16 16" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
H A Dlayout-sidebar-inset-reverse.svg1 <svg class="bi bi-layout-sidebar-inset-reverse" width="1em" height="1em" viewBox="0 0 16 16" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
H A Dlayout-text-sidebar.svg1 <svg class="bi bi-layout-text-sidebar" width="1em" height="1em" viewBox="0 0 16 16" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
/plugin/bpmnioeditor/
H A Dscript.js215 var sidebar = jQuery('#dokuwiki__aside');
216 if(sidebar.length !== 0){
217 sidebar.css('position', 'relative');

123