Home
last modified time | relevance | path

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

/plugin/combo/ComboStrap/
H A DFetcherMarkup.php41 class FetcherMarkup extends IFetcherAbs implements IFetcherSource, IFetcherString class
90 …* @var FetcherMarkup - the parent (a instructions run may run inside a path run, ie {@link \syntax…
92 public FetcherMarkup $parentMarkupHandler;
162 * @return FetcherMarkup
165 … createXhtmlMarkupFetcherFromPath(Path $executingPath, WikiPath $contextPath = null): FetcherMarkup
177 return FetcherMarkup::confRoot()
195 …lic static function createStandaloneExecutionFromStringMarkupToXhtml(string $markup): FetcherMarkup
385 $depends['files'][] = FetcherMarkup::confRoot()
549 public function process(): FetcherMarkup
737 public function buildFromTagAttributes(TagAttributes $tagAttributes): FetcherMarkup
[all …]
H A DMarkupRenderUtility.php31 return FetcherMarkup::confRoot()
50 $markupRenderer = FetcherMarkup::confRoot()
72 return FetcherMarkup::confChild()
90 $builder = FetcherMarkup::confChild()
H A DTemplateSlot.php46 * @var FetcherMarkup - the fetcher if this is a slot and has a page fragment source
48 private FetcherMarkup $fetcherFragment;
201 function getMarkupFetcher(): FetcherMarkup
212 …$this->fetcherFragment = FetcherMarkup::createXhtmlMarkupFetcherFromPath($fragmentPath, $contextPa…
H A DMarkupCacheDependencies.php118 private FetcherMarkup $markupFetcher;
125 private function __construct(FetcherMarkup $markupFetcher)
139 public static function create(FetcherMarkup $fetcherMarkup): MarkupCacheDependencies
169 $slotFetcher = FetcherMarkup::confRoot()
H A DFetcherMarkupBuilder.php39 * @var FetcherMarkup - a parent if any
41 private FetcherMarkup $parentMarkupHandler;
197 public function build(): FetcherMarkup
269 $newFetcherMarkup = new FetcherMarkup();
504 public function setParentMarkupHandler(FetcherMarkup $parentMarkupHandler): FetcherMarkupBuilder
H A DCacheReportHtmlDataBlockArray.php75 if ($mode === FetcherMarkup::XHTML_MODE) {
77 … $dependencies = FetcherMarkup::createXhtmlMarkupFetcherFromPath($sourcePath, $sourcePath)
H A DExecutionContext.php776 * @param FetcherMarkup $markupHandler
779 public function setExecutingMarkupHandler(FetcherMarkup $markupHandler): ExecutionContext
793 $runningAct = FetcherMarkup::MARKUP_DYNAMIC_EXECUTION_NAME;
870 function getExecutingMarkupHandler(): FetcherMarkup
883 function getExecutingParentMarkupHandler(): FetcherMarkup
H A DMarkupPath.php398 public function createHtmlFetcherWithItselfAsContextPath(): FetcherMarkup
401 return FetcherMarkup::createXhtmlMarkupFetcherFromPath($path, $path->toWikiPath());
769 FetcherMarkup::confRoot()
1156 function fetchAnalyticsDocument(): FetcherMarkup
1899 public function getInstructionsDocument(): FetcherMarkup
1909 return FetcherMarkup::confRoot()
2122 public function createHtmlFetcherWithRequestedPathAsContextPath(): FetcherMarkup
2138 return FetcherMarkup::confRoot()
H A DCacheResults.php50 if ($cacheParser->mode === FetcherMarkup::XHTML_MODE) {
H A DFetcherPageBundler.php283 $outline = FetcherMarkup::confRoot()
324 $outline = FetcherMarkup::confRoot()
H A DMarkupRenderer.php76 …public static function createFromMarkupInstructions($instructions, FetcherMarkup $fetcherMarkup): …
H A DFetcherMarkupWebcode.php124 $mainContent = FetcherMarkup::confRoot()
H A DSite.php636 return FetcherMarkup::MAX_CACHE_AGE;
642 return FetcherMarkup::MAX_CACHE_AGE;
H A DEditButton.php205 if ($ACT === FetcherMarkup::MARKUP_DYNAMIC_EXECUTION_NAME) {
H A DTemplateForWebPage.php594 $model["main-content-html"] = FetcherMarkup::confRoot()
/plugin/combo/action/
H A Dsnippets.php8 use ComboStrap\FetcherMarkup; alias
96 if ($report->getMode() !== FetcherMarkup::XHTML_MODE) {
165 if ($ACT === FetcherMarkup::MARKUP_DYNAMIC_EXECUTION_NAME) {
/plugin/combo/ComboStrap/Meta/Store/
H A DMetadataDokuWikiStore.php14 use ComboStrap\FetcherMarkup; alias
330 FetcherMarkup::confRoot()
/plugin/combo/syntax/
H A Dwebcode.php26 use ComboStrap\FetcherMarkup; alias
H A Diterator.php8 use ComboStrap\FetcherMarkup; alias
559 $fetcherMarkup = FetcherMarkup::confChild()
/plugin/combo/ComboStrap/Tag/
H A DWebCodeTag.php12 use ComboStrap\FetcherMarkup; alias
271 $html .= FetcherMarkup::confChild()
/plugin/combo/renderer/
H A Danalytics.php10 use ComboStrap\FetcherMarkup; alias
166 …public static function createAnalyticsFetcherForPageFragment(MarkupPath $markupPath): FetcherMarkup
172 return FetcherMarkup::confRoot()