Lines Matching refs:text

198                     list($PRE,$text,$SUF) = rawWikiSlices($RANGE,$ID,$REV);
200 $text = rawWiki($ID,$REV);
204 $text = pageTemplate($ID);
206 if(!$text && $this->page_from_template) $text = $this->page_from_template;
208 $text = str_replace("{{rss>http://", "{ { rss>Feed:", $text);
211 …$text=preg_replace("#(?<=http://)(.*?)(?=lib/plugins/fckg/fckeditor/editor/images/smiley/msn)#s", …
214 $text = preg_replace_callback('/\[\[\w+>.*?\]\]/ms',
218 ), $text);
221 if($this->getConf('complex_tables') || strrpos($text, '~~COMPLEX_TABLES~~') !== false) {
227 if(strpos($text, '%%') !== false) {
228 $text= preg_replace_callback(
234 $text
237 $text = preg_replace_callback(
242 $text
245 $text = str_replace('DBLPERCENT','%%',$text);
249 $text= preg_replace_callback(
258 ), $text
261 $pos = strpos($text, '<');
265 $text = preg_replace_callback(
274 $text
277 $text = preg_replace_callback(
301 $text
308 … $text = preg_replace('/<\/(code|file)>(\s*)(?=[^\w])(\s*)/m',"</$1>\n_fckg_NPBBR_\n$2",$text );
310 $text = preg_replace_callback(
321 $text
323 $text = preg_replace('/TPRE_CLOSE\s+/ms',"TPRE_CLOSE",$text);
325 …$text = preg_replace('/<(?!code|file|plugin|del|sup|sub|\/\/|\s|\/del|\/code|\/file|\/plugin|\/sup…
327 $text = str_replace('%%//<//', '&#37;&#37;&#60;', $text);
329 $text = preg_replace_callback('/<plugin(.*?)(?=<\/plugin>)/ms',
334 $text
336 $text = str_replace('</plugin>','</plugin> ', $text);
339 $text = preg_replace_callback('/\(\(/ms',
346 ), $text
349 $text = preg_replace('/^\>/ms',"_dwQUOT_",$text); // dw quotes
350 $text = str_replace('>>','CHEVRONescC',$text);
351 $text = str_replace('<<','CHEVRONescO',$text);
352 $text = preg_replace('/(={3,}.*?)(\{\{.*?\}\})(.*?={3,})/',"$1$3\n$2",$text);
354 $text = preg_replace($email_regex,"<$1>",$text);
356 $text = preg_replace('/{{(.*)\.swf(\s*)}}/ms',"SWF$1.swf$2FWS",$text);
357 $this->xhtml = $this->_render_xhtml($text);
2564 function _render_xhtml($text){ argument
2591 $text = preg_replace_callback(
2599 ), $text
2629 $text = str_replace('"',"_fckg_QUOT_",$text);
2631 $text = preg_replace_callback('/(<code|file.*?>)(.*?)(<\/code>)/ms',
2637 ), $text);
2648 $text = preg_replace_callback('/('. $regexes .')/',
2656 $text);
2662 $text = preg_replace_callback('/'. $xcl . '/',
2674 $text);
2679 … if(preg_match('/(?=MULTI_PLUGIN_OPEN)(.*?)(?<=MULTI_PLUGIN_CLOSE)/ms', $text, $matches)) {
2686 $instructions = p_get_instructions($text);