Home
last modified time | relevance | path

Searched refs:rangeNr (Results 1 – 2 of 2) sorted by relevance

/plugin/rrdgraph/
H A Dhelper.php105 * @param Integer $rangeNr ID of the time range this image is cached for.
109 …public function __construct($pluginName, $pageId, $extension, $recipeName, $rangeNr, $conditions, … argument
113 …parent::__construct($pluginName, $pageId, $recipeName . '/' . $conditions . '/' . $rangeNr, "." . …
370 * @param Integer $rangeNr ID of the time range this image is cached for.
373 public function getImageCacheInfo($pageId, $recipeName, $extension, $rangeNr, $conditions) { argument
385 * @param integer $rangeNr ID of the time range to send the graph for.
391 …public function sendRrdImage($pageId, $graphId, $rangeNr = 0, $mode = helper_plugin_rrdgraph::MODE… argument
429 $rpncomp->addConst("range", $rangeNr);
522 if (($rangeNr < 0) || ($rangeNr >= count($ranges))) $rangeNr = 0;
536 $options['start'] = $ranges[$rangeNr][1];
[all …]
H A Daction.php132 $rangeNr = $INPUT->int('range', 0, true);
137 …$rrdGraphHelper->sendRrdImage($mediaPath->pageId, $mediaPath->imageId, $rangeNr, $mode, $bindingSo…