Home
last modified time | relevance | path

Searched refs:pChart (Results 1 – 15 of 15) sorted by relevance

/plugin/statistics/inc/pchart/
H A DREADME1 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 DpCache.php61 public function WriteToCache($ID, $Data, pChart $Picture) {
83 * @param pData $Data pChart->getData ;)
H A DPieChart.php4 * pChart - a PHP class to build charts!
39 class PieChart extends pChart {
H A DpChart.php3 * pChart - a PHP class to build charts!
47 * pChart class definition
49 class pChart { class
/plugin/statdisplay/pchart/
H A DREADME1 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 DpCache.php63 public function WriteToCache($ID, $Data, pChart $Picture) {
H A DPieChart.php41 class PieChart extends pChart {
H A DpChart.php51 class pChart { class
/plugin/statistics/inc/
H A DStatisticsGraph.class.php4 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 Dgraph.php226 $Chart = new pChart(600, 300, $Canvas);
277 $Chart = new pChart(600, 300, $Canvas);
308 $Chart = new pChart(300, 40, $Canvas);
/plugin/stats/
H A Dsyntax.php477 $chart = new pChart($width,$height+$heightForAngle);
601 $chart = new pChart($width,$height+$heightForAngle);
926 $chart = new pChart($width,$height);
/plugin/charter/
H A Dhelper.php409 $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 Dplot.php109 $plot = new pChart($width, $height);
/plugin/projects/pchart/pchart/
H A Dpchart.php118 class pChart class
197 function pChart($XSize,$YSize) function in pChart
/plugin/charter/lib/pchart/
H A DpChart.class.php118 class pChart class
197 function pChart($XSize,$YSize) function in pChart