Home
last modified time | relevance | path

Searched refs:html2Text (Results 1 – 5 of 5) sorted by relevance

/dports/www/groupoffice/groupoffice-6.4.231-php-71/vendor/html2text/html2text/test/
H A DBasicTest.php81 $html2Text = new Html2Text($html);
82 $this->assertEquals($expected, $html2Text->getText());
83 $this->assertEquals($html, $html2Text->getHtml());
/dports/java/eclipse-shelled/eclipse-ShellEd-1.0.2a_4/plugins/com.something.eclipse.script_1.0.6/src/com/something/eclipse/script/contentassist/
H A DHTML2TextReader.java128 private String html2Text(String html) in html2Text() method in HTML2TextReader
262 return html2Text(buf.toString()); in processHTMLTag()
/dports/java/phpeclipse/plugins/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/internal/ui/text/
H A DHTML2TextReader.java134 private String html2Text(String html) { in html2Text() method in HTML2TextReader
248 return html2Text(buf.toString()); in processHTMLTag()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.text/org.eclipse.jface.text/src/org/eclipse/jface/internal/text/html/
H A DHTML2TextReader.java196 private String html2Text(String html) { in html2Text() method in HTML2TextReader
340 return html2Text(buf.toString()); in processHTMLTag()
/dports/mail/horde-imp/imp-6.2.27/lib/Ajax/Application/Handler/
H A DDynamic.php946 public function html2Text() function in IMP_Ajax_Application_Handler_Dynamic