Home
last modified time | relevance | path

Searched refs:p_get_instructions (Results 26 – 50 of 201) sorted by last modified time

123456789

/plugin/prosemirror/action/
H A Dajax.php161 $instructions = p_get_instructions($text);
H A Deditor.php78 $instructions = p_get_instructions($TEXT);
/plugin/blogtng/entities/
H A DComment.php114 $inst = p_get_instructions($this->text);
/plugin/navi/_test/
H A DBasicListTest.php33 $actualHTML = p_render('xhtml', p_get_instructions('{{navi>controlpage}}'), $info);
66 $actualHTML = p_render('xhtml', p_get_instructions('{{navi>controlpage}}'), $info);
H A DExternalLinksTest.php40 $actualHTML = p_render('xhtml', p_get_instructions('{{navi>controlpage}}'), $info);
/plugin/ifauthex/_test/
H A Dgeneral.test.php233 …$instructions = p_get_instructions('<ifauth (nonexistent)>hideme</ifauth><ifauth !(nonexistent)>sh…
H A Dinstruction.test.php18 $calls = p_get_instructions(file_get_contents(__DIR__.'/test_page.txt'));
30 $calls = p_get_instructions(file_get_contents(__DIR__.'/test_nested.txt'));
43 $calls = p_get_instructions(file_get_contents(__DIR__.'/test_hidden_first_header.txt'));
49 $calls = p_get_instructions(file_get_contents(__DIR__.'/test_visible_first_header.txt'));
/plugin/edittable/action/
H A Deditor.php73 $instructions = p_get_instructions($TEXT);
/plugin/structnotification/
H A Dadmin.php134 $html = p_render('xhtml',p_get_instructions($value), $info);
/plugin/structnotification/action/
H A Dnotification.php124 p_get_instructions($message_with_replacements), $info);
/plugin/ckgedit/action/
H A Dedit.php1157 …$instructions = p_get_instructions("=== header ==="); // loads DOKU_PLUGINS array --M.T. Dec 22 20…
1159 $instructions = p_get_instructions($text);
/plugin/bootswrapper/exe/
H A Dhelp.php61 …class="inline"'), array('class="inline table"'), p_render('xhtml', p_get_instructions($help_conten…
/plugin/bootswrapper/syntax/
H A Dpopover.php96 $title = hsc(p_render('xhtml', p_get_instructions($title), $info));
97 $content = hsc(p_render('xhtml', p_get_instructions($content), $info));
H A Dtooltip.php58 $title = hsc(p_render('xhtml', p_get_instructions($title), $info));
/plugin/discussion/
H A Dconvert.php131 $xhtml = p_render('xhtml', p_get_instructions($raw), $info);
/plugin/wrap/_test/
H A Dwrap_syntax.test.php
/plugin/indexmenu/
H A Daction.php417 $out .= p_render('xhtml', p_get_instructions($meta['description']['abstract']), $info);
H A Dadmin.php
H A Dajax.php
/plugin/indexmenu/syntax/
H A Dindexmenu.php466 $html = p_render('xhtml', p_get_instructions($html), $info);
/plugin/tablelayout/action/
H A Dprint.php63 echo p_render('xhtml', p_get_instructions($table), $info);
/plugin/structtemplate/meta/
H A DStructTemplateSyntax.php207 $html = p_render($mode, p_get_instructions($interpolated), $html_info);
/plugin/popupviewer/syntax/
H A Dviewer.php109 $name = trim(p_render($mode, p_get_instructions(trim($name)), $info));
130 $name = trim(p_render($mode, p_get_instructions(trim($name)), $info));
/plugin/commentsyntax/_test/
H A Dsyntax.test.php36 $instructions = p_get_instructions($text);
/plugin/multiorphan/action/
H A DpluginSiteexport.php43 $instructions = p_get_instructions($instructions[3]);

123456789