Home
last modified time | relevance | path

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

/plugin/docimporter/
H A Daction.php46 $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 DImportUtils.php83 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.swp16myHTMLContent, $myWikiContent);� #Get all the images from the html�� $myWikiContent …