Lines Matching refs:parseFloat
1674 !jQuery.isNaN( data ) ? parseFloat( data ) :
6300 value = +value.replace( rrelNumFilter, "" ) + parseFloat( jQuery.css( elem, name ) );
6421 value = parseFloat(value);
6439 ( parseFloat( RegExp.$1 ) / 100 ) + "" :
6553 val -= parseFloat(jQuery.css( elem, "padding" + this )) || 0;
6557 val += parseFloat(jQuery.css( elem, "margin" + this )) || 0;
6560 val -= parseFloat(jQuery.css( elem, "border" + this + "Width" )) || 0;
8163 end = parseFloat( parts[2] );
8331 return isNaN( parsed = parseFloat( r ) ) ? !r || r === "auto" ? 0 : r : parsed;
8652 top += parseFloat( computedStyle.borderTopWidth ) || 0;
8653 left += parseFloat( computedStyle.borderLeftWidth ) || 0;
8661 top += parseFloat( computedStyle.borderTopWidth ) || 0;
8662 left += parseFloat( computedStyle.borderLeftWidth ) || 0;
8684 …t.createElement("div"), innerDiv, checkDiv, table, td, bodyMarginTop = parseFloat( jQuery.css(body…
8723 top += parseFloat( jQuery.css(body, "marginTop") ) || 0;
8724 left += parseFloat( jQuery.css(body, "marginLeft") ) || 0;
8751 curTop = parseFloat( curCSSTop ) || 0;
8752 curLeft = parseFloat( curCSSLeft ) || 0;
8793 offset.top -= parseFloat( jQuery.css(elem, "marginTop") ) || 0;
8794 offset.left -= parseFloat( jQuery.css(elem, "marginLeft") ) || 0;
8797 parentOffset.top += parseFloat( jQuery.css(offsetParent[0], "borderTopWidth") ) || 0;
8798 parentOffset.left += parseFloat( jQuery.css(offsetParent[0], "borderLeftWidth") ) || 0;
8878 parseFloat( jQuery.css( this[0], type, "padding" ) ) :
8885 parseFloat( jQuery.css( this[0], type, margin ? "margin" : "border" ) ) :
8922 ret = parseFloat( orig );