Home
last modified time | relevance | path

Searched refs:color2 (Results 26 – 50 of 57) sorted by relevance

123

/plugin/syntaxhighlighter4/dist/
H A Dtheme-emacs.css161 .syntaxhighlighter.printing .color2, .syntaxhighlighter.printing .color2 a {
235 .syntaxhighlighter .color2, .syntaxhighlighter .color2 a {
H A Dtheme-fadetogrey.css161 .syntaxhighlighter.printing .color2, .syntaxhighlighter.printing .color2 a {
235 .syntaxhighlighter .color2, .syntaxhighlighter .color2 a {
H A Dtheme-mdultra.css161 .syntaxhighlighter.printing .color2, .syntaxhighlighter.printing .color2 a {
235 .syntaxhighlighter .color2, .syntaxhighlighter .color2 a {
H A Dtheme-eclipse.css161 .syntaxhighlighter.printing .color2, .syntaxhighlighter.printing .color2 a {
235 .syntaxhighlighter .color2, .syntaxhighlighter .color2 a {
H A Dtheme-swift.css166 .syntaxhighlighter.printing .color2, .syntaxhighlighter.printing .color2 a {
240 .syntaxhighlighter .color2, .syntaxhighlighter .color2 a {
H A Dsyntaxhighlighter.js.map1color2'\n },\n\n {\n regex: /\\b(?:and|as|div|mod|not|or|return(?!\\s&)(ing)?|equals|(i…
/plugin/syntaxhighlighter3/sxh3/pkg/styles/
H A DshCoreDjango.css60 .syntaxhighlighter.printing .color2,.syntaxhighlighter.printing .color2 a{color:#ff1493 !important;}
92 .syntaxhighlighter .color2,.syntaxhighlighter .color2 a{color:#91bb9e !important;}
H A DshCoreEclipse.css60 .syntaxhighlighter.printing .color2,.syntaxhighlighter.printing .color2 a{color:#ff1493 !important;}
92 .syntaxhighlighter .color2,.syntaxhighlighter .color2 a{color:#ff1493 !important;}
H A DshCore.css60 .syntaxhighlighter.printing .color2,.syntaxhighlighter.printing .color2 a{color:#ff1493 !important;}
/plugin/syntaxhighlighter3/sxh3/src/sass/
H A DshCore.scss212 .color2, .color2 a { color: #ff1493 !important; }
/plugin/statdisplay/pchart/
H A DpChart.php256 $color2,
936 if ($color2 == null) {
969 5, $color2,
1270 $colorO = $color2;
1276 $color2 = $colorO;
1326 if ($color2 != null) {
1330 $color2,
1339 $color2,
1418 if ($color2 != null) {
1421 $color2,
[all …]
/plugin/statistics/inc/pchart/
H A DpChart.php229 $color2 = $style->getBackgroundColor()->addRGBIncrement(-15);
252 $color2,
998 public function drawLegend($XPos, $YPos, $DataDescription, Color $color, Color $color2 = null, Color $color3 = null, $Border = TRUE) { argument
999 if($color2 == null) {
1000 $color2 = $color->addRGBIncrement(-30);
1033 5, $color2,
1379 function drawPlotGraph($Data, $DataDescription, $BigRadius = 5, $SmallRadius = 2, Color $color2 = null, $Shadow = FALSE) { argument
1385 $colorO = $color2;
1391 $color2 = $colorO;
1446 if($color2 !
1480 drawXYPlotGraph(pData $DataSet, $YSerieName, $XSerieName, $PaletteID = 0, $BigRadius = 5, $SmallRadius = 2, Color $color2 = null, $Shadow = TRUE, $SizeSerieName = '') global() argument
[all...]
/plugin/animation/styles/
H A DshCore.css218 .syntaxhighlighter.printing .color2, .syntaxhighlighter.printing .color2 a {
/plugin/diagramsnet/lib/js/diagramly/util/
H A DmxJsCanvas.js199 mxJsCanvas.prototype.setGradient = function(color1, color2, x, y, w, h, direction, alpha1, alpha2) argument
206 s.gradientColor = color2;
211 var rgb2 = this.hexToRgb(color2);
/plugin/photogallery/phpThumb/
H A Dphpthumb.filters.php87 $color2 = phpthumb_functions::ImageHexColorAllocate($gdimg, $hexcolor2, false, $alpha);
91 … - $i, imagesy($gdimg) - $i - 1, imagesx($gdimg) - $i, $i + 1, $color2); // right
92 …- $i, imagesy($gdimg) - $i , $i, imagesy($gdimg) - $i , $color2); // bottom
484 $color2 = phpthumb_functions::ImageHexColorAllocate($gdimg, $hexcolor2);
489 …($gdimg) - $i, imagesy($gdimg) - $i, imagesx($gdimg) - $i, $i, $color2); // right
490 …$gdimg) - $i, imagesy($gdimg) - $i, $i, imagesy($gdimg) - $i, $color2); // bottom
498 …rame_width + $edge_width + $i, imagesy($gdimg) - $frame_width - $edge_width - $i, $color2); // left
499 …frame_width - $edge_width - $i, $frame_width + $edge_width + $i, $color2); // top
H A Dphpthumb.class.php2890 @list($width, $color1, $color2) = explode('|', $parameter, 3);
2891 $phpthumbFilters->Bevel($this->gdimg_output, $width, $color1, $color2);
2925 … @list($frame_width, $edge_width, $color_frame, $color1, $color2) = explode('|', $parameter, 5);
2926 …humbFilters->Frame($this->gdimg_output, $frame_width, $edge_width, $color_frame, $color1, $color2);
/plugin/katex/_assets/contrib/
H A Dmhchem.min.js1color2:a.go(e[1])}},"r=":function(t,e){t.r=e},"rdt=":function(t,e){t.rdt=e},"rd=":function(t,e){t.…
/plugin/sequencediagram/bower_components/raphael/dev/
H A Draphael.vml.js403 fill.color2 = dots[dots.length - 1].color;
/plugin/diagramsnet/lib/js/grapheditor/
H A DFormat.js4468 var color2 = css.backgroundColor.replace(
4495 if (color2.charAt(0) == '#')
4497 currentBgColor = color2;
/plugin/diagramsnet/lib/js/diagramly/vsdx/
H A Dimporter.js5475 /*private*/ this.color2 = null;
5480 …this.color2 = com.mxgraph.io.vsdx.theme.OoxmlColorFactory.getOoxmlColor(com.mxgraph.io.vsdx.mxVsdx…
5485 … this.color1 = this.color2 = new com.mxgraph.io.vsdx.theme.SrgbClr("FFFFFF");
5496 … color.setGradientClr(this.color2.getColor$int$com_mxgraph_io_vsdx_mxVsdxTheme(styleValue, theme));
/plugin/callflow/
H A Draphael.js7536 fill.color2 = dots[dots.length - 1].color;
/plugin/sequencediagram/bower_components/raphael/
H A Draphael.no-deps.min.js1 …,p.length){e.removeChild(s),s.on=!0,s.method="none",s.color=p[0].color,s.color2=p[p.length-1].colo…
H A Draphael.min.js1 …,p.length){e.removeChild(s),s.on=!0,s.method="none",s.color=p[0].color,s.color2=p[p.length-1].colo…
/plugin/advrack/
H A Draphael.js7542 fill.color2 = dots[dots.length - 1].color;
/plugin/chordsheets/js/
H A Draphael.js1 …,p.length){e.removeChild(s),s.on=!0,s.method="none",s.color=p[0].color,s.color2=p[p.length-1].colo…

123