Home | History | Annotate | Download | only in flot

Lines Matching refs:parseFloat

430 		return !isNaN( parseFloat(obj) ) && isFinite( obj );
1475 !parseFloat( ( window.getComputedStyle( marginDiv, null ) || {} ).marginRight );
6729 value = ( ret[1] + 1 ) * ret[2] + parseFloat( jQuery.css( elem, name ) );
6792 num = parseFloat( val );
6928 val -= parseFloat( curCSS( elem, "padding" + cssExpand[ i ] ) ) || 0;
6933 val -= parseFloat( curCSS( elem, "border" + cssExpand[ i ] + "Width" ) ) || 0;
6937 val += parseFloat( curCSS( elem, "padding" + cssExpand[ i ] ) ) || 0;
6941 val += parseFloat( curCSS( elem, "border" + cssExpand[ i ] + "Width" ) ) || 0;
6976 val = parseFloat( val ) || 0;
7068 ( 0.01 * parseFloat( RegExp.$1 ) ) + "" :
8977 // attempt a parseFloat and fallback to a string if the parse fails
9281 top += parseFloat( jQuery.css(body, "marginTop") ) || 0;
9282 left += parseFloat( jQuery.css(body, "marginLeft") ) || 0;
9309 curTop = parseFloat( curCSSTop ) || 0;
9310 curLeft = parseFloat( curCSSLeft ) || 0;
9352 offset.top -= parseFloat( jQuery.css(elem, "marginTop") ) || 0;
9353 offset.left -= parseFloat( jQuery.css(elem, "marginLeft") ) || 0;
9356 parentOffset.top += parseFloat( jQuery.css(offsetParent[0], "borderTopWidth") ) || 0;
9357 parentOffset.left += parseFloat( jQuery.css(offsetParent[0], "borderLeftWidth") ) || 0;
9444 // Get width or height on the element, requesting but not forcing parseFloat