Searched defs:wiki_text (Results 1 – 3 of 3) sorted by relevance
/plugin/fckg/scripts/ |
H A D | refresh_save.php | 7 $wiki_text = urldecode($_REQUEST['wikitext']); variable 10 $wiki_text = trim($wiki_text); variable 14 $wiki_text = preg_replace_callback( variable 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 35 $wiki_text = preg_replace_callback( variable 44 $wiki_text = preg_replace_callback( variable
|
/plugin/ckgdoku/action/ |
H A D | meta.php | 18 var $wiki_text; variable in action_plugin_ckgdoku_meta
|
/plugin/ckgedit/action/ |
H A D | meta.php | 19 var $wiki_text; variable in action_plugin_ckgedit_meta
|