Home
last modified time | relevance | path

Searched refs:p_get_instructions (Results 1 – 25 of 201) sorted by path

123456789

/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.php76 $data['links'] = p_get_instructions($links);
/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.php114 $inst = p_get_instructions($this->text);
/plugin/bootswrapper/exe/
H A Dhelp.php61 …class="inline"'), array('class="inline table"'), p_render('xhtml', p_get_instructions($help_conten…
/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.php89 $instr = p_get_instructions("<form>\n$formSyntax\n</form>");
H A Dfield_email.test.php84 $instr = p_get_instructions("<form>\n$formSyntax\n</form>");
H A Dfield_file.test.php17 $xhtml = p_render('xhtml', p_get_instructions($syntax), $info);
H A Dfield_hidden.test.php65 $instr = p_get_instructions("<form>\n$formSyntax\n</form>");
H A Dfield_multiselect.test.php71 $instr = p_get_instructions("<form>\n$formSyntax\n</form>");

123456789