Lines Matching refs:xhtml

388        $this->xhtml = $this->_render_xhtml($text);
390 $this->xhtml = str_replace("__IWIKI_FSLASH__", "⁄", $this->xhtml);
392 $this->xhtml = preg_replace("/FNoteINSert\d+/ms", "",$this->xhtml);
395 $this->xhtml = str_replace("CGEHASH", "#", $this->xhtml);
397 $this->xhtml = str_replace("__GESHI_QUOT__", '"', $this->xhtml);
398 $this->xhtml = str_replace("__GESHI_OPEN__", "< ", $this->xhtml);
399 $this->xhtml = str_replace('CHEVRONescC', '>>',$this->xhtml);
400 $this->xhtml = str_replace('CHEVRONescO', '<<',$this->xhtml);
401 $this->xhtml = preg_replace('/_QUOT_/ms','>',$this->xhtml); // dw quotes
402 $this->xhtml = str_replace("rss&gt;FEED", "rss>Feed:www.",$this->xhtml);
404 $this->xhtml = preg_replace_callback(
410 $this->xhtml
414 $this->xhtml = preg_replace_callback(
424 $this->xhtml
428 $this->xhtml = preg_replace_callback(
443 ),$this->xhtml);
445 $this->xhtml = preg_replace_callback(
452 $this->xhtml
455 $this->xhtml = preg_replace_callback(
461 $this->xhtml
464 if($this->draft_started) return $this->xhtml;
490 if($draft_started) return $this->xhtml;
653 … echo $ro?> cols="80" rows="10" class="edit" tabindex="1"><?php echo "\n".$this->xhtml?></textarea>
1150 $xhtml = $Renderer->doc;
1152 $xhtml = preg_replace_callback(
1165 }, $xhtml
1180 if(stripos($xhtml,'oIWIKIo') !== false) {
1181 $xhtml = str_replace(array('oiwikio','ciwikic'),array('oIWIKIo','cIWIKIc'),$xhtml);
1182 $xhtml = preg_replace_callback(
1189 $xhtml
1191 $xhtml = preg_replace_callback(
1197 $xhtml
1202 $pos = strpos($xhtml, 'MULTI_PLUGIN_OPEN');
1204 $xhtml = preg_replace_callback(
1212 $xhtml
1215 …$xhtml = preg_replace('/~\s*~\s*MULTI_PLUGIN_OPEN~\s*~/', "\n\n~~MULTI_PLUGIN_OPEN~~<span class='m…
1216 …$xhtml = preg_replace('/~\s*~\s*MULTI_PLUGIN_CLOSE~\s*~/', "<span class='multi_p_close'>\n\n<br />…
1222 $xhtml = preg_replace('/<p>\s+_ckgdoku_NPBBR_\s+<\/p>/ms',"\n",$xhtml);
1223 $xhtml = str_replace('_ckgdoku_NPBBR_', "<span class='np_break'>&nbsp;</span>", $xhtml);
1224 $xhtml = str_replace('_ckgdoku_QUOT_', '&quot;', $xhtml);
1225 $xhtml = str_replace('_ckgdoku_NL', "\n", $xhtml);
1226 $xhtml = str_replace('</pre>', "\n\n</pre><p>&nbsp;</p>", $xhtml);
1228 $xhtml = preg_replace('/^<pre/',"<p>&nbsp;</p><pre",$xhtml);
1230 $xhtml = preg_replace('/<(em|b|u|i)>\s+<\/(em|b|u|i)>/ms',"",$xhtml);
1231 …$xhtml = preg_replace("/col\d+\s+(\w+align)/ms", "$1",$xhtml); //remove col number for cell prpoe…
1232 …$xhtml = str_replace('ckgdokuFONTOpen', '&amp;lt;font',$xhtml); // protect font markup in code bl…
1233 $xhtml = str_replace('ckgdokuFONTClose', 'font&amp;gt;',$xhtml);
1234 $xhtml = str_replace('DBLBACKSPLASH', '\\ ',$xhtml);
1235 $xhtml = str_replace('NWPIPECHARACTER', '|',$xhtml);
1239 $xhtml = preg_replace_callback(
1246 $xhtml
1250 return $xhtml;