Home
last modified time | relevance | path

Searched refs:color (Results 1376 – 1400 of 1682) sorted by relevance

1...<<51525354555657585960>>...68

/plugin/stlviewer/stlviewer/
H A DProjector.js32 this.color = new THREE.Color();
639 _face.color = face.color;
669 if ( attributes.color !== undefined ) {
671 var colors = attributes.color.array;
/plugin/mediasyntax/test/
H A Dmediasyntax-test.txt10 a codeblock, as opposed to a preblock, can contain <font color=red>red</font> text
/plugin/imagecarousel/vendor/slick/
H A Dslick.css20 -webkit-tap-highlight-color: transparent;
/plugin/revealjs/css/theme/source/
H A Dblood.scss71 background-color: $codeBackground;
/plugin/owncloud/
H A Dstyle.css31 background-color:#F9F9F9;
/plugin/diagramsnet/lib/img/lib/ibm/vpc/
H A DInternet.svg1 …nonzero" overflow="visible" stroke-linecap="square" stroke-miterlimit="3" color-interpolation-filt…
/plugin/dropfiles/
H A Dyarn.lock85 color-convert "^1.9.0"
418 supports-color "^2.0.0"
426 supports-color "^4.0.0"
495 color-convert@^1.9.0:
499 color-name "^1.1.1"
501 color-name@^1.1.1:
2188 supports-color "^3.2.3"
2196 supports-color "^4.4.0"
2726 supports-color@^2.0.0:
2730 supports-color@^3.2.3:
[all …]
/plugin/ckgdoku/ckeditor/plugins/geshi/dialogs/
H A Dgeshi.js.unc112 …label: "<html><span title='"+editor.lang.geshi.tooltip+"' style = 'color:blue;text-decoration:un…
139 style: 'color: green',
/plugin/diagramsnet/lib/math/extensions/
H A DSafe.js19color:true,backgroundColor:true,border:true,cursor:true,margin:true,padding:true,textShadow:true,f…
/plugin/sketchcanvas/script/
H A DSketchCanvas.js334 selectobj[i].color = cur_col;
815 tool.setColor(coltable[obj.color]);
866 function drawHandle(x, y, color, circle){ argument
868 ctx.fillStyle = color;
987 this.color = "black";
1016 set_default(alldat, "color", this.color, "black");
1026 this.color = obj.color || "black";
1383 // Fill outside of valid figure area defined by metaObj.size with gray color
1825 setColor(color) global() argument
1829 setColorFill(color) global() argument
[all...]
/plugin/html2pdf/html2pdf/html2ps/cache/
H A D7d888258e9745b3716532ea81342daaf.css.compiled1color";O:5:"Color":4:{s:1:"r";d:0;s:1:"g";d:0;s:1:"b";d:0;s:11:"transparent";b:0;}s:5:"style";i:1;…
/plugin/dw2pdf/tpl/default/
H A Dstyle.css19 color: black; /* links black as well */
/plugin/openlayersmap/
H A DStaticMap.php385 $color = imagecolorallocate($tileImage, 255, 255, 255);
386 @imagestring($tileImage, 1, 127, 127, 'err', $color);
510 $color = imagecolorallocate($this->image, 0, 0, 0);
607 $color
/plugin/a2s/
H A Ddemo.txt92 It is not possible to choose text color. When background is dark, ASCIIToSVG
96 * fill color : ''"fill":"//color//"''. examples :<code>"fill":"#88d"
101 * border stroke color : ''"stroke":"//color//"''. examples :<code>"stroke":"#88d"
/plugin/sequencediagram/bower_components/snap.svg/dist/
H A Dsnap.svg.js1483 i.style.color = red;
1484 i.style.color = color;
1488 return toHex(color);
1555 Snap.color = function (clr) {
4075 color: el[0] property in parseGrad.AnonymousFunction6de3020a3800.out
5108 color = Snap.color(color);
7884 color = blur;
7890 color = "#000";
7892 color = color || "#000";
7906 color = Snap.color(color);
[all …]
/plugin/dw2pdf/vendor/mpdf/mpdf/
H A DCHANGELOG.md69 * Custom color for QR codes
154 - Refactored and tested color handling with potential conversion fixes in `hsl*()` color definitions
374 - underline and strikethrough now use the parent inline block baseline/fontsize/color for child inline elements *** change in behaviour
386 - CSS background-color now supported on `<img>` element
539 - Spotcolor can now be defined as it is used e.g. color: spot(PANTONE 534 EC, 100%, 85, 65, 47, 9);
550 - CSS now takes precedence over HTML attribute e.g. `<table bgcolor="black" style="background-color:yellow">`
558 - text-outline, text-outline-width and text-outline-color supported everywhere except in tables (blur not supported)
575 - Table in Columns - when background color set by surrounding block element - colour missing for height of half bottom border.
595 - `<dottab>` fixed to allow color, fon
[all...]
/plugin/bureaucracy-au/
H A Dstyle.css80 color: #F00;
/plugin/html2pdf/html2pdf/html2ps/
H A Dcss.border.inc.php110 $color = _parse_color_declaration($value, $success);
/plugin/bureaucracyau/
H A Dstyle.css80 color: #F00;
/plugin/purplenumbers/
H A Dstyle.css9 color: __text_neu__ !important;
/plugin/ckgedit/ckeditor/plugins/note/dialogs/
H A Dnote.js.unc16 style: 'color: black',
/plugin/bureaucracy/
H A Dstyle.css80 color: #F00;
/plugin/photogallery/phpThumb/demo/
H A DphpThumb.demo.check.php423 list($color, $description) = $details;
428 echo $color.';">FALSE';
/plugin/diagramsnet/lib/js/grapheditor/
H A DEditor.js1069 hd.style.color = 'gray';
1537 editorUi.pickColor(newBackgroundColor || 'none', function(color) argument
1539 newBackgroundColor = color;
2472 …var color = (graph.background == null || graph.background == mxConstants.NONE) ? graph.defaultPage…
2473 …var gridColor = (color != null && this.gridColor != color.toLowerCase()) ? this.gridColor : '#ffff…
2522 graph.view.backgroundPageShape.node.style.backgroundColor = color;
2532 canvas.style.backgroundColor = color;
2538 mxGraphView.prototype.createSvgGrid = function(color) argument
2563 …'<path d="' + d.join(' ') + '" fill="none" stroke="' + color + '" opacity="0.2" stroke-width="1"/>…
2564 …'<path d="M ' + tmp2 + ' 0 L 0 0 0 ' + tmp2 + '" fill="none" stroke="' + color + '" stroke-width="…
/plugin/lists/
H A Dsyntax_plugin_lists.css30 color: #000;

1...<<51525354555657585960>>...68