Home
last modified time | relevance | path

Searched refs:p_get_instructions (Results 176 – 200 of 201) sorted by last modified time

123456789

/plugin/dokutexit/
H A Dtexitrender.php144 function p_get_instructions(&$text){ function in texitrender_plugin_texit
186 $ins = $this->p_get_instructions($text);
/plugin/table2csv/
H A DgetTableData.php7 $raw = p_render('xhtml',p_get_instructions($data),$info);
/plugin/eventline/
H A DgetXmlData.php29 $instructions = p_get_instructions(io_readfile($pagePath));
/plugin/dwinsect/
H A Dsyntax.php191 $instructions=p_get_instructions($wiki);
261 $renderer->doc.=_stripp(p_render('xhtml',p_get_instructions($text),$info));
265 $renderer->doc.=_stripp(p_render('xhtml',p_get_instructions($text),$info));
/plugin/dwspecialist/
H A Dsyntax.php218 $renderer->doc .= p_render($mode, p_get_instructions($this->dwspecialist_content), $info);
/plugin/bliki/
H A Dsyntax.php405 $renderer->doc .= p_render('xhtml', p_get_instructions($compiled), $info);
/plugin/tindexmenu/
H A Dajax.php111 $out .= p_render('xhtml',p_get_instructions($meta['description']['abstract']),$info);
/plugin/tindexmenu/syntax/
H A Dindexmenu.php230 $n = p_render('xhtml',p_get_instructions($n),$info);
/plugin/reproduce/
H A Dsyntax.php109 $renderer->doc .= p_render('xhtml', p_get_instructions($labelContent), $info);
/plugin/facebookalbum/
H A Dsyntax.php273 $renderer->doc .= p_render($mode, p_get_instructions( $content ), $info );
/plugin/semanticdata/
H A Daction.php89 $instructions = p_get_instructions($TEXT);
/plugin/icalendar/
H A Dsyntax.php247 $html = p_render($mode, p_get_instructions( $ret ), $info );
/plugin/autolink2/
H A Dadmin.php101 $x=p_render('xhtml',p_get_instructions($lnk),$info);
/plugin/autolink2/syntax/
H A Dshow.php77 $x=p_render('xhtml',p_get_instructions($replaced),$info);
/plugin/asiansearch/
H A Daction.php260 $html = html_secedit(p_render('xhtml',p_get_instructions($txt),$info),$secedit);
/plugin/progrecss/lang/
H A Dcommon.php2 $sprintf_link= p_render('xhtml', p_get_instructions("''[[phpfn>sprintf]]()''" ));
/plugin/itemtable/
H A Dsyntax.php166 … $td="<td class='dbtables-td_0'>".p_render($mode,p_get_instructions($TableData),$data)."</td>";
/plugin/clock/
H A Dsyntax.php100 $info= p_render('xhtml', p_get_instructions($info), $info);
/plugin/dbtables/
H A Dsyntax.php128 …s-td_".$CurTablePos % $this->options["groups"]."'>".p_render($mode,p_get_instructions($TableStruct…
/plugin/sidebarng/sidebars/example/
H A Dsidebar.php18 print p_render('xhtml', p_get_instructions('~~INFO:syntaxplugins~~'), $info);
/plugin/autoincludeindex/
H A Daction.php15 …$event->data = '<div id="autoincludeindex">'.p_render('xhtml',p_get_instructions(file_get_contents…
/plugin/jalbum/syntax/
H A Djalbum.php197 $text = addslashes(str_replace("\n","",p_render("xhtml",p_get_instructions($text),$info)));
/plugin/hcalendar/syntax/
H A Dhcal2.php98 $r = p_render('xhtml',p_get_instructions($data),$info);
/plugin/prolog/
H A Dsyntax.php165 $instructions = p_get_instructions($executedCode[0]);
/plugin/googlemaps/syntax/
H A Dgooglemap.php161 $text = addslashes(str_replace("\n","",p_render("xhtml",p_get_instructions($text),$info)));

123456789