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] + 0;
764 foreach ( $Data as $Key => $Values )
766 if (isset($Data[$Key][$XSerieName]))
768 $Value = $Data[$Key][$XSerieName] + 0;
966 foreach($DataDescription["Description"] as $Key => $Value)
993 foreach($DataDescription["Description"] as $Key => $Value)
1014 foreach($DataDescription["Description"] as $Key => $Value)
1041 foreach($Data as $Key => $Value)
1058 foreach($Data as $Key => $Value)
1171 foreach ( $Data as $Key => $Value )
1173 if ( $Data[$Key][$DataDescription["Position"]] == $ValueName )
1174 { $NumericalValue = $Data[$Key][$SerieName]; $Found = TRUE; }
1238 foreach ( $Data as $Key => $Values )
1240 $Value = $Data[$Key][$ColName];
1245 …s+1+$Hsize,$YPos+$Hsize+1,$DataDescription["Description"][$ColName],$Data[$Key][$ColName].$DataDes…
1302 foreach ( $Data as $Key => $Values )
1304 if ( isset($Data[$Key][$YSerieName]) && isset($Data[$Key][$XSerieName]) )
1306 $X = $Data[$Key][$XSerieName];
1307 $Y = $Data[$Key][$YSerieName];
1360 foreach ( $Data as $Key => $Values )
1362 $Value1 = $Data[$Key][$Serie1];
1363 $Value2 = $Data[$Key][$Serie2];
1399 foreach($Series as $Key => $Serie)
1407 foreach ( $Data as $Key => $Values )
1409 if ( isset($Data[$Key][$Serie]) && is_numeric($Data[$Key][$Serie]))
1411 $Value = $Data[$Key][$Serie];
1445 foreach ( $Data as $Key => $Values )
1447 if ( isset($Data[$Key][$ColName]))
1449 $Value = $Data[$Key][$ColName];
1454 …3,$YPos-3,$XPos+3,$YPos+3,$DataDescription["Description"][$ColName],$Data[$Key][$ColName].$DataDes…
1475 foreach ( $Data as $Key => $Values )
1477 if ( isset($Data[$Key][$YSerieName]) && isset($Data[$Key][$XSerieName]) )
1479 $X = $Data[$Key][$XSerieName];
1480 $Y = $Data[$Key][$YSerieName];
1516 foreach ( $Data as $Key => $Values )
1518 if ( isset($Data[$Key][$ColName]) )
1520 $Value = $Data[$Key][$ColName];
1616 foreach ( $Data as $Key => $Values )
1618 $Value = $Data[$Key][$ColName];
1791 foreach ( $Data as $Key => $Values )
1793 $Value = $Data[$Key][$ColName];
1798 …3,$YPos-3,$XPos+3,$YPos+3,$DataDescription["Description"][$ColName],$Data[$Key][$ColName].$DataDes…
1879 foreach ( $Data as $Key => $Values )
1881 if ( isset($Data[$Key][$ColName]) )
1883 $Value = $Data[$Key][$ColName];
1897 …$Y1,$Y2),$X2,max($Y1,$Y2),$DataDescription["Description"][$ColName],$Data[$Key][$ColName].$DataDes…
1939 foreach ( $Data as $Key => $Values )
1941 if ( isset($Data[$Key][$ColName]))
1943 if ( is_numeric($Data[$Key][$ColName]) )
1945 $Value = $Data[$Key][$ColName];
1951 …Width-1,max($YZero,$YPos),$DataDescription["Description"][$ColName],$Data[$Key][$ColName].$DataDes…
1992 foreach ( $Data as $Key => $Values )
1994 if ( isset($Data[$Key][$ColName]))
1996 if ( is_numeric($Data[$Key][$ColName]) )
1998 $Value = $Data[$Key][$ColName];
2000 if ( isset($LastValue[$Key]) )
2002 … $YPos = $this->GArea_Y2 - ((($Value+$LastValue[$Key])-$this->VMin) * $this->DivisionRatio);
2003 $YBottom = $this->GArea_Y2 - (($LastValue[$Key]-$this->VMin) * $this->DivisionRatio);
2004 $LastValue[$Key] += $Value;
2010 $LastValue[$Key] = $Value;
2015 …dth-1,max($YBottom,$YPos),$DataDescription["Description"][$ColName],$Data[$Key][$ColName].$DataDes…
2036 foreach ( $Data as $Key => $Values )
2038 $Min = $Data[$Key][$DataDescription["Values"][0]];
2039 $Max = $Data[$Key][$DataDescription["Values"][0]];
2043 if ( isset($Data[$Key][$ColName]) )
2045 if ( $Data[$Key][$ColName] > $Max && is_numeric($Data[$Key][$ColName]))
2046 { $Max = $Data[$Key][$ColName]; $MaxID = $GraphID; }
2048 if ( isset($Data[$Key][$ColName]) && is_numeric($Data[$Key][$ColName]))
2050 if ( $Data[$Key][$ColName] < $Min )
2051 { $Min = $Data[$Key][$ColName]; $MinID = $GraphID; }
2094 foreach ( $Data as $Key => $Values )
2096 if ( isset($Data[$Key][$ColName]))
2097 if ( $Data[$Key][$ColName] > $MaxValue ) { $MaxValue = $Data[$Key][$ColName]; }
2229 foreach ( $Data as $Key => $Values )
2231 if ( isset($Data[$Key][$ColName]))
2232 if ( $Data[$Key][$ColName] > $MaxValue ) { $MaxValue = $Data[$Key][$ColName]; }
2246 foreach ( $Data as $Key => $Values )
2248 if ( isset($Data[$Key][$ColName]))
2250 $Value = $Data[$Key][$ColName];
2291 foreach ( $Data as $Key => $Values )
2293 if ( isset($Data[$Key][$ColName]))
2294 …if ( $Data[$Key][$ColName] > $MaxValue && is_numeric($Data[$Key][$ColName])) { $MaxValue = $Data[$
2309 foreach ( $Data as $Key => $Values )
2311 if ( isset($Data[$Key][$ColName]))
2313 $Value = $Data[$Key][$ColName];
2367 foreach ( $Data as $Key => $Values )
2369 if ( isset($Data[$Key][$ColName]))
2370 …$PieSum = $PieSum + $Data[$Key][$ColName]; $iValues[] = $Data[$Key][$ColName]; $iLabels[] = $Data[…
2384 foreach($iValues as $Key => $Value)
2386 $TopPlots[$Key][] = $XPos;
2387 $TopPlots[$Key][] = $YPos;
2397 $Caption = $iLabels[$Key];
2399 …$Caption = $iLabels[$Key]."\r\n".(round($Value * pow(10,$Decimals) * $SplicePercent)/pow(10,$Deci…
2401 …$Caption = $iLabels[$Key]."\r\n".(round($Value * pow(10,$Decimals) * $SplicePercent)/pow(10,$Deci…
2427 $TopPlots[$Key][] = $TopX;
2428 $TopPlots[$Key][] = $TopY;
2431 $TopPlots[$Key][] = $XPos;
2432 $TopPlots[$Key][] = $YPos;
2439 foreach ($TopPlots as $Key => $Value)
2440 { foreach ($TopPlots[$Key] as $Key2 => $Value2) { settype($TopPlots[$Key][$Key2],"float"); } }
2443 foreach ($PolyPlots as $Key => $Value)
2445 …is->AllocateColor($this->Picture,$this->Palette[$Key]["R"],$this->Palette[$Key]["G"],$this->Palett…
2446 imagefilledpolygon($this->Picture,$PolyPlots[$Key],(count($PolyPlots[$Key])+1)/2,$C_GraphLo);
2453 foreach ($TopPlots as $Key => $Value)
2455 for($j=0;$j<=count($TopPlots[$Key])-4;$j=$j+2)
2456 …$this->drawLine($TopPlots[$Key][$j],$TopPlots[$Key][$j+1],$TopPlots[$Key][$j+2],$TopPlots[$Key][$j…
2482 foreach ( $Data as $Key => $Values )
2484 if ( isset($Data[$Key][$ColName]))
2485 …$PieSum = $PieSum + $Data[$Key][$ColName]; $iValues[] = $Data[$Key][$ColName]; $iLabels[] = $Data[…
2502 foreach($iValues as $Key => $Value)
2507 $TopPlots[$Key][] = round($XPos + $XOffset);
2508 $TopPlots[$Key][] = round($YPos + $YOffset);
2513 …{ $Rc = $this->Palette[$Key]["R"]; $Gc = $this->Palette[$Key]["G"]; $Bc = $this->Palette[$Key]["B"…
2525 $Caption = $iLabels[$Key];
2527 …$Caption = $iLabels[$Key]."\r\n".(round($Value * pow(10,$Decimals) * $SplicePercent)/pow(10,$Deci…
2529 …$Caption = $iLabels[$Key]."\r\n".(round($Value * pow(10,$Decimals) * $SplicePercent)/pow(10,$Deci…
2561 $TopPlots[$Key][] = round($PosX); $TopPlots[$Key][] = round($PosY);
2572 $TopPlots[$Key][] = round($XPos + $XOffset); $TopPlots[$Key][] = round($YPos + $YOffset);
2579 foreach ($PolyPlots as $Key => $Value)
2582 …is->AllocateColor($this->Picture,$this->Palette[$Key]["R"],$this->Palette[$Key]["G"],$this->Palett…
2586 imagefilledpolygon($this->Picture,$PolyPlots[$Key],(count($PolyPlots[$Key])+1)/2,$C_GraphLo);
2605 foreach ( $Data as $Key => $Values )
2606 if ( isset($Data[$Key][$ColName]))
2608 if ( $Data[$Key][$ColName] == 0 )
2609 … { $iValues[] = 0; $rValues[] = 0; $iLabels[] = $Data[$Key][$DataDescription["Position"]]; }
2612Key][$ColName]; $iValues[] = $Data[$Key][$ColName]; $iLabels[] = $Data[$Key][$DataDescription["Pos…
2631 foreach($iValues as $Key => $Value)
2638 $TopPlots[$Key][] = round($XCenterPos); $BotPlots[$Key][] = round($XCenterPos);
2639 … $TopPlots[$Key][] = round($YCenterPos); $BotPlots[$Key][] = round($YCenterPos + $SpliceHeight);
2640 $aTopPlots[$Key][] = $XCenterPos; $aBotPlots[$Key][] = $XCenterPos;
2641 $aTopPlots[$Key][] = $YCenterPos; $aBotPlots[$Key][] = $YCenterPos + $SpliceHeight;
2649 … $Caption = (round($rValues[$Key] * pow(10,$Decimals) * $rSplicePercent)/pow(10,$Decimals))."%";
2651 $Caption = $iLabels[$Key];
2653 …$Caption = $iLabels[$Key]."\r\n".(round($Value * pow(10,$Decimals) * $SplicePercent)/pow(10,$Deci…
2679 $TopPlots[$Key][] = round($TopX); $BotPlots[$Key][] = round($TopX);
2680 $TopPlots[$Key][] = round($TopY); $BotPlots[$Key][] = round($TopY + $SpliceHeight);
2681 $aTopPlots[$Key][] = $TopX; $aBotPlots[$Key][] = $TopX;
2682 $aTopPlots[$Key][] = $TopY; $aBotPlots[$Key][] = $TopY + $SpliceHeight;
2685 $TopPlots[$Key][] = round($XCenterPos2); $BotPlots[$Key][] = round($XCenterPos2);
2686 … $TopPlots[$Key][] = round($YCenterPos2); $BotPlots[$Key][] = round($YCenterPos2 + $SpliceHeight);
2687 $aTopPlots[$Key][] = $XCenterPos2; $aBotPlots[$Key][] = $XCenterPos2;
2688 $aTopPlots[$Key][] = $YCenterPos2; $aBotPlots[$Key][] = $YCenterPos2 + $SpliceHeight;
2694 foreach($iValues as $Key => $Value)
2696 …is->AllocateColor($this->Picture,$this->Palette[$Key]["R"],$this->Palette[$Key]["G"],$this->Palett…
2697 imagefilledpolygon($this->Picture,$BotPlots[$Key],(count($BotPlots[$Key])+1)/2,$C_GraphLo);
2701 for($j=0;$j<=count($aBotPlots[$Key])-4;$j=$j+2)
2702Key][$j],$aBotPlots[$Key][$j+1],$aBotPlots[$Key][$j+2],$aBotPlots[$Key][$j+3],$this->Palette[$Key]…
2709 foreach($iValues as $Key => $Value)
2711 …is->AllocateColor($this->Picture,$this->Palette[$Key]["R"],$this->Palette[$Key]["G"],$this->Palett…
2713 foreach($TopPlots[$Key] as $Key2 => $Value2)
2726 …$Plots[0],$Plots[1],$this->Palette[$Key]["R"]+$ColorFactor,$this->Palette[$Key]["G"]+$ColorFactor,…
2727 …$Plots[2],$Plots[3],$this->Palette[$Key]["R"]+$ColorFactor,$this->Palette[$Key]["G"]+$ColorFactor,…
2728 …4],$Plots[$Index-3],$this->Palette[$Key]["R"]+$ColorFactor,$this->Palette[$Key]["G"]+$ColorFactor,…
2733 for($Key=count($iValues)-1;$Key>=0;$Key--)
2735 …is->AllocateColor($this->Picture,$this->Palette[$Key]["R"],$this->Palette[$Key]["G"],$this->Palett…
2736 imagefilledpolygon($this->Picture,$TopPlots[$Key],(count($TopPlots[$Key])+1)/2,$C_GraphLo);
2739 for($j=0;$j<=count($aTopPlots[$Key])-4;$j=$j+2)
2740Key][$j],$aTopPlots[$Key][$j+1],$aTopPlots[$Key][$j+2],$aTopPlots[$Key][$j+3],$this->Palette[$Key]…
3408 foreach($this->ImageMap as $Key => $Value)