Home
last modified time | relevance | path

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

/plugin/docimporter/
H A Daction.php65 $underlined_sentences = get_tagged_from_html($myHTMLContent, "underlined");
69 $italic_sentences = get_tagged_from_html($myHTMLContent, "italic");
H A D.action.php.swp16get_tagged_from_html($myHTMLContent, "italic");� #Get italic sentences from html and replac…
H A DImportUtils.php129 function get_tagged_from_html($html, $type) { function