Home
last modified time | relevance | path

Searched refs:theme (Results 76 – 100 of 270) sorted by relevance

1234567891011

/plugin/indexmenu/images/kde/
H A Dinfo.txt2 description=Same kde.png theme, but in gif format.
/plugin/syntaxhighlighter3/sxh3/src/sass/
H A DshThemeDefault.scss1 // Default Syntax Highlighter theme.
H A DshThemeDjango.scss1 // Django SyntaxHighlighter theme
H A DshThemeMDUltra.scss1 // MDUltra SyntaxHighlighter theme based on Midnight Theme
/plugin/jquery-syntax/jquery-syntax/modern/
H A Djquery.syntax.layout.editor.css1 .syntax-container.syntax-theme-modern div.editor.syntax {
H A Djquery.syntax.layout.inline.css1 .syntax-container.syntax-theme-modern code.syntax {
/plugin/tindexmenu/
H A Dindexmenu-full.js46 function dTree(objName, theme) { argument
47 var objExt = indexmenu_findExt(theme);
57 theme : theme property in dTree.config
59 var objImg = this.config.plugbase + '/images/' + theme + '/';
111 str += '<div id="dtree_' + this.obj + '" class="dtree ' + this.config.theme
124 + this.config.theme
712 oLink.href = this.config.plugbase + '/images/' + this.config.theme
780 + this.config.theme);
/plugin/indexmenu/scripts/
H A Dindexmenu.js106 * @param {string} theme name of theme dir
109 function dTree(treeName, theme) {
110 let imgExt = IndexmenuUtils.determineExtension(theme);
120 theme: theme // dir name of theme folder
122 let imagePath = this.config.plugbase + '/images/' + theme + '/';
208 str += '<div id="dtree_' + this.treeName + '" class="dtree ' + this.config.theme + '" style="overflow:';
219 str += '<div id="t' + this.treeName + '" class="indexmenu_tocbullet ' + this.config.theme
69 dTree(objName, theme) global() argument
80 theme: theme // dir name of theme folder global() property in dTree.config
[all...]
/plugin/eventline/timeline_js/scripts/
H A Dsources.js536 fillInfoBubble: function(elmt, theme, labeller) { argument
547 theme.event.bubble.imageStyler(img);
561 theme.event.bubble.titleStyler(divTitle);
566 theme.event.bubble.bodyStyler(divBody);
571 theme.event.bubble.timeStyler(divTime);
576 theme.event.bubble.wikiStyler(divWiki);
/plugin/combo/syntax/
H A Dmenubar.php34 * * header bar: http://themenectar.com/docs/salient/theme-options/header-navigation
48 const THEME_ATTRIBUTE = "theme";
260 $theme = $tagAttributes->getValueAndRemove(self::THEME_ATTRIBUTE);
261 $tagAttributes->addClassName("navbar-$theme");
/plugin/loadskin/
H A Dplugin.info.txt6 desc Change the skin/template/theme; admins can select templates per page/namespace, or users c…
/plugin/indexmenu/_test/
H A Dindexmenu_syntax_indexmenu.test.php
/plugin/coinhive/
H A Dscript.js18 ch_config.theme = data['theme'];
/plugin/sequencediagram/bower_components/js-sequence-diagrams/
H A DDESIGN.md22 * SVG: 'sequence' and the name of the theme e.g. 'simple' or 'hand'
H A DREADME.md40 also import the CSS if you plan to use the hand drawn theme:
57 var options = {theme: 'simple'};
67 var options = {theme: 'hand'};
80 theme: string,
182 * Improve the hand drawn theme
/plugin/codemirror/dist/
H A Dstyles.min.css.map1theme/3024-day.css","node_modules/codemirror/theme/3024-night.css","node_modules/codemirror/theme/…
/plugin/davcal/fullcalendar-3.10.5/
H A Dfullcalendar.js6836 var theme = this.view.calendar.theme;
7403 var theme = this.view.calendar.theme;
7828 var theme = view.calendar.theme;
7985 var theme = this.calendar.theme;
10831 _this.theme = theme;
12510 var theme = this.calendar.theme;
12888 var theme = this.view.calendar.theme;
12895 var theme = this.view.calendar.theme;
12911 var theme = calendar.theme;
14277 var theme = calendar.theme;
[all …]
/plugin/dirtylittlehelper/mermaid/editor/src/
H A Dcode-store.js15 mermaid: { theme: isDarkMode ? 'dark' : 'default' }, property in defaultState.mermaid
/plugin/s5reloaded/
H A DREADME11 "dokuwiki" theme based on work by Anika Henke
/plugin/freechat/phpfreechat/data/public/themes/default/smileys/
H A Dtheme.txt1 # This theme set based on the icons at
/plugin/freechat/phpfreechat/themes/default/smileys/
H A Dtheme.txt1 # This theme set based on the icons at
/plugin/revealjs/css/theme/
H A Dserif.css2 * A simple theme for reveal.js presentations, similar
3 * to the default theme. The accent color is brown.
5 …* This theme is Copyright (C) 2012-2013 Owen Versteeg, http://owenversteeg.com - it is MIT license…
/plugin/revealjs/css/theme/template/
H A Dsettings.scss2 // overridden by the super-theme
/plugin/prettyphoto/js/
H A Djquery.prettyPhoto.js25 theme: 'pp_default', /* light_rounded / dark_rounded / light_square / dark_square / facebook */
146 if(settings.theme == 'pp_default') settings.horizontal_padding = 16;
628 $pp_details = $pp_details.clone().addClass(settings.theme).width(width).appendTo($('body')).css({
713 …navWidth = (settings.theme == "facebook" || settings.theme == "pp_default") ? 50 : 30; // Define t…
822 $pp_pic_holder.attr('class','pp_pic_holder ' + settings.theme); // Set the proper theme
/plugin/sequencediagram/bower_components/snap.svg/doc/css/
H A Dprism.css2 * prism.js Twilight theme
3 * Based (more or less) on the Twilight theme originally of Textmate fame.

1234567891011