Home
last modified time | relevance | path

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

123

/plugin/sequencediagram/bower_components/js-sequence-diagrams/src/
H A 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/
H A 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"]
H A Djquery.syntax.min.js9 …s._finish.bind(this,name));}};var Syntax={root:null,aliases:{},styles:{},themes:{},lib:{},defaultO… property in Syntax
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/
H A Dhelp.txt8 * **switching themes or maps** clicking on the ≡ icon on the right-hand side of the map you can view and select available maps and themes
17 * **switching themes or maps** clicking on the ≡ icon on the right-hand side of the map you can view and select available maps and themes
/plugin/indexmenu/
H A Daction.php180 //list themes
319 * Print a list of local themes
331 $themes = [];
341 $themes[] = $file;
345 sort($themes);
349 'themes' => $themes
/plugin/jquery-syntax/jquery-syntax/base/
H A Dtheme.js1 Syntax.themes["base"] = []
/plugin/jquery-syntax/jquery-syntax/bright/
H A Dtheme.js1 Syntax.themes["bright"] = ["base"]
/plugin/jquery-syntax/jquery-syntax/modern/
H A Dtheme.js1 Syntax.themes["modern"] = ["base"]
/plugin/redissue/conf/
H A Ddefault.php8 $conf['redissue.boostrap-themes'] = 'bootstrap3';
/plugin/syntaxhighlighter4/
H A 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/
H A 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];
H A Dsequence-diagram-snap-min.js6themes[name]=theme}function getCenterX(box){return box.x+box.width/2}function getCenterY(box){retu…
H A 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];
H A 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];
H A 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…
/plugin/s5reloaded/
H A DREADME13 Additional themes from JesusDA at http://www.jesusda.com/projects/presentaciones_s5
/plugin/revealjs/css/theme/template/
H A Dsettings.scss1 // Base settings for all themes that can optionally be
/plugin/amcharts/assets/amcharts/themes/
H A Dblack.js1 AmCharts.themes.black = {
H A Ddark.js1 AmCharts.themes.dark = {
H A Dlight.js1 AmCharts.themes.light = {
H A Dchalk.js1 AmCharts.themes.chalk = {
H A Dpatterns.js1 AmCharts.themes.patterns = {
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/js/
H A Dholder.min.js12themes.gray,null),stylesheets:b.stylesheets,instanceOptions:b};return a.match(/([\d]+p?)x([\d]+p?)…
/plugin/aceeditor/
H A DNEWS18 * Updated Ace version (freaturing a search box and new themes)
62 * Use of color themes included in Ace
/plugin/combo/conf/
H A Dmetadata.php415 $themes = TemplateEngine::getThemes(); variable
416 $meta[TemplateEngine::CONF_THEME] = array('multichoice', '_choices' => $themes);

123