Home
last modified time | relevance | path

Searched refs:alpha (Results 126 – 150 of 332) sorted by path

12345678910>>...14

/plugin/combo/resources/firebug/
H A Dfirebug-lite-1.2.js2077 var alpha = styleObject["filter"].match(/opacity\=(\d+)/i);
2078 return alpha?alpha[1]/100:1;
2084 pi.util.Element.addStyle(_element,{ "filter":"alpha(opacity="+_value+")" });
H A Dfirebug-lite.css208 #Firebug .SettingsDiv .Content .ProgressDiv {background-color:#FFF;width:100%;height:100%;position:absolute;left:0;top:0;z-index:1;opacity:.8;filter:alpha(opacity=80);display:none;}
229 #firebugIconDiv { width:38px;height:38px;right:15pt;bottom:5pt;border:2px solid #000;display:none;position:fixed;background-image:url(firebug_logo.png);text-decoration:underline;cursor:pointer;filter:alpha(opacity:60);opacity:.6;z-index:99999998;}
/plugin/confmanager/
H A Dstyle.css175 filter: alpha(opacity=50);
/plugin/datatables/assets/pdfmake/build/
H A Dpdfmake.min.js
/plugin/davcal/vendor/sabre/event/
H A DCHANGELOG.md48 0.0.1-alpha (2013-06-29)
/plugin/davcal/vendor/sabre/xml/
H A DCHANGELOG.md165 * First alpha release
/plugin/diagramsnet/lib/js/
H A Dapp.min.js495 mxAbstractCanvas2D.prototype.createState=function(){return{dx:0,dy:0,scale:1,alpha:1,fillAlpha:1,st…
499 …a,b,c,d,e){};mxAbstractCanvas2D.prototype.setAlpha=function(a){this.state.alpha=a};mxAbstractCanva…
511 mxXmlCanvas2D.prototype.setAlpha=function(a){if(this.compressed){if(this.state.alpha==a)return;mxAb…
556 …dateFill=function(){var a=this.state;(1>a.alpha||1>a.fillAlpha)&&this.node.setAttribute("fill-opac…
558 …ring(a.strokeColor).toLowerCase());(1>a.alpha||1>a.strokeAlpha)&&this.node.setAttribute("stroke-op…
568 ….setAttribute("preserveAspectRatio","none");(1>l.alpha||1>l.fillAlpha)&&m.setAttribute("opacity",l…
578 ….setAttribute("transform",t):n.removeAttribute("transform");1!=this.state.alpha?n.setAttribute("op…
579 this.state.alpha):n.removeAttribute("opacity")}))};
589 …cale+"px");0<t.length&&r.setAttribute("transform",t);1>k.alpha&&r.setAttribute("opacity",k.alpha);…
H A Dextensions.min.js1315 …his.sat=this.hueMod=this.hueOff=this.hue=this.alphaMod=this.alphaOff=this.alpha=this.gray=this.inv…
1318 …(a){this.gray=a;this.hasEffects=!0};b.prototype.setAlpha=function(a){this.alpha=a;this.hasEffects=…
1705alpha:function(t){return arguments.length?(n=+t,e):n},alphaMin:function(t){return arguments.length… method in AnonymousFunctiona0dbb0ba2de00.e
H A Dviewer-static.min.js461 mxAbstractCanvas2D.prototype.createState=function(){return{dx:0,dy:0,scale:1,alpha:1,fillAlpha:1,st…
465 …a,b,c,d,e){};mxAbstractCanvas2D.prototype.setAlpha=function(a){this.state.alpha=a};mxAbstractCanva…
477 mxXmlCanvas2D.prototype.setAlpha=function(a){if(this.compressed){if(this.state.alpha==a)return;mxAb…
522 …dateFill=function(){var a=this.state;(1>a.alpha||1>a.fillAlpha)&&this.node.setAttribute("fill-opac…
524 …ring(a.strokeColor).toLowerCase());(1>a.alpha||1>a.strokeAlpha)&&this.node.setAttribute("stroke-op…
534 ….setAttribute("preserveAspectRatio","none");(1>l.alpha||1>l.fillAlpha)&&m.setAttribute("opacity",l…
544 ….setAttribute("transform",t):n.removeAttribute("transform");1!=this.state.alpha?n.setAttribute("op…
545 this.state.alpha):n.removeAttribute("opacity")}))};
555 …cale+"px");0<t.length&&r.setAttribute("transform",t);1>k.alpha&&r.setAttribute("opacity",k.alpha);…
H A Dviewer.min.js461 mxAbstractCanvas2D.prototype.createState=function(){return{dx:0,dy:0,scale:1,alpha:1,fillAlpha:1,st…
465 …a,b,c,d,e){};mxAbstractCanvas2D.prototype.setAlpha=function(a){this.state.alpha=a};mxAbstractCanva…
477 mxXmlCanvas2D.prototype.setAlpha=function(a){if(this.compressed){if(this.state.alpha==a)return;mxAb…
522 …dateFill=function(){var a=this.state;(1>a.alpha||1>a.fillAlpha)&&this.node.setAttribute("fill-opac…
524 …ring(a.strokeColor).toLowerCase());(1>a.alpha||1>a.strokeAlpha)&&this.node.setAttribute("stroke-op…
534 ….setAttribute("preserveAspectRatio","none");(1>l.alpha||1>l.fillAlpha)&&m.setAttribute("opacity",l…
544 ….setAttribute("transform",t):n.removeAttribute("transform");1!=this.state.alpha?n.setAttribute("op…
545 this.state.alpha):n.removeAttribute("opacity")}))};
555 …cale+"px");0<t.length&&r.setAttribute("transform",t);1>k.alpha&&r.setAttribute("opacity",k.alpha);…
/plugin/diagramsnet/lib/js/diagramly/util/
H A DmxAsyncCanvas.js86 mxAsyncCanvas.prototype.setAlpha = function(alpha) argument
88 this.state.alpha = alpha;
H A DmxJsCanvas.js176 mxJsCanvas.prototype.setAlpha = function(alpha) argument
178 this.state.alpha = alpha;
179 this.ctx.globalAlpha = alpha;
401 var alpha = (this.state.shadowAlpha != null) ? this.state.shadowAlpha : 1;
404 this.ctx.shadowColor = 'rgba(' + rgb.r + ',' + rgb.g + ',' + rgb.b + ',' + alpha + ')';
/plugin/diagramsnet/lib/js/diagramly/vsdx/
H A DbmpDecoder.js190 var alpha = (B>>15)?0xFF:0x00;
196 this.data[location + 3] = alpha;
217 var alpha = 0xFF;
226 this.data[location + 3] = alpha;
268 var alpha = this.buffer[this.pos++];
274 this.data[location + 3] = alpha;
H A Dimporter.js6078 /*private*/ this.alpha = 0;
6167 OoxmlColor.prototype.setAlpha = function (alpha) { argument
6168 this.alpha = alpha;
/plugin/diagramsnet/lib/js/grapheditor/
H A DGraph.js6823 var alpha = mxUtils.toRadians(Number(start.style[mxConstants.STYLE_ROTATION] || '0'));
6826 if (alpha != 0)
6828 var cos = Math.cos(-alpha);
6829 var sin = Math.sin(-alpha);
6837 var pt = this.getPerimeterPoint(start, next, alpha == 0 && orth, border);
6839 if (alpha != 0)
6841 var cos = Math.cos(alpha);
6842 var sin = Math.sin(alpha);
/plugin/diagramsnet/lib/js/mermaid/
H A Dmermaid.min.js6alpha:function(t){return arguments.length?(n=+t,e):n},alphaMin:function(t){return arguments.length… function
/plugin/diagramsnet/lib/math/config/
H A DAccessible-full.js73 …","\u2019":"Prime"},remap:{"-":"2212","*":"2217","`":"2018"},mathchar0mi:{alpha:"03B1",beta:"03B2"…
76 …,Vvdash:"\u22AA",Wedge:"\u22C0",Xi:"\u039E",acute:"\u00B4",aleph:"\u2135",alpha:"\u03B1",amalg:"\u… property in c.Parse.Entity
H A DAccessible.js70 …","\u2019":"Prime"},remap:{"-":"2212","*":"2217","`":"2018"},mathchar0mi:{alpha:"03B1",beta:"03B2"…
73 …,Vvdash:"\u22AA",Wedge:"\u22C0",Xi:"\u039E",acute:"\u00B4",aleph:"\u2135",alpha:"\u03B1",amalg:"\u… property in c.Parse.Entity
H A DMML_HTMLorMML-full.js54 …,Vvdash:"\u22AA",Wedge:"\u22C0",Xi:"\u039E",acute:"\u00B4",aleph:"\u2135",alpha:"\u03B1",amalg:"\u… property in c.Parse.Entity
H A DMML_HTMLorMML.js52 …,Vvdash:"\u22AA",Wedge:"\u22C0",Xi:"\u039E",acute:"\u00B4",aleph:"\u2135",alpha:"\u03B1",amalg:"\u… property in c.Parse.Entity
H A DTeX-MML-AM_HTMLorMML-full.js70 …","\u2019":"Prime"},remap:{"-":"2212","*":"2217","`":"2018"},mathchar0mi:{alpha:"03B1",beta:"03B2"…
73 …,Vvdash:"\u22AA",Wedge:"\u22C0",Xi:"\u039E",acute:"\u00B4",aleph:"\u2135",alpha:"\u03B1",amalg:"\u… property in c.Parse.Entity
H A DTeX-MML-AM_HTMLorMML.js67 …","\u2019":"Prime"},remap:{"-":"2212","*":"2217","`":"2018"},mathchar0mi:{alpha:"03B1",beta:"03B2"…
70 …,Vvdash:"\u22AA",Wedge:"\u22C0",Xi:"\u039E",acute:"\u00B4",aleph:"\u2135",alpha:"\u03B1",amalg:"\u… property in c.Parse.Entity
H A DTeX-MML-AM_SVG-full.js63 …","\u2019":"Prime"},remap:{"-":"2212","*":"2217","`":"2018"},mathchar0mi:{alpha:"03B1",beta:"03B2"…
66 …,Vvdash:"\u22AA",Wedge:"\u22C0",Xi:"\u039E",acute:"\u00B4",aleph:"\u2135",alpha:"\u03B1",amalg:"\u… property in c.Parse.Entity
/plugin/diagramsnet/lib/math/extensions/a11y/
H A Dexplorer.js284 alpha: e
287 alpha: 1
H A Dmathjax-sre.js553 …ors_[a.color]:a;c||(c=sre.ColorPicker.namedColors_[b]);c.alpha=a.hasOwnProperty("alpha")?a.alpha:1…
554alpha=Math.max(a.alpha,0);a.alpha=Math.min(1,a.alpha);return a};sre.ColorPicker.prototype.rgba=fun…
555 …ackground),alphaback:this.background.alpha.toString(),foreground:a(this.foreground),alphafore:this…
556 …ackground),alphaback:this.background.alpha.toString(),foreground:a(this.foreground),alphafore:this…
574 …round:a.getAttribute("fill")};"rect"===a.nodeName?(c=new sre.ColorPicker({alpha:0,color:"black"}),…

12345678910>>...14