Home
last modified time | relevance | path

Searched refs:DataPoint (Results 1 – 4 of 4) sorted by path

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Fitness/
H A DDataPoint.php20 class DataPoint extends \Google\Collection class
169 class_alias(DataPoint::class, 'Google_Service_Fitness_DataPoint');
H A DDataset.php39 protected $pointType = DataPoint::class;
99 * @param DataPoint[]
106 * @return DataPoint[]
H A DListDataPointChangesResponse.php27 protected $deletedDataPointType = DataPoint::class;
29 protected $insertedDataPointType = DataPoint::class;
51 * @param DataPoint[]
58 * @return DataPoint[]
65 * @param DataPoint[]
72 * @return DataPoint[]
/plugin/charter/lib/pchart/
H A DpChart.class.php988 foreach($Data as $DataPoint)
990 $Value = $DataPoint[$DataDescription["Position"]];