Home
last modified time | relevance | path

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

/plugin/rrdgraph/
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");
14 var currentTab = jQuery("li#__TI" + graphId + "X" + rangeId);
15 var select = jQuery("select#__T" + graphId);
36 function rrdSwitchRange(graphId, rangeId) argument
[all …]
Dsyntax.php126 * @param String $graphId The id-value (hex-hash) of the graph this tab markup is generated for.
130 private function generateTabs($ranges, $selectedTab, $graphId, $initiallyGanged) { argument
132 $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;
167 …$xhtml .= '<div class="rrdGangCheckbox"><input type="checkbox" value="' . $graphId . '" name="rrdg…
316 $graphId = $data[self::R_NAME];
317 … $imageURL = DOKU_BASE . '_media/' . $mediaNamespace . ':' . $ID . ':' . $graphId;
[all …]
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…
/plugin/networkgraph/syntax/
Drenderer.php72 $graphId = "networkgraph_" . $randomNumber;
76 …$renderer->doc .= "<div id='" . $graphId . "' class='networkgraph' style='width:100%; height:600px…
81 renderGraph('" . $graphId . "', graph, colorMap);