Searched refs:MaxValue (Results 1 – 7 of 7) sorted by relevance
/plugin/statdisplay/pchart/ |
H A D | pChart.php | 2301 if ($MaxValue == - 1) { 2314 $RadiusScale = $Radius / $MaxValue; 2351 for($t = 1; $t <= $MaxValue; $t ++) { 2352 $TRadius = ($Radius / $MaxValue) * $t; 2416 for($t = 1; $t <= $MaxValue; $t ++) { 2417 $TRadius = ($Radius / $MaxValue) * $t; 2462 $MaxValue = -1; 2467 $MaxValue = $Data [$Key] [$ColName]; 2471 return $MaxValue; 2488 if ($MaxValue == - 1) { [all …]
|
/plugin/statistics/inc/pchart/ |
H A D | pChart.php | 2451 function drawRadarAxis($Data, $DataDescription, $Mosaic = TRUE, $BorderOffset = 10, Color $colorA = null, Color $colorS = null, $MaxValue = -1) { argument 2471 if($MaxValue == -1) { 2475 if($Data [$Key] [$ColName] > $MaxValue) { 2476 $MaxValue = $Data [$Key] [$ColName]; 2488 $RadiusScale = $Radius / $MaxValue; 2489 for($t = 1; $t <= $MaxValue - 1; $t++) { 2528 for($t = 1; $t <= $MaxValue; $t++) { 2529 $TRadius = ($Radius / $MaxValue) * $t; 2599 for($t = 1; $t <= $MaxValue; $t++) { 2600 $TRadius = ($Radius / $MaxValue) * 2666 drawRadar($Data, $DataDescription, $BorderOffset = 10, $MaxValue = 1) global() argument 2735 drawFilledRadar($Data, $DataDescription, $Alpha = 50, $BorderOffset = 10, $MaxValue = 1) global() argument [all...] |
/plugin/projects/pchart/pchart/ |
H A D | pchart.php | 2090 if ( $MaxValue == -1 ) 2097 if ( $Data[$Key][$ColName] > $MaxValue ) { $MaxValue = $Data[$Key][$ColName]; } 2105 $RadiusScale = $Radius / $MaxValue; 2106 for ( $t=1; $t<=$MaxValue-1; $t++) 2139 for ( $t=1; $t<=$MaxValue; $t++) 2141 $TRadius = ( $Radius / $MaxValue ) * $t; 2189 for ( $t=1; $t<=$MaxValue; $t++) 2191 $TRadius = ( $Radius / $MaxValue ) * $t; 2225 if ( $MaxValue == -1 ) 2232 if ( $Data[$Key][$ColName] > $MaxValue ) { $MaxValue = $Data[$Key][$ColName]; } [all …]
|
/plugin/charter/lib/pchart/ |
H A D | pChart.class.php | 2115 if ( $MaxValue == -1 ) 2122 if ( $Data[$Key][$ColName] > $MaxValue ) { $MaxValue = $Data[$Key][$ColName]; } 2130 $RadiusScale = $Radius / $MaxValue; 2131 for ( $t=1; $t<=$MaxValue-1; $t++) 2164 for ( $t=1; $t<=$MaxValue; $t++) 2166 $TRadius = ( $Radius / $MaxValue ) * $t; 2214 for ( $t=1; $t<=$MaxValue; $t++) 2216 $TRadius = ( $Radius / $MaxValue ) * $t; 2250 if ( $MaxValue == -1 ) 2257 if ( $Data[$Key][$ColName] > $MaxValue ) { $MaxValue = $Data[$Key][$ColName]; } [all …]
|
/plugin/diagramsnet/lib/js/orgchart/ |
H A D | bridge.min.js | 8 …MaxValue)){if(i.neq(1)&&i.neq(0))throw new System.OverflowException;return r}if(i.eq(Bridge.$Long.…
|
/plugin/diagramsnet/lib/js/ |
H A D | orgchart.min.js | 8 …MaxValue)){if(i.neq(1)&&i.neq(0))throw new System.OverflowException;return r}if(i.eq(Bridge.$Long.…
|
H A D | extensions.min.js | 1743 …eSpan(System.Int64.Zero);this.maxValue=new System.TimeSpan(System.Int64.MaxValue);this.minValue=ne…
|