Searched refs:MELLEL_HIGHLIGHT (Results 1 – 1 of 1) sorted by relevance
/plugin/mellelexport/ |
H A D | mellelconvert.php | 12 define(MELLEL_HIGHLIGHT, '--HIGHLIGHT--'); define 49 $row = str_replace('</hi>', MELLEL_HIGHLIGHT, $row); 50 $row = str_replace('<hi #ffff00>', MELLEL_HIGHLIGHT, $row); 51 $row = str_replace('<hi #ff0000>', MELLEL_HIGHLIGHT, $row); 52 $row = str_replace('<hi #ffa500>', MELLEL_HIGHLIGHT, $row); 53 $row = str_replace('<hi #fa8072>', MELLEL_HIGHLIGHT, $row); 54 $row = str_replace('<hi #ffc0cb>', MELLEL_HIGHLIGHT, $row); 55 $row = str_replace('<hi #dda0dd>', MELLEL_HIGHLIGHT, $row); 56 $row = str_replace('<hi #800080>', MELLEL_HIGHLIGHT, $row); 57 $row = str_replace('<hi #ff00ff>', MELLEL_HIGHLIGHT, $row); [all …]
|