Home
last modified time | relevance | path

Searched refs:colors (Results 226 – 246 of 246) sorted by last modified time

12345678910

/plugin/html2pdf/html2pdf/html2ps/
H A Dcss.border.color.inc.php83 $colors = $this->parse_in($value);
85 return new BorderColor($colors[0],
86 $colors[1],
87 $colors[2],
88 $colors[3]);
/plugin/advrack/
H A Draphael.js7547 fill.colors = clrs.length ? clrs.join() : "0% " + fill.color;
/plugin/colorpicker/
H A DREADME.md5 The available colors can be edited in the wiki settings.
/plugin/geonav/tpl/startermap/
H A Dstyle.ini55 ; main text and background colors
58 ; alternative text and background colors
61 ; neutral text and background colors
/plugin/jcapture/lib/
H A Dtransform-3.0.2.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/flowplayer/player/
H A DREADME.txt40 - Fixed #490, controlbar background, buffer bar and progress bar colors were all reset to white
/plugin/projects/plugins/target/
H A Dplot.php137 $colors = array();
143 $colors[$name] = array('R' => 0, 'G' => 0, 'B' => 0);
144 else $colors[$name] = html_color_to_RGB($line_color);
145 $plot->setColorPalette($line_no, $colors[$name]['R'],
146 $colors[$name]['G'], $colors[$name]['B']);
181 $plot->setColorPalette($palette_id, $colors[$name]['R'],
182 $colors[$name]['G'], $colors[$name]['B']);
/plugin/tline/
H A DCHANGES.txt89 * Highlighting testing using Religions example. Restored event highlight colors to theme
/plugin/progrecss/
H A Dstyle.css16 * Features a block box themed with the link and background colors
81 * Features a rounded box using the "missing link" colors for
147 * gauge located "on top" of the text using the combination of colors
/plugin/processing/
H A Dscript.js1231 var colors = { class
3007 if (colors[fillText]) {
3009 this.fillColor = opacityMask | (parseInt(colors[fillText].substring(1), 16)) & 0xFFFFFF;
3037 if (colors[strokeText]){
3039 … this.strokeColor = opacityMask | (parseInt(colors[strokeText].substring(1), 16)) & 0xFFFFFF;
/plugin/dokugource/
H A Daction.php18 var $colors = array(); variable in action_plugin_dokugource
99 $this->colors = array();
103 $this->colors[$l[0]] = $l[1];
119 if(isset($this->colors[$p])) return $this->colors[$p];
120 if(isset($this->colors[$ns])) return $this->colors[$ns];
122 $this->colors[$p] = sprintf('%02X%02X%02X', rand(0, 255), rand(0, 255), rand(0, 255));
123 return $this->colors[$p];
H A Dadmin.php22 var $colors = array(); variable in admin_plugin_dokugource
97 $this->colors = array();
101 $this->colors[$l[0]] = $l[1];
121 if(isset($this->colors[$p])) return $this->colors[$p];
122 if(isset($this->colors[$ns])) return $this->colors[$ns];
124 $this->colors[$p] = sprintf('%02X%02X%02X', rand(0, 255), rand(0, 255), rand(0, 255));
125 return $this->colors[$p];
/plugin/jmol2/jmol/
H A DCHANGES.txt34 # bug fix: polyhedra colors not deleted when polyhedra deleted
705 # bug fix: isosurface efvet reader not displaying data properties as colors
1221 # code: polygonColixes[] to define polygon colors rather than vertex-based colors (as in OBJ file)
1239 # bug fix: remapping colors of translucent isosurface can have incorrect colors
3162 # bug fix: color isosurface when isosurface is an lcaoCartoon only colors one lobe
4351 # color schemes makes those colors the default colors for these schemes.
4529 # new feature: lcaoCartoon, mo, isosurface, pmesh: color [translucent [n]|opaque] [colors...]
4552 # colors must be [xRRGGBB] format for this one
4710 # bug fix: isosurface "xxxx.cube" -- not assigning proper default colors
5346 # colors and sizes persist past file load
H A DJmolApplet.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/jmol/ org/ ...
H A DJmolAppletSigned.jarMETA-INF/MANIFEST.MF META-INF/SELFSIGN.SF META-INF/SELFSIGN ...
H A DJmolAppletSigned0.jarMETA-INF/MANIFEST.MF META-INF/SELFSIGN.SF META-INF/SELFSIGN ...
H A DJmolApplet0.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/obrador/ javax/ ...
/plugin/flowplay2/flowplayer/
H A DREADME.txt142 - configured progress bar, buffering bar etc. colors were ignored
330 - Made all progress bar and volume slider colors customizable
/plugin/wysiwyg/fckeditor/_samples/html/
H A Dsample14.styles.css130 * Font colors.
/plugin/flowplay/flowplayer/
H A DREADME.txt158 - Made all progress bar and volume slider colors customizable
/plugin/indexmenu2/cms/templates/DropdownSlide/
H A Ddesign.css21 * Main colors and decorations

12345678910