Lines Matching refs:rangeNr
105 * @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
374 …rrdgraphimage($this->getPluginName(), $pageId, $extension, $recipeName, $rangeNr, $conditions, $th…
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
411 …o($pageId, $graphId, ($mode == helper_plugin_rrdgraph::MODE_BINDSVG)?"svg":"png", $rangeNr, $mode);
429 $rpncomp->addConst("range", $rangeNr);
522 if (($rangeNr < 0) || ($rangeNr >= count($ranges))) $rangeNr = 0;
536 $options['start'] = $ranges[$rangeNr][1];
537 $options['end'] = $ranges[$rangeNr][2];
567 …o($pageId, $graphId, ($mode == helper_plugin_rrdgraph::MODE_BINDSVG)?"svg":"png", $rangeNr, $mode);
588 …o($pageId, $graphId, ($mode == helper_plugin_rrdgraph::MODE_BINDSVG)?"svg":"png", $rangeNr, $mode);