Home
last modified time | relevance | path

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

/plugin/variants/
H A Dvariants.php120 list($condition, $ifcalls, $elsecalls) = $data;
135 $renderer->nest($elsecalls);
147 private $elsecalls = array(); variable in syntax_plugin_variants_callwriter
178 $this->elsecalls[] = $call;
191 $this->elsecalls = array_merge($this->elsecalls, $calls);
208 $this->elsecalls = $B->process($this->elsecalls);
210 …ray('variants_variants', array($this->condition, $this->ifcalls, $this->elsecalls), DOKU_LEXER_SPE…
212 $this->elsecalls = array();