Home
last modified time | relevance | path

Searched refs:sidebar (Results 26 – 50 of 69) sorted by relevance

123

/plugin/mikioplugin/icons/bootstrap-icons/svg/
H A Dlayout-text-sidebar-reverse.svg1 <svg class="bi bi-layout-text-sidebar-reverse" width="1em" height="1em" viewBox="0 0 16 16" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
/plugin/dirtylittlehelper/
H A Ddokuwiki_plugin_dirtylittlehelper.txt70 The tree on the left is not always needed - added syntax for "no sidebar"...
128 put it in your sidebar page and be happy \\
140 ==== sidebar ====
142 The sidebar will not be shown (css) - beware that the sidebar / tree will be generated.
145 there will be a button at the top left of the sidebar to toggle it
149 you can hide the sidebar
H A Dstyle.css207 /* sidebar div */
/plugin/sidebarng/lang/en/
H A Dnosidebar.txt1 :!: Looks like you haven't created the main sidebar yet. Do it now by creating the following page: …
/plugin/accscounter/lang/en/
H A Dnoitem.txt3 …r may not be put. If you want to put counters for all pages quickly, put a counter in the sidebar.
/plugin/navi/
H A Dstyle.less25 aside#dokuwiki__aside .dw-sidebar-content .plugin__navi ul li.close {
/plugin/nosidebar/
H A DREADME3 Disables DokuWikis internal sidebar for individual pages
/plugin/diagramsnet/lib/js/diagramly/
H A DMinimal.js219 container.appendChild(ui.sidebar.container);
230 ui.sidebar.showEntries(value, null, true);
1460 this.sidebar = this.createSidebar(div);
1472 …if (this.sidebar != null && urlParams['search-shapes'] != null && this.sidebar.searchShapes != nul…
1474 this.sidebar.searchShapes(urlParams['search-shapes']);
1475 this.sidebar.showEntries('search');
1806 if (this.sidebar != null)
1808 this.sidebar.graph.stylesheet.styles =
1810 this.sidebar.container.innerHTML = '';
1811 this.sidebar.palettes = new Object();
[all …]
H A DDialogs.js2663 editorUi.sidebar.hideTooltip();
3057 editorUi.sidebar.hideTooltip();
3176 editorUi.sidebar.hideTooltip();
3177 editorUi.sidebar.currentElt = elt;
3192 editorUi.sidebar.hideTooltip();
7783 if (editorUi.sidebar.customEntries != null)
10223 editorUi.sidebar.hideTooltip = function()
10236 editorUi.sidebar.hideTooltip();
10243 editorUi.sidebar.hideTooltip();
10244 editorUi.sidebar.currentElt = elt;
[all …]
/plugin/acmenu/
H A Dsyntax.php202 $sidebar = implode("/", array_filter(array(str_replace(":", "/", $ns), $conf["sidebar"])));
203 if (file_exists($dir . "/" . $sidebar . ".txt")) {
283 if (file_exists($dir . "/" . $file . "/" . $conf["sidebar"] . ".txt")) {
284 // subnamespace with sidebar (external namespace) will not be scanned
/plugin/geonav/tpl/startermap/css/
H A Dstructure.css61 /* make content wider when there's no sidebar */
H A Ddesign.css167 /* sidebar
180 /* make sidebar more condensed */
/plugin/talkpage/
H A DREADME3 A talk page button for the sidebar
/plugin/translation/
H A Dstyle.less1 // fix problem in dokuwiki template where short sidebar may clip dropdown
/plugin/sphinxsearch/
H A Dchangelog32 * Added namespaces list in sidebar of search results
/plugin/findologicxmlexport/vendor/twig/twig/doc/tags/
H A Dembed.rst102 we add a sidebar, which may again contain different, recurring structures
104 all occurring combinations of content structure and sidebar structure...
H A Dextends.rst97 {% block sidebar %}
111 {% block sidebar %}
115 {% endblock sidebar %}
/plugin/minimap/
H A DREADME.md67 As this plugin has a lot of chance to be used in a [sidebar](https://www.dokuwiki.org/faq:sidebar),…
/plugin/sphinxsearch-was/
H A Dchangelog42 * Added namespaces list in sidebar of search results
/plugin/findologicxmlexport/vendor/twig/twig/doc/functions/
H A Dinclude.rst58 {{ include('sidebar.html', ignore_missing = true) }}
/plugin/diagramsnet/lib/plugins/trees/
H A Dtrees.js416 var sidebarDropAndConnect = ui.sidebar.dropAndConnect;
418 ui.sidebar.dropAndConnect = function(source, targets, direction, dropCellIndex)
1247 var sb = ui.sidebar;
1437 var c = ui.sidebar.container;
/plugin/aceeditor/
H A DNEWS113 * Fixed issue #1: width wrong when using sidebar template
/plugin/pdfjs/pdfjs/web/
H A Dviewer.css407 --sidebar-width: 200px;
552 width: var(--sidebar-width);
567 left: calc(-1 * var(--sidebar-width));
573 right: calc(-1 * var(--sidebar-width));
581 /* Improve responsiveness and avoid visual glitches when the sidebar is resized. */
584 /* Prevent e.g. the thumbnails being selected when the sidebar is resized. */
653 /* Improve responsiveness and avoid visual glitches when the sidebar is resized. */
662 left: var(--sidebar-width);
668 right: var(--sidebar-width);
/plugin/diagramsnet/lib/js/grapheditor/
H A DEditorUi.js1237 if (cell == null && ui.sidebar != null && !mxEvent.isShiftDown(evt) &&
1493 this.sidebar.graph.pasteStyle(style, [cell]);
1497 …ui.insertHandler([cell], cell.value != '' && urlParams['sketch'] != '1', this.sidebar.graph.model);
1500 …this.sidebar.createThumb([cell], 25, 25, node, null, true, false, cell.geometry.width, cell.geomet…
4078 this.sidebar = (this.editor.chromeless) ? null : this.createSidebar(this.sidebarContainer);
4080 if (this.sidebar != null)
4102 if (this.sidebar != null && this.sidebarFooterContainer)
4124 if (this.sidebar != null)
5475 if (this.sidebar != null)
5477 this.sidebar.destroy();
[all …]
/plugin/diagramsnet/lib/plugins/
H A DcConf-1-4-8.js1113 ui.sidebar.createThumb(cells, ew, eh, wrapper, null, true, false);
1165 …ui.showDialog(new MoreShapesDialog(ui, true, ui.sidebar.entries.concat(customLibsEntry)).container…
1170 …ui.showDialog(new MoreShapesDialog(ui, true, ui.sidebar.entries).container, 640, (isLocalStorage) ?

123