Searched refs:p_cached_instructions (Results 1 – 3 of 3) sorted by relevance
| /dokuwiki/inc/TreeBuilder/ |
| H A D | ControlPageBuilder.php | 50 $instructions = p_cached_instructions(wikiFN($this->controlPage));
|
| /dokuwiki/inc/ |
| H A D | parserutils.php | 158 $parsed = p_render($format, p_cached_instructions($file, false, $id), $info); 187 function p_cached_instructions($file, $cacheonly = false, $id = '') function 520 $instructions = p_cached_instructions(wikiFN($id), false, $id);
|
| /dokuwiki/inc/Remote/ |
| H A D | ApiCore.php | 531 $ins = p_cached_instructions(wikiFN($page), false, $page);
|