Searched full:html_hilight (Results 1 – 3 of 3) sorted by relevance
| /dokuwiki/_test/tests/inc/ |
| H A D | html_hilight.test.php | 9 html_hilight($html,'bar') 17 html_hilight($html,array('bar','php')) 25 html_hilight($html,array('bar','php')) 33 html_hilight($html,'font') 41 html_hilight($html,'bar*') 49 html_hilight($html,'*bar') 57 html_hilight($html,'*bar*') 65 html_hilight($html,'php') 73 html_hilight($html,'class="x"') 81 html_hilight($html,'class="x">bar') [all …]
|
| /dokuwiki/inc/Ui/ |
| H A D | PageView.php | 70 $html = html_hilight($html, $HIGH);
|
| /dokuwiki/inc/ |
| H A D | html.php | 296 function html_hilight($html, $phrases) function
|