Home
last modified time | relevance | path

Searched refs:currentStyle (Results 1 – 25 of 84) sorted by relevance

1234

/plugin/freechat/phpfreechat/themes/default/
H A Diepngfix.htc38 var bgImg = currentStyle.backgroundImage || style.backgroundImage;
44 if (currentStyle.width == 'auto' && currentStyle.height == 'auto')
56 if (currentStyle.width == 'auto' && currentStyle.height == 'auto')
/plugin/freechat/phpfreechat/data/public/themes/default/
H A Diepngfix.htc38 var bgImg = currentStyle.backgroundImage || style.backgroundImage;
44 if (currentStyle.width == 'auto' && currentStyle.height == 'auto')
56 if (currentStyle.width == 'auto' && currentStyle.height == 'auto')
/plugin/findologicxmlexport/vendor/twig/extensions/lib/Twig/Extensions/Extension/
H A DIntl.php115 static $formatter, $currentStyle;
119 if ($formatter && $formatter->getLocale() === $locale && $currentStyle === $style) {
139 $currentStyle = $style;
/plugin/jplayer/vendor/happyworm/jplayer/lib/circle-player/js/
H A Djquery.transform2d.js117 var elemStyle = ( computed && elem.currentStyle ? elem.currentStyle : elem.style ),
146 currentStyle, variable
166 filter = ( currentStyle = elem.currentStyle ) && currentStyle.filter || elemStyle.filter || "";
/plugin/widearea/widearea/
H A Dwidearea.js191 if (element.currentStyle) { //IE
192 propValue = element.currentStyle[propName];
/plugin/wysiwyg/fckeditor/editor/_source/commandclasses/
H A Dfckjustifycommands.js165 currentAlign = firstBlock.currentStyle.textAlign ;
/plugin/picasawebalbum/
H A Djquery.slimbox2.js6 …(0,y-(s/2)),width:L,height:s,marginLeft:-L/2}).show();v=n||(H.currentStyle&&(H.currentStyle.positi…
/plugin/layeranimation/
H A Dscript.js398 var currentStyle = (save?'':'save-') + 'style';
401 $elem.attr(saveStyle, $elem.attr(currentStyle));
402 $elem.attr(currentStyle, '');
/plugin/diagramsnet/lib/math/extensions/
H A DMathZoom.js19currentStyle||{overflow:"visible"}).overflow}),getBorder:function(o){var m={thin:1,medium:2,thick:…
/plugin/fckg/fckeditor/editor/plugins/geshi/
H A Dfckplugin.js229 var s = n.currentStyle || n.ownerDocument.defaultView.getComputedStyle(n, null);
/plugin/wysiwyg/fckeditor/editor/plugins/dragresizetable/
H A Dfckplugin.js244 …cssGuess = parseInt( cell.currentStyle.paddingLeft, 10 ) + parseInt (cell.currentStyle.paddingRigh…
/plugin/fckg/fckeditor/editor/plugins/dragresizetable/
H A Dfckplugin.js244 …cssGuess = parseInt( cell.currentStyle.paddingLeft, 10 ) + parseInt (cell.currentStyle.paddingRigh…
/plugin/yuriigantt/3rd/dhtmlxgantt/ext/
H A Ddhtmlxgantt_tooltip.js13 …Style(t,null);e=n.display,o=n.visibility}else t.currentStyle&&(e=t.currentStyle.display,o=t.curren…
H A Ddhtmlxgantt_keyboard_navigation.js13 …Style(t,null);e=o.display,n=o.visibility}else t.currentStyle&&(e=t.currentStyle.display,n=t.curren…
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/ext/
H A Ddhtmlxgantt_tooltip.js563 }else if(node.currentStyle){
564 display = node.currentStyle["display"];
565 visibility = node.currentStyle["visibility"];
H A Ddhtmlxgantt_keyboard_navigation.js1768 }else if(node.currentStyle){
1769 display = node.currentStyle["display"];
1770 visibility = node.currentStyle["visibility"];
/plugin/chordsheets/js/
H A Djtab.min.js1 ….defaultView.getComputedStyle(t[0],"").getPropertyValue(a):t.currentStyle&&(s=t.currentStyle[a])),…
/plugin/s5reloaded/ui/effects_support/
H A Deffects.js354 if (Prototype.Browser.IE && (!this.element.currentStyle.hasLayout))
978 if (Prototype.Browser.IE && (!this.element.currentStyle.hasLayout))
1095 var css = element.currentStyle, styles;
H A Dprototype.js2540 if (!value && element.currentStyle) value = element.currentStyle[style];
2561 var currentStyle = element.currentStyle;
2562 if ((currentStyle && !currentStyle.hasLayout) ||
2563 (!currentStyle && element.style.zoom == 'normal'))
/plugin/fckg/scripts/
H A Dvki_kb.js1650 if (obj.currentStyle) {
1651 var y = obj.currentStyle[styleProp];
/plugin/jquery/
H A Djquery-1.4.2.js4664 if ( !jQuery.support.opacity && name === "opacity" && elem.currentStyle ) {
4665 ret = ropacity.test(elem.currentStyle.filter || "") ?
4708 } else if ( elem.currentStyle ) {
4711 ret = elem.currentStyle[ name ] || elem.currentStyle[ camelCase ];
4723 elem.runtimeStyle.left = elem.currentStyle.left;
5973 prevComputedStyle = defaultView ? defaultView.getComputedStyle( elem, null ) : elem.currentStyle,
5981 computedStyle = defaultView ? defaultView.getComputedStyle(elem, null) : elem.currentStyle;
H A Djquery-1.4.2.min.js117 …{var f,e=a.style;if(!c.support.opacity&&b==="opacity"&&a.currentStyle){f=Oa.test(a.currentStyle.fi…
118currentStyle){d=b.replace(ia,ja);f=a.currentStyle[b]||a.currentStyle[d];if(!mb.test(f)&&nb.test(f)…
146currentStyle;for(var k=b.offsetTop,n=b.offsetLeft;(b=b.parentNode)&&b!==o&&b!==i;){if(c.offset.sup…
/plugin/photogallery/lightGallery/js/
H A Dpicturefill.min.js4 …,c),d="getComputedStyle"in window&&window.getComputedStyle(b,null)||b.currentStyle,a={matchMedium:…
/plugin/freechat/phpfreechat/data/public/js/
H A Dprototype.js2253 if (!value && element.currentStyle) value = element.currentStyle[style];
2274 var currentStyle = element.currentStyle;
2275 if ((currentStyle && !currentStyle.hasLayout) ||
2276 (!currentStyle && element.style.zoom == 'normal'))
/plugin/issuetracker/
H A Dprototype.js2543 if (!value && element.currentStyle) value = element.currentStyle[style];
2564 var currentStyle = element.currentStyle;
2565 if ((currentStyle && !currentStyle.hasLayout) ||
2566 (!currentStyle && element.style.zoom == 'normal'))
3205 element.runtimeStyle.left = element.currentStyle.left;
3268 if (!element.currentStyle.hasLayout) {

1234