Home
last modified time | relevance | path

Searched refs:colors (Results 201 – 225 of 246) sorted by path

12345678910

/plugin/revealjs/css/theme/source/
H A Dmoon.scss19 * Solarized colors by Ethan Schoonover
26 // Solarized colors
H A Dsolarized.scss20 * Solarized colors by Ethan Schoonover
27 // Solarized colors
/plugin/revealjs/plugin/search/
H A Dsearch.js25 var colors = ["#ff6", "#a0ffff", "#9f9", "#f99", "#f6f"];
74 wordColor[regs[0].toLowerCase()] = colors[colorIdx++ % colors.length];
/plugin/scrape/
H A DHTMLPurifier.standalone.php
/plugin/scrape/HTMLPurifier/ConfigSchema/schema/
H A DCore.ColorKeywords.txt
/plugin/sequencediagram/bower_components/lodash/vendor/firebug-lite/skin/xp/
H A Dfirebug.css708 * colors for individual request phases. Notice that the info tip must
808 -moz-border-bottom-colors: #EFEFEF #999999;
852 -moz-border-bottom-colors: #EFEFEF #999999;
1069 -moz-border-bottom-colors: #EFEFEF #999999;
/plugin/sequencediagram/bower_components/lodash/vendor/firebug-lite/src/
H A Dfirebug-lite-debug.js1662 var colors = this.cssKeywords["color"];
1663 for (var i = 0; i < colors.length; ++i)
1664 cssColorNames.push(colors[i].toLowerCase());
/plugin/sequencediagram/bower_components/lodash/
H A Dyarn.lock936 colors "1.0.3"
969 colors@0.6.x:
971 …resolved "https://registry.yarnpkg.com/colors/-/colors-0.6.2.tgz#2423fe6678ac0c5dae8852e5d0e5be08c…
973 colors@1.0.3:
975 …resolved "https://registry.yarnpkg.com/colors/-/colors-1.0.3.tgz#0433f44d809680fdeb60ed260f1b0c262…
3265 colors "0.6.x"
/plugin/sequencediagram/bower_components/raphael/dev/
H A Draphael.vml.js408 fill.colors = clrs.length ? clrs.join() : "0% " + fill.color;
/plugin/sequencediagram/bower_components/raphael/
H A Draphael.min.js1 …],g=0,x=p.length;g<x;g++)p[g].offset&&d.push(p[g].offset+c+p[g].color);s.colors=d.length?d.join():…
H A Draphael.no-deps.min.js1 …],g=0,x=p.length;g<x;g++)p[g].offset&&d.push(p[g].offset+c+p[g].color);s.colors=d.length?d.join():…
/plugin/statdisplay/pchart/
H A DPalette.php10 public $colors = array(); variable in Palette
15 $palette->colors = array('0' => new Color(188, 224, 46 ),
35 $palette->colors[$i] = new Color($color1->getR() + $RFactor * $i,
44 $this->colors[$id] = $color;
H A DPieChart.php108 $this->palette->colors[$ID],
214 $this->palette->colors[$Key]);
382 $color = $this->palette->colors[$Key];
399 $polygonColor = $this->palette->colors[$Key];
615 $this->palette->colors[$Key]->addRGBIncrement(-20));
628 $this->palette->colors[$Key]->addRGBIncrement($En),
655 $palette->colors[$Key]->addRGBIncrement(-10));
665 $palette->colors[$Key]->addRGBIncrement($ColorFactor),
669 $palette->colors[$Key]->addRGBIncrement($ColorFactor),
686 $this->palette->colors[$Key]);
[all …]
H A DpChart.php991 $this->palette->colors[$ID],
1275 $color = $this->palette->colors[$ColorID];
1509 $this->palette->colors[$ColorID],
1700 $this->palette->colors[$ColorID],
1720 $this->palette->colors[$ColorID],
2052 $this->palette->colors[$ColorID],
2261 $this->palette->colors[$MaxID],
2269 $this->palette->colors[$MinID],
2511 $this->palette->colors[$ColorID],
2530 $this->palette->colors[$ColorID],
[all …]
/plugin/statistics/inc/pchart/
H A DPalette.php4 * Represents a palette of indexed graph colors
12 public $colors = array(); variable in Palette
23 $palette->colors = array(
43 * @param int $shades number of colors to create
54 $palette->colors[$i] = new Color($color1->getR() + $RFactor * $i,
100 $this->colors[$id] = $color;
110 if(isset($this->colors[$id])) return $this->colors[$id];
113 $this->colors[$id] = Color::random($id);
114 return $this->colors[
[all...]
H A DPieChart.php112 $this->palette->colors[$ID],
223 $this->palette->colors[$Key]
406 $color = $this->palette->colors[$Key];
423 $polygonColor = $this->palette->colors[$Key];
443 * @param bool Enhance colors?
655 $this->palette->colors[$Key]->addRGBIncrement(-20)
670 $this->palette->colors[$Key]->addRGBIncrement($En),
699 $palette->colors[$Key]->addRGBIncrement(-10)
711 $palette->colors[$Key]->addRGBIncrement($ColorFactor),
717 $palette->colors[
[all...]
/plugin/stlviewer/stlviewer/
H A DProjector.js156 var colors = [];
172 colors.length = 0;
215 colors.push( r, g, b );
273 _line.vertexColors[ 0 ].fromArray( colors, a * 3 );
274 _line.vertexColors[ 1 ].fromArray( colors, b * 3 );
671 var colors = attributes.color.array;
673 for ( var i = 0, l = colors.length; i < l; i += 3 ) {
675 renderList.pushColor( colors[ i ], colors[ i + 1 ], colors[ i + 2 ] );
747 _line.vertexColors[ 0 ].copy( object.geometry.colors[ v ] );
748 _line.vertexColors[ 1 ].copy( object.geometry.colors[ v - 1 ] );
H A Dload_stl.min.js2 …stMessage({msg_type:MSG_STL_LOADED,vertices:a.vertices,faces:a.faces,colors:a.colors}):send_error(…
H A Dparser.min.js2colors:!1}}catch(e){return"Can't parse file"}}function parse_stl_bin(e){var r,t,n,i,a,s,o,l=[],c=[…
H A Dstl_viewer.min.js2colors=a.data.colors;var i=o.vf_to_geo(a.data.vertices,a.data.faces,!!a.data.colors&&a.data.colors
H A Dthree.min.js2colors=[],this.uvs=[],this.uvs2=[],this.groups=[],this.morphTargets={},this.skinWeights=[],this.sk…
/plugin/structsection/
H A Dyarn.lock433 ansi-colors@^4.1.1:
435 …resolved "https://registry.yarnpkg.com/ansi-colors/-/ansi-colors-4.1.1.tgz#cbb9ae256bf750af1eab344…
1271 ansi-colors "^4.1.1"
/plugin/subjectindex/plugins/
H A Dbible_verses.txt18868 Who is this one coming from E'dom, the one with garments of glowing colors from Boz'rah, this one w…
20779 And you proceeded to take some of your garments and make for yourself high places of varied colors
21129 Linen in various colors from Egypt your cloth expanse happened to be, in order for [it] to serve as…
21138 …r works. For turquoise, wool dyed reddish purple and material of various colors and fine fabric an…
21146 … in gorgeous garments, in wraps of blue material and material of various colors and in carpets of …
/plugin/syntaxhighlighter3/sxh3/src/sass/
H A D_theme_template.scss111 // Actual syntax highlighter colors.
/plugin/tabinclude/
H A Dstyle.css4 * Colors corresponds to template's colors in style.ini.
25 -moz-border-bottom-colors: none;
26 -moz-border-left-colors: none;
27 -moz-border-right-colors: none;
28 -moz-border-top-colors: none;
72 -moz-border-bottom-colors: none;
73 -moz-border-left-colors: none;
74 -moz-border-right-colors: none;
75 -moz-border-top-colors: none;

12345678910