Lines Matching defs:format
115 * Returns the specified local text in parsed format
137 * Returns the given file parsed into the requested output format
140 * @param string $format
147 function p_cached_output($file, $format = 'xhtml', $id = '')
151 $cache = new CacheRenderer($id, $file, $format);
154 if ($conf['allowdebug'] && $format == 'xhtml') {
158 $parsed = p_render($format, p_cached_instructions($file, false, $id), $info);
161 if ($conf['allowdebug'] && $format == 'xhtml') {
166 if ($conf['allowdebug'] && $format == 'xhtml') {
726 // not bundled, see if its an enabled renderer plugin & when $mode is 'xhtml', the renderer can supply that format.