Home
last modified time | relevance | path

Searched refs:p_render (Results 1 – 25 of 176) sorted by path

12345678

/plugin/accscounter/
H A Dadmin.php137 … echo '<td>' . p_render('xhtml', p_get_instructions('[[:' . $page . ']]'), $info) . '</td>';
/plugin/alphaindex/
H A Dsyntax.php107 $alpha_data = p_render('xhtml', p_get_instructions($alpha_data), $info);
/plugin/alphalist/
H A Dhelper.php32 $rendered = p_render('xhtml',p_get_instructions($string),$info);
/plugin/anewssystem/
H A Dsyntax.php745 … if ($wysiwyg==false) $prvw_string = p_render('xhtml',p_get_instructions($prvw_string),$info);
1060 … if ($wysiwyg==false) $prvw_string = p_render('xhtml',p_get_instructions($prvw_string),$info);
1300 …if ((int)$news_wysiwyg==false) $news_content = p_render('xhtml',p_get_instructions($news_content),…
/plugin/annotate/
H A Danno.php129 …$html = html_secedit(p_render('xhtml',p_get_instructions($xhtml),$info),$secedit); //$info is …
/plugin/articlelinks/
H A Dsyntax.php93 $renderer->doc .= p_render('xhtml', $data['links'], $info);
/plugin/asiansearch/
H A Daction.php260 $html = html_secedit(p_render('xhtml',p_get_instructions($txt),$info),$secedit);
/plugin/autoincludeindex/
H A Daction.php15 …$event->data = '<div id="autoincludeindex">'.p_render('xhtml',p_get_instructions(file_get_contents…
/plugin/autolink2/
H A Dadmin.php101 $x=p_render('xhtml',p_get_instructions($lnk),$info);
/plugin/autolink2/syntax/
H A Dshow.php77 $x=p_render('xhtml',p_get_instructions($replaced),$info);
/plugin/bez/mdl/
H A DEntity.php98 $html = p_render('xhtml',p_get_instructions($this->content), $ignore);
H A DTask.php544 $this->content_html = p_render('bez_xhtmlmail', p_get_instructions($this->content), $info);
H A DTask_comment.php89 $html = p_render('bez_xhtmlmail', p_get_instructions($this->content), $info);
H A DThread.php480 $this->content_html = p_render('bez_xhtmlmail', p_get_instructions($this->content), $info);
H A DThread_comment.php119 $html = p_render('bez_xhtmlmail', p_get_instructions($this->content), $info);
/plugin/bliki/
H A Dsyntax.php405 $renderer->doc .= p_render('xhtml', p_get_instructions($compiled), $info);
/plugin/blogtng/entities/
H A DComment.php115 echo p_render('blogtng_comment',$inst,$info);
/plugin/blogtng/helper/
H A Dentry.php866 $content = p_render('xhtml', $ins, $info);
/plugin/bootswrapper/exe/
H A Dhelp.php61 …echo str_replace(array('class="inline"'), array('class="inline table"'), p_render('xhtml', p_get_i…
/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/bureaucracy-au/_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_file.test.php17 $xhtml = p_render('xhtml', p_get_instructions($syntax), $info);
H A Dfield_hidden.test.php67 $actualHTML = p_render('xhtml', $instr, $info);

12345678