Searched refs:yIn (Results 1 – 2 of 2) sorted by relevance
/plugin/statistics/inc/pchart/ |
H A D | pData.php | 222 * @param[out] $yIn Returns an array of Y values, corresponding 227 * necessarily equal to the size of the $xIn or $yIn arrays), minus 238 public function getXYMap($colName, array &$xIn, array & $yIn, array & $missing, & $index) { argument 240 $yIn [0] = 0; 248 $yIn [$index] = $Value;
|
/plugin/statdisplay/pchart/ |
H A D | pData.php | 234 public function getXYMap($colName, array &$xIn, array & $yIn, array & $missing, & $index) { argument 236 $yIn [0] = 0; 244 $yIn [$index] = $Value;
|