Home
last modified time | relevance | path

Searched refs:clr (Results 1 – 15 of 15) sorted by relevance

/plugin/combo/resources/images/
H A Dclarity-note-edit-line.svg1clr-i-outline clr-i-outline-path-1" fill="currentColor"></path><path d="M33.53 5.84l-3.37-3.37a1.6…
/plugin/diagramsnet/lib/js/diagramly/
DP2PCollab.js73 var clr = userColors[userCount];
78 color: clr
85 var svg = 'data:image/svg+xml;base64,' + btoa(svgP1 + clr + '">' + svgP2);
86 cursor.innerHTML = '<img src="' + svg + '" style="width:16px"><div style="color:' + clr + '">' +
DExtensions.js6940 function getDarkerClr(clr, perc) argument
6948 return '#' + modComp(clr.substr(1, 2)) +
6949 modComp(clr.substr(3, 2)) +
6950 modComp(clr.substr(5, 2));
/plugin/sequencediagram/bower_components/raphael/dev/
Draphael.core.js574 var clr = R.getRGB(r);
575 r = clr.r;
576 g = clr.g;
577 b = clr.b;
622 R.color = function (clr) { argument
624 if (R.is(clr, "object") && "h" in clr && "s" in clr && "b" in clr) {
625 rgb = R.hsb2rgb(clr);
626 clr.r = rgb.r;
627 clr.g = rgb.g;
628 clr.b = rgb.b;
[all …]
Draphael.svg.js513 var clr = R.getRGB(value);
514 if (!clr.error) {
535clr[has]("opacity") && $(node, {"fill-opacity": clr.opacity > 1 ? clr.opacity / 100 : clr.opacity}…
537 clr = R.getRGB(value);
538 node.setAttribute(att, clr.hex);
539 …att == "stroke" && clr[has]("opacity") && $(node, {"stroke-opacity": clr.opacity > 1 ? clr.opacity…
/plugin/sequencediagram/bower_components/snap.svg/dist/
Dsnap.svg.js1508 var clr = Snap.getRGB(r);
1509 r = clr.r;
1510 g = clr.g;
1511 b = clr.b;
1555 Snap.color = function (clr) {
1557 if (is(clr, "object") && "h" in clr && "s" in clr && "b" in clr) {
1558 rgb = Snap.hsb2rgb(clr);
1559 clr.r = rgb.r;
1560 clr.g = rgb.g;
1561 clr.b = rgb.b;
[all …]
/plugin/callflow/
Draphael.js971 var clr = R.getRGB(r);
972 r = clr.r;
973 g = clr.g;
974 b = clr.b;
1019 R.color = function (clr) { argument
1021 if (R.is(clr, "object") && "h" in clr && "s" in clr && "b" in clr) {
1022 rgb = R.hsb2rgb(clr);
1023 clr.r = rgb.r;
1024 clr.g = rgb.g;
1025 clr.b = rgb.b;
[all …]
/plugin/advrack/
Draphael.js971 var clr = R.getRGB(r);
972 r = clr.r;
973 g = clr.g;
974 b = clr.b;
1019 R.color = function (clr) { argument
1021 if (R.is(clr, "object") && "h" in clr && "s" in clr && "b" in clr) {
1022 rgb = R.hsb2rgb(clr);
1023 clr.r = rgb.r;
1024 clr.g = rgb.g;
1025 clr.b = rgb.b;
[all …]
/plugin/diagramsnet/lib/js/grapheditor/
DDialogs.js115 (mxUtils.bind(this, function(clr) argument
123 if (clr == null)
125 clr = defaultColor;
128 if (clr == 'none')
132 else if (clr != null)
134 td.style.backgroundColor = '#' + clr;
135 var name = this.colorNames[clr.toUpperCase()];
145 if (clr != null)
151 if (clr == 'none')
158 picker.fromString(clr);
DShapes.js46 var clr = (mxUtils.mod(i, 2) == 1) ? evenColColor : oddColColor;
49 if (geo != null && clr != mxConstants.NONE)
51 c.setFillColor(clr);
77 var clr = (mxUtils.mod(i, 2) == 1) ? evenRowColor : oddRowColor;
80 if (geo != null && clr != mxConstants.NONE)
83 c.setFillColor(clr);
DFormat.js1193 var clr = (color.charAt(0) == '#') ? color.substring(1).toUpperCase() : color;
1194 var name = ColorDialog.prototype.colorNames[clr];
1279 …var clr = (value != null && typeof value === 'string' && value.charAt(0) == '#') ? value.substring…
1280 var name = ColorDialog.prototype.colorNames[clr];
/plugin/photogallery/phpThumb/docs/
Dphpthumb.readme.txt269 - "clr" (Colorize) [ex: &fltr[]=clr|<value>|<color>]
449 [ex: &fltr[]=drop|<d>|<w>|<clr>|<a>|<o>]
451 width of shadow fade (not yet implemented), <clr> is
636 - brit;cont;ds;sat;gray;clr;sep;gam;neg;th;rcd;flip;edge;
Dphpthumb.changelog.txt993 - 'clr' (Colorize) [ex: &fltr[]=clr|<value>|<color>]
1053 [ex: &fltr[]=drop|<d>|<w>|<clr>|<a>]
1055 width of shadow fade (not yet implemented), <clr> is
/plugin/photogallery/phpThumb/demo/
DphpThumb.demo.demo.php163 $Examples[] = array('getstrings' => array('src='.$img['landscape'].'&w=300&fltr[]=clr|25|00FF00'), …
/plugin/highlightjs/highlight/
Dhighlight.pack.js1 …ts:1,brvc:1,brvs:1,bset:1,bst:1,call:1,cbi:1,cbr:1,clc:1,clh:1,cli:1,cln:1,clr:1,cls:1,clt:1,clv:1… property