Home
last modified time | relevance | path

Searched refs:p_cached_instructions (Results 1 – 3 of 3) sorted by relevance

/dports/devel/flyspray/flyspray-0.9.9.7_4/plugins/dokuwiki/inc/
H A Dparserutils.php90 $ins = p_cached_instructions($file);
153 $parsed = p_render($format, p_cached_instructions($file,false,$id), $info);
174 function p_cached_instructions($file,$cacheonly=false,$id='') { function
311 $instructions = p_cached_instructions(wikiFN($id),false,$id);
/dports/www/dokuwiki/dokuwiki-2020-07-29/inc/
H A Dparserutils.php142 $parsed = p_render($format, p_cached_instructions($file,false,$id), $info);
171 function p_cached_instructions($file,$cacheonly=false,$id='') { function
501 $instructions = p_cached_instructions(wikiFN($id),false,$id);
/dports/www/dokuwiki/dokuwiki-2020-07-29/inc/Remote/
H A DApiCore.php711 $ins = p_cached_instructions(wikiFN($id));