Home
last modified time | relevance | path

Searched refs:p_render (Results 51 – 75 of 176) sorted by relevance

12345678

/plugin/bureaucracyau/_test/
H A Dfield_date.test.php91 $actualHTML = p_render('xhtml', $instr, $info);
H A Dfield_email.test.php86 $actualHTML = p_render('xhtml', $instr, $info);
H A Dfield_radio.test.php66 $actualHTML = p_render('xhtml', $instr, $info);
/plugin/bureaucracy-au/_test/
H A Dfield_multiselect.test.php73 $actualHTML = p_render('xhtml', $instr, $info);
/plugin/webdav/core/DAV/Collection/ODT/
H A DFile.php38 $xmlcontent = p_render('odt_book', p_cached_instructions($filename, false, $page), $info);
/plugin/bureaucracy/helper/
H A Dfieldwiki.php67 $tpl = p_render('xhtml', $ins, $byref_ignore);
/plugin/prosemirror/parser/
H A DRSSNode.php61 return p_render('xhtml', $ins, $info);
/plugin/webcomponent/_test/
H A Dbutton.test.php37 $xhtml = p_render('xhtml', $instructions, $info);
H A Dmath.test.php39 $xhtml = p_render('xhtml', $instructions, $info);
/plugin/loglog/helper/
H A Dmain.php65 $html = p_render('xhtml', p_get_instructions($text), $info);
/plugin/dwinsect/
H A Dsyntax.php261 $renderer->doc.=_stripp(p_render('xhtml',p_get_instructions($text),$info));
265 $renderer->doc.=_stripp(p_render('xhtml',p_get_instructions($text),$info));
/plugin/hidden/
H A Dsyntax.php173 $onVisible = p_render('xhtml', p_get_instructions($data['onVisible']), $tab);
174 $onHidden = p_render('xhtml', p_get_instructions($data['onHidden']), $tab);
/plugin/rssbycreated/
H A Daction.php29 … $content = p_render('xhtml', p_get_instructions($event->data['item']->description), $info);
/plugin/autolink2/syntax/
H A Dshow.php77 $x=p_render('xhtml',p_get_instructions($replaced),$info);
/plugin/articlelinks/
H A Dsyntax.php93 $renderer->doc .= p_render('xhtml', $data['links'], $info);
/plugin/reflect/
H A Dsyntax.php64 $img = p_render('xhtml', p_get_instructions($output),$info);
/plugin/runcommand/
H A Dpostaction.php77 $result .= p_render('xhtml',$parsedOutput, $info);
/plugin/miniblog/helper/
H A Dentry.php66 $html = p_render('xhtml', $ins, $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/webcomponent/
H A Dwebcomponent.php108 return p_render('xhtml', $instructions, $info);
/plugin/tipoftheday/syntax/
H A Dtotns.php54 $renderer->doc .= p_render($mode, $ins, $myINFO);
/plugin/navi/_test/
H A DExternalLinksTest.php40 $actualHTML = p_render('xhtml', p_get_instructions('{{navi>controlpage}}'), $info);
/plugin/dokutexit/
H A Dtexitrender.php189 $parsed = $this->p_render('latex', $ins, $info);
258 function p_render($mode,$instructions, &$info){ function in texitrender_plugin_texit
/plugin/indexmenu2/
H A Daction.php113 $instr = p_render('xhtml', $instr, $info);
/plugin/newsticker/syntax/
H A Dticker.php64 $render = p_render('xhtml',$instructions, $info);

12345678