Home
last modified time | relevance | path

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

/plugin/findologicxmlexport/vendor/hoa/compiler/Llk/Rule/
H A DInvocation.php75 protected $_depth = -1; variable in Hoa\\Compiler\\Llk\\Rule\\Invocation
104 $this->_depth = $depth;
148 $old = $this->_depth;
149 $this->_depth = $depth;
161 return $this->_depth;
/plugin/mdpage/vendor/cebe/markdown/
H A DParser.php37 private $_depth = 0; variable in cebe\\markdown\\Parser
157 if ($this->_depth >= $this->maximumNestingLevel) {
161 $this->_depth++;
177 $this->_depth--;
321 if ($this->_depth >= $this->maximumNestingLevel) {
325 $this->_depth++;
363 $this->_depth--;
/plugin/findologicxmlexport/vendor/hoa/compiler/Llk/
H A DParser.php121 protected $_depth = -1; variable in Hoa\\Compiler\\Llk\\Parser
259 $rule->setDepth($this->_depth);
263 --$this->_depth;
312 $skip += $trace->getDepth() > $this->_depth;
358 ++$this->_depth;
365 $this->_depth
384 ++$this->_depth;
391 $this->_depth
406 ++$this->_depth;
413 $this->_depth
[all …]
/plugin/findologicxmlexport/vendor/jms/serializer/
H A DCHANGELOG.md558 - max\_depth in YML config is ignored [\#498](https://github.com/schmittjoh/serializer/issues/498)