/plugin/s5reloaded/ui/effects_support/ |
H A D | effects.js | 357 from: this.element.getOpacity() || 0.0, 532 from: element.getOpacity() || 1.0, 547 from: (element.getStyle('display') == 'none' ? 0.0 : element.getOpacity() || 0.0), 1100 if (!styles.opacity) styles.opacity = element.getOpacity();
|
H A D | dragdrop.js | 258 element._opacity = Element.getOpacity(element);
|
H A D | prototype.js | 2201 getOpacity: function(element) { method in Element.Methods
|
/plugin/authgoogle/google/contrib/ |
H A D | Google_FusiontablesService.php | 684 public function getOpacity() { function in Google_Bucket 1109 public function getOpacity() { function in Google_StyleFunctionGradientColors
|
/plugin/diagramsnet/lib/js/diagramly/ |
H A D | Extensions.js | 8738 getOpacity(p, a, item1) + 8749 getOpacity(p, a, item2) + 8772 getOpacity(p, a, v) + 10367 getOpacity(p, a, item4) + 12546 getOpacity(p, a, item[i]); 12607 getOpacity(p, a, key[i]); 12626 getOpacity(p, a, item[i]); 12689 getOpacity(p, a, key[i]); 12708 getOpacity(p, a, item[i]); 12778 getOpacity(p, a, key[i]); [all …]
|
/plugin/webcode/vendor/ |
H A D | firebug-lite-1.2.js | 2061 getOpacity:function(_styleObject){ method in pi.util.Element 2124 return pi.util.Element.getOpacity(_element.style); 2143 return pi.util.Element.getOpacity(_element,view);
|
H A D | firebug-lite-1.2-compressed.js | 99 pi.util.Element.addClass.apply(this,arguments);},getOpacity:function(_styleObject){var styleObject=… method in pi.util.Element 103 return pi.util.Element.getOpacity(_element.style);return typeof _property=="string"?_element.style[… 104 return pi.util.Element.getOpacity(_element,view);return typeof _property=="string"?view[_property]:…
|
/plugin/combo/resources/firebug/ |
H A D | firebug-lite-1.2-compressed.js | 110 pi.util.Element.addClass.apply(this,arguments);},getOpacity:function(_styleObject){var styleObject=_styleObject;if(!pi.env.ie) method in pi.util.Element 114 return pi.util.Element.getOpacity(_element.style);return typeof _property=="string"?_element.style[_property]:_element.style;},getValue:function(_element){switch(_element.nodeName.toLowerCase()){case"input":case"textarea":return _element.value;case"select":return _element.options[_element.selectedIndex].value;default:return _element.innerHTML;break;}},getView:function(_element,_property){var view=document.defaultView?document.defaultView.getComputedStyle(_element,null):_element.currentStyle;_property=_property=="float"?pi.env.ie?"styleFloat":"cssFloat":_property;if(_property=="opacity"&&pi.env.ie) 115 return pi.util.Element.getOpacity(_element,view);return typeof _property=="string"?view[_property]:view;}},Hash:{clone:function(_hash,_undeep){var tmp={};for(var key in _hash){if(!_undeep&&pi.util.IsArray(_hash[key])){tmp[key]=pi.util.Array.clone(_hash[key]);}else if(!_undeep&&pi.util.IsHash(_hash[key])){tmp[key]=pi.util.Hash.clone(_hash[key]);}else{tmp[key]=_hash[key];}}
|
H A D | firebug-lite-1.2.js | 2072 getOpacity:function(_styleObject){ method in pi.util.Element 2135 return pi.util.Element.getOpacity(_element.style); 2154 return pi.util.Element.getOpacity(_element,view);
|
/plugin/freechat/phpfreechat/data/public/js/ |
H A D | prototype.js | 1906 getOpacity: function(element) { method in Element.Methods
|
/plugin/diagramsnet/lib/js/diagramly/vsdx/ |
H A D | importer.js | 10591 /*private*/ VsdxShape.prototype.getOpacity = function (key) { 10855 … var opacity = this.getOpacity(com.mxgraph.io.vsdx.mxVsdxConstants.FILL_FOREGND_TRANS); 10859 … opacity = this.getOpacity(com.mxgraph.io.vsdx.mxVsdxConstants.LINE_COLOR_TRANS);
|
/plugin/ol3/ |
H A D | script.js | 8 …getOpacity())/100,0,1),e.sourceState=this.getSourceState(),e.visible=this.getVisible(),e.extent=th… method in t
|
/plugin/issuetracker/ |
H A D | prototype.js | 2378 getOpacity: function(element) { method in Element.Methods
|
/plugin/jdraw/lib/ |
H A D | jgraphx.jar | META-INF/MANIFEST.MF
META-INF/HAMMURAP.SF
META-INF/HAMMURAP ... |
/plugin/openlayersmap/ol7/ |
H A D | ol.js.map |
|
/plugin/diagramsnet/lib/js/ |
H A D | extensions.min.js | 1500 …t$double(this.getShapeNode(f.mxgraph.io.vsdx.mxVsdxConstants.LOC_PIN_Y),0)};b.prototype.getOpacity= method in b 1508 …OUTH)||(this.styleMap[mxConstants.STYLE_GRADIENT_DIRECTION]=a));a=this.getOpacity(f.mxgraph.io.vsd… 1509 100>a&&(this.styleMap[mxConstants.STYLE_FILL_OPACITY]=""+a);a=this.getOpacity(f.mxgraph.io.vsdx.mxV…
|