Home
last modified time | relevance | path

Searched refs:get_tagged_from_html (Results 1 – 2 of 2) sorted by relevance

/plugin/docimporter/ !
Daction.php65 $underlined_sentences = get_tagged_from_html($myHTMLContent, "underlined");
69 $italic_sentences = get_tagged_from_html($myHTMLContent, "italic");
DImportUtils.php129 function get_tagged_from_html($html, $type) { function