Home
last modified time | relevance | path

Searched refs:p_get_instructions (Results 76 – 100 of 201) sorted by relevance

123456789

/plugin/runcommand/
H A Dpostaction.php76 $parsedOutput=p_get_instructions(implode("\n", $outputValue));
/plugin/popupviewer/syntax/
H A Dviewer.php109 $name = trim(p_render($mode, p_get_instructions(trim($name)), $info));
130 $name = trim(p_render($mode, p_get_instructions(trim($name)), $info));
/plugin/webcomponent/
H A Dwebcomponent.php100 $instructions = p_get_instructions($doku_text);
/plugin/navi/_test/
H A DExternalLinksTest.php40 $actualHTML = p_render('xhtml', p_get_instructions('{{navi>controlpage}}'), $info);
/plugin/webcomponent/_test/
H A Dmath.test.php38 $instructions = p_get_instructions($doku_text);
/plugin/dokutexit/
H A Dtexitrender.php144 function p_get_instructions(&$text){ function in texitrender_plugin_texit
186 $ins = $this->p_get_instructions($text);
/plugin/indexmenu2/
H A Daction.php112 $instr = p_get_instructions($instr);
/plugin/newsticker/syntax/
H A Dticker.php63 $instructions = p_get_instructions($newsItem);
/plugin/odt/renderer/
H A Dpagepdf.php107 $instructions = p_get_instructions($message);
/plugin/isauth/
H A Dsyntax.php147 $r = p_render('xhtml',p_get_instructions($match),$info);
/plugin/clock/
H A Dsyntax.php100 $info= p_render('xhtml', p_get_instructions($info), $info);
/plugin/autolink2/
H A Dadmin.php101 $x=p_render('xhtml',p_get_instructions($lnk),$info);
/plugin/googlemap3/
H A Dsyntax.php163 $text = addslashes(str_replace("\n","",p_render("xhtml",p_get_instructions($text),$info)));
/plugin/tablefilterjs/
H A Dsyntax.php124 $instructions = p_get_instructions($match);
/plugin/bureaucracy-au/_test/
H A Dfield_file.test.php17 $xhtml = p_render('xhtml', p_get_instructions($syntax), $info);
/plugin/bureaucracyau/_test/
H A Dfield_file.test.php17 $xhtml = p_render('xhtml', p_get_instructions($syntax), $info);
/plugin/prolog/
H A Dsyntax.php165 $instructions = p_get_instructions($executedCode[0]);
/plugin/dbtables/
H A Dsyntax.php128 …s-td_".$CurTablePos % $this->options["groups"]."'>".p_render($mode,p_get_instructions($TableStruct…
/plugin/googlemaps/syntax/
H A Dgooglemap.php161 $text = addslashes(str_replace("\n","",p_render("xhtml",p_get_instructions($text),$info)));
/plugin/discussion/
H A Dconvert.php131 $xhtml = p_render('xhtml', p_get_instructions($raw), $info);
/plugin/timer/
H A Dsyntax.php112 $renderer->doc .= p_render('xhtml',p_get_instructions($match),$info);
/plugin/publist/
H A Dsyntax.php113 $code = p_render($mode, p_get_instructions($code), $info);
/plugin/menupopup/
H A Dsyntax.php172 …"menuLink'.($this->vertical?' vertical':'').'">'.p_render('xhtml', p_get_instructions($this->link)…
/plugin/gallery/action/
H A Dprosemirror.php140 $html = p_render('xhtml', p_get_instructions($syntax), $info);
/plugin/bez/mdl/
H A DTask_comment.php89 $html = p_render('bez_xhtmlmail', p_get_instructions($this->content), $info);

123456789