Home
last modified time | relevance | path

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

/plugin/combo/ComboStrap/
H A DPipelineTag.php35 $script .= $actual->getCapturedContent();
39 $script .= $actual->getCapturedContent();
H A DCall.php388 function getCapturedContent() function in ComboStrap\\Call
764 * plus the length of the {@link Call::getCapturedContent()}
771 $captureContent = $this->getCapturedContent();
923 if ($this->getState() === DOKU_LEXER_UNMATCHED && trim($this->getCapturedContent()) === "") {
H A DDateTag.php125 $date = $call->getCapturedContent();
H A DOutlineSection.php124 $label .= trim($call->getCapturedContent());
H A DHeadingTag.php109 $previous->setPayload(rtrim($previous->getCapturedContent()));
H A DCallStack.php216 $actualCapturedContent = $actualCall->getCapturedContent();
/plugin/combo/ComboStrap/Tag/
H A DBoxTag.php78 if (trim($actual->getCapturedContent()) === "") {
H A DMermaidTag.php129 $content = $contentCall->getCapturedContent();
/plugin/combo/syntax/
H A Drailroad.php135 $bnfCode = $actual->getCapturedContent();
H A Dpara.php305 $capturedContent = $nextCall->getCapturedContent();
H A Dheadingwiki.php164 $content .= $actualCall->getCapturedContent();
H A Dbrand.php182 if ($actualCall->getCapturedContent() === null) {
H A Diterator.php264 $pageSql = $actualCall->getCapturedContent();
H A Dlink.php353 $previousCallContent = $previousCall->getCapturedContent();