Home
last modified time | relevance | path

Searched refs:p_get_instructions (Results 101 – 125 of 201) sorted by last modified time

123456789

/plugin/bureaucracy-au/_test/
H A Dfield_date.test.php89 $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 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_multiselect.test.php71 $instr = p_get_instructions("<form>\n$formSyntax\n</form>");
/plugin/bureaucracy-au/helper/
H A Dfieldwiki.php56 $ins = array_slice(p_get_instructions($params['display']), 2, -2);
/plugin/emoji/_test/
H A Demoji_unicode.test.php14 $instructions = p_get_instructions("x"
25 $instructions = p_get_instructions("x"
38 $instructions = p_get_instructions("x"
50 $instructions = p_get_instructions("x"
/plugin/annotate/
H A Danno.php129 …$html = html_secedit(p_render('xhtml',p_get_instructions($xhtml),$info),$secedit); //$info is …
/plugin/linkfix/
H A Dadmin.php142 $instructions = p_get_instructions($text);
/plugin/log/
H A Dajax.php23 echo p_render('xhtml', p_get_instructions('{{log>' . $maxcount . '}}'), $info);
/plugin/file2dw/
H A Daction.php63 …if ( page_exists( $ID ) ) echo p_render('xhtml',p_get_instructions( $this->getLang( 'formPageExist…
87 $message = p_render('xhtml',p_get_instructions($message),$info);
/plugin/timer/
H A Dsyntax.php112 $renderer->doc .= p_render('xhtml',p_get_instructions($match),$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/pageimage/_test/
H A Dsyntax.test.php14 $xhtml = p_render('xhtml', p_get_instructions('~~PAGEIMAGE:pageimage:png~~'), $info);
/plugin/isauth/
H A Dsyntax.php147 $r = p_render('xhtml',p_get_instructions($match),$info);
/plugin/ckgdoku/action/
H A Dedit.php1116 …$instructions = p_get_instructions("=== header ==="); // loads DOKU_PLUGINS array --M.T. Dec 22 20…
1118 $instructions = p_get_instructions($text);
/plugin/stylingpages/
H A Daction.php90 $instructions = p_get_instructions($wikitext);
/plugin/noiewarning/
H A Daction.php168 $warn= p_render('xhtml', p_get_instructions($this->getLang('wedetect')), $info);
191 $warn= p_render('xhtml', p_get_instructions($this->getLang('wedetect')), $info);
229 $outp= p_render('xhtml', p_get_instructions($warn), $info);
/plugin/indexmenu2/
H A Daction.php112 $instr = p_get_instructions($instr);
/plugin/netlogo/syntax/
H A Dapplet.php218 …$renderer->doc .= p_render('xhtml',p_get_instructions('<code netlogo>' . $nlogoparts[0] . '</code>…
224 $renderer->doc .= p_render('xhtml',p_get_instructions($nlogoparts[2]),$info);
229 …$renderer->doc .= p_render('xhtml',p_get_instructions('<markdown>' . $nlogoparts[2] . '</markdown>…
/plugin/datagraph/
H A Dsyntax.php204 $R->doc .= p_render( "xhtml", p_get_instructions( ob_get_contents() ), $info);
/plugin/progrecss/
H A Dsyntax.php205 $wt .= p_render('xhtml', p_get_instructions($caption), $info);
/plugin/importfacebookevents/nppBackup/
H A Dsyntax.php.2018-03-08_165255.bak407 $html = p_render($mode, p_get_instructions($content), $info);
H A Dsyntax.php.2018-03-08_165158.bak405 $html = p_render($mode, p_get_instructions($content), $info);
H A Dsyntax.php.2018-03-08_165027.bak406 $html = p_render($mode, p_get_instructions($content), $info);
H A Dsyntax.php.2018-03-08_164706.bak404 $html = p_render($mode, p_get_instructions($content), $info);

123456789