Lines Matching defs:instructions
42 * @param array $instructions The parser instructions to process
43 * @return array Modified instructions with properly formatted Gantt links
45 private function processGanttLinks($instructions): array {
46 $modified_instructions = $instructions;
207 $instructions = $this->p_get_instructions($this->protectBracketsFromDokuWiki($match));
208 if (strpos($instructions[2][1][0], "gantt"))
210 $instructions = $this->processGanttLinks($instructions);
212 $xhtml = $this->removeProtectionOfBracketsFromDokuWiki($this->p_render($instructions));
243 * Get the parser instructions suitable for the mermaid
296 public function p_render($instructions)
301 // Loop through the instructions
302 foreach ($instructions as $instruction) {