Lines Matching refs:xhtml

357        $this->xhtml = $this->_render_xhtml($text);
359 $this->xhtml = str_replace("__IWIKI_FSLASH__", "⁄", $this->xhtml);
361 $this->xhtml = preg_replace("/FNoteINSert\d+/ms", "",$this->xhtml);
364 $this->xhtml = str_replace("__GESHI_QUOT__", '"', $this->xhtml);
365 $this->xhtml = str_replace("__GESHI_OPEN__", "< ", $this->xhtml);
366 $this->xhtml = str_replace('CHEVRONescC', '>>',$this->xhtml);
367 $this->xhtml = str_replace('CHEVRONescO', '<<',$this->xhtml);
368 $this->xhtml = preg_replace('/_dwQUOT_/ms','>',$this->xhtml); // dw quotes
371 $this->xhtml = preg_replace_callback(
381 $this->xhtml
385 $this->xhtml = preg_replace_callback(
392 $this->xhtml
520 … echo $ro?> cols="80" rows="10" class="edit" tabindex="1"><?php echo "\n".$this->xhtml?></textarea>
2708 $xhtml = $Renderer->doc;
2710 $pos = strpos($xhtml, 'MULTI_PLUGIN_OPEN');
2712 … $xhtml = preg_replace('/MULTI_PLUGIN_OPEN.*?MULTI_PLUGIN_CLOSE/ms', $multi_block, $xhtml);
2713 $xhtml = preg_replace_callback(
2720 $xhtml
2723 …$xhtml = preg_replace('/~\s*~\s*MULTI_PLUGIN_OPEN~\s*~/', "~ ~ MULTI_PLUGIN_OPEN~ ~\n\n<span class…
2724 …$xhtml = preg_replace('/~\s*~\s*MULTI_PLUGIN_CLOSE~\s*~/', "<span class='multi_p_close'>\n\n</span…
2730 $xhtml = preg_replace('/<p>\s+_fckg_NPBBR_\s+<\/p>/ms',"\n",$xhtml);
2731 $xhtml = str_replace('_fckg_NPBBR_', "<span class='np_break'>&nbsp;</span>", $xhtml);
2732 $xhtml = str_replace('_fckg_QUOT_', '&quot;', $xhtml);
2733 $xhtml = str_replace('_fckg_NL', "\n", $xhtml);
2734 $xhtml = str_replace('</pre>', "\n\n</pre><p>&nbsp;</p>", $xhtml);
2736 $xhtml = preg_replace('/^<pre/',"<p>&nbsp;</p><pre",$xhtml);
2738 $xhtml = preg_replace('/<(em|b|u|i)>\s+<\/(em|b|u|i)>/ms',"",$xhtml);
2746 $xhtml = preg_replace_callback(
2752 ), $xhtml
2759 $xhtml = preg_replace_callback(
2766 $xhtml
2770 return $xhtml;