Home
last modified time | relevance | path

Searched refs:p_render (Results 126 – 150 of 176) sorted by relevance

12345678

/plugin/webcomponent/syntax/
H A Dcard.php222 $this->text .= p_render('xhtml', $instructions, $info);
/plugin/icalendar/
H A Dsyntax.php247 $html = p_render($mode, p_get_instructions( $ret ), $info );
/plugin/annotate/
H A Danno.php129 …$html = html_secedit(p_render('xhtml',p_get_instructions($xhtml),$info),$secedit); //$info is …
/plugin/structnotification/action/
H A Dnotification.php123 $message_with_replacements_html = p_render('xhtml',
/plugin/blogtng/entities/
H A DComment.php115 echo p_render('blogtng_comment',$inst,$info);
/plugin/exttab1/
H A Dsyntax.php300 $retval = p_render('xhtml', $instruc, $myinfo);
/plugin/facebookwall/
H A Dsyntax.php301 $html = p_render($mode, p_get_instructions( $content ), $info );
/plugin/do/syntax/
H A Ddo.php108 p_render(
/plugin/templater/
H A Dsyntax.php206 $text = p_render('xhtml', $instr, $info);
/plugin/odtplus2dw/
H A Daction.php80 if ( page_exists( $ID ) ) echo p_render('xhtml',p_get_instructions( $this->getLang( 'formPageExistMessage' ) ), $info );
86 if ($message) echo p_render('xhtml',p_get_instructions($message),$info);
/plugin/openlayersmap/syntax/
H A Dolmap.php151 // append dw p_render specific params and render
322 $text = p_render("xhtml", $text, $info);
775 . p_render($format, p_get_instructions($staticImgUrl), $info) . '</div>';
/plugin/sphinxsearch-was/
H A DSphinxSearch.php132 …$bodyHtml = p_render('xhtml', p_get_instructions(getSectionByTitleLevel($data['page'], $data['titl…
H A Daction.php96 echo p_render('xhtml', p_get_instructions($this->getHelpInfo()), $info);
/plugin/sphinxsearch/
H A DSphinxSearch.php131 …$bodyHtml = p_render('xhtml',p_get_instructions(getSectionByTitleLevel($data['page'], $data['title…
H A Daction.php91 echo p_render('xhtml',p_get_instructions($this->getHelpInfo()), $info);
/plugin/facebookevents/
H A Dsyntax.php318 $html = p_render($mode, p_get_instructions( $content ), $info );
/plugin/datatemplate/syntax/
H A Dentry.php142 $text = p_render('xhtml', $data['instructions'], $info);
/plugin/alphaindex/
H A Dsyntax.php107 $alpha_data = p_render('xhtml', p_get_instructions($alpha_data), $info);
/plugin/schulzevote/syntax/
H A Dvote.php248 return p_render('xhtml', array_slice(p_get_instructions($str), 2, -2), $notused);
/plugin/indexmenu/
H A Daction.php417 $out .= p_render('xhtml', p_get_instructions($meta['description']['abstract']), $info);
/plugin/dtable/
H A Dhelper.php138 $html = p_render('xhtml',p_get_instructions($line),$info);
/plugin/bliki/
H A Dsyntax.php405 $renderer->doc .= p_render('xhtml', p_get_instructions($compiled), $info);
/plugin/patchpanel/
H A Dsyntax.php214 …$item['comment'] = str_replace(array("\r","\n"), '', p_render('xhtml',p_get_instructions(trim($ite…
/plugin/twitter/
H A Dsyntax.php84 …$sResponse .= ' <td class="twtImage">' . p_render('xhtml', p_get_instructions('{{' . $image . '?4…
/plugin/composer/
H A Dsyntax.php329 $content = p_render('xhtml', $instr, $info);

12345678