Lines Matching refs:helper_plugin_rrdgraph
240 class helper_plugin_rrdgraph extends DokuWiki_Plugin { class
391 …public function sendRrdImage($pageId, $graphId, $rangeNr = 0, $mode = helper_plugin_rrdgraph::MODE…
402 … (($mode != helper_plugin_rrdgraph::MODE_GRAPH_FULLSCREEN) && ($mode != helper_plugin_rrdgraph::MO…
405 if ($mode == helper_plugin_rrdgraph::MODE_BINDSVG) {
411 …acheInfo = $this->getImageCacheInfo($pageId, $graphId, ($mode == helper_plugin_rrdgraph::MODE_BIND…
428 … $rpncomp->addConst("fullscreen", $mode == helper_plugin_rrdgraph::MODE_GRAPH_FULLSCREEN);
436 if ($mode == helper_plugin_rrdgraph::MODE_BINDSVG) $svgBinding = new SvgBinding();
459 …if (($mode == helper_plugin_rrdgraph::MODE_BINDSVG) && (count($ranges) == 1)) throw new Exception(…
488 …if ($mode != helper_plugin_rrdgraph::MODE_BINDSVG) throw new Exception("BDEF only allowed if the r…
540 if ($mode != helper_plugin_rrdgraph::MODE_BINDSVG)
567 …acheInfo = $this->getImageCacheInfo($pageId, $graphId, ($mode == helper_plugin_rrdgraph::MODE_BIND…
574 case helper_plugin_rrdgraph::MODE_GRAPH_EMBEDDED:
575 case helper_plugin_rrdgraph::MODE_GRAPH_FULLSCREEN:
580 case helper_plugin_rrdgraph::MODE_BINDSVG:
588 …acheInfo = $this->getImageCacheInfo($pageId, $graphId, ($mode == helper_plugin_rrdgraph::MODE_BIND…