/plugin/creole/_test/ |
H A D | creole.test.php | 31 $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 D | heading.test.php | 36 $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 D | blockquote.test.php | 40 $xhtml = p_render('xhtml', $instructions, $info); 59 $xhtml = p_render('xhtml', $instructions, $info); 78 $xhtml = p_render('xhtml', $instructions, $info);
|
H A D | card.test.php | 36 $xhtml = p_render('xhtml', $instructions, $info); 71 $xhtml = p_render('xhtml', $instructions, $info);
|
/plugin/yearbox/_test/ |
H A D | SyntaxTest.php | 27 $actual_html = p_render('xhtml', $ins, $info); 41 $actual_html = p_render('xhtml', $ins, $info);
|
/plugin/ifauthex/_test/ |
H A D | instruction.test.php | 44 $xhtml = p_render('xhtml', $calls, $info); 50 $xhtml = p_render('xhtml', $calls, $info);
|
/plugin/navi/_test/ |
H A D | BasicListTest.php | 33 $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 D | applet.php | 218 …$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 D | popover.php | 96 $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 D | syntax.php | 75 $xhtml = $this->p_render($instructions); 134 public function p_render($instructions) { function in syntax_plugin_flowcharts
|
/plugin/mermaid/ |
H A D | syntax.php | 166 $xhtml = $this->remove_protection_of_brackets_from_dokuwiki($this->p_render($instructions)); 240 public function p_render($instructions) 139 public function p_render($instructions) global() function in syntax_plugin_mermaid
|
/plugin/redirect2/ |
H A D | admin.php | 153 $html = strip_tags(p_render($format, p_get_instructions($link), $info), '<a>'); 157 $html = strip_tags(p_render($format, p_get_instructions($link), $info), '<a>');
|
/plugin/menupopup/ |
H A D | syntax.php | 172 …$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 D | ModelNews.php | 38 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 D | sidebar.php | 18 print p_render('xhtml', p_get_instructions('~~INFO:syntaxplugins~~'), $info);
|
/plugin/progrecss/lang/ |
H A D | common.php | 2 $sprintf_link= p_render('xhtml', p_get_instructions("''[[phpfn>sprintf]]()''" ));
|
/plugin/bureaucracyau/_test/ |
H A D | syntax.test.php | 12 $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 D | syntax.test.php | 12 $xhtml = p_render('xhtml', p_get_instructions($input), $info); 52 $xhtml = p_render('xhtml', p_get_instructions($input), $info);
|
/plugin/filelist/_test/ |
H A D | filelist.test.php |
|
/plugin/pageimage/_test/ |
H A D | syntax.test.php | 14 $xhtml = p_render('xhtml', p_get_instructions('~~PAGEIMAGE:pageimage:png~~'), $info);
|
/plugin/noiewarning/ |
H A D | action.php | 168 $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 D | ajax.php | 23 echo p_render('xhtml', p_get_instructions('{{log>' . $maxcount . '}}'), $info);
|
/plugin/legalnotice/ |
H A D | action.php | 15 echo p_render('xhtml', p_get_instructions($this->getConf('text')), $info);
|
/plugin/telleveryone/ |
H A D | admin.php | 59 $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 D | getWikiData.php | 10 $html = p_render('xhtml',p_get_instructions($data),$info);
|