Searched refs:sidebar (Results 1 – 25 of 84) sorted by relevance
1234
| /plugin/sidebar/ |
| D | style.css | 2 * Extra styles for sidebar template 9 /* sidebar orientation and position */ 10 #sidebar { 25 .sidebar_inside_left #sidebar { 29 .sidebar_inside_right #sidebar { 53 .sidebar_outside_left #sidebar { 59 .sidebar_outside_right #sidebar { 81 /* sidebar presentation */ 83 between the sidebar and dokuwiku */ 85 background: url(images/sidebar-border.gif) repeat-y 20%; [all …]
|
| D | INFO.txt | 7 desc Base on "sidebar" template by ChrisS. Provides the same feature. 8 url http://www.dokuwiki.org/plugin:sidebar
|
| /plugin/diagramsnet/lib/plugins/ |
| D | p1.js | 7 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/ |
| D | use.rst | 44 {% 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 %}
|
| D | include.rst | 99 {% include 'sidebar.html' ignore missing %} 100 {% include 'sidebar.html' ignore missing with {'foo': 'bar'} %} 101 {% include 'sidebar.html' ignore missing only %}
|
| /plugin/html2pdf/snorriheim/ |
| D | dokubook_design.css | 97 /* -------------- sidebar ------------------------- */ 113 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 { 154 div.dokuwiki div.sidebar div#login div.user { 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, [all …]
|
| D | dokubook_print.css | 9 div.dokuwiki div.sidebar { display: none; }
|
| /plugin/tocsidebar/ |
| D | script.js | 114 var sidebar = document.getElementById("sidebar-container"); 115 if (sidebar && sidebar.classList.contains("no-toc")) { 117 sidebar.style.display = "none";
|
| D | README.md | 2 Add TOC for selected pages to sidebar or current page.
|
| /plugin/toc-shortcode/ |
| D | README.md | 10 <nspages -sidebar -hideNoPages -hideNoSubns -simpleList -h1 -subns -exclude:[start sidebar] -textNS…
|
| /plugin/sidebarng/ |
| D | action.php | 33 $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;
|
| D | plugin.info.txt | 7 desc Automatically adds a flexible sidebar to your template
|
| /plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/exceptions/ |
| D | undefined_template_in_child_template.test | 6 {% block sidebar %} 10 {% block sidebar %}
|
| D | child_contents_outside_blocks.test | 8 {% block sidebar %} 12 {% block sidebar %}
|
| /plugin/findologicxmlexport/vendor/twig/twig/doc/functions/ |
| D | parent.rst | 11 {% block sidebar %} 17 The ``parent()`` call will return the content of the ``sidebar`` block as
|
| /plugin/dirtylittlehelper/ |
| D | README.md | 31 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/ |
| D | hooks.txt | 9 | ''sidebarheader.html'' | At the top of the sidebar (if any) | 10 | ''sidebarfooter.html'' | At the bottom of the sidebar (if any) |
|
| /plugin/calendar/ |
| D | style.css | 20 /* Dark theme borders - match sidebar widget style */ 811 .sidebar-matrix .event-important { 818 .sidebar-purple .event-important { 825 .sidebar-pink .event-important { 1033 .sidebar-pink [data-tooltip]:before { 1041 .sidebar-pink [data-tooltip]:after { 1052 .sidebar-pink [data-tooltip]:hover:after { 1061 /* Allow sidebar to overflow for tooltips */ 1062 .sidebar-widget, 1063 .sidebar-matrix { [all …]
|
| /plugin/crosspost/ |
| D | action.php | 84 $sidebar = isset( $conf['sidebar'] ) ? $conf['sidebar'] : 'sidebar'; 85 if( $sidebar ) p_set_metadata( $sidebar,
|
| /plugin/tocselect/ |
| D | README.md | 2 Add TOC for selected pages to sidebar or current page.
|
| /plugin/nosidebar/ |
| D | plugin.info.txt | 6 desc Disables DokuWikis internal sidebar for individual pages
|
| /plugin/talkpage/ |
| D | plugin.info.txt | 6 desc A talk page button for the sidebar
|
| /plugin/floatdiv/ |
| D | plugin.info.txt | 6 desc A simple floating div that can be added to any page as a sidebar
|
| /plugin/bpmnioeditor/ |
| D | script.js | 215 var sidebar = jQuery('#dokuwiki__aside'); 216 if(sidebar.length !== 0){ 217 sidebar.css('position', 'relative');
|
| /plugin/mikioplugin/icons/bootstrap-icons/svg/ |
| H A D | layout-sidebar.svg | 1 <svg class="bi bi-layout-sidebar" width="1em" height="1em" viewBox="0 0 16 16" fill="currentColor" …
|
1234