Searched refs:themes (Results 1 – 25 of 86) sorted by relevance
1234
| /plugin/sequencediagram/bower_components/js-sequence-diagrams/src/ |
| D | sequence-diagram.js | 12 if (_.isEmpty(Diagram.themes)) { 19 Diagram.themes.hand = Diagram.themes.snapHand || Diagram.themes.raphaelHand; 20 Diagram.themes.simple = Diagram.themes.snapSimple || Diagram.themes.raphaelSimple; 33 if (!(options.theme in Diagram.themes)) { 43 var Theme = Diagram.themes[options.theme];
|
| /plugin/jquery-syntax/jquery-syntax/ |
| D | jquery.syntax.cache.js | 5 …ry.syntax.brush.bash-script"]=["base/jquery.syntax.brush.bash-script.css"];Syntax.themes["base"]=[] 6 Syntax.themes["bright"]=["base"] 7 Syntax.themes["modern"]=["base"]
|
| D | jquery.syntax.min.js | 9 …s._finish.bind(this,name));}};var Syntax={root:null,aliases:{},styles:{},themes:{},lib:{},defaultO… property 19 …ry.syntax.brush.bash-script"]=["base/jquery.syntax.brush.bash-script.css"];Syntax.themes["base"]=[] 20 Syntax.themes["bright"]=["base"] 21 Syntax.themes["modern"]=["base"]
|
| /plugin/openlayersmap/lang/en/ |
| D | help.txt | 8 …* **switching themes or maps** clicking on the ≡ icon on the right-hand side of the map you can vi… 17 …* **switching themes or maps** clicking on the ≡ icon on the right-hand side of the map you can vi…
|
| /plugin/indexmenu/ |
| D | action.php | 331 $themes = []; 341 $themes[] = $file; 345 sort($themes); 349 'themes' => $themes
|
| /plugin/jquery-syntax/jquery-syntax/bright/ |
| D | theme.js | 1 Syntax.themes["bright"] = ["base"]
|
| /plugin/jquery-syntax/jquery-syntax/modern/ |
| D | theme.js | 1 Syntax.themes["modern"] = ["base"]
|
| /plugin/jquery-syntax/jquery-syntax/base/ |
| D | theme.js | 1 Syntax.themes["base"] = []
|
| /plugin/redissue/conf/ |
| D | default.php | 8 $conf['redissue.boostrap-themes'] = 'bootstrap3';
|
| /plugin/calendar/ |
| D | plugin.info.txt | 6 desc Feature-rich calendar with multiple themes, Outlook sync, Google Calendar sync, recurring …
|
| D | README.md | 3 A feature-rich calendar plugin for DokuWiki with multiple themes, Outlook sync, recurring events, a… 104 - **Themes** - Select and preview themes
|
| /plugin/syntaxhighlighter4/ |
| D | README.md | 36 See the section [brushes and themes](#list-of-brushes-and-themes) for a complete list of available … 133 ### List of brushes and themes 175 * **[Official themes](https://github.com/syntaxhighlighter/syntaxhighlighter/wiki/Brushes-and-Theme… 185 * **Custom themes**
|
| /plugin/sequencediagram/bower_components/js-sequence-diagrams/dist/ |
| D | sequence-diagram-snap.js | 864 Diagram.themes = {}; 866 Diagram.themes[name] = theme; 1571 if (_.isEmpty(Diagram.themes)) { 1578 Diagram.themes.hand = Diagram.themes.snapHand || Diagram.themes.raphaelHand; 1579 Diagram.themes.simple = Diagram.themes.snapSimple || Diagram.themes.raphaelSimple; 1592 if (!(options.theme in Diagram.themes)) { 1602 var Theme = Diagram.themes[options.theme];
|
| D | sequence-diagram-raphael.js | 864 Diagram.themes = {}; 866 Diagram.themes[name] = theme; 2381 if (_.isEmpty(Diagram.themes)) { 2388 Diagram.themes.hand = Diagram.themes.snapHand || Diagram.themes.raphaelHand; 2389 Diagram.themes.simple = Diagram.themes.snapSimple || Diagram.themes.raphaelSimple; 2402 if (!(options.theme in Diagram.themes)) { 2412 var Theme = Diagram.themes[options.theme];
|
| D | sequence-diagram-snap-min.js | 6 …themes[name]=theme}function getCenterX(box){return box.x+box.width/2}function getCenterY(box){retu…
|
| D | sequence-diagram.js | 864 Diagram.themes = {}; 866 Diagram.themes[name] = theme; 2667 if (_.isEmpty(Diagram.themes)) { 2674 Diagram.themes.hand = Diagram.themes.snapHand || Diagram.themes.raphaelHand; 2675 Diagram.themes.simple = Diagram.themes.snapSimple || Diagram.themes.raphaelSimple; 2688 if (!(options.theme in Diagram.themes)) { 2698 var Theme = Diagram.themes[options.theme];
|
| D | sequence-diagram-raphael-min.js | 6 …themes[name]=theme}function getCenterX(box){return box.x+box.width/2}function getCenterY(box){retu… 8 …themes))throw new Error("No themes were registered. Please call registerTheme(...).");Diagram.them…
|
| D | sequence-diagram-min.js | 6 …themes[name]=theme}function getCenterX(box){return box.x+box.width/2}function getCenterY(box){retu… 8 …themes))throw new Error("No themes were registered. Please call registerTheme(...).");Diagram.them…
|
| /plugin/s5reloaded/ |
| D | README | 13 Additional themes from JesusDA at http://www.jesusda.com/projects/presentaciones_s5
|
| /plugin/revealjs/css/theme/template/ |
| D | settings.scss | 1 // Base settings for all themes that can optionally be
|
| /plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/js/ |
| D | holder.min.js | 12 …themes.gray,null),stylesheets:b.stylesheets,instanceOptions:b};return a.match(/([\d]+p?)x([\d]+p?)… property
|
| /plugin/amcharts/assets/amcharts/themes/ |
| D | black.js | 1 AmCharts.themes.black = {
|
| D | dark.js | 1 AmCharts.themes.dark = {
|
| D | light.js | 1 AmCharts.themes.light = {
|
| /plugin/aceeditor/ |
| D | NEWS | 18 * Updated Ace version (freaturing a search box and new themes) 62 * Use of color themes included in Ace
|
1234