Home
last modified time | relevance | path

Searched refs:rgb (Results 26 – 50 of 130) sorted by path

123456

/plugin/ckgedit/ckeditor/plugins/fontAssist/
H A Dplugin.js.unc186 matches = target.getAttribute( 'style' ).match(/(rgb\([,\s\d]+\))/);
207 return "rgb(" + R +", " +G +", " +B+")";
/plugin/ckgedit/ckeditor/skins/moono-lisa/
H A Deditor.css5 …="background-color:#FFF"],span.cke_colorbox[style*="rgb(255,255,255)"],span.cke_colorbox[style*="r…
H A Deditor_gecko.css5 …="background-color:#FFF"],span.cke_colorbox[style*="rgb(255,255,255)"],span.cke_colorbox[style*="r…
H A Deditor_ie.css5 …="background-color:#FFF"],span.cke_colorbox[style*="rgb(255,255,255)"],span.cke_colorbox[style*="r…
H A Deditor_ie8.css5 …="background-color:#FFF"],span.cke_colorbox[style*="rgb(255,255,255)"],span.cke_colorbox[style*="r…
H A Deditor_iequirks.css5 …="background-color:#FFF"],span.cke_colorbox[style*="rgb(255,255,255)"],span.cke_colorbox[style*="r…
/plugin/codemirror/dist/modes/
H A Dcss.min.js.map1 …ial-gradient\", \"repeat-x\", \"repeat-y\", \"reset\", \"reverse\",\n \"rgb\", \"rgba\", \"ridg…
H A Dmirc.min.js.map1 …ok $replace $replacex \" +\n \"$reptok $result $rgb $right $round $scid…
H A Dstylus.min.js.map1 …eating-radial-gradient\",\"repeat-x\",\"repeat-y\",\"reset\",\"reverse\",\"rgb\",\"rgba\",\"ridge\…
H A Dvbscript.min.js.map1 …'mid', 'minute', 'month', 'monthname', 'msgbox', 'now', 'oct', 'replace', 'rgb', 'right', 'rnd', '…
/plugin/colorswatch/
H A DREADME.md15 …exadecimal color codes (the ones starting with ``#``), no functions like ``rgb()`` or ``hsla()`` o…
/plugin/combo/resources/firebug/
H A Dfirebug-lite.css69 #FirebugBGInspector { display:none; z-index:99999998; position:absolute; top:0; left:0; background:rgb(0,150,255); opacity:0.5; filter:Alpha(Opacity=50); padding:0; margin:0; }
92 #Firebug .Left .Console .Monitor .Arrow { color:rgb(0,0,255); white-space:nowrap; }
138 #Firebug .Right .HTML .Content .CSSItem center { color:rgb(0,150,0); padding:0 0 3px 0; font:bold 12px Arial, Helvetica, sans-serif; }
188 #Firebug .Left .XHR .Block strong { display:block; text-align:center; padding:3px; background:rgb(200,225,255); color:rgb(50,50,50); }
190 #Firebug .Left .XHR .Block span a { cursor:pointer; color:rgb(0,0,200); }
/plugin/combo/resources/theme/default/components/css/
H A Dminimap.css11 background-image: url('data:image/svg+xml;charset=utf8,<svg xmlns="http://www.w3.org/2000/svg" width="250" height="195"><g fill="rgb(204,204,204)" transform="translate(-7.897 -268.6)"><rect rx="0" y="286.829" x="12.897" height="175" width="200" opacity=".517"/><path d="M13.23 458.808l39.687-132.291h198.437l-39.687 132.291z" fill-rule="evenodd"/><rect rx="0" y="273.6" x="39.688" height="13" width="90"/></g></svg>');
/plugin/copycode/
H A Dstyle.css25 background: rgb(25, 219, 113);
/plugin/csstimeline/
H A Dstyle.css21 background: rgb(80,80,80);
22 …background: -moz-linear-gradient(top, rgba(80,80,80,0) 0%, rgb(80,80,80) 8%, rgb(80,80,80) 92%, rg…
68 background: rgb(248,248,248);
100 border: 4px solid rgb(255,80,80);
117 border-left-color: rgb(248,248,248);
131 border-right-color: rgb(248,248,248);
141 color: rgb(250,80,80);
156 background: rgb(248,248,248);
197 background: rgb(255,255,255);
213 border: 4px solid rgb(255,80,80);
[all …]
/plugin/datatables/assets/pdfmake/build/
H A Dpdfmake.min.js
/plugin/diagramsnet/lib/images/
H A Dgitlab-logo.svg1 …cls-2{fill:#e24329;}.cls-3{fill:#fca326;}</style></defs><title>gitlab-icon-rgb</title><g id="g44">…
/plugin/diagramsnet/lib/js/
H A Dapp.min.js2039 …ment=this.valueElement=a;this.onImmediateChange=null;this.hsv=[0,0,1];this.rgb=[1,1,1];this.picker…
2042rgb[0]+.715*this.rgb[1]+.072*this.rgb[2]?"#FFF":"#000");a&C||!k()||f();a&v||!k()||g()};this.fromHS…
2043 …0);1<c&&(c=1);a=null===a?this.rgb[0]:this.rgb[0]=a;b=null===b?this.rgb[1]:this.rgb[1]=b;var e=null…
2044 …ing=function(){return(256|Math.round(255*this.rgb[0])).toString(16).substr(1)+(256|Math.round(255*…
2045 (256|Math.round(255*this.rgb[2])).toString(16).substr(1)};var r=this,t="hvs"===this.pickerMode.toLo…
H A Dextensions.min.js1705rgb().formatHex()}function Ue(){return this.rgb().formatRgb()}function $e(t){var e,n;return t=(t+"…
/plugin/diagramsnet/lib/js/diagramly/util/
H A DmxJsCanvas.js402 var rgb = this.hexToRgb(value);
404 this.ctx.shadowColor = 'rgba(' + rgb.r + ',' + rgb.g + ',' + rgb.b + ',' + alpha + ')';
/plugin/diagramsnet/lib/js/diagramly/vsdx/
H A DbmpDecoder.js100 this.data[location+i*4] = rgb.red;
127 var rgb = this.palette[before];
128 this.data[location] = rgb.red;
129 this.data[location + 1] = rgb.green;
130 this.data[location + 2] = rgb.blue;
135 rgb = this.palette[after];
136 this.data[location+4] = rgb.red;
138 this.data[location+4 + 2] = rgb.blue;
156 var rgb = this.palette[b];
157 this.data[location] = rgb.red;
[all …]
H A DmxVsdxCanvas2D.js772 var rgb2hex = function (rgb){ argument
773 rgb = rgb.match(/^rgba?[\s+]?\([\s+]?(\d+)[\s+]?,[\s+]?(\d+)[\s+]?,[\s+]?(\d+)[\s+]?/i);
774 return (rgb && rgb.length === 4) ? "#" +
775 ("0" + parseInt(rgb[1],10).toString(16)).slice(-2) +
776 ("0" + parseInt(rgb[2],10).toString(16)).slice(-2) +
777 ("0" + parseInt(rgb[3],10).toString(16)).slice(-2) : '';
/plugin/diagramsnet/lib/js/grapheditor/
H A DFormat.js4671 function rgb2hex(rgb) argument
4673 rgb = rgb.match(/^rgba?[\s+]?\([\s+]?(\d+)[\s+]?,[\s+]?(\d+)[\s+]?,[\s+]?(\d+)[\s+]?/i);
4675 return (rgb && rgb.length === 4) ? "#" +
4676 ("0" + parseInt(rgb[1],10).toString(16)).slice(-2) +
4677 ("0" + parseInt(rgb[2],10).toString(16)).slice(-2) +
4678 ("0" + parseInt(rgb[3],10).toString(16)).slice(-2) : '';
/plugin/diagramsnet/lib/js/jscolor/
H A Djscolor.js419 0.213 * this.rgb[0] +
420 0.715 * this.rgb[1] +
421 0.072 * this.rgb[2]
437 this.rgb = HSV_RGB(
451 r===null ? this.rgb[0] : (this.rgb[0]=r),
452 g===null ? this.rgb[1] : (this.rgb[1]=g),
453 b===null ? this.rgb[2] : (this.rgb[2]=b)
758 case 0: rgb=[0,1,2]; break;
770 (c[rgb[0]]*100)+'%,'+
771 (c[rgb[1]]*100)+'%,'+
[all …]
/plugin/diagramsnet/lib/js/mermaid/
H A Dmermaid.min.js6rgb().formatHex()}function Ue(){return this.rgb().formatRgb()}function $e(t){var e,n;return t=(t+"…

123456