Lines Matching refs:actualCall

215         while (strlen($capturedContent) < $int && ($actualCall = $callStack->next()) != false) {
216 $actualCapturedContent = $actualCall->getCapturedContent();
307 $actualCall = $this->getActualCall();
330 return $actualCall;
418 $actualCall = $this->getActualCall();
419 $actualState = $actualCall->getState();
429 while ($actualCall = $this->previous()) {
431 $state = $actualCall->getState();
446 return $actualCall;
490 $actualCall = $this->getActualCall();
491 $state = $actualCall->getState();
542 $actualCall = $this->getActualCall();
543 $enterState = $actualCall->getState();
551 $actualCall = $this->getActualCall();
552 $state = $actualCall->getState();
784 while ($actualCall = $this->previous()) {
790 $actualCallState = $actualCall->getState();
811 return $actualCall;
825 $actualCall = $this->getActualCall();
826 if ($actualCall->getTagName() == syntax_plugin_combo_media::TAG) {
827 $actualCall->addAttribute(MediaMarkup::LINKING_KEY, MediaMarkup::LINKING_NOLINK_VALUE);
881 $actualCall = $this->getActualCall();
882 $enterState = $actualCall->getState();
889 while ($actualCall = $this->previous()) {
891 $state = $actualCall->getState();
970 while ($actualCall = $this->previous()) {
972 $lastEndPosition = $actualCall->getLastMatchedCharacterPosition();
994 while ($actualCall = $this->next()) {
996 if ($actualCall->getState() === DOKU_LEXER_ENTER) {
1021 $actualCall = $this->getActualCall();
1022 if ($actualCall === null) {
1026 $actualState = $actualCall->getState();
1033 while ($actualCall = $this->next()) {
1035 $state = $actualCall->getState();
1050 return $actualCall;
1129 while ($actualCall = $this->moveToNextSiblingTag()) {
1130 $children[] = $actualCall;