Home
last modified time | relevance | path

Searched refs:bindingSource (Results 1 – 3 of 3) sorted by relevance

/plugin/rrdgraph/
H A Dhelper.php387 …* @param string $bindingSource For MODE_BINDSVG the source SVG image for data binding must be spec…
391 …$graphId, $rangeNr = 0, $mode = helper_plugin_rrdgraph::MODE_GRAPH_EMBEDDED, $bindingSource = null) argument
406 if ($bindingSource == null) throw new Exception("Binding source missing.");
407 … if (auth_quickaclcheck($bindingSource) < AUTH_READ) throw new Exception("Access denied by ACL.");
581 $bindingSourceFile = mediaFN(cleanID($bindingSource));
H A Daction.php134 $bindingSource = $INPUT->str('bind');
137 …raphHelper->sendRrdImage($mediaPath->pageId, $mediaPath->imageId, $rangeNr, $mode, $bindingSource);
H A Dsyntax.php368 $bindingSource = $data[self::R_BSOURCE];
369 …$ID . ':' . $graphId . '?mode=' . helper_plugin_rrdgraph::MODE_BINDSVG . '&bind=' . $bindingSource;