Home
last modified time | relevance | path

Searched refs:p_get_instructions (Results 126 – 150 of 201) sorted by relevance

123456789

/plugin/prosemirror/action/
H A Dajax.php161 $instructions = p_get_instructions($text);
/plugin/rater/
H A Dsyntax.php256 $rater_img_xhtml = p_render('xhtml',p_get_instructions("{{".$rater_img."}}"),$info);
345 $rater_img_xhtml = p_render('xhtml',p_get_instructions("{{".$rater_img."}}"),$info);
624 …$rater_img_xhtml = p_render('xhtml',p_get_instructions("{{".trim($d1[0])."?".$rater_zoom."}}"),$in…
681 …$rater_img_xhtml = p_render('xhtml',p_get_instructions("{{".trim($d1[0])."?".$rater_zoom."}}"),$in…
/plugin/accscounter/
H A Dadmin.php137 … echo '<td>' . p_render('xhtml', p_get_instructions('[[:' . $page . ']]'), $info) . '</td>';
/plugin/data-graph/
H A Dsyntax.php204 $R->doc .= p_render( "xhtml", p_get_instructions( ob_get_contents() ), $info);
/plugin/datagraph/
H A Dsyntax.php204 $R->doc .= p_render( "xhtml", p_get_instructions( ob_get_contents() ), $info);
/plugin/tindexmenu/
H A Dajax.php111 $out .= p_render('xhtml',p_get_instructions($meta['description']['abstract']),$info);
/plugin/indexmenu/
H A Dajax.php
/plugin/file2dw/
H A Daction.php63 …if ( page_exists( $ID ) ) echo p_render('xhtml',p_get_instructions( $this->getLang( 'formPageExist…
87 $message = p_render('xhtml',p_get_instructions($message),$info);
/plugin/nobadbrowser/
H A Daction.php85 $outp= p_render('xhtml', p_get_instructions($mens), $info);
/plugin/dwspecialist/
H A Dsyntax.php218 $renderer->doc .= p_render($mode, p_get_instructions($this->dwspecialist_content), $info);
/plugin/googlemaps3/
H A Dsyntax.php244 …$markers[$mark]['info'] = str_replace("\n","", p_render("xhtml", p_get_instructions($markers[$mark…
/plugin/definitionlist/_test/
H A Dsyntax.test.php17 $instructions = p_get_instructions($rawwiki);
/plugin/xslfo/
H A Daction.php158 $instructions = p_get_instructions(io_readWikiPage($file, $ID, $REV));
/plugin/hcalendar/syntax/
H A Dhcal2.php98 $r = p_render('xhtml',p_get_instructions($data),$info);
/plugin/asiansearch/
H A Daction.php260 $html = html_secedit(p_render('xhtml',p_get_instructions($txt),$info),$secedit);
/plugin/structnotification/
H A Dadmin.php134 $html = p_render('xhtml',p_get_instructions($value), $info);
/plugin/bez/mdl/
H A DEntity.php98 $html = p_render('xhtml',p_get_instructions($this->content), $ignore);
/plugin/odt2dw/
H A Daction.php63 …if ( page_exists( $ID ) ) echo p_render('xhtml',p_get_instructions( $this->getLang( 'formPageExist…
69 if ($message) echo p_render('xhtml',p_get_instructions($message),$info);
/plugin/webcomponent/syntax/
H A Dcard.php214 $instructions = p_get_instructions($parameters);
/plugin/icalendar/
H A Dsyntax.php247 $html = p_render($mode, p_get_instructions( $ret ), $info );
/plugin/annotate/
H A Danno.php129 …$html = html_secedit(p_render('xhtml',p_get_instructions($xhtml),$info),$secedit); //$info is …
/plugin/structnotification/action/
H A Dnotification.php124 p_get_instructions($message_with_replacements), $info);
/plugin/edittable/action/
H A Deditor.php73 $instructions = p_get_instructions($TEXT);
/plugin/blogtng/entities/
H A DComment.php114 $inst = p_get_instructions($this->text);
/plugin/ebookexport/
H A Daction.php49 $instructions = p_get_instructions($doc);

123456789