Searched refs:p_get_instructions (Results 1 – 8 of 8) sorted by relevance
/dokuwiki/_test/tests/inc/parser/ |
H A D | parser_media.test.php | 56 $parser_response = p_get_instructions('{{' . $file . '}}'); 91 $parser_response = p_get_instructions('{{' . $file . '}}'); 149 $parser_response = p_get_instructions('{{' . $file . '|This is a simple text.}}'); 164 $parser_response = p_get_instructions('{{' . $file . '|We got a { here.}}'); 179 $parser_response = p_get_instructions('{{' . $file . '|We got a } here.}}'); 194 $parser_response = p_get_instructions('{{' . $file . '|We got a { and a } here.}}');
|
H A D | parser_links.test.php | 166 $instructions = p_get_instructions("www.google.com Bar");
|
/dokuwiki/_test/tests/inc/ |
H A D | html_secedit_pattern.test.php | 60 … $ins = p_get_instructions("====== Foo ======\n\n===== } --> <script> =====\n\n===== Bar =====\n");
|
/dokuwiki/bin/ |
H A D | render.php | 58 $result = p_render($renderer, p_get_instructions($source), $info);
|
H A D | wantedpages.php | 166 $instructions = p_get_instructions(file_get_contents($page['file']));
|
/dokuwiki/inc/Ui/ |
H A D | PageView.php | 56 … $html = html_secedit(p_render('xhtml', p_get_instructions($this->text), $info), $secedit);
|
/dokuwiki/inc/Extension/ |
H A D | PluginTrait.php | 276 return p_render($format, p_get_instructions($text), $info);
|
/dokuwiki/inc/ |
H A D | parserutils.php | 92 … $ret = p_render('xhtml', p_get_instructions(io_readWikiPage($file, $id, $rev)), $info, $date_at); 198 $ins = p_get_instructions(io_readWikiPage($file, $id)); 219 function p_get_instructions($text) function
|