Home
last modified time | relevance | path

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

/plugin/latexcaption/syntax/
H A Dcaption.php24 private $_nested = false; variable in syntax_plugin_latexcaption_caption
129 $this->_nested = true;
152 $params['opts'] = ($this->_nested ? $this->_opts : $this->_parOpts);
166 $this->_nested = false;
/plugin/ifauthex/lib/
H A Dparser.php233 private $_nested = null; variable in AST\\ElementDefinition
239 public function nested() { return $this->_nested; }
274 $this->_nested = $nested;