Lines Matching defs:instructions
176 * Returns the render instructions for a file
200 $run[$file] = true; // we won't rebuild these instructions in the same run again
211 * turns a page into a list of instructions
519 // get instructions
520 $instructions = p_cached_instructions(wikiFN($id), false, $id);
521 if (is_null($instructions)) {
524 return null; // something went wrong with the instructions
532 // loop through the instructions
533 foreach ($instructions as $instruction) {
660 * @param array|null|false $instructions
668 function p_render($mode, $instructions, &$info, $date_at = '')
670 if (is_null($instructions)) return '';
671 if ($instructions === false) return '';
687 // Loop through the instructions
688 foreach ($instructions as $instruction) {