Home
last modified time | relevance | path

Searched refs:p_get_instructions (Results 76 – 100 of 201) sorted by last modified time

123456789

/plugin/webcomponent/syntax/
H A Dcard.php214 $instructions = p_get_instructions($parameters);
/plugin/webcomponent/_test/
H A Dblockquote.test.php39 $instructions = p_get_instructions($doku_text);
58 $instructions = p_get_instructions($doku_text);
77 $instructions = p_get_instructions($doku_text);
H A Dcard.test.php35 $instructions = p_get_instructions($doku_text);
70 $instructions = p_get_instructions($doku_text.$doku_text);
H A Dmath.test.php38 $instructions = p_get_instructions($doku_text);
H A Dbutton.test.php36 $instructions = p_get_instructions($doku_text);
H A Dcardcolumns.test.php39 $instructions = p_get_instructions($doku_text);
H A Dcite.test.php33 $instructions = p_get_instructions($doku_text);
H A Dheading.test.php34 $instructionsDoku = p_get_instructions($doku_text);
35 $instructionsMark = p_get_instructions($markdown_text);
51 $instructionsDoku = p_get_instructions($doku_text);
52 $instructionsMark = p_get_instructions($markdown_text);
/plugin/webcomponent/
H A Dwebcomponent.php100 $instructions = p_get_instructions($doku_text);
/plugin/data-au/
H A Daction.php98 $instructions = p_get_instructions($TEXT);
/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 Dsyntax.test.php12 $xhtml = p_render('xhtml', p_get_instructions($input), $info);
52 $xhtml = p_render('xhtml', p_get_instructions($input), $info);
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_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/bureaucracyau/helper/
H A Dfieldwiki.php56 $ins = array_slice(p_get_instructions($params['display']), 2, -2);
/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/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>");

123456789