Searched refs:myHTMLContent (Results 1 – 3 of 3) sorted by relevance
/plugin/docimporter/ |
H A 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);
|
H A 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);
|
H A D | .action.php.swp | 16 …myHTMLContent, $myWikiContent); #Get all the images from the html $myWikiContent …
|