Home
last modified time | relevance | path

Searched refs:p_render (Results 101 – 125 of 176) sorted by relevance

12345678

/plugin/nsindex/
H A Dsyntax.php106 $data = p_render('xhtml', p_get_instructions($data), $_dummy);
/plugin/ipmap/
H A Drendertables.php50 …$renderer->doc .= p_render('xhtml',p_get_instructions($this->_maketables($ip, $net, $subnet, $data…
/plugin/pagetemplater/
H A Daction.php58 $replace[$key] = p_render('xhtml', p_get_instructions($replace[$key]),$info);
/plugin/structtemplate/meta/
H A DStructTemplateSyntax.php207 $html = p_render($mode, p_get_instructions($interpolated), $html_info);
/plugin/bez/mdl/
H A DThread_comment.php119 $html = p_render('bez_xhtmlmail', p_get_instructions($this->content), $info);
H A DEntity.php98 $html = p_render('xhtml',p_get_instructions($this->content), $ignore);
/plugin/progrecss/
H A Dsyntax.php205 $wt .= p_render('xhtml', p_get_instructions($caption), $info);
/plugin/itemtable/
H A Dsyntax.php166 … $td="<td class='dbtables-td_0'>".p_render($mode,p_get_instructions($TableData),$data)."</td>";
/plugin/prosemirror/action/
H A Dajax.php163 $prosemirrorJSON = p_render('prosemirror', $instructions, $info);
/plugin/rater/
H A Dsyntax.php256 $rater_img_xhtml = p_render('xhtml',p_get_instructions("{{".$rater_img."}}"),$info);
345 $rater_img_xhtml = p_render('xhtml',p_get_instructions("{{".$rater_img."}}"),$info);
624 …$rater_img_xhtml = p_render('xhtml',p_get_instructions("{{".trim($d1[0])."?".$rater_zoom."}}"),$in…
681 …$rater_img_xhtml = p_render('xhtml',p_get_instructions("{{".trim($d1[0])."?".$rater_zoom."}}"),$in…
/plugin/accscounter/
H A Dadmin.php137 … echo '<td>' . p_render('xhtml', p_get_instructions('[[:' . $page . ']]'), $info) . '</td>';
/plugin/data-graph/
H A Dsyntax.php204 $R->doc .= p_render( "xhtml", p_get_instructions( ob_get_contents() ), $info);
/plugin/datagraph/
H A Dsyntax.php204 $R->doc .= p_render( "xhtml", p_get_instructions( ob_get_contents() ), $info);
/plugin/tindexmenu/
H A Dajax.php111 $out .= p_render('xhtml',p_get_instructions($meta['description']['abstract']),$info);
/plugin/indexmenu/
H A Dajax.php
/plugin/file2dw/
H A Daction.php63 …if ( page_exists( $ID ) ) echo p_render('xhtml',p_get_instructions( $this->getLang( 'formPageExist…
87 $message = p_render('xhtml',p_get_instructions($message),$info);
/plugin/nobadbrowser/
H A Daction.php85 $outp= p_render('xhtml', p_get_instructions($mens), $info);
/plugin/dwspecialist/
H A Dsyntax.php218 $renderer->doc .= p_render($mode, p_get_instructions($this->dwspecialist_content), $info);
/plugin/googlemaps3/
H A Dsyntax.php244 …$markers[$mark]['info'] = str_replace("\n","", p_render("xhtml", p_get_instructions($markers[$mark…
/plugin/definitionlist/_test/
H A Dsyntax.test.php18 return p_render($format, $instructions, $info);
/plugin/xslfo/
H A Daction.php159 $original_xml = p_render('xml', $instructions, $info);
/plugin/hcalendar/syntax/
H A Dhcal2.php98 $r = p_render('xhtml',p_get_instructions($data),$info);
/plugin/asiansearch/
H A Daction.php260 $html = html_secedit(p_render('xhtml',p_get_instructions($txt),$info),$secedit);
/plugin/structnotification/
H A Dadmin.php134 $html = p_render('xhtml',p_get_instructions($value), $info);
/plugin/odt2dw/
H A Daction.php63 …if ( page_exists( $ID ) ) echo p_render('xhtml',p_get_instructions( $this->getLang( 'formPageExist…
69 if ($message) echo p_render('xhtml',p_get_instructions($message),$info);

12345678