Home
last modified time | relevance | path

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

/plugin/rrdgraph/
H A Dsyntax.php28 const R_SHOW = 'show'; define in syntax_plugin_rrdgraph
238 $this->rrdRecipe[self::R_SHOW] = $this->parseBoolean($attributes['show']);
242 …$this->rrdRecipe[self::R_SHOW] = true; // Bound SVG images will never be ganged and always visibl…
248 $this->rrdRecipe[self::R_SHOW] = true;
309 if ($data[self::R_SHOW]) {