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.svg1 <svg xmlns="http://www.w3.org/2000/svg" width="24" viewBox="0 0 36 36"><path d="M28 30H6V8h13.22l2-2H6a2 2 0 0 0-2 2v22a2 2 0 0 0 2 2h22a2 2 0 0 0 2-2V15l-2 2z" class="clr-i-outline clr-i-outline-path-1" fill="currentColor"></path><path d="M33.53 5.84l-3.37-3.37a1.61 1.61 0 0 0-2.28 0L14.17 16.26l-1.11 4.81A1.61 1.61 0 0 0 14.63 23a1.69 1.69 0 0 0 .37 0l4.85-1.07L33.53 8.12a1.61 1.61 0 0 0 0-2.28zM18.81 20.08l-3.66.81l.85-3.63L26.32 6.87l2.82 2.82zM30.27 8.56l-2.82-2.82L29 4.16L31.84 7z" class="clr-i-outline clr-i-outline-path-2" fill="currentColor"></path></svg>
/plugin/diagramsnet/lib/js/diagramly/
H A 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 + '">' +
H A 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/
H A Draphael.core.js575 r = clr.r;
576 g = clr.g;
577 b = clr.b;
624 if (R.is(clr, "object") && "h" in clr && "s" in clr && "b" in clr) {
626 clr.r = rgb.r;
627 clr.g = rgb.g;
630 } else if (R.is(clr, "object") && "h" in clr && "s" in clr && "l" in clr) {
638 clr = R.getRGB(clr);
640 if (R.is(clr, "object") && "r" in clr && "g" in clr && "b" in clr) {
649 clr.r = clr.g = clr.b = clr.h = clr.s = clr.v = clr.l = -1;
[all …]
H A 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/
H A Dsnap.svg.js1509 r = clr.r;
1510 g = clr.g;
1511 b = clr.b;
1557 if (is(clr, "object") && "h" in clr && "s" in clr && "b" in clr) {
1559 clr.r = rgb.r;
1564 } else if (is(clr, "object") && "h" in clr && "s" in clr && "l" in clr) {
1573 clr = Snap.getRGB(clr);
1575 if (is(clr, "object") && "r" in clr && "g" in clr && "b" in clr && !("error" in clr)) {
1584 clr.r = clr.g = clr.b = clr.h = clr.s = clr.v = clr.l = -1;
1589 return clr;
[all …]
/plugin/callflow/
H A Draphael.js972 r = clr.r;
973 g = clr.g;
974 b = clr.b;
1021 if (R.is(clr, "object") && "h" in clr && "s" in clr && "b" in clr) {
1027 } else if (R.is(clr, "object") && "h" in clr && "s" in clr && "l" in clr) {
1035 clr = R.getRGB(clr);
1037 if (R.is(clr, "object") && "r" in clr && "g" in clr && "b" in clr) {
1046 clr.r = clr.g = clr.b = clr.h = clr.s = clr.v = clr.l = -1;
1050 return clr;
6275clr[has]("opacity") && $(node, {"fill-opacity": clr.opacity > 1 ? clr.opacity / 100 : clr.opacity}…
[all …]
/plugin/advrack/
H A Draphael.js972 r = clr.r;
973 g = clr.g;
974 b = clr.b;
1021 if (R.is(clr, "object") && "h" in clr && "s" in clr && "b" in clr) {
1027 } else if (R.is(clr, "object") && "h" in clr && "s" in clr && "l" in clr) {
1035 clr = R.getRGB(clr);
1037 if (R.is(clr, "object") && "r" in clr && "g" in clr && "b" in clr) {
1046 clr.r = clr.g = clr.b = clr.h = clr.s = clr.v = clr.l = -1;
1050 return clr;
6281clr[has]("opacity") && $(node, {"fill-opacity": clr.opacity > 1 ? clr.opacity / 100 : clr.opacity}…
[all …]
/plugin/diagramsnet/lib/js/grapheditor/
H A 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);
H A 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);
H A 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/
H A 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;
H A 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/
H A DphpThumb.demo.demo.php163 $Examples[] = array('getstrings' => array('src='.$img['landscape'].'&w=300&fltr[]=clr|25|00FF00'), …
/plugin/highlightjs/highlight/
H A 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 in hljs.LANGUAGES.avrasm.dM.k.keyword