Lines Matching refs:xhtml

416        $this->xhtml = $this->_render_xhtml($text);
421 $this->xhtml = preg_replace("/FNoteINSert\d+/ms", "",$this->xhtml);
424 $this->xhtml = str_replace("CGEHASH", "#", $this->xhtml);
426 $this->xhtml = str_replace("__GESHI_QUOT__", '"', $this->xhtml);
427 $this->xhtml = str_replace("__GESHI_OPEN__", "< ", $this->xhtml);
428 $this->xhtml = str_replace('CHEVRONescC', '>>',$this->xhtml);
429 $this->xhtml = str_replace('CHEVRONescO', '<<',$this->xhtml);
430 $this->xhtml = preg_replace('/_QUOT_/ms','>',$this->xhtml); // dw quotes
431 $this->xhtml = preg_replace_callback(
437 $this->xhtml
441 $this->xhtml = preg_replace_callback(
450 $this->xhtml
455 $this->xhtml = preg_replace_callback(
469 },$this->xhtml);
471 $this->xhtml = preg_replace_callback(
477 $this->xhtml
480 $this->xhtml = preg_replace_callback(
485 $this->xhtml
488 $this->xhtml = preg_replace('/<p>\s*<br\/>\s*<\/p>/ms', '<br/>', $this->xhtml);
490 if($this->draft_started) return $this->xhtml;
516 if($this->draft_started) return $this->xhtml;
709 … echo $ro?> cols="80" rows="10" class="edit" tabindex="1"><?php echo "\n".$this->xhtml?></textarea>
1197 $xhtml = $Renderer->doc;
1198 $xhtml = str_replace(
1200 array('&amp;lt;nowiki>','&amp;lt;/nowiki>'),$xhtml);
1203 $xhtml = preg_replace_callback(
1216 }, $xhtml
1231 if(stripos($xhtml,'oIWIKIo') !== false) {
1232 $xhtml = str_replace(array('oiwikio','ciwikic'),array('oIWIKIo','cIWIKIc'),$xhtml);
1233 $xhtml = preg_replace_callback(
1239 $xhtml
1241 $xhtml = preg_replace_callback(
1246 $xhtml
1251 $pos = strpos($xhtml, 'MULTI_PLUGIN_OPEN');
1253 $xhtml = preg_replace_callback(
1260 $xhtml
1263 …$xhtml = preg_replace('/~\s*~\s*MULTI_PLUGIN_OPEN~\s*~/', "\n\n~~MULTI_PLUGIN_OPEN~~<span class='m…
1264 …$xhtml = preg_replace('/~\s*~\s*MULTI_PLUGIN_CLOSE~\s*~/', "<span class='multi_p_close'>\n\n<br />…
1270 $xhtml = preg_replace('/<p>\s+_ckgedit_NPBBR_\s+<\/p>/ms',"\n",$xhtml);
1271 $xhtml = str_replace('_ckgedit_NPBBR_', "<span class='np_break'>&nbsp;</span>", $xhtml);
1272 $xhtml = str_replace('_ckgedit_QUOT_', '&quot;', $xhtml);
1273 $xhtml = str_replace('_ckgedit_NL', "\n", $xhtml);
1274 $xhtml = str_replace('</pre>', "\n\n</pre><p>&nbsp;</p>", $xhtml);
1276 $xhtml = preg_replace('/^<pre/',"<p>&nbsp;</p><pre",$xhtml);
1278 $xhtml = preg_replace('/<(em|b|u|i)>\s+<\/(em|b|u|i)>/ms',"",$xhtml);
1279 …$xhtml = preg_replace("/col\d+\s+(\w+align)/ms", "$1",$xhtml); //remove col number for cell prpoe…
1280 …$xhtml = str_replace('ckgeditFONTOpen', '&amp;lt;font',$xhtml); // protect font markup in code bl…
1281 $xhtml = str_replace('ckgeditFONTClose', 'font&amp;gt;',$xhtml);
1282 $xhtml = str_replace('DBLBACKSPLASH', '\\ ',$xhtml);
1283 $xhtml = str_replace('NWPIPECHARACTER', '|',$xhtml);
1284 $xhtml = str_replace('&amp;lt;blockquote&gt;','<blockquote>',$xhtml);
1285 $xhtml = str_replace('&amp;lt;/blockquote&gt;','</blockquote>',$xhtml);
1287 $xhtml= preg_replace_callback(
1294 }, $xhtml
1299 $xhtml = preg_replace_callback(
1305 $xhtml
1309 return $xhtml;