Lines Matching defs:instructions
27 function enable_gantt_links($instructions)
29 $modified_instructions = $instructions;
161 $instructions = $this->p_get_instructions($this->protect_brackets_from_dokuwiki($match));
162 if (strpos($instructions[2][1][0], "gantt"))
164 $instructions = $this->enable_gantt_links($instructions);
166 $xhtml = $this->remove_protection_of_brackets_from_dokuwiki($this->p_render($instructions));
187 * Get the parser instructions suitable for the mermaid
240 public function p_render($instructions)
244 // Loop through the instructions
245 foreach ($instructions as $instruction) {