Home
last modified time | relevance | path

Searched defs:instructions (Results 1 – 5 of 5) sorted by relevance

/template/writr/
Dmain.php115 $instructions = '{{NEWPAGE'; variable
121 $instructions = p_get_instructions($instructions); variable
/template/strap/ComboStrap/
H A DMarkupRenderer.php76 …public static function createFromMarkupInstructions($instructions, FetcherMarkup $fetcherMarkup): …
84 public static function createFromInstructions($instructions): MarkupRenderer
164 private function setInstructions(array $instructions): MarkupRenderer
H A DCallStack.php837 public function appendAtTheEndFromNativeArrayInstructions(array $instructions): CallStack
848 public function insertAfterFromNativeArrayInstructions(array $instructions): CallStack
H A DFetcherMarkupBuilder.php410 public function setRequestedInstructions(array $instructions): FetcherMarkupBuilder
H A DFetcherMarkup.php238 public function deleteRootPElementsIfRequested(array &$instructions): void