Home
last modified time | relevance | path

Searched refs:p_get_instructions (Results 51 – 75 of 201) sorted by relevance

123456789

/plugin/phpwikify/
H A Dsyntax.php46 $renderer->doc .= p_render( "xhtml", p_get_instructions( ob_get_contents() ), $info );
/plugin/reproduce/
H A Dsyntax.php109 $renderer->doc .= p_render('xhtml', p_get_instructions($labelContent), $info);
/plugin/tablelayout/action/
H A Dprint.php63 echo p_render('xhtml', p_get_instructions($table), $info);
/plugin/bootswrapper/syntax/
H A Dtooltip.php58 $title = hsc(p_render('xhtml', p_get_instructions($title), $info));
/plugin/bureaucracy-au/_test/
H A Dfield_email.test.php84 $instr = p_get_instructions("<form>\n$formSyntax\n</form>");
H A Dfield_hidden.test.php65 $instr = p_get_instructions("<form>\n$formSyntax\n</form>");
H A Dfield_radio.test.php64 $instr = p_get_instructions("<form>\n$formSyntax\n</form>");
H A Dfield_time.test.php78 $instr = p_get_instructions("<form>\n$formSyntax\n</form>");
H A Dfield_date.test.php89 $instr = p_get_instructions("<form>\n$formSyntax\n</form>");
H A Dfield_multiselect.test.php71 $instr = p_get_instructions("<form>\n$formSyntax\n</form>");
/plugin/bureaucracyau/_test/
H A Dfield_multiselect.test.php71 $instr = p_get_instructions("<form>\n$formSyntax\n</form>");
H A Dfield_time.test.php78 $instr = p_get_instructions("<form>\n$formSyntax\n</form>");
H A Dfield_hidden.test.php65 $instr = p_get_instructions("<form>\n$formSyntax\n</form>");
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_radio.test.php64 $instr = p_get_instructions("<form>\n$formSyntax\n</form>");
/plugin/bureaucracy/helper/
H A Dfieldwiki.php56 $ins = p_get_instructions($params['display']);
/plugin/prosemirror/parser/
H A DRSSNode.php60 $ins = p_get_instructions($syntax);
/plugin/webcomponent/_test/
H A Dbutton.test.php36 $instructions = p_get_instructions($doku_text);
/plugin/loglog/helper/
H A Dmain.php65 $html = 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.php76 $data['links'] = p_get_instructions($links);
/plugin/reflect/
H A Dsyntax.php64 $img = p_render('xhtml', p_get_instructions($output),$info);

123456789