Home
last modified time | relevance | path

Searched full:html_hilight (Results 1 – 5 of 5) sorted by relevance

/plugin/asiansearch/
H A Daction.php279 * Revised version of the html_hilight()
283 // ---> Copied from html_hilight() - No code cleanups
295 // <--- Copied from html_hilight() - No code cleanups
/dokuwiki/inc/Ui/
H A DPageView.php70 $html = html_hilight($html, $HIGH);
/plugin/combo/ComboStrap/
H A DLinkMarkup.php70 * See {@link html_hilight}
/dokuwiki/inc/
H A Dhtml.php296 function html_hilight($html, $phrases)
277 function html_hilight($html, $phrases) { global() function
/plugin/discussion/
H A Daction.php835 echo ($HIGH?html_hilight($comment['xhtml'],$HIGH):$comment['xhtml']).DOKU_LF;