Home
last modified time | relevance | path

Searched refs:colors (Results 51 – 75 of 246) sorted by relevance

12345678910

/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/TextUI/
H A Ddisable-code-coverage-ignore.phpt2 phpunit --colors=never --coverage-text=php://stdout --disable-coverage-ignore IgnoreCodeCoverageCla…
12 $_SERVER['argv'][2] = '--colors=never';
/plugin/diagramsnet/lib/math/extensions/TeX/
H A Dcolor.js19colors:{Apricot:"#FBB982",Aquamarine:"#00B5BE",Bittersweet:"#C04F17",Black:"#221E1F",Blue:"#2D2F92… class in MathJax.Extension
/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/note/
H A Dsyntax.php168 $colors = array('note' => '#eeeeff', 'warning' => '#ffdddd', 'important' => '#ffffcc', 'tip' => '#ddffdd');
192 $properties ['background-color'] = $colors[$type];
204 $properties ['background-color'] = $colors[$type];
/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 ] );
/plugin/emphasis/syntax/
H A Dfont.php84 $colors = explode(',', $this->getConf($colortype.'s'));
85 foreach($colors as $color) {
/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/gemini/
H A Dcli.php23 'The IP to listen on. Defaults to ' . $this->colors->wrap('0.0.0.0', Colors::C_CYAN),
29 'The port to listen on. Defaults to ' . $this->colors->wrap('1965', Colors::C_CYAN),
35 …'The hostname this server shall use. Defaults to ' . $this->colors->wrap('localhost', Colors::C_CY…
/plugin/combo/ComboStrap/
H A DBrand.php73 $colors = $this->brandDict["colors"] ?? null;
74 if ($colors !== null) {
75 $this->secondaryColor = $colors["secondary"];
266 $primaryColor = $this->brandDict["colors"]["primary"];
/plugin/ckgdoku/ckeditor/plugins/fontAssist/
H A Dcolor.js1 var colors = new Array( variable
H A Dcolor_chart_3.js1 var colors = new Array( variable
/plugin/ckgedit/ckeditor/plugins/fontAssist/
H A Dcolor.js1 var colors = new Array( variable
H A Dcolor_chart_3.js1 var colors = new Array( variable
/plugin/dev/
H A Dcli.php43 $item = $this->colors->wrap($item, $this->colors::C_BROWN);
60 $item = $this->colors->wrap($item, $this->colors::C_BROWN);
454 if ($this->colors->isEnabled()) {
455 $colors = 'always';
457 $colors = 'never';
463 "--colors=$colors",
485 ($this->colors
[all...]
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Color/
H A DNamedColors.php8 public static $colors = [ variable in Mpdf\\Color\\NamedColors
/plugin/amcharts/assets/amcharts/
H A Dgantt.js3 …this.segmentsField],m;this.ganttDataProvider.push(l);e=e[w];this.colors[a]||(this.colors[a]=c.rand…
5 …[w]&&(e=d[w]);b.columnWidth=d[this.columnWidthField];void 0===e&&(e=this.colors[a]);(d=this.bright…
/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/fontcolor/
H A Dplugin.info.txt6 desc Write text in various colors
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/
H A DCLI.php366 $colors = PHP_CodeSniffer::getConfigData('colors');
367 if ($colors === null) {
370 $defaults['colors'] = (bool) $colors;
579 case 'colors':
580 $this->values['colors'] = true;
582 case 'no-colors':
583 $this->values['colors'] = false;
/plugin/davcal/vendor/sabre/xml/tests/
H A Dphpunit.xml.dist2 colors="true"
/plugin/icalevents/vendor/sabre/xml/tests/
H A Dphpunit.xml.dist2 colors="true"
/plugin/icalevents/vendor/sabre/uri/tests/
H A Dphpunit.xml.dist2 colors="true"
/plugin/davcal/vendor/sabre/uri/tests/
H A Dphpunit.xml.dist2 colors="true"
/plugin/davcal/vendor/sabre/event/
H A Dphpunit.xml.dist2 colors="true"

12345678910