Searched refs:MaxValue (Results 1 – 6 of 6) sorted by relevance
| /plugin/statdisplay/pchart/ |
| D | pChart.php | 2281 …, $Mosaic = TRUE, $BorderOffset = 10, Color $colorA = null, Color $colorS = null, $MaxValue = -1) { argument 2301 if ($MaxValue == - 1) { 2305 if ($Data [$Key] [$ColName] > $MaxValue) { 2306 $MaxValue = $Data [$Key] [$ColName]; 2314 $RadiusScale = $Radius / $MaxValue; 2315 for($t = 1; $t <= $MaxValue - 1; $t ++) { 2351 for($t = 1; $t <= $MaxValue; $t ++) { 2352 $TRadius = ($Radius / $MaxValue) * $t; 2416 for($t = 1; $t <= $MaxValue; $t ++) { 2417 $TRadius = ($Radius / $MaxValue) * $t; [all …]
|
| /plugin/projects/pchart/pchart/ |
| D | pchart.php | 2075 …tion,$Mosaic=TRUE,$BorderOffset=10,$A_R=60,$A_G=60,$A_B=60,$S_R=200,$S_G=200,$S_B=200,$MaxValue=-1) argument 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; 2213 function drawRadar($Data,$DataDescription,$BorderOffset=10,$MaxValue=-1) argument [all …]
|
| /plugin/charter/lib/pchart/ |
| D | pChart.class.php | 2100 …tion,$Mosaic=TRUE,$BorderOffset=10,$A_R=60,$A_G=60,$A_B=60,$S_R=200,$S_G=200,$S_B=200,$MaxValue=-1) argument 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; 2238 function drawRadar($Data,$DataDescription,$BorderOffset=10,$MaxValue=-1) argument [all …]
|
| /plugin/diagramsnet/lib/js/orgchart/ |
| 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/ |
| D | orgchart.min.js | 8 …MaxValue)){if(i.neq(1)&&i.neq(0))throw new System.OverflowException;return r}if(i.eq(Bridge.$Long.…
|
| D | extensions.min.js | 1743 …eSpan(System.Int64.Zero);this.maxValue=new System.TimeSpan(System.Int64.MaxValue);this.minValue=ne…
|