Home
last modified time | relevance | path

Searched refs:p_get_instructions (Results 26 – 50 of 201) sorted by relevance

123456789

/plugin/bureaucracyau/_test/
H A Dsyntax.test.php12 $xhtml = p_render('xhtml', p_get_instructions($input), $info);
52 $xhtml = p_render('xhtml', p_get_instructions($input), $info);
/plugin/bureaucracy-au/_test/
H A Dsyntax.test.php12 $xhtml = p_render('xhtml', p_get_instructions($input), $info);
52 $xhtml = p_render('xhtml', p_get_instructions($input), $info);
/plugin/filelist/_test/
H A Dfilelist.test.php
/plugin/pageimage/_test/
H A Dsyntax.test.php14 $xhtml = p_render('xhtml', p_get_instructions('~~PAGEIMAGE:pageimage:png~~'), $info);
/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/log/
H A Dajax.php23 echo p_render('xhtml', p_get_instructions('{{log>' . $maxcount . '}}'), $info);
/plugin/legalnotice/
H A Daction.php15 echo p_render('xhtml', p_get_instructions($this->getConf('text')), $info);
/plugin/telleveryone/
H A Dadmin.php59 $message_html = p_render('xhtml',p_get_instructions($message), $ignore);
75 $message_html = p_render('xhtml',p_get_instructions($message), $ignore);
/plugin/geonav/server/
H A DgetWikiData.php10 $html = p_render('xhtml',p_get_instructions($data),$info);
/plugin/autoincludeindex/
H A Daction.php15 …$event->data = '<div id="autoincludeindex">'.p_render('xhtml',p_get_instructions(file_get_contents…
/plugin/webcomponent/_test/
H A Dcite.test.php33 $instructions = p_get_instructions($doku_text);
H A Dcardcolumns.test.php39 $instructions = p_get_instructions($doku_text);
/plugin/svgpureinsert/_test/
H A Dsyntax.test.php14 $parser_response = p_get_instructions($source);
/plugin/struct/types/
H A DWiki.php21 $doc = p_render($mode, p_get_instructions($value), $info);
/plugin/dw2pdf/_test/
H A DSyntaxExportLinkTest.php22 $parser_response = p_get_instructions('~~PDFNS>.:|Foo~~');
/plugin/imagemapping/_test/
H A Dmaps.test.php
/plugin/alphalist/
H A Dhelper.php32 $rendered = p_render('xhtml',p_get_instructions($string),$info);
/plugin/commentsyntax/_test/
H A Dsyntax.test.php36 $instructions = p_get_instructions($text);
/plugin/countdown/
H A Dsyntax.php99 $pdesc= p_render('xhtml', p_get_instructions($descr), $info);
136 $renderer->doc .= ' '. p_render('text', p_get_instructions($description), $info);
/plugin/bureaucracyau/helper/
H A Dfieldwiki.php56 $ins = array_slice(p_get_instructions($params['display']), 2, -2);
/plugin/bureaucracy-au/helper/
H A Dfieldwiki.php56 $ins = array_slice(p_get_instructions($params['display']), 2, -2);
/plugin/bootswrapper/exe/
H A Dhelp.php61 …class="inline"'), array('class="inline table"'), p_render('xhtml', p_get_instructions($help_conten…
/plugin/tipoftheday/
H A Daction.php44 $ins = p_get_instructions("{{totd>$ID{$params}}}");
/plugin/eventline/
H A DgetXmlData.php29 $instructions = p_get_instructions(io_readfile($pagePath));
/plugin/multiorphan/action/
H A DpluginSiteexport.php43 $instructions = p_get_instructions($instructions[3]);

123456789