Lines Matching refs:Key

405          foreach ( $Data as $Key => $Values )
409 if (isset($Data[$Key][$ColName]))
411 $Value = $Data[$Key][$ColName];
426 foreach ( $Data as $Key => $Values )
431 if (isset($Data[$Key][$ColName]))
433 $Value = $Data[$Key][$ColName];
589 foreach ( $Data as $Key => $Values )
594 $Value = $Data[$Key][$DataDescription["Position"]];
657 foreach ( $Data as $Key => $Values )
659 if (isset($Data[$Key][$YSerieName]))
661 $Value = $Data[$Key][$YSerieName];
764 foreach ( $Data as $Key => $Values )
766 if (isset($Data[$Key][$XSerieName]))
768 $Value = $Data[$Key][$XSerieName];
966 foreach($DataDescription["Description"] as $Key => $Value)
1017 foreach($DataDescription["Description"] as $Key => $Value)
1038 foreach($DataDescription["Description"] as $Key => $Value)
1065 foreach($Data as $Key => $Value)
1082 foreach($Data as $Key => $Value)
1195 foreach ( $Data as $Key => $Value )
1197 if ( $Data[$Key][$DataDescription["Position"]] == $ValueName )
1198 { $NumericalValue = $Data[$Key][$SerieName]; $Found = TRUE; }
1262 foreach ( $Data as $Key => $Values )
1264 $Value = $Data[$Key][$ColName];
1269 …s+1+$Hsize,$YPos+$Hsize+1,$DataDescription["Description"][$ColName],$Data[$Key][$ColName].$DataDes…
1326 foreach ( $Data as $Key => $Values )
1328 if ( isset($Data[$Key][$YSerieName]) && isset($Data[$Key][$XSerieName]) )
1330 $X = $Data[$Key][$XSerieName];
1331 $Y = $Data[$Key][$YSerieName];
1384 foreach ( $Data as $Key => $Values )
1386 $Value1 = $Data[$Key][$Serie1];
1387 $Value2 = $Data[$Key][$Serie2];
1423 foreach($Series as $Key => $Serie)
1431 foreach ( $Data as $Key => $Values )
1433 if ( isset($Data[$Key][$Serie]) && is_numeric($Data[$Key][$Serie]))
1435 $Value = $Data[$Key][$Serie];
1469 foreach ( $Data as $Key => $Values )
1471 if ( isset($Data[$Key][$ColName]))
1473 $Value = $Data[$Key][$ColName];
1478 …3,$YPos-3,$XPos+3,$YPos+3,$DataDescription["Description"][$ColName],$Data[$Key][$ColName].$DataDes…
1499 foreach ( $Data as $Key => $Values )
1501 if ( isset($Data[$Key][$YSerieName]) && isset($Data[$Key][$XSerieName]) )
1503 $X = $Data[$Key][$XSerieName];
1504 $Y = $Data[$Key][$YSerieName];
1541 foreach ( $Data as $Key => $Values )
1543 if ( isset($Data[$Key][$ColName]) )
1545 $Value = $Data[$Key][$ColName];
1641 foreach ( $Data as $Key => $Values )
1643 $Value = $Data[$Key][$ColName];
1816 foreach ( $Data as $Key => $Values )
1818 $Value = $Data[$Key][$ColName];
1823 …3,$YPos-3,$XPos+3,$YPos+3,$DataDescription["Description"][$ColName],$Data[$Key][$ColName].$DataDes…
1904 foreach ( $Data as $Key => $Values )
1906 if ( isset($Data[$Key][$ColName]) )
1908 $Value = $Data[$Key][$ColName];
1922 …$Y1,$Y2),$X2,max($Y1,$Y2),$DataDescription["Description"][$ColName],$Data[$Key][$ColName].$DataDes…
1964 foreach ( $Data as $Key => $Values )
1966 if ( isset($Data[$Key][$ColName]))
1968 if ( is_numeric($Data[$Key][$ColName]) )
1970 $Value = $Data[$Key][$ColName];
1976 …Width-1,max($YZero,$YPos),$DataDescription["Description"][$ColName],$Data[$Key][$ColName].$DataDes…
2017 foreach ( $Data as $Key => $Values )
2019 if ( isset($Data[$Key][$ColName]))
2021 if ( is_numeric($Data[$Key][$ColName]) )
2023 $Value = $Data[$Key][$ColName];
2025 if ( isset($LastValue[$Key]) )
2027 … $YPos = $this->GArea_Y2 - ((($Value+$LastValue[$Key])-$this->VMin) * $this->DivisionRatio);
2028 $YBottom = $this->GArea_Y2 - (($LastValue[$Key]-$this->VMin) * $this->DivisionRatio);
2029 $LastValue[$Key] += $Value;
2035 $LastValue[$Key] = $Value;
2040 …dth-1,max($YBottom,$YPos),$DataDescription["Description"][$ColName],$Data[$Key][$ColName].$DataDes…
2061 foreach ( $Data as $Key => $Values )
2063 $Min = $Data[$Key][$DataDescription["Values"][0]];
2064 $Max = $Data[$Key][$DataDescription["Values"][0]];
2068 if ( isset($Data[$Key][$ColName]) )
2070 if ( $Data[$Key][$ColName] > $Max && is_numeric($Data[$Key][$ColName]))
2071 { $Max = $Data[$Key][$ColName]; $MaxID = $GraphID; }
2073 if ( isset($Data[$Key][$ColName]) && is_numeric($Data[$Key][$ColName]))
2075 if ( $Data[$Key][$ColName] < $Min )
2076 { $Min = $Data[$Key][$ColName]; $MinID = $GraphID; }
2119 foreach ( $Data as $Key => $Values )
2121 if ( isset($Data[$Key][$ColName]))
2122 if ( $Data[$Key][$ColName] > $MaxValue ) { $MaxValue = $Data[$Key][$ColName]; }
2254 foreach ( $Data as $Key => $Values )
2256 if ( isset($Data[$Key][$ColName]))
2257 if ( $Data[$Key][$ColName] > $MaxValue ) { $MaxValue = $Data[$Key][$ColName]; }
2271 foreach ( $Data as $Key => $Values )
2273 if ( isset($Data[$Key][$ColName]))
2275 $Value = $Data[$Key][$ColName];
2316 foreach ( $Data as $Key => $Values )
2318 if ( isset($Data[$Key][$ColName]))
2319 …if ( $Data[$Key][$ColName] > $MaxValue && is_numeric($Data[$Key][$ColName])) { $MaxValue = $Data[$
2334 foreach ( $Data as $Key => $Values )
2336 if ( isset($Data[$Key][$ColName]))
2338 $Value = $Data[$Key][$ColName];
2392 foreach ( $Data as $Key => $Values )
2394 if ( isset($Data[$Key][$ColName]))
2395 …$PieSum = $PieSum + $Data[$Key][$ColName]; $iValues[] = $Data[$Key][$ColName]; $iLabels[] = $Data[…
2409 foreach($iValues as $Key => $Value)
2411 $TopPlots[$Key][] = $XPos;
2412 $TopPlots[$Key][] = $YPos;
2422 $Caption = $iLabels[$Key];
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…
2452 $TopPlots[$Key][] = $TopX;
2453 $TopPlots[$Key][] = $TopY;
2456 $TopPlots[$Key][] = $XPos;
2457 $TopPlots[$Key][] = $YPos;
2464 foreach ($TopPlots as $Key => $Value)
2465 { foreach ($TopPlots[$Key] as $Key2 => $Value2) { settype($TopPlots[$Key][$Key2],"float"); } }
2468 foreach ($PolyPlots as $Key => $Value)
2470 …is->AllocateColor($this->Picture,$this->Palette[$Key]["R"],$this->Palette[$Key]["G"],$this->Palett…
2471 imagefilledpolygon($this->Picture,$PolyPlots[$Key],(count($PolyPlots[$Key])+1)/2,$C_GraphLo);
2478 foreach ($TopPlots as $Key => $Value)
2480 for($j=0;$j<=count($TopPlots[$Key])-4;$j=$j+2)
2481 …$this->drawLine($TopPlots[$Key][$j],$TopPlots[$Key][$j+1],$TopPlots[$Key][$j+2],$TopPlots[$Key][$j…
2507 foreach ( $Data as $Key => $Values )
2509 if ( isset($Data[$Key][$ColName]))
2510 …$PieSum = $PieSum + $Data[$Key][$ColName]; $iValues[] = $Data[$Key][$ColName]; $iLabels[] = $Data[…
2527 foreach($iValues as $Key => $Value)
2532 $TopPlots[$Key][] = round($XPos + $XOffset);
2533 $TopPlots[$Key][] = round($YPos + $YOffset);
2538 …{ $Rc = $this->Palette[$Key]["R"]; $Gc = $this->Palette[$Key]["G"]; $Bc = $this->Palette[$Key]["B"…
2550 $Caption = $iLabels[$Key];
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…
2586 $TopPlots[$Key][] = round($PosX); $TopPlots[$Key][] = round($PosY);
2597 $TopPlots[$Key][] = round($XPos + $XOffset); $TopPlots[$Key][] = round($YPos + $YOffset);
2604 foreach ($PolyPlots as $Key => $Value)
2607 …is->AllocateColor($this->Picture,$this->Palette[$Key]["R"],$this->Palette[$Key]["G"],$this->Palett…
2611 imagefilledpolygon($this->Picture,$PolyPlots[$Key],(count($PolyPlots[$Key])+1)/2,$C_GraphLo);
2630 foreach ( $Data as $Key => $Values )
2631 if ( isset($Data[$Key][$ColName]))
2633 if ( $Data[$Key][$ColName] == 0 )
2634 … { $iValues[] = 0; $rValues[] = 0; $iLabels[] = $Data[$Key][$DataDescription["Position"]]; }
2637Key][$ColName]; $iValues[] = $Data[$Key][$ColName]; $iLabels[] = $Data[$Key][$DataDescription["Pos…
2656 foreach($iValues as $Key => $Value)
2663 $TopPlots[$Key][] = round($XCenterPos); $BotPlots[$Key][] = round($XCenterPos);
2664 … $TopPlots[$Key][] = round($YCenterPos); $BotPlots[$Key][] = round($YCenterPos + $SpliceHeight);
2665 $aTopPlots[$Key][] = $XCenterPos; $aBotPlots[$Key][] = $XCenterPos;
2666 $aTopPlots[$Key][] = $YCenterPos; $aBotPlots[$Key][] = $YCenterPos + $SpliceHeight;
2674 … $Caption = (round($rValues[$Key] * pow(10,$Decimals) * $rSplicePercent)/pow(10,$Decimals))."%";
2676 $Caption = $iLabels[$Key];
2678 …$Caption = $iLabels[$Key]."\r\n".(round($Value * pow(10,$Decimals) * $SplicePercent)/pow(10,$Deci…
2704 $TopPlots[$Key][] = round($TopX); $BotPlots[$Key][] = round($TopX);
2705 $TopPlots[$Key][] = round($TopY); $BotPlots[$Key][] = round($TopY + $SpliceHeight);
2706 $aTopPlots[$Key][] = $TopX; $aBotPlots[$Key][] = $TopX;
2707 $aTopPlots[$Key][] = $TopY; $aBotPlots[$Key][] = $TopY + $SpliceHeight;
2710 $TopPlots[$Key][] = round($XCenterPos2); $BotPlots[$Key][] = round($XCenterPos2);
2711 … $TopPlots[$Key][] = round($YCenterPos2); $BotPlots[$Key][] = round($YCenterPos2 + $SpliceHeight);
2712 $aTopPlots[$Key][] = $XCenterPos2; $aBotPlots[$Key][] = $XCenterPos2;
2713 $aTopPlots[$Key][] = $YCenterPos2; $aBotPlots[$Key][] = $YCenterPos2 + $SpliceHeight;
2719 foreach($iValues as $Key => $Value)
2721 …is->AllocateColor($this->Picture,$this->Palette[$Key]["R"],$this->Palette[$Key]["G"],$this->Palett…
2722 imagefilledpolygon($this->Picture,$BotPlots[$Key],(count($BotPlots[$Key])+1)/2,$C_GraphLo);
2726 for($j=0;$j<=count($aBotPlots[$Key])-4;$j=$j+2)
2727Key][$j],$aBotPlots[$Key][$j+1],$aBotPlots[$Key][$j+2],$aBotPlots[$Key][$j+3],$this->Palette[$Key]…
2734 foreach($iValues as $Key => $Value)
2736 …is->AllocateColor($this->Picture,$this->Palette[$Key]["R"],$this->Palette[$Key]["G"],$this->Palett…
2738 foreach($TopPlots[$Key] as $Key2 => $Value2)
2751 …$Plots[0],$Plots[1],$this->Palette[$Key]["R"]+$ColorFactor,$this->Palette[$Key]["G"]+$ColorFactor,…
2752 …$Plots[2],$Plots[3],$this->Palette[$Key]["R"]+$ColorFactor,$this->Palette[$Key]["G"]+$ColorFactor,…
2753 …4],$Plots[$Index-3],$this->Palette[$Key]["R"]+$ColorFactor,$this->Palette[$Key]["G"]+$ColorFactor,…
2758 for($Key=count($iValues)-1;$Key>=0;$Key--)
2760 …is->AllocateColor($this->Picture,$this->Palette[$Key]["R"],$this->Palette[$Key]["G"],$this->Palett…
2761 imagefilledpolygon($this->Picture,$TopPlots[$Key],(count($TopPlots[$Key])+1)/2,$C_GraphLo);
2764 for($j=0;$j<=count($aTopPlots[$Key])-4;$j=$j+2)
2765Key][$j],$aTopPlots[$Key][$j+1],$aTopPlots[$Key][$j+2],$aTopPlots[$Key][$j+3],$this->Palette[$Key]…
3433 foreach($this->ImageMap as $Key => $Value)