Lines Matching refs:Value

411                $Value = $Data[$Key][$ColName];
413 if ( is_numeric($Value) )
415 if ( $this->VMax < $Value) { $this->VMax = $Value; }
416 if ( $this->VMin > $Value) { $this->VMin = $Value; }
433 $Value = $Data[$Key][$ColName];
434 if ( is_numeric($Value) )
435 $Sum += $Value;
543 $Value = $this->VMin + ($i-1) * (( $this->VMax - $this->VMin ) / $Divisions);
544 $Value = round($Value * pow(10,$Decimals)) / pow(10,$Decimals);
546 $Value = $Value.$DataDescription["Unit"]["Y"];
548 $Value = $this->ToTime($Value);
550 $Value = $this->ToDate($Value);
552 $Value = $this->ToMetric($Value);
554 $Value = $this->ToCurrency($Value);
556 $Position = imageftbbox($this->FontSize,0,$this->FontName,$Value);
561 …this->FontSize,0,$this->GArea_X2+10,$YPos+($this->FontSize/2),$C_TextColor,$this->FontName,$Value);
566 …ize,0,$this->GArea_X1-10-$TextWidth,$YPos+($this->FontSize/2),$C_TextColor,$this->FontName,$Value);
594 $Value = $Data[$Key][$DataDescription["Position"]];
596 $Value = $Value.$DataDescription["Unit"]["X"];
598 $Value = $this->ToTime($Value);
600 $Value = $this->ToDate($Value);
602 $Value = $this->ToMetric($Value);
604 $Value = $this->ToCurrency($Value);
606 $Position = imageftbbox($this->FontSize,$Angle,$this->FontName,$Value);
613 …$this->FontSize,$Angle,floor($XPos)-floor($TextWidth/2),$YPos,$C_TextColor,$this->FontName,$Value);
619 …icture,$this->FontSize,$Angle,floor($XPos)-$TextWidth+5,$YPos,$C_TextColor,$this->FontName,$Value);
621 …icture,$this->FontSize,$Angle,floor($XPos)+$TextWidth+5,$YPos,$C_TextColor,$this->FontName,$Value);
661 $Value = $Data[$Key][$YSerieName];
662 if ( $this->VMax < $Value) { $this->VMax = $Value; }
663 if ( $this->VMin > $Value) { $this->VMin = $Value; }
736 $Value = $this->VMin + ($i-1) * (( $this->VMax - $this->VMin ) / $Divisions);
737 $Value = round($Value * pow(10,$Decimals)) / pow(10,$Decimals);
739 $Value = $Value.$DataDescription["Unit"]["Y"];
741 $Value = $this->ToTime($Value);
743 $Value = $this->ToDate($Value);
745 $Value = $this->ToMetric($Value);
747 $Value = $this->ToCurrency($Value);
749 $Position = imageftbbox($this->FontSize,0,$this->FontName,$Value);
751 …ize,0,$this->GArea_X1-10-$TextWidth,$YPos+($this->FontSize/2),$C_TextColor,$this->FontName,$Value);
768 $Value = $Data[$Key][$XSerieName];
769 if ( $this->VXMax < $Value) { $this->VXMax = $Value; }
770 if ( $this->VXMin > $Value) { $this->VXMin = $Value; }
845 $Value = $this->VXMin + ($i-1) * (( $this->VXMax - $this->VXMin ) / $XDivisions);
846 $Value = round($Value * pow(10,$Decimals)) / pow(10,$Decimals);
848 $Value = $Value.$DataDescription["Unit"]["Y"];
850 $Value = $this->ToTime($Value);
852 $Value = $this->ToDate($Value);
854 $Value = $this->ToMetric($Value);
856 $Value = $this->ToCurrency($Value);
858 $Position = imageftbbox($this->FontSize,$Angle,$this->FontName,$Value);
865 …$this->FontSize,$Angle,floor($XPos)-floor($TextWidth/2),$YPos,$C_TextColor,$this->FontName,$Value);
871 …icture,$this->FontSize,$Angle,floor($XPos)-$TextWidth+5,$YPos,$C_TextColor,$this->FontName,$Value);
873 …icture,$this->FontSize,$Angle,floor($XPos)+$TextWidth+5,$YPos,$C_TextColor,$this->FontName,$Value);
966 foreach($DataDescription["Description"] as $Key => $Value)
968 $Position = imageftbbox($this->FontSize,0,$this->FontName,$Value);
990 $Value = $DataPoint[$DataDescription["Position"]];
991 $Position = imageftbbox($this->FontSize,0,$this->FontName,$Value);
1017 foreach($DataDescription["Description"] as $Key => $Value)
1019 $Position = imageftbbox($this->FontSize,0,$this->FontName,$Value);
1038 foreach($DataDescription["Description"] as $Key => $Value)
1041 …text($this->Picture,$this->FontSize,0,$XPos+22,$YPos+$YOffset,$C_TextColor,$this->FontName,$Value);
1043 $Position = imageftbbox($this->FontSize,0,$this->FontName,$Value);
1065 foreach($Data as $Key => $Value)
1067 $Value2 = $Value[$DataDescription["Position"]];
1082 foreach($Data as $Key => $Value)
1084 $Value2 = $Value[$DataDescription["Position"]];
1096 function drawTitle($XPos,$YPos,$Value,$R,$G,$B,$XPos2=-1,$YPos2=-1,$Shadow=FALSE) argument
1102 $Position = imageftbbox($this->FontSize,0,$this->FontName,$Value);
1109 $Position = imageftbbox($this->FontSize,0,$this->FontName,$Value);
1117 …os+$this->ShadowXDistance,$YPos+$this->ShadowYDistance,$C_ShadowColor,$this->FontName,$Value);
1120 …imagettftext($this->Picture,$this->FontSize,0,$XPos,$YPos,$C_TextColor,$this->FontName,$Value); …
1154 …function drawTreshold($Value,$R,$G,$B,$ShowLabel=FALSE,$ShowOnRight=FALSE,$TickWidth=4,$FreeText=N… argument
1161 $Y = $this->GArea_Y2 - ($Value - $this->VMin) * $this->DivisionRatio;
1174 { $Label = $Value; } else { $Label = $FreeText; }
1195 foreach ( $Data as $Key => $Value )
1264 $Value = $Data[$Key][$ColName];
1265 $YPos = $this->GArea_Y2 - (($Value-$this->VMin) * $this->DivisionRatio);
1271 if ( is_numeric($Value) )
1435 $Value = $Data[$Key][$Serie];
1436 $YPos = $this->GArea_Y2 - (($Value-$this->VMin) * $this->DivisionRatio);
1438 $Positions = imagettfbbox($this->FontSize,0,$this->FontName,$Value);
1443 …agettftext($this->Picture,$this->FontSize,0,$XOffset,$YOffset,$C_TextColor,$this->FontName,$Value);
1473 $Value = $Data[$Key][$ColName];
1474 $YPos = $this->GArea_Y2 - (($Value-$this->VMin) * $this->DivisionRatio);
1480 if (!is_numeric($Value)) { $XLast = -1; }
1486 if (!is_numeric($Value)) { $XLast = -1; }
1545 $Value = $Data[$Key][$ColName];
1547 $YIn[$Index] = $Value;
1548 if ( !is_numeric($Value) ) { $Missing[$Index] = TRUE; }
1592 …$Value = $a * $YIn[$klo] + $b * $YIn[$khi] + (($a*$a*$a - $a) * $Yt[$klo] + ($b*$b*$b - $b) * $Yt[…
1594 $YPos = $this->GArea_Y2 - (($Value-$this->VMin) * $this->DivisionRatio);
1643 $Value = $Data[$Key][$ColName];
1645 $YIn[$Index] = $Value;
1646 if ( !is_numeric($Value) ) { $Missing[$Index] = TRUE; }
1699 …$Value = $a * $YIn[$klo] + $b * $YIn[$khi] + (($a*$a*$a - $a) * $Yt[$klo] + ($b*$b*$b - $b) * $Yt[…
1701 $YPos = $LayerHeight - (($Value-$this->VMin) * $this->DivisionRatio);
1818 $Value = $Data[$Key][$ColName];
1819 $YPos = $LayerHeight - (($Value-$this->VMin) * $this->DivisionRatio);
1825 if ( !is_numeric($Value) )
1908 $Value = $Data[$Key][$ColName];
1909 if ( is_numeric($Value) )
1911 $YPos = $LayerHeight - (($Value-$this->VMin) * $this->DivisionRatio);
1970 $Value = $Data[$Key][$ColName];
1971 $YPos = $this->GArea_Y2 - (($Value-$this->VMin) * $this->DivisionRatio);
2023 $Value = $Data[$Key][$ColName];
2027 … $YPos = $this->GArea_Y2 - ((($Value+$LastValue[$Key])-$this->VMin) * $this->DivisionRatio);
2029 $LastValue[$Key] += $Value;
2033 $YPos = $this->GArea_Y2 - (($Value-$this->VMin) * $this->DivisionRatio);
2035 $LastValue[$Key] = $Value;
2275 $Value = $Data[$Key][$ColName];
2276 $Strength = ( $Radius / $MaxValue ) * $Value;
2338 $Value = $Data[$Key][$ColName];
2339 if ( !is_numeric($Value) ) { $Value = 0; }
2340 $Strength = ( $Radius / $MaxValue ) * $Value;
2409 foreach($iValues as $Key => $Value)
2418 $TAngle = $Angle+($Value*$SpliceRatio/2);
2420 $Caption = (round($Value * pow(10,$Decimals) * $SplicePercent)/pow(10,$Decimals))."%";
2424 …$Caption = $iLabels[$Key]."\r\n".(round($Value * pow(10,$Decimals) * $SplicePercent)/pow(10,$Deci…
2426 …$Caption = $iLabels[$Key]."\r\n".(round($Value * pow(10,$Decimals) * $SplicePercent)/pow(10,$Deci…
2447 for($iAngle=$Angle;$iAngle<=$Angle+$Value*$SpliceRatio;$iAngle=$iAngle+.5)
2464 foreach ($TopPlots as $Key => $Value)
2468 foreach ($PolyPlots as $Key => $Value)
2478 foreach ($TopPlots as $Key => $Value)
2527 foreach($iValues as $Key => $Value)
2529 $XOffset = cos(($Angle+($Value/2*$SpliceRatio)) * 3.1418 / 180 ) * $SpliceDistance;
2530 $YOffset = sin(($Angle+($Value/2*$SpliceRatio)) * 3.1418 / 180 ) * $SpliceDistance;
2546 $TAngle = $Angle+($Value*$SpliceRatio/2);
2548 $Caption = (round($Value * pow(10,$Decimals) * $SplicePercent)/pow(10,$Decimals))."%";
2552 …$Caption = $iLabels[$Key]."\r\n".(round($Value * pow(10,$Decimals) * $SplicePercent)/pow(10,$Deci…
2554 …$Caption = $iLabels[$Key]."\r\n".(round($Value * pow(10,$Decimals) * $SplicePercent)/pow(10,$Deci…
2581 for($iAngle=$Angle;$iAngle<=$Angle+$Value*$SpliceRatio;$iAngle=$iAngle+.5)
2588 …if ( $iAngle == $Angle || $iAngle == $Angle+$Value*$SpliceRatio || $iAngle +.5 > $Angle+$Value*$Sp…
2604 foreach ($PolyPlots as $Key => $Value)
2656 foreach($iValues as $Key => $Value)
2658 …$XCenterPos = cos(($Angle-$CDev+($Value*$SpliceRatio+$SpliceDistanceRatio)/2) * 3.1418 / 180 ) * $…
2659 …$YCenterPos = sin(($Angle-$CDev+($Value*$SpliceRatio+$SpliceDistanceRatio)/2) * 3.1418 / 180 ) * $…
2660 …$XCenterPos2 = cos(($Angle+$CDev+($Value*$SpliceRatio+$SpliceDistanceRatio)/2) * 3.1418 / 180 ) * …
2661 …$YCenterPos2 = sin(($Angle+$CDev+($Value*$SpliceRatio+$SpliceDistanceRatio)/2) * 3.1418 / 180 ) * …
2672 $TAngle = $Angle+($Value*$SpliceRatio/2);
2678 …$Caption = $iLabels[$Key]."\r\n".(round($Value * pow(10,$Decimals) * $SplicePercent)/pow(10,$Deci…
2699 for($iAngle=$Angle;$iAngle<=$Angle+$Value*$SpliceRatio;$iAngle=$iAngle+.5)
2719 foreach($iValues as $Key => $Value)
2734 foreach($iValues as $Key => $Value)
3290 foreach($DataDescription["Values"] as $key => $Value)
3292 $DataDescription["Description"][$Value] = $Value;
3299 foreach($DataDescription["Values"] as $key => $Value)
3301 if ( !isset($DataDescription["Description"][$Value]))
3302 $DataDescription["Description"][$Value] = $Value;
3315 foreach($Values as $key2 => $Value)
3327 foreach($DataSummary as $key => $Value)
3329 if ($Value < max($DataSummary))
3344 foreach($this->Errors as $key => $Value)
3345 echo $Value."\r\n";
3351 foreach($this->Errors as $key => $Value)
3353 $Position = imageftbbox($this->ErrorFontSize,0,$this->ErrorFontName,$Value);
3362 foreach($this->Errors as $key => $Value)
3364 …$this->ErrorFontSize,0,$this->XSize-($MaxWidth+15),$YPos,$C_TextColor,$this->ErrorFontName,$Value);
3378 function addToImageMap($X1,$Y1,$X2,$Y2,$SerieName,$Value,$CallerFunction) argument
3382 …s->ImageMap[] = round($X1).",".round($Y1).",".round($X2).",".round($Y2).",".$SerieName.",".$Value;
3392 $Value = split("\?",$Values);
3393 $FileName = $Value[0];
3433 foreach($this->ImageMap as $Key => $Value)
3434 fwrite($Handle, htmlentities($Value)."\r");
3440 function ToTime($Value) argument
3442 $Hour = floor($Value/3600);
3443 $Minute = floor(($Value - $Hour*3600)/60);
3444 $Second = floor($Value - $Hour*3600 - $Minute*60);
3454 function ToMetric($Value) argument
3456 $Go = floor($Value/1000000000);
3457 $Mo = floor(($Value - $Go*1000000000)/1000000);
3458 $Ko = floor(($Value - $Go*1000000000 - $Mo*1000000)/1000);
3459 $o = floor($Value - $Go*1000000000 - $Mo*1000000 - $Ko*1000);
3468 function ToCurrency($Value) argument
3470 $Go = floor($Value/1000000000);
3471 $Mo = floor(($Value - $Go*1000000000)/1000000);
3472 $Ko = floor(($Value - $Go*1000000000 - $Mo*1000000)/1000);
3473 $o = floor($Value - $Go*1000000000 - $Mo*1000000 - $Ko*1000);
3494 function ToDate($Value) argument
3496 return(date($this->DateFormat,$Value));
3500 function isRealInt($Value) argument
3502 if ($Value == floor($Value))