Home
last modified time | relevance | path

Searched refs:instruction (Results 1 – 5 of 5) sorted by relevance

/template/notos/
DCustomController.php134 foreach ($instructions as $instruction) {
135 switch ($instruction[0]) {
155 $page = $resolver->resolveId($instruction[1][0]);
160 'title' => $instruction[1][1],
167 'page' => $instruction[1][0],
168 'title' => $instruction[1][1],
/template/strap/ComboStrap/
H A DMarkupDynamicRender.php99 foreach ($callStackHeaderInstructions as $instruction) {
101 if (method_exists($this->renderer, $instruction[0])) {
102 … call_user_func_array(array(&$this->renderer, $instruction[0]), $instruction[1] ?: array());
H A DFetcherMarkup.php1282 foreach ($instructions as $instruction) {
1284 … call_user_func_array(array(&$renderer, $instruction[0]), (array)$instruction[1]);
H A DCall.php239 public static function createFromInstruction($instruction): Call argument
241 return new Call($instruction);
/template/masa/
Dtpl_functions.php229 foreach($instructions as $instruction) {
231 if($instruction[0] == 'notoc') return;