Home
last modified time | relevance | path

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

/plugin/rrdgraph/
Dsyntax.php40 private $rrdRecipe; variable in syntax_plugin_rrdgraph
231 $this->rrdRecipe = array ();
236 $this->rrdRecipe[self::R_TYPE] = self::RT_TEMPLATE;
237 $this->rrdRecipe[self::R_NAME] = $attributes['template'];
238 $this->rrdRecipe[self::R_SHOW] = $this->parseBoolean($attributes['show']);
239 $this->rrdRecipe[self::R_GANGED] = false;
241 $this->rrdRecipe[self::R_TYPE] = self::RT_BOUNDSVG;
242 …$this->rrdRecipe[self::R_SHOW] = true; // Bound SVG images will never be ganged and always visibl…
243 $this->rrdRecipe[self::R_GANGED] = false;
244 $this->rrdRecipe[self::R_BSOURCE] = $attributes['bind'];
[all …]