Home
last modified time | relevance | path

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

/plugin/highlightparent/
Daction.php14 protected $hasBeenRendered = false; variable in action_plugin_highlightparent
37 if ($this->hasBeenRendered) {
142 $this->hasBeenRendered = true;
/plugin/structsection/
Dsyntax.php16 protected $hasBeenRendered = false; variable in syntax_plugin_structsection
94 if ($this->hasBeenRendered) {
99 $this->hasBeenRendered = true;
/plugin/struct/syntax/
H A Doutput.php19 protected $hasBeenRendered = false; variable in syntax_plugin_struct_output
105 if ($this->hasBeenRendered) return true;
109 $this->hasBeenRendered = true;