Home
last modified time | relevance | path

Searched refs:wiki_text (Results 1 – 4 of 4) sorted by last modified time

/plugin/advanced/admin/
H A Dimport.php136 $wiki_text = io_readFile("$extract_dir/$file");
140 saveWikiText($wiki_page, $wiki_text, $sum);
/plugin/ckgedit/action/
H A Dmeta.php19 var $wiki_text; variable in action_plugin_ckgedit_meta
295 $this->wiki_text = trim($this->wiki_text);
304 $this->wiki_text
307 $this->wiki_text = preg_replace('/^\s*[\r\n]$/ms',"__n__", $this->wiki_text);
308 $this->wiki_text = preg_replace('/\r/ms',"", $this->wiki_text);
309 $this->wiki_text = preg_replace('/^\s+(?=\^|\|)/ms',"", $this->wiki_text);
310 $this->wiki_text = preg_replace('/__n__/',"\n", $this->wiki_text);
311 $this->wiki_text = str_replace("__code_NL__","\n", $this->wiki_text);
324 $this->wiki_text
338 $this->wiki_text = preg_replace('/\<\?php/i', '&lt;?php',$this->wiki_text) ;
[all …]
/plugin/ckgdoku/action/
H A Dmeta.php18 var $wiki_text; variable in action_plugin_ckgdoku_meta
267 $this->wiki_text = trim($this->wiki_text);
277 $this->wiki_text
280 $this->wiki_text = preg_replace('/^\s*[\r\n]$/ms',"__n__", $this->wiki_text);
281 $this->wiki_text = preg_replace('/\r/ms',"", $this->wiki_text);
282 $this->wiki_text = preg_replace('/^\s+(?=\^|\|)/ms',"", $this->wiki_text);
283 $this->wiki_text = preg_replace('/__n__/',"\n", $this->wiki_text);
284 $this->wiki_text = str_replace("__code_NL__","\n", $this->wiki_text);
298 $this->wiki_text
313 $this->wiki_text = preg_replace('/\<\?php/i', '&lt;?php',$this->wiki_text) ;
[all …]
/plugin/fckg/scripts/
H A Drefresh_save.php4 global $wiki_text;
10 $wiki_text = trim($wiki_text); variable
20 $wiki_text
23 $wiki_text = preg_replace('/^\s*[\r\n]$/ms',"__n__", $wiki_text); variable
24 $wiki_text = preg_replace('/\r/ms',"", $wiki_text); variable
25 $wiki_text = preg_replace('/^\s+(?=\^|\|)/ms',"", $wiki_text); variable
26 $wiki_text = preg_replace('/__n__/',"\n", $wiki_text); variable
27 $wiki_text = str_replace("__code_NL__","\n", $wiki_text); variable
41 $wiki_text
50 $wiki_text
[all …]