Searched refs:pChart (Results 1 – 15 of 15) sorted by relevance
/plugin/statistics/inc/pchart/ |
H A D | README | 1 This is the lib directory from a checkout of the PHP5 port of the pChart 2 1.x library. We can't use the pChart 2.x library because of unclear license 14 -> https://github.com/aweiland/pChart-php5 15 -> https://github.com/timmartin/pChart-php5 16 -> https://github.com/sebix/pChart/ 17 -> https://github.com/splitbrain/pChart
|
H A D | pCache.php | 61 public function WriteToCache($ID, $Data, pChart $Picture) { 83 * @param pData $Data pChart->getData ;)
|
H A D | PieChart.php | 4 * pChart - a PHP class to build charts! 39 class PieChart extends pChart {
|
H A D | pChart.php | 3 * pChart - a PHP class to build charts! 47 * pChart class definition 49 class pChart { class
|
/plugin/statdisplay/pchart/ |
H A D | README | 1 This is the lib directory from a checkout of the PHP5 port of the pChart 2 1.x library. We can't use the pChart 2.x library because of unclear license 9 https://github.com/sebix/pChart/commit/52ad6a2612d1a9a9e6999c1a6b6aaeec94d5ab70 17 -> https://github.com/aweiland/pChart-php5 18 -> https://github.com/timmartin/pChart-php5 19 -> https://github.com/sebix/pChart/
|
H A D | pCache.php | 63 public function WriteToCache($ID, $Data, pChart $Picture) {
|
H A D | PieChart.php | 41 class PieChart extends pChart {
|
H A D | pChart.php | 51 class pChart { class
|
/plugin/statistics/inc/ |
H A D | StatisticsGraph.class.php | 4 require dirname(__FILE__) . '/pchart/pChart.php'; 131 $Chart = new pChart(600, 200, $Canvas); 202 $Chart = new pChart(650, 490, $Canvas); 235 $Chart = new pChart(650, 490, $Canvas); 295 $Chart = new pChart(700, 280, $Canvas); 345 $Chart = new pChart(700, 280, $Canvas);
|
/plugin/statdisplay/helper/ |
H A D | graph.php | 226 $Chart = new pChart(600, 300, $Canvas); 277 $Chart = new pChart(600, 300, $Canvas); 308 $Chart = new pChart(300, 40, $Canvas);
|
/plugin/stats/ |
H A D | syntax.php | 477 $chart = new pChart($width,$height+$heightForAngle); 601 $chart = new pChart($width,$height+$heightForAngle); 926 $chart = new pChart($width,$height);
|
/plugin/charter/ |
H A D | helper.php | 409 $pchart = new pChart($this->flags['size']['width'], $this->flags['size']['height']); 523 $pchart = new pChart($this->flags['size']['width'], $this->flags['size']['height']);
|
/plugin/projects/plugins/target/ |
H A D | plot.php | 109 $plot = new pChart($width, $height);
|
/plugin/projects/pchart/pchart/ |
H A D | pchart.php | 118 class pChart class 197 function pChart($XSize,$YSize) function in pChart
|
/plugin/charter/lib/pchart/ |
H A D | pChart.class.php | 118 class pChart class 197 function pChart($XSize,$YSize) function in pChart
|