Searched refs:rangeNr (Results 1 – 2 of 2) sorted by relevance
| /plugin/rrdgraph/ |
| D | helper.php | 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); [all …]
|
| D | action.php | 132 $rangeNr = $INPUT->int('range', 0, true); 137 …$rrdGraphHelper->sendRrdImage($mediaPath->pageId, $mediaPath->imageId, $rangeNr, $mode, $bindingSo…
|