Home
last modified time | relevance | path

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

/plugin/combo/ComboStrap/
H A DCarrouselTag.php79 $templateCallStack = CallStack::createFromInstructions($templateCallStackInstructions);
H A DMarkupRenderer.php84 public static function createFromInstructions($instructions): MarkupRenderer function in ComboStrap\\MarkupRenderer
H A DFetcherPageBundler.php76 $mainContent = MarkupRenderer::createFromInstructions($instructionsCalls)
H A DOutline.php504 $callStack = CallStack::createFromInstructions($instructions);
623 $callStack = CallStack::createFromInstructions($instructions);
H A DFetcherMarkup.php1125 return Outline::createFromCallStack(CallStack::createFromInstructions($this->getInstructions()))->toTocDokuwikiFormat();
1139 $callStack = CallStack::createFromInstructions($instructions);
H A DGridTag.php276 $callStackTemplate = CallStack::createFromInstructions($templateInstructions);
H A DCallStack.php199 public static function createFromInstructions(?array $callStackArray): CallStack function in ComboStrap\\CallStack
/plugin/combo/syntax/
H A Diterator.php493 $templateCallStack = CallStack::createFromInstructions($iteratorTemplateInstructions);