Home
last modified time | relevance | path

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

/plugin/highlightparent/
H A Daction.php14 protected $hasBeenRendered = false; variable in action_plugin_highlightparent
37 if ($this->hasBeenRendered) {
142 $this->hasBeenRendered = true;
/plugin/structsection/
H A Dsyntax.php17 protected $hasBeenRendered = false; variable in syntax_plugin_structsection
95 if ($this->hasBeenRendered) {
100 $this->hasBeenRendered = true;
/plugin/struct/syntax/
H A Doutput.php18 protected $hasBeenRendered = false;
104 if ($this->hasBeenRendered) return true;
108 $this->hasBeenRendered = true;
16 protected $hasBeenRendered = false; global() variable in syntax_plugin_struct_output