Lines Matching defs:info
92 $ret = p_render('xhtml', p_get_instructions(io_readWikiPage($file, $id, $rev)), $info, $date_at);
158 $parsed = p_render($format, p_cached_instructions($file, false, $id), $info);
160 if (!empty($info['cache']) && $cache->storeCache($parsed)) { // storeCache() attempts to save cachefile
657 * In the $info array is information from the renderer returned
661 * @param array $info returns render info like enabled toc and cache
668 function p_render($mode, $instructions, &$info, $date_at = '')
695 //set info array
696 $info = $Renderer->info;