Searched refs:myHTMLContent (Results 1 – 2 of 2) sorted by relevance
| /plugin/docimporter/ |
| D | action.php | 46 $myHTMLContent = file_get_contents($tempDir."/".$agnosticFileName.".html"); 65 $underlined_sentences = get_tagged_from_html($myHTMLContent, "underlined"); 69 $italic_sentences = get_tagged_from_html($myHTMLContent, "italic"); 73 $myWikiContent = get_images_from_html($myHTMLContent, $myWikiContent);
|
| D | ImportUtils.php | 83 function get_images_from_html($myHTMLContent, $myWikiContent){ argument 86 $imageInHeader = preg_match("/<DIV TYPE=HEADER>.*<IMG(.*)>.*<\/DIV>/s", $myHTMLContent); 95 …SRC=\"(.*?)\".*ALIGN=(\S{1,}).*WIDTH=(\S{1,}).*HEIGHT=(\S{1,}).*?>/", $myHTMLContent, $image_tags);
|