Home
last modified time | relevance | path

Searched refs:theme (Results 51 – 75 of 270) sorted by relevance

1234567891011

/plugin/syntaxhighlighter3/sxh3/src/sass/
H A DshThemeFadeToGrey.scss1 // Fade to Grey SyntaxHighlighter theme based on theme by Brasten Sager
H A DshThemeRDark.scss1 // RDark SyntaxHighlighter theme based on theme by Radu Dineiu
/plugin/jquery-syntax/jquery-syntax/modern/
H A Djquery.syntax.layout.plain.css1 .syntax-container.syntax-theme-modern .syntax.plain {
14 .syntax-container.syntax-theme-modern .syntax.plain pre {
/plugin/indexmenu/scripts/
H A Dtoolbarindexwizard.js23 tlbclass: 'jsitem theme',
25 el1: {headerid: 'theme'}
179 .appendTo('div.theme');
181 jQuery.each(data.themes, function (i, theme) {
182 let themeName = theme.split('.');
184 let icoUrl = DOKU_BASE + data.themebase + '/' + theme + '/base.' + IndexmenuUtils.determineExtension(theme);
189 .attr('id', theme)
196 //select default theme
209 * set class 'selected' to clicked theme, remov
180 AnonymousFunction2ff88f970600(i, theme) global() argument
[all...]
/plugin/xlsx2dw/
H A Dscript.js244 if(fontStyle?.theme !== undefined) {
245 if(fontStyle.theme === 0)
247 return colorsJSON[fontStyle.theme];
255 if(fgStyle?.theme !== undefined) {
256 if(fgStyle.theme === 0)
258 return colorsJSON[fgStyle.theme];
/plugin/lytebox/
H A Dlytebox.js33 this.theme = 'grey'; // themes: grey (default), red, green, blue, gold
101 objOverlay.setAttribute((this.ie ? 'className' : 'class'), this.theme);
113 objOuterContainer.setAttribute((this.ie ? 'className' : 'class'), this.theme);
135 objDetailsContainer.setAttribute((this.ie ? 'className' : 'class'), this.theme);
139 objDetailsData.setAttribute((this.ie ? 'className' : 'class'), this.theme);
161 objPrev.setAttribute((this.ie ? 'className' : 'class'), this.theme);
166 objNext.setAttribute((this.ie ? 'className' : 'class'), this.theme);
178 objClose.setAttribute((this.ie ? 'className' : 'class'), this.theme);
183 objPause.setAttribute((this.ie ? 'className' : 'class'), this.theme);
189 objPlay.setAttribute((this.ie ? 'className' : 'class'), this.theme);
[all …]
/plugin/revealjs/
H A Dchangelog.md65 - In DokuWiki in the default theme images have no borders
72 - New theme dokuwiki:
73 …copy of the theme solarized: the only change is the aligned background color, which match the back…
111 …* add option to insert a button which starts the presentation together with theme selection simil…
123 * Substitute theme beige_white by the new reveal.js theme white.
124 * The theme beige_white is removed.
131 * Remove black border in theme “beige_white”
/plugin/tline/
H A DCHANGES.txt13 theme.event.track.height & theme.event.tape.height need to work with each other.
15 one in the theme and one in the css. This is a breaking change if you were
23 sense for the theme's tape height to be returned by the function when the
59 1) You will be modifying the classic theme's settings in your html file.
60 2) Set the theme's autoWidth to true
61 3) Optionally update the theme's autoWidthAnimationTime setting.
121 bubbles. Added theme.bubble.maxHeight with default of 0 (no maximum).
122 Old theme param of bubble.height is not used within source of
129 * Timeline start and end feature: Optionally add theme.timeline_start,
130 theme.timeline_stop to disable movement of the Timeline beyond the
[all …]
/plugin/diagramsnet/lib/js/diagramly/vsdx/
H A Dimporter.js5416 })(theme = vsdx.theme || (vsdx.theme = {}));
5458 })(theme = vsdx.theme || (vsdx.theme = {}));
5504 })(theme = vsdx.theme || (vsdx.theme = {}));
5604 })(theme = vsdx.theme || (vsdx.theme = {}));
5677 })(theme = vsdx.theme || (vsdx.theme = {}));
5969 })(theme = vsdx.theme || (vsdx.theme = {}));
6026 })(theme = vsdx.theme || (vsdx.theme = {}));
6057 })(theme = vsdx.theme || (vsdx.theme = {}));
6263 })(theme = vsdx.theme || (vsdx.theme = {}));
6334 })(theme = vsdx.theme || (vsdx.theme = {}));
[all …]
/plugin/tindexmenu/
H A Dadmin.php171 ptln(' <input type="hidden" name="name" value="'.$theme.'" />');
176 …>repos['url'][$n]."$repo/lib/plugins/tindexmenu/ajax.php?req=send&amp;t=".$theme.'">Download</a>');
184 ptln(' <input type="hidden" name="name" value="'.$theme.'" />');
/plugin/redissue/
H A DREADME.md42theme: If you have the theme [Bootstrap 3](https://www.dokuwiki.org/template:bootstrap3) installed…
124 * short: (**dokuwiki theme only**, bootstrap not needed this functionnality). If you've dokuwiki th…
132 * Dokuwiki theme
/plugin/indexmenu2/cms/
H A Dcms.js15theme.merge(K.theme);if(K.themeRootPath)_.themeRootPath=K.themeRootPath;X.init(K);S();};this.getTh… method in CompleteMenuSolution
/plugin/eventline/
H A Dscript.js5 function setupFilterHighlightControls(div, timeline, bandIndices, theme) { argument
29 for (var i = 0; i < theme.event.highlightColors.length; i++) {
40 divColor.style.background = theme.event.highlightColors[i];
/plugin/codeprettify/code-prettify/styles/
H A Dsons-of-obsidian.css2 * Derived from einaros's Sons of Obsidian theme at
5 * http://CodeTunnel.com/blog/post/71/google-code-prettify-obsidian-theme
/plugin/indexmenu2/cms/templates/ClassicVerticalBlended/
H A Dtemplate.js1 CompleteMenuSolution.prototype.theme.ClassicVerticalBlended={menuOptions:{'transitions':{'blend':{'… method in CompleteMenuSolution
/plugin/indexmenu2/cms/templates/TabControl/
H A Dtemplate.js1 CompleteMenuSolution.prototype.theme.TabControl={menuOptions:{'appendTemplateSuffix':true,'transiti… method in CompleteMenuSolution
/plugin/sequencediagram/
H A Dscript.js8 jQuery(".diagram").sequenceDiagram({theme: sdTheme})
/plugin/indexmenu2/cms/templates/ClassicHorizontal/
H A Dtemplate.js1 CompleteMenuSolution.prototype.theme.ClassicHorizontal={menuOptions:{'transitions':{'blend':{'start… method in CompleteMenuSolution
/plugin/indexmenu2/cms/templates/ClassicVertical/
H A Dtemplate.js1 CompleteMenuSolution.prototype.theme.ClassicVertical={menuOptions:{'transitions':{'blend':{'start':… method in CompleteMenuSolution
/plugin/indexmenu2/cms/templates/SimpleTree/
H A Dtemplate.js1 CompleteMenuSolution.prototype.theme.SimpleTree={menuOptions:{'transitions':{},'modifiers':['follow… method in CompleteMenuSolution
/plugin/indexmenu2/templates/DokuWiki/backup/
H A Dtemplate.js1 CompleteMenuSolution.prototype.theme.DokuWiki = { method in CompleteMenuSolution
/plugin/indexmenu2/templates/DokuWiki/
H A Dtemplate.js1 CompleteMenuSolution.prototype.theme.DokuWiki={menuOptions:{'transitions':{},'modifiers':['followli… method in CompleteMenuSolution
/plugin/jquery-syntax/jquery-syntax/base/
H A Djquery.syntax.brush.ruby.css1 .syntax-theme-base .syntax .ruby .string .ruby {
H A Djquery.syntax.brush.clang.css1 .syntax-theme-base .syntax .preprocessor {
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Loader/Fixtures/themes/theme2/
H A Dblocks.html.twig3 {% block b2 %}block from theme 2{% endblock %}

1234567891011