Lines Matching refs:Key

67 		foreach ( $Data as $Key => $Value ) {
100 foreach ( $Data as $Key => $Value ) {
160 foreach (array_keys($Data) as $Key) {
161 if (isset ( $Data [$Key] [$ColName] ))
162 $PieSum = $PieSum + $Data [$Key] [$ColName];
163 $iValues [] = $Data [$Key] [$ColName];
179 foreach ( $iValues as $Key => $Value ) {
180 $TopPlots [$Key] [] = $XPos;
181 $TopPlots [$Key] [] = $YPos;
191 $TopPlots [$Key] [] = $TopX;
192 $TopPlots [$Key] [] = $TopY;
195 $TopPlots [$Key] [] = $XPos;
196 $TopPlots [$Key] [] = $YPos;
204 foreach ( $TopPlots as $Key => $Value ) {
205 foreach (array_keys($TopPlots[$Key]) as $Key2) {
206 settype ( $TopPlots [$Key] [$Key2], "float" );
211 foreach ( $PolyPlots as $Key => $Value ) {
212 $this->canvas->drawFilledPolygon($PolyPlots [$Key],
213 (count ( $PolyPlots [$Key] ) + 1) / 2,
214 $this->palette->colors[$Key]);
227 foreach ( $TopPlots as $Key => $Value ) {
228 for($j = 0; $j <= count ( $TopPlots [$Key] ) - 4; $j = $j + 2)
229 $this->canvas->drawLine(new Point($TopPlots [$Key] [$j],
230 $TopPlots [$Key] [$j + 1]),
231 new Point($TopPlots [$Key] [$j + 2],
232 $TopPlots [$Key] [$j + 3]),
252 $Caption = $iLabels [$Key];
254 …$Caption = $iLabels [$Key] . "\r\n" . (round ( $Value * pow ( 10, $Decimals ) * $SplicePercent ) /…
256 …$Caption = $iLabels [$Key] . "\r\n" . (round ( $Value * pow ( 10, $Decimals ) * $SplicePercent ) /…
350 foreach (array_keys($Data) as $Key) {
351 if (isset ( $Data [$Key] [$ColName] ))
352 $PieSum = $PieSum + $Data [$Key] [$ColName];
353 $iValues [] = $Data [$Key] [$ColName];
372 foreach ( $iValues as $Key => $Value ) {
376 $TopPlots [$Key] [] = round ( $XPos + $XOffset );
377 $TopPlots [$Key] [] = round ( $YPos + $YOffset );
382 $color = $this->palette->colors[$Key];
389 …tio, $Value, $Radius, $XPos, $YPos, $XOffset, $YOffset, $color, $TopPlots[$Key], $shadowProperties…
391 $TopPlots [$Key] [] = round ( $XPos + $XOffset );
392 $TopPlots [$Key] [] = round ( $YPos + $YOffset );
397 foreach ( $PolyPlots as $Key => $Value ) {
399 $polygonColor = $this->palette->colors[$Key];
403 $this->canvas->drawFilledPolygon($PolyPlots [$Key],
404 (count ( $PolyPlots [$Key] ) + 1) / 2,
446 foreach (array_keys($dataArray) as $Key) {
447 if (isset ( $dataArray[$Key] [$ColName] )) {
448 if ($dataArray[$Key] [$ColName] == 0) {
451 $iLabels [] = $dataArray[$Key] [$data->getDataDescription()->getPosition()];
454 $PieSum += $dataArray[$Key] [$ColName];
455 $iValues [] = $dataArray[$Key] [$ColName];
456 $iLabels [] = $dataArray[$Key] [$data->getDataDescription()->getPosition()];
457 $rValues [] = $dataArray[$Key] [$ColName];
458 $rPieSum += $dataArray[$Key] [$ColName];
483 foreach ( $iValues as $Key => $Value ) {
489 $TopPlots [$Key] [] = round ( $XCenterPos );
490 $BotPlots [$Key] [] = round ( $XCenterPos );
491 $TopPlots [$Key] [] = round ( $YCenterPos );
492 $BotPlots [$Key] [] = round ( $YCenterPos + $SpliceHeight );
493 $aTopPlots [$Key] [] = $XCenterPos;
494 $aBotPlots [$Key] [] = $XCenterPos;
495 $aTopPlots [$Key] [] = $YCenterPos;
496 $aBotPlots [$Key] [] = $YCenterPos + $SpliceHeight;
503 …$Caption = (round ( $rValues [$Key] * pow ( 10, $Decimals ) * $rSplicePercent ) / pow ( 10, $Decim…
505 $Caption = $iLabels [$Key];
507 …$Caption = $iLabels [$Key] . "\r\n" . (round ( $Value * pow ( 10, $Decimals ) * $SplicePercent ) /…
537 $TopPlots [$Key] [] = round ( $TopX );
538 $BotPlots [$Key] [] = round ( $TopX );
539 $TopPlots [$Key] [] = round ( $TopY );
540 $BotPlots [$Key] [] = round ( $TopY + $SpliceHeight );
541 $aTopPlots [$Key] [] = $TopX;
542 $aBotPlots [$Key] [] = $TopX;
543 $aTopPlots [$Key] [] = $TopY;
544 $aBotPlots [$Key] [] = $TopY + $SpliceHeight;
547 $TopPlots [$Key] [] = round ( $XCenterPos2 );
548 $BotPlots [$Key] [] = round ( $XCenterPos2 );
549 $TopPlots [$Key] [] = round ( $YCenterPos2 );
550 $BotPlots [$Key] [] = round ( $YCenterPos2 + $SpliceHeight );
551 $aTopPlots [$Key] [] = $XCenterPos2;
552 $aBotPlots [$Key] [] = $XCenterPos2;
553 $aTopPlots [$Key] [] = $YCenterPos2;
554 $aBotPlots [$Key] [] = $YCenterPos2 + $SpliceHeight;
612 foreach (array_keys($iValues) as $Key) {
613 $this->canvas->drawFilledPolygon($BotPlots [$Key],
614 (count ( $BotPlots [$Key] ) + 1) / 2,
615 $this->palette->colors[$Key]->addRGBIncrement(-20));
623 for($j = 0; $j <= count ( $aBotPlots [$Key] ) - 4; $j = $j + 2) {
624 $this->canvas->drawLine(new Point($aBotPlots [$Key] [$j],
625 $aBotPlots [$Key] [$j + 1]),
626 new Point($aBotPlots [$Key] [$j + 2],
627 $aBotPlots [$Key] [$j + 3]),
628 $this->palette->colors[$Key]->addRGBIncrement($En),
643 foreach (array_keys($iValues) as $Key) {
646 foreach ( $TopPlots [$Key] as $Value2 ) {
655 $palette->colors[$Key]->addRGBIncrement(-10));
665 $palette->colors[$Key]->addRGBIncrement($ColorFactor),
669 $palette->colors[$Key]->addRGBIncrement($ColorFactor),
673 $palette->colors[$Key]->addRGBIncrement($ColorFactor),
683 for($Key = count ( $iValues ) - 1; $Key >= 0; $Key --) {
684 $this->canvas->drawFilledPolygon($TopPlots [$Key],
685 (count ( $TopPlots [$Key] ) + 1) / 2,
686 $this->palette->colors[$Key]);
693 for($j = 0; $j <= count ( $aTopPlots [$Key] ) - 4; $j = $j + 2)
694 $this->canvas->drawLine(new Point($aTopPlots[$Key][$j],
695 $aTopPlots[$Key][$j + 1]),
696 new Point($aTopPlots [$Key] [$j + 2],
697 $aTopPlots [$Key] [$j + 3]),
698 $this->palette->colors[$Key]->addRGBIncrement($En),