Home
last modified time | relevance | path

Searched refs:themes (Results 1 – 25 of 86) sorted by relevance

1234

/plugin/sequencediagram/bower_components/js-sequence-diagrams/src/
Dsequence-diagram.js12 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/
Djquery.syntax.cache.js5 …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"]
Djquery.syntax.min.js9 …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/
Dhelp.txt8 …* **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/
Daction.php331 $themes = [];
341 $themes[] = $file;
345 sort($themes);
349 'themes' => $themes
/plugin/jquery-syntax/jquery-syntax/bright/
Dtheme.js1 Syntax.themes["bright"] = ["base"]
/plugin/jquery-syntax/jquery-syntax/modern/
Dtheme.js1 Syntax.themes["modern"] = ["base"]
/plugin/jquery-syntax/jquery-syntax/base/
Dtheme.js1 Syntax.themes["base"] = []
/plugin/redissue/conf/
Ddefault.php8 $conf['redissue.boostrap-themes'] = 'bootstrap3';
/plugin/calendar/
Dplugin.info.txt6 desc Feature-rich calendar with multiple themes, Outlook sync, Google Calendar sync, recurring …
DREADME.md3 A feature-rich calendar plugin for DokuWiki with multiple themes, Outlook sync, recurring events, a…
104 - **Themes** - Select and preview themes
/plugin/syntaxhighlighter4/
DREADME.md36 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/
Dsequence-diagram-snap.js864 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];
Dsequence-diagram-raphael.js864 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];
Dsequence-diagram-snap-min.js6themes[name]=theme}function getCenterX(box){return box.x+box.width/2}function getCenterY(box){retu…
Dsequence-diagram.js864 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];
Dsequence-diagram-raphael-min.js6themes[name]=theme}function getCenterX(box){return box.x+box.width/2}function getCenterY(box){retu…
8themes))throw new Error("No themes were registered. Please call registerTheme(...).");Diagram.them…
Dsequence-diagram-min.js6themes[name]=theme}function getCenterX(box){return box.x+box.width/2}function getCenterY(box){retu…
8themes))throw new Error("No themes were registered. Please call registerTheme(...).");Diagram.them…
/plugin/s5reloaded/
DREADME13 Additional themes from JesusDA at http://www.jesusda.com/projects/presentaciones_s5
/plugin/revealjs/css/theme/template/
Dsettings.scss1 // Base settings for all themes that can optionally be
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/js/
Dholder.min.js12themes.gray,null),stylesheets:b.stylesheets,instanceOptions:b};return a.match(/([\d]+p?)x([\d]+p?)… property
/plugin/amcharts/assets/amcharts/themes/
Dblack.js1 AmCharts.themes.black = {
Ddark.js1 AmCharts.themes.dark = {
Dlight.js1 AmCharts.themes.light = {
/plugin/aceeditor/
DNEWS18 * Updated Ace version (freaturing a search box and new themes)
62 * Use of color themes included in Ace

1234