Home
last modified time | relevance | path

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

/plugin/combo/action/
H A Dinstructionspostprocessing.php76 $fetcherMarkup = $executionContext->getExecutingMarkupHandler();
77 $isFragment = $fetcherMarkup->isFragment() === true;
79 $executingPath = $fetcherMarkup->getRequestedExecutingPath();
/plugin/combo/ComboStrap/
H A DMarkupRenderer.php76 …public static function createFromMarkupInstructions($instructions, FetcherMarkup $fetcherMarkup): … argument
80 ->setRequestedContextPath($fetcherMarkup->getRequestedContextPath())
81 ->setRequestedExecutingPath($fetcherMarkup->getExecutingPathOrNull());
H A DMarkupRenderUtility.php97 $fetcherMarkup = $builder->build();
98 $fetchString = $fetcherMarkup->getFetchString();
H A DCacheExpirationDate.php50 $fetcherMarkup = $resourceCombo->createHtmlFetcherWithItselfAsContextPath();
54 $path = $fetcherMarkup->getContentCachePath();
H A DMarkupCacheDependencies.php139 public static function create(FetcherMarkup $fetcherMarkup): MarkupCacheDependencies argument
141 return new MarkupCacheDependencies($fetcherMarkup);
H A DMetaManagerForm.php107 $fetcherMarkup = $this->page->getInstructionsDocument();
108 $fetcherMarkup->getInstructions();
H A DOutline.php860 … $fetcherMarkup = ExecutionContext::getActualOrCreateFromEnv()->getExecutingMarkupHandler();
861 $fetcherMarkup->toc = $toc;
862 if ($fetcherMarkup->isDocument()) {
H A DFetcherMarkup.php1036 $fetcherMarkup = $fetcherMarkupBuilder->build();
1037 return $fetcherMarkup->getProcessedInstructions();
H A DMarkupPath.php953 $fetcherMarkup = $this->createHtmlFetcherWithItselfAsContextPath();
954 return $fetcherMarkup->getFetchString();
/plugin/combo/syntax/
H A Diterator.php559 $fetcherMarkup = FetcherMarkup::confChild()
565 $renderDoc .= $fetcherMarkup->getFetchString();
572 $renderDoc .= $fetcherMarkup
581 $renderDoc .= $fetcherMarkup
596 $renderDoc .= $fetcherMarkup