Home
last modified time | relevance | path

Searched refs:color (Results 1101 – 1125 of 1682) sorted by relevance

1...<<41424344454647484950>>...68

/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/TextUI/
H A Dtestdox-html.phpt48 … 3 / 3 (100%) <li style="color: #555753;">✓ Balan…
49 <li style="color: #555753;">✓ Balance cannot become negative</li>
/plugin/structstatus/
H A Dsyntax.php131 $color = $status['color'];
137 …$html .= $type->xhtmlStatus($status['label'], $color, $status['icon'], $status['rid'], $class, tru…
/plugin/pagelist/
H A Dstyle.css43 background-color: __background_alt__;
44 color: __text_neu__;
50 color: __text_neu__;
/plugin/revealjs/css/print/
H A Dpdf.css9 -webkit-print-color-adjust: exact;
152 color: inherit;
153 background-color: transparent;
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/
H A DText.php251 private function format($color, $padding, $string) argument
253 $reset = $color ? $this->colors['reset'] : '';
255 return $color . str_pad($string, $padding) . $reset . PHP_EOL;
/plugin/zul/syntax/
H A Dzirkelundlineal.php156 $color = $data['color'];
223 if ($color != '') {
224 $txt .= '<param name="color" value="'.$color.'"/>';
/plugin/ckgdoku/ckeditor/plugins/fontAssist/
H A Dplugin.js.unc57 save_color: function(which, color) {
58 this[which] = color;
100 …/* 1 .Assign either forground or background color to css style of the display div: general:contents
101 If the foreground color has been changed, pass the text through
105 4. switch from the color tab to the main tab to display result of color change
114 el.style.color = style_spec.get(which);
132 el.style.color = style_spec.get('fg');
227 // Create the color chart for fg and bg colors
256 … Assign color and font values to formatted text, i.e. bold, italic, underline, etc.
297 format = "; background-color: white; ";
[all …]
/plugin/ckgedit/ckeditor/plugins/fontAssist/
H A Dplugin.js.unc57 save_color: function(which, color) {
58 this[which] = color;
100 …/* 1 .Assign either forground or background color to css style of the display div: general:contents
101 If the foreground color has been changed, pass the text through
105 4. switch from the color tab to the main tab to display result of color change
114 el.style.color = style_spec.get(which);
132 el.style.color = style_spec.get('fg');
227 // Create the color chart for fg and bg colors
256 … Assign color and font values to formatted text, i.e. bold, italic, underline, etc.
297 format = "; background-color: white; ";
[all …]
/plugin/dtable/
H A Dstyle.css22 color: #2B73B7;
64 background-color: #CCCCCC;
/plugin/diagramsnet/lib/math/config/
H A Ddefault.js265 style: {color: "#CC0000", "font-style":"italic"} // style for message
974 fontSize:"90%", color:"#C00", background:"#FF8",
/plugin/ckgedit/
H A Dadmin.php100 $color = $which == 0? '#333': 'blue';
101 … ptln('<br /><span style = "color:'.$color. ';">'.htmlspecialchars($messages[$which]).'</span>');
/plugin/combo/resources/theme/default/components/css/
H A Dedit-button.css13 background-color: initial;
19 color: rgba(0, 0, 0, 0.35)
H A Dfacebook.css2 background-color: #3b5999
/plugin/html2pdf/html2pdf/html2ps/unittest/
H A Dsample css.css2 color: red;
/plugin/diagramsnet/lib/js/grapheditor/
H A DFormat.js1178 color = (/(^#?[a-zA-Z0-9]*$)/.test(color)) ? color : defaultValue;
1179 var tempColor = (color != null && color != mxConstants.NONE) ? color : defaultValue;
1191 if (color != null && color != mxConstants.NONE && color.length > 1 && typeof color === 'string')
1193 var clr = (color.charAt(0) == '#') ? color.substring(1).toUpperCase() : color;
1198 if (color != null && color != mxConstants.NONE)
1215 callbackFn(color == 'null' ? null : color);
1220 value = color;
1243 var color = value;
3583 }, function(color) argument
4459 var color = css.color.replace(
[all …]
/plugin/metaeditor/
H A Dstyle.css28 color: black;
43 color: inherit;
149 color: black;
157 background-color: #e8eff7;
170 background-color: #e8eff7;
190 color: silver;
191 background-color: transparent;
220 color: silver;
251 border-left-color: white;
316 color: #666666;
[all …]
/plugin/odt/
H A DChangeLog.txt32 * Fixed wrong handling of border-color, border-width and background-color
85 …* Bugfix: The function 'adjustValueForODT' did not convert the color name 'black' to '#000000'. Th…
105 and has it's own border color. Fixes issue "quote conversion #31".
117 … + A function which directly imports a CSS style (similar to HTML code like 'style="color:red;"')
156 * Added new file 'csscolors.php'. It is a helper class to convert CSS color names
157 into their corresponding color values. This might be needed by other plugins for ODT
158 rendering because ODT does not know CSS color names.
/plugin/pgn4web/pgn4web/
H A Dpgn4web.js1153 function RookForOOCastling(color) { argument
1154 if (CastlingShort[color] < 0) { return null; }
1155 if (PieceMoveCounter[color][0] > 0) { return null; }
1159color][thisRook] == CastlingShort[color]) && (PieceCol[color][thisRook] > PieceCol[color][0]) && (…
1165 if (PieceMoveCounter[color][thisRook] > 0) { return null; }
1189 function RookForOOOCastling(color) { argument
1190 if (CastlingLong[color] < 0) { return null; }
1191 if (PieceMoveCounter[color][0] > 0) { return null; }
1195color][thisRook] == CastlingLong[color]) && (PieceCol[color][thisRook] < PieceCol[color][0]) && (P…
2099 var ii, jj, cc, color, castlingRookCol, fullMoveNumber;
[all …]
/plugin/datatables/assets/datatables.net-plugins/features/mark.js/
H A Ddatatables.mark.min.css
/plugin/oddeven/
H A Dstyle.css2 background-color: __background_other__;
/plugin/bibtex/
H A Dstyle.css8 color: #1B57B1;
/plugin/combo/ComboStrap/
H A DBrandTag.php208 $color = $brandAttributes->getValueAndRemoveIfPresent(ColorRgb::PRIMARY_VALUE);
209 if ($color !== null) {
210 $brandButton->setPrimaryColor($color);
/plugin/showlinkpermission/
H A Dstyle.css2 color: #CCCCCC;
/plugin/amcharts/assets/amcharts/plugins/export/
H A Dexport.min.js1color:e.cfg.color,width:e.cfg.width,opacity:e.cfg.opacity},!0,d.target),c.setup.fabric.renderAll()…
2 …e"}else"colors"==o?(q.style="background-color: "+p[g],q.action="change",q.color=p[g],q["class"]="e…
H A Dexport.js124 color: state.cfg.color,
154 color: state.cfg.color,
233 if ( cfg.color ) {
234 _this.drawing.color = cfg.color;
245 _this.setup.fabric.freeDrawingBrush.color = _this.drawing.color;
254 cfg.color = cfg.color || state.color;
311 color: cfg.color,
359 color: _this.drawing.color,
389 fill: cfg.color,
478 color: "#000000", property in AmCharts._this.defaults.fabric.drawing
[all …]

1...<<41424344454647484950>>...68