Home
last modified time | relevance | path

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

/plugin/combo/ComboStrap/
H A DCallStack.php78 private $startWasReached = false; variable in ComboStrap\\CallStack
347 if ($this->startWasReached) {
365 if ($this->startWasReached) {
366 $this->startWasReached = false;
471 $this->startWasReached = true;
517 if ($this->startWasReached) {
518 $this->startWasReached = false;
677 if ($this->startWasReached === true) {
773 if (!$this->endWasReached && !$this->startWasReached && $this->getActualCall()->getState() == DOKU_LEXER_EXIT) {
914 if ($level == 0 && !$this->startWasReached) {
[all...]