Home
last modified time | relevance | path

Searched refs:pData (Results 1 – 17 of 17) sorted by relevance

/plugin/statdisplay/pchart/
H A DCSVImporter.php43 …static public function importFromCSV(pData $data, $FileName, $Delimiter = ",", $DataColumns = -1, …
67 static private function importHeaderFromCSV(pData $data, $buffer, $Delimiter, $DataColumns) {
87 …static private function importChunkFromCSV(pData $data, $buffer, $Delimiter, $DataColumns, $DataNa…
H A DpCache.php84 * @param pData $Data pChart->getData ;)
H A DpData.php26 class pData { class
H A DPieChart.php411 * @param pData
424 public function drawPieGraph(pData $data, $XPos, $YPos,
H A DpChart.php300 …function drawRightScale(pData $data, ScaleStyle $style, $Angle = 0, $Decimals = 1, $WithMargin = F…
307 …function drawScale(pData $Data, ScaleStyle $style, $Angle = 0, $Decimals = 1, $WithMargin = FALSE,…
527 private function calculateDivisions(pData $Data, ScaleStyle $style) {
617 …function drawXYScale(pData $Data, ScaleStyle $style, $YSerieName, $XSerieName, $Angle = 0, $Decima…
841 private function writeScaleXAxisCaption(pData $data, ScaleStyle $style, $YMax) {
1369 …function drawXYPlotGraph(pData $DataSet, $YSerieName, $XSerieName, $PaletteID = 0, $BigRadius = 5,…
1612 function drawCubicCurve(pData $data, $Accuracy = .1, $SerieName = "") {
1760 function drawFilledCubicCurve(pData $data, $Accuracy = .1, $Alpha = 100, $AroundZero = FALSE) {
/plugin/statistics/inc/pchart/
H A DCSVImporter.php3 * pData - Simplifying data population for pChart
26 * @brief Imports data from CSV files into a pData object
42 static public function importFromCSV(pData $data, $FileName, $Delimiter = ",", $DataColumns = -1, $HasHeader = FALSE, $DataName = -1) {
65 static private function importHeaderFromCSV(pData $data, $buffer, $Delimiter, $DataColumns) {
85 static private function importChunkFromCSV(pData $data, $buffer, $Delimiter, $DataColumns, $DataName) {
H A DpCache.php83 * @param pData $Data pChart->getData ;)
H A DpData.php3 * pData - Simplifying data population for pChart
25 class pData { class
H A DPieChart.php45 * @param array Data pData->getData
46 * @param array DataDescription pData->getDataDescription
438 * @param pData
451 public function drawPieGraph(pData $data, $XPos, $YPos,
H A DpChart.php297 function drawRightScale(pData $data, ScaleStyle $style, $Angle = 0, $Decimals = 1, $WithMargin = FALSE, $SkipLabels = 1) {
304 function drawScale(pData $Data, ScaleStyle $style, $Angle = 0, $Decimals = 1, $WithMargin = FALSE, $SkipLabels = 1, $RightScale = FALSE) {
554 private function calculateDivisions(pData $Data, ScaleStyle $style) {
645 function drawXYScale(pData $Data, ScaleStyle $style, $YSerieName, $XSerieName, $Angle = 0, $Decimals = 1) {
898 private function writeScaleXAxisCaption(pData $data, ScaleStyle $style, $YMax) {
1480 function drawXYPlotGraph(pData $DataSet, $YSerieName, $XSerieName, $PaletteID = 0, $BigRadius = 5, $SmallRadius = 2, Color $color2 = null, $Shadow = TRUE, $SizeSerieName = '') {
1742 function drawCubicCurve(pData $data, $Accuracy = .1, $SerieName = "") {
1897 function drawFilledCubicCurve(pData $data, $Accuracy = .1, $Alpha = 100, $AroundZero = FALSE) {
/plugin/statistics/inc/
H A DStatisticsGraph.class.php3 require dirname(__FILE__) . '/pchart/pData.php';
42 $DataSet = new pData;
121 $DataSet = new pData();
195 $DataSet = new pData;
228 $DataSet = new pData;
282 $DataSet = new pData();
332 $DataSet = new pData();
/plugin/projects/pchart/pchart/
H A Dpdata.php50 class pData class
55 function pData() function in pData
/plugin/charter/lib/pchart/
H A DpData.class.php48 class pData class
53 function pData() function in pData
/plugin/statdisplay/helper/
H A Dgraph.php214 $DataSet = new pData();
263 $DataSet = new pData();
/plugin/stats/
H A Dsyntax.php443 $dataSet = new pData;
546 $dataSet = new pData;
919 $DataSet = new pData;
/plugin/projects/plugins/target/
H A Dplot.php58 $data = new pData();
/plugin/charter/
H A Dhelper.php360 $pdata = new pData();