Home
last modified time | relevance | path

Searched refs:iValues (Results 1 – 4 of 4) sorted by relevance

/plugin/statdisplay/pchart/
H A DPieChart.php163 $iValues [] = $Data [$Key] [$ColName];
179 foreach ( $iValues as $Key => $Value ) {
353 $iValues [] = $Data [$Key] [$ColName];
372 foreach ( $iValues as $Key => $Value ) {
449 $iValues [] = 0;
455 $iValues [] = $dataArray[$Key] [$ColName];
483 foreach ( $iValues as $Key => $Value ) {
559 $this->drawPieGraphBottomPolygons($iValues, $BotPlots,
612 foreach (array_keys($iValues) as $Key) {
643 foreach (array_keys($iValues) as $Key) {
[all …]
/plugin/statistics/inc/pchart/
H A DPieChart.php171 $iValues [] = $Data [$Key] [$ColName];
187 foreach($iValues as $Key => $Value) {
377 $iValues [] = $Data [$Key] [$ColName];
396 foreach($iValues as $Key => $Value) {
476 $iValues [] = 0;
482 $iValues [] = $dataArray[$Key] [$ColName];
499 $SpliceRatio = (360 - $SpliceDistanceRatio * count($iValues)) / $PieSum;
510 foreach($iValues as $Key => $Value) {
589 $iValues, $BotPlots,
595 $iValues,
650 drawPieGraphBottomPolygons(array $iValues, array $BotPlots, $EnhanceColors, array $aBotPlots, ShadowProperties $shadowProperties) global() argument
679 drawPieGraphLayers($iValues, $TopPlots, $EnhanceColors, $SpliceHeight, Palette $palette, ShadowProperties $shadowProperties) global() argument
733 drawPieGraphTopPolygons($iValues, $TopPlots, $EnhanceColors, $aTopPlots, ShadowProperties $shadowProperties) global() argument
[all...]
/plugin/projects/pchart/pchart/
H A Dpchart.php2370 …$PieSum = $PieSum + $Data[$Key][$ColName]; $iValues[] = $Data[$Key][$ColName]; $iLabels[] = $Data[…
2384 foreach($iValues as $Key => $Value)
2485 …$PieSum = $PieSum + $Data[$Key][$ColName]; $iValues[] = $Data[$Key][$ColName]; $iLabels[] = $Data[…
2502 foreach($iValues as $Key => $Value)
2609 … { $iValues[] = 0; $rValues[] = 0; $iLabels[] = $Data[$Key][$DataDescription["Position"]]; }
2612 …{ $PieSum += $Data[$Key][$ColName]; $iValues[] = $Data[$Key][$ColName]; $iLabels[] = $Data[$Key][$…
2623 $SpliceRatio = (360 - $SpliceDistanceRatio * count($iValues) ) / $PieSum;
2631 foreach($iValues as $Key => $Value)
2694 foreach($iValues as $Key => $Value)
2709 foreach($iValues as $Key => $Value)
[all …]
/plugin/charter/lib/pchart/
H A DpChart.class.php2395 …$PieSum = $PieSum + $Data[$Key][$ColName]; $iValues[] = $Data[$Key][$ColName]; $iLabels[] = $Data[…
2409 foreach($iValues as $Key => $Value)
2510 …$PieSum = $PieSum + $Data[$Key][$ColName]; $iValues[] = $Data[$Key][$ColName]; $iLabels[] = $Data[…
2527 foreach($iValues as $Key => $Value)
2634 … { $iValues[] = 0; $rValues[] = 0; $iLabels[] = $Data[$Key][$DataDescription["Position"]]; }
2637 …{ $PieSum += $Data[$Key][$ColName]; $iValues[] = $Data[$Key][$ColName]; $iLabels[] = $Data[$Key][$…
2648 $SpliceRatio = (360 - $SpliceDistanceRatio * count($iValues) ) / $PieSum;
2656 foreach($iValues as $Key => $Value)
2719 foreach($iValues as $Key => $Value)
2734 foreach($iValues as $Key => $Value)
[all …]