Home
last modified time | relevance | path

Searched refs:p_render (Results 26 – 50 of 176) sorted by relevance

12345678

/plugin/autoincludeindex/
H A Daction.php15 …$event->data = '<div id="autoincludeindex">'.p_render('xhtml',p_get_instructions(file_get_contents…
/plugin/webcomponent/_test/
H A Dcite.test.php34 $xhtml = p_render('xhtml', $instructions, $info);
H A Dcardcolumns.test.php40 $xhtml = p_render('xhtml', $instructions, $info);
/plugin/struct/types/
H A DWiki.php21 $doc = p_render($mode, p_get_instructions($value), $info);
/plugin/dw2pdf/_test/
H A DSyntaxExportLinkTest.php39 $renderer_response = p_render('xhtml', $parser_response, $info);
/plugin/alphalist/
H A Dhelper.php32 $rendered = p_render('xhtml',p_get_instructions($string),$info);
/plugin/commentsyntax/_test/
H A Dsyntax.test.php37 $xhtml = p_render('xhtml', $instructions, $info);
/plugin/countdown/
H A Dsyntax.php99 $pdesc= p_render('xhtml', p_get_instructions($descr), $info);
136 $renderer->doc .= ' '. p_render('text', p_get_instructions($description), $info);
/plugin/bureaucracyau/helper/
H A Dfieldwiki.php57 $tpl = p_render('xhtml', $ins, $byref_ignore);
/plugin/bureaucracy-au/helper/
H A Dfieldwiki.php57 $tpl = p_render('xhtml', $ins, $byref_ignore);
/plugin/bootswrapper/exe/
H A Dhelp.php61 …echo str_replace(array('class="inline"'), array('class="inline table"'), p_render('xhtml', p_get_i…
/plugin/tipoftheday/
H A Daction.php45 $data = p_render('xhtml', $ins, $INFO);
/plugin/phpwikify/
H A Dsyntax.php46 $renderer->doc .= p_render( "xhtml", p_get_instructions( ob_get_contents() ), $info );
/plugin/reproduce/
H A Dsyntax.php109 $renderer->doc .= p_render('xhtml', p_get_instructions($labelContent), $info);
/plugin/tablelayout/action/
H A Dprint.php63 echo p_render('xhtml', p_get_instructions($table), $info);
/plugin/bootswrapper/syntax/
H A Dtooltip.php58 $title = hsc(p_render('xhtml', p_get_instructions($title), $info));
/plugin/webcode/syntax/
H A Dbasis.php51 private static function p_render($mode, array $instructions, array &$info) function in syntax_plugin_webcode_basis
392 $xhtmlWebCode = self::p_render('xhtml', $instructions, $renderer->info);
411 $renderer->doc .= self::p_render('xhtml', $instructions, $renderer->info);
/plugin/bureaucracy-au/_test/
H A Dfield_email.test.php86 $actualHTML = p_render('xhtml', $instr, $info);
H A Dfield_hidden.test.php67 $actualHTML = p_render('xhtml', $instr, $info);
H A Dfield_radio.test.php66 $actualHTML = p_render('xhtml', $instr, $info);
H A Dfield_time.test.php80 $actualHTML = p_render('xhtml', $instr, $info);
H A Dfield_date.test.php91 $actualHTML = p_render('xhtml', $instr, $info);
/plugin/bureaucracyau/_test/
H A Dfield_multiselect.test.php73 $actualHTML = p_render('xhtml', $instr, $info);
H A Dfield_time.test.php80 $actualHTML = p_render('xhtml', $instr, $info);
H A Dfield_hidden.test.php67 $actualHTML = p_render('xhtml', $instr, $info);

12345678