Home
last modified time | relevance | path

Searched refs:AroundZero (Results 1 – 4 of 4) sorted by relevance

/plugin/statdisplay/pchart/
H A DpChart.php1760 function drawFilledCubicCurve(pData $data, $Accuracy = .1, $Alpha = 100, $AroundZero = FALSE) { argument
1826 …if ($YLast != NULL && $AroundZero && ! isset ( $Missing [floor ( $X )] ) && ! isset ( $Missing [fl…
1864 if ($YLast != NULL && $AroundZero) {
1893 if (! $AroundZero) {
1909 function drawFilledLineGraph($Data, $DataDescription, $Alpha = 100, $AroundZero = FALSE) { argument
1964 if ($YLast != $Empty && $AroundZero) {
1989 if ($AroundZero == FALSE) {
/plugin/statistics/inc/pchart/
H A DpChart.php1897 function drawFilledCubicCurve(pData $data, $Accuracy = .1, $Alpha = 100, $AroundZero = FALSE) { argument
1965 if($YLast != NULL && $AroundZero && !isset ($Missing [floor($X)]) && !isset ($Missing [floor($X + 1)])) {
2008 if($YLast != NULL && $AroundZero) {
2039 if(!$AroundZero) {
2057 function drawFilledLineGraph($Data, $DataDescription, $Alpha = 100, $AroundZero = FALSE) { argument
2112 if($YLast != $Empty && $AroundZero) {
2139 if($AroundZero == FALSE) {
/plugin/projects/pchart/pchart/
H A Dpchart.php1593 function drawFilledCubicCurve($Data,$DataDescription,$Accuracy=.1,$Alpha=100,$AroundZero=FALSE) argument
1678 …if ( $YLast != NULL && $AroundZero && !isset($Missing[floor($X)]) && !isset($Missing[floor($X+1)]))
1715 if ( $YLast != NULL && $AroundZero )
1742 if ( !$AroundZero )
1758 function drawFilledLineGraph($Data,$DataDescription,$Alpha=100,$AroundZero=FALSE) argument
1816 if ($YLast <> $Empty && $AroundZero)
1839 if ( $AroundZero == FALSE )
/plugin/charter/lib/pchart/
H A DpChart.class.php1618 function drawFilledCubicCurve($Data,$DataDescription,$Accuracy=.1,$Alpha=100,$AroundZero=FALSE) argument
1703 …if ( $YLast != NULL && $AroundZero && !isset($Missing[floor($X)]) && !isset($Missing[floor($X+1)]))
1740 if ( $YLast != NULL && $AroundZero )
1767 if ( !$AroundZero )
1783 function drawFilledLineGraph($Data,$DataDescription,$Alpha=100,$AroundZero=FALSE) argument
1841 if ($YLast <> $Empty && $AroundZero)
1864 if ( $AroundZero == FALSE )