Home
last modified time | relevance | path

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

/plugin/rrdgraph/
H A Dsyntax.php26 const R_NAME = 'name'; define in syntax_plugin_rrdgraph
237 $this->rrdRecipe[self::R_NAME] = $attributes['template'];
270 …if (! isset($this->rrdRecipe[self::R_NAME])) $this->rrdRecipe[self::R_NAME] = md5(serialize($this-…
305 $rrdGraphHelper->storeRecipe($ID, $data[self::R_NAME], $data[self::R_DATA]);
316 $graphId = $data[self::R_NAME];
354 … $renderer->doc .= '<h2>RRD Template &quot;' . htmlentities($data[self::R_NAME]) . '&quot;</h2>';
367 $graphId = $data[self::R_NAME];