Home
last modified time | relevance | path

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

/plugin/rrdgraph/
H A Dscript.js1 function rrdDropDownSelected(graphId, element) argument
5 rrdSwitchRange(graphId, rangeId);
8 function rrdDoSwitchRange(graphId, rangeId) argument
10 var link = jQuery("a#__L" + graphId);
11 var image = jQuery("img#__I" + graphId);
12 var loader = jQuery("div#__LD" + graphId);
13 var allTabs = jQuery("ul#__T" + graphId + " li");
15 var select = jQuery("select#__T" + graphId);
36 function rrdSwitchRange(graphId, rangeId) argument
48 rrdDoSwitchRange(graphId, rangeId);
[all …]
H A Dsyntax.php132 $xhtml = '<ul class="rrdTabBar" id="' . "__T$graphId" . '">';
138 $xhtml .= '__TI' . $graphId . 'X' . $number;
142 $xhtml .= "'$graphId', $number";
151 …$xhtml .= '<select id="' . "__T$graphId" . '" OnChange="rrdDropDownSelected(' . "'$graphId'" . ', …
158 $xhtml .= '__TI' . $graphId . 'X' . $number;
316 $graphId = $data[self::R_NAME];
323 'data-graphid' => $graphId,
328 'id' => '__I' . $graphId
333 'id' => '__L' . $graphId
367 $graphId = $data[self::R_NAME];
[all …]
H A Dhelper.php384 * @param string $graphId The identifier of the rrd graph to render and send.
391 …public function sendRrdImage($pageId, $graphId, $rangeNr = 0, $mode = helper_plugin_rrdgraph::MODE… argument
411 …$cacheInfo = $this->getImageCacheInfo($pageId, $graphId, ($mode == helper_plugin_rrdgraph::MODE_BI…
418 $recipe = $this->fetchRecipe($pageId, $graphId);
419 …if ($recipe === null) throw new Exception("The graph " . $graphId . " is not defined on page " . $…
422 …if ($recipe === null) throw new Exception("Inflating the graph " . $graphId . " on page " . $pageI…
567 …$cacheInfo = $this->getImageCacheInfo($pageId, $graphId, ($mode == helper_plugin_rrdgraph::MODE_BI…
588 …$cacheInfo = $this->getImageCacheInfo($pageId, $graphId, ($mode == helper_plugin_rrdgraph::MODE_BI…