Lines Matching refs:Key

1016         foreach($DataDescription->description as $Key => $Value) {
1052 foreach($DataDescription->description as $Key => $Value) {
2084 foreach(array_keys($Data) as $Key) {
2085 $Value = $Data [$Key] [$ColName];
2090 $this->addToImageMap($XPos - 3, $YPos - 3, $XPos + 3, $YPos + 3, $DataDescription->description[$ColName], $Data [$Key] [$ColName].$DataDescription->getYUnit(), "FLine");
2170 foreach(array_keys($Data) as $Key) {
2171 if(isset ($Data [$Key] [$ColName])) {
2172 $Value = $Data [$Key] [$ColName];
2200 $this->addToImageMap($X1, min($Y1, $Y2), $X2, max($Y1, $Y2), $DataDescription->description[$ColName], $Data [$Key] [$ColName].$DataDescription->getYUnit(), "oBar");
2248 foreach(array_keys($Data) as $Key) {
2249 if(isset ($Data [$Key] [$ColName])) {
2250 if(is_numeric($Data [$Key] [$ColName])) {
2251 $Value = $Data [$Key] [$ColName];
2256 $this->addToImageMap($XPos + 1, min($YZero, $YPos), $XPos + $SeriesWidth - 1, max($YZero, $YPos), $DataDescription->description[$ColName], $Data [$Key] [$ColName].$DataDescription->getYUnit(), "Bar");
2312 foreach(array_keys($Data) as $Key) {
2313 if(isset ($Data [$Key] [$ColName])) {
2314 if(is_numeric($Data [$Key] [$ColName])) {
2315 $Value = $Data [$Key] [$ColName];
2317 if(isset ($LastValue [$Key])) {
2318 $YPos = $this->GArea_Y2 - ((($Value + $LastValue [$Key]) - $this->VMin) * $this->DivisionRatio);
2319 $YBottom = $this->GArea_Y2 - (($LastValue [$Key] - $this->VMin) * $this->DivisionRatio);
2320 $LastValue [$Key] += $Value;
2324 $LastValue [$Key] = $Value;
2329 $this->addToImageMap($XPos + 1, min($YBottom, $YPos), $XPos + $SeriesWidth - 1, max($YBottom, $YPos), $DataDescription->description[$ColName], $Data [$Key] [$ColName].$DataDescription->getYUnit(), "sBar");
2367 foreach(array_keys($Data) as $Key) {
2368 $Min = $Data [$Key] [$DataDescription->values[0]];
2369 $Max = $Data [$Key] [$DataDescription->values[0]];
2374 if(isset ($Data [$Key] [$ColName])) {
2375 if($Data [$Key] [$ColName] > $Max && is_numeric($Data [$Key] [$ColName])) {
2376 $Max = $Data [$Key] [$ColName];
2380 if(isset ($Data [$Key] [$ColName]) && is_numeric($Data [$Key] [$ColName])) {
2381 if($Data [$Key] [$ColName] < $Min) {
2382 $Min = $Data [$Key] [$ColName];
2473 foreach(array_keys($Data) as $Key) {
2474 if(isset ($Data [$Key] [$ColName]))
2475 if($Data [$Key] [$ColName] > $MaxValue) {
2476 $MaxValue = $Data [$Key] [$ColName];
2653 foreach(array_keys($Data) as $Key) {
2654 if(isset ($Data [$Key] [$ColName]))
2655 if($Data [$Key] [$ColName] > $MaxValue && is_numeric($Data[$Key][$ColName])) {
2656 $MaxValue = $Data [$Key] [$ColName];
2688 foreach(array_keys($Data) as $Key) {
2689 if(isset ($Data [$Key] [$ColName])) {
2690 $Value = $Data [$Key] [$ColName];
2757 foreach(array_keys($Data) as $Key) {
2758 if(isset ($Data [$Key] [$ColName])) {
2759 $Value = $Data [$Key] [$ColName];