Home
last modified time | relevance | path

Searched refs:p_render (Results 1 – 25 of 176) sorted by relevance

12345678

/plugin/creole/_test/
H A Dcreole.test.php31 $xhtml = p_render('xhtml', $instructions, $info);
46 $xhtml = p_render('xhtml', $instructions, $info);
61 $xhtml = p_render('xhtml', $instructions, $info);
77 $xhtml = p_render('xhtml', $instructions, $info);
93 $xhtml = p_render('xhtml', $instructions, $info);
109 $xhtml = p_render('xhtml', $instructions, $info);
125 $xhtml = p_render('xhtml', $instructions, $info);
141 $xhtml = p_render('xhtml', $instructions, $info);
157 $xhtml = p_render('xhtml', $instructions, $info);
173 $xhtml = p_render('xhtml', $instructions, $info);
[all …]
/plugin/webcomponent/_test/
H A Dheading.test.php36 $dokuXhtml = p_render('xhtml', $instructionsDoku, $info);
37 $markXhtml = p_render('xhtml', $instructionsMark, $info);
53 $dokuXhtml = p_render('xhtml', $instructionsDoku, $info);
54 $markXhtml = p_render('xhtml', $instructionsMark, $info);
H A Dblockquote.test.php40 $xhtml = p_render('xhtml', $instructions, $info);
59 $xhtml = p_render('xhtml', $instructions, $info);
78 $xhtml = p_render('xhtml', $instructions, $info);
H A Dcard.test.php36 $xhtml = p_render('xhtml', $instructions, $info);
71 $xhtml = p_render('xhtml', $instructions, $info);
/plugin/yearbox/_test/
H A DSyntaxTest.php27 $actual_html = p_render('xhtml', $ins, $info);
41 $actual_html = p_render('xhtml', $ins, $info);
/plugin/ifauthex/_test/
H A Dinstruction.test.php44 $xhtml = p_render('xhtml', $calls, $info);
50 $xhtml = p_render('xhtml', $calls, $info);
/plugin/navi/_test/
H A DBasicListTest.php33 $actualHTML = p_render('xhtml', p_get_instructions('{{navi>controlpage}}'), $info);
66 $actualHTML = p_render('xhtml', p_get_instructions('{{navi>controlpage}}'), $info);
/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/bootswrapper/syntax/
H A Dpopover.php96 $title = hsc(p_render('xhtml', p_get_instructions($title), $info));
97 $content = hsc(p_render('xhtml', p_get_instructions($content), $info));
/plugin/flowcharts/
H A Dsyntax.php75 $xhtml = $this->p_render($instructions);
134 public function p_render($instructions) { function in syntax_plugin_flowcharts
/plugin/mermaid/
H A Dsyntax.php103 $xhtml = $this->remove_protection_of_brackets_from_dokuwiki($this->p_render($instructions));
170 public function p_render($instructions)
139 public function p_render($instructions) global() function in syntax_plugin_mermaid
/plugin/redirect2/
H A Dadmin.php151 $html = strip_tags(p_render($format, p_get_instructions($link), $info), '<a>');
155 $html = strip_tags(p_render($format, p_get_instructions($link), $info), '<a>');
/plugin/menupopup/
H A Dsyntax.php172 …$output .= '<div class="menuLink'.($this->vertical?' vertical':'').'">'.p_render('xhtml', p_get_in…
219 …return p_render('xhtml', p_cached_instructions($file), $info).$this->incl_editButton($this->page, …
/plugin/fksnewsfeed/inc/ORM/
H A DModelNews.php38 return p_render($mode, p_get_instructions($this->text), $info);
105 return p_render('xhtml', p_get_instructions($renderPattern), $info);
/plugin/sidebarng/sidebars/example/
H A Dsidebar.php18 print p_render('xhtml', p_get_instructions('~~INFO:syntaxplugins~~'), $info);
/plugin/progrecss/lang/
H A Dcommon.php2 $sprintf_link= p_render('xhtml', p_get_instructions("''[[phpfn>sprintf]]()''" ));
/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);

12345678