Home
last modified time | relevance | path

Searched refs:html2text (Results 1 – 25 of 556) sorted by relevance

12345678910>>...23

/dports/www/groupoffice/groupoffice-6.4.231-php-71/vendor/html2text/html2text/test/
H A DLinkTest.php21 $output = $html2text->getText();
33 $output = $html2text->getText();
45 $output = $html2text->getText();
58 $output = $html2text->getText();
81 $html2text = new Html2Text($html);
82 $output = $html2text->getText();
93 $html2text->setBaseUrl('http://example.com');
116 $this->assertEquals($expected, $html2text->getText());
126 $this->assertEquals($expected, $html2text->getText());
136 $this->assertEquals($expected, $html2text->getText());
[all …]
H A DConstructorTest.php11 $html2text = new Html2Text($html, $options);
12 $this->assertEquals($html, $html2text->getText());
14 $html2text = new Html2Text($html);
15 $this->assertEquals($html, $html2text->getText());
23 $html2text = new Html2Text($html, false, $options);
24 $this->assertEquals($html, $html2text->getText());
33 $html2text = new Html2Text($html, true, $options);
H A DListTest.php25 $html2text = new Html2Text($html);
26 $this->assertEquals($expected, $html2text->getText());
47 $html2text = new Html2Text($html);
48 $this->assertEquals($expected, $html2text->getText());
H A DHtmlCharsTest.php12 $html2text = new Html2Text($html);
13 $this->assertEquals($expected, $html2text->getText());
55 $html2text = new Html2Text($html);
56 $this->assertEquals($expected, $html2text->getText());
/dports/textproc/py-html2text/html2text-2020.1.16/
H A DREADME.md1 # html2text chapter
3 …ild Status](https://secure.travis-ci.org/Alir3z4/html2text.png)](https://travis-ci.org/Alir3z4/htm…
5 [![Downloads](http://badge.kloud51.com/pypi/d/html2text.png)](https://pypi.org/project/html2text/)
6 [![Version](http://badge.kloud51.com/pypi/v/html2text.png)](https://pypi.org/project/html2text/)
7 [![Wheel?](http://badge.kloud51.com/pypi/wheel/html2text.png)](https://pypi.org/project/html2text/)
8 [![Format](http://badge.kloud51.com/pypi/format/html2text.png)](https://pypi.org/project/html2text/)
32 >>> import html2text
34 >>> print(html2text.html2text("<p><strong>Zed's</strong> dead baby, <em>Zed's</em> dead.</p>"))
42 >>> import html2text
44 >>> h = html2text.HTML2Text()
[all …]
H A DPKG-INFO2 Name: html2text
11 Description: # html2text
15 … [![Downloads](http://badge.kloud51.com/pypi/d/html2text.png)](https://pypi.org/project/html2text/)
16 … [![Version](http://badge.kloud51.com/pypi/v/html2text.png)](https://pypi.org/project/html2text/)
17 …[![Wheel?](http://badge.kloud51.com/pypi/wheel/html2text.png)](https://pypi.org/project/html2text/)
18 …[![Format](http://badge.kloud51.com/pypi/format/html2text.png)](https://pypi.org/project/html2text
42 >>> import html2text
44 … >>> print(html2text.html2text("<p><strong>Zed's</strong> dead baby, <em>Zed's</em> dead.</p>"))
52 >>> import html2text
54 >>> h = html2text.HTML2Text()
[all …]
H A Dsetup.cfg2 name = html2text
3 version = attr: html2text.__version__
7 url = https://github.com/Alir3z4/html2text/
31 packages = html2text
36 html2text = html2text.cli:main
39 html2text = py.typed
/dports/textproc/py-html2text2018/html2text-2018.1.9/
H A DREADME.md1 # html2text chapter
3 …ild Status](https://secure.travis-ci.org/Alir3z4/html2text.png)](http://travis-ci.org/Alir3z4/html…
5 [![Downloads](http://badge.kloud51.com/pypi/d/html2text.png)](https://pypi.python.org/pypi/html2tex…
6 [![Version](http://badge.kloud51.com/pypi/v/html2text.png)](https://pypi.python.org/pypi/html2text/)
7 [![Wheel?](http://badge.kloud51.com/pypi/wheel/html2text.png)](https://pypi.python.org/pypi/html2te…
32 >>> import html2text
34 >>> print(html2text.html2text("<p><strong>Zed's</strong> dead baby, <em>Zed's</em> dead.</p>"))
42 >>> import html2text
44 >>> h = html2text.HTML2Text()
66 `html2text` is available on pypi
[all …]
H A DPKG-INFO2 Name: html2text
5 Home-page: https://github.com/Alir3z4/html2text/
9 Description: html2text
19 Usage: ``html2text [(filename|url) [encoding]]``
51 >>> import html2text
53 … >>> print(html2text.html2text("<p><strong>Zed's</strong> dead baby, <em>Zed's</em> dead.</p>"))
60 >>> import html2text
62 >>> h = html2text.HTML2Text()
83 ``html2text`` is available on pypi
84 https://pypi.python.org/pypi/html2text
[all …]
/dports/textproc/py-html2text/html2text-2020.1.16/html2text.egg-info/
H A DPKG-INFO2 Name: html2text
11 Description: # html2text
15 … [![Downloads](http://badge.kloud51.com/pypi/d/html2text.png)](https://pypi.org/project/html2text/)
16 … [![Version](http://badge.kloud51.com/pypi/v/html2text.png)](https://pypi.org/project/html2text/)
17 …[![Wheel?](http://badge.kloud51.com/pypi/wheel/html2text.png)](https://pypi.org/project/html2text/)
18 …[![Format](http://badge.kloud51.com/pypi/format/html2text.png)](https://pypi.org/project/html2text
42 >>> import html2text
44 … >>> print(html2text.html2text("<p><strong>Zed's</strong> dead baby, <em>Zed's</em> dead.</p>"))
52 >>> import html2text
54 >>> h = html2text.HTML2Text()
[all …]
/dports/textproc/py-html2text2018/html2text-2018.1.9/html2text.egg-info/
H A DPKG-INFO2 Name: html2text
5 Home-page: https://github.com/Alir3z4/html2text/
9 Description: html2text
19 Usage: ``html2text [(filename|url) [encoding]]``
51 >>> import html2text
53 … >>> print(html2text.html2text("<p><strong>Zed's</strong> dead baby, <em>Zed's</em> dead.</p>"))
60 >>> import html2text
62 >>> h = html2text.HTML2Text()
83 ``html2text`` is available on pypi
84 https://pypi.python.org/pypi/html2text
[all …]
/dports/www/nibbleblog/nibbleblog/admin/kernel/
H A Dclass.config_dbxml.php75 $tmp_node->name = utf8_encode($this->html2text($ARGS['name']));
77 $tmp_node->language = utf8_encode($this->html2text($ARGS['language']));
78 $tmp_node->timezone = utf8_encode($this->html2text($ARGS['timezone']));
79 $tmp_node->template = utf8_encode($this->html2text($ARGS['template']));
80 $tmp_node->footer = utf8_encode($this->html2text($ARGS['footer']));
81 $tmp_node->about = utf8_encode($this->html2text($ARGS['about']));
82 $tmp_node->url = utf8_encode($this->html2text($ARGS['url']));
83 $tmp_node->path = utf8_encode($this->html2text($ARGS['path']));
84 $tmp_node->rewriteurl = utf8_encode($this->html2text($ARGS['rewriteurl']));
86 $tmp_node->items_rss = utf8_encode($this->html2text($ARGS['items_rss']));
[all …]
H A Dclass.profiles_dbxml.php75 $tmp_node->last_name = utf8_encode($this->html2text($ARGS['last_name']));
76 $tmp_node->first_name = utf8_encode($this->html2text($ARGS['first_name']));
77 $tmp_node->email = utf8_encode($this->html2text($ARGS['email']));
79 $tmp_node->msn = utf8_encode($this->html2text($ARGS['msn']));
80 $tmp_node->aim = utf8_encode($this->html2text($ARGS['aim']));
81 $tmp_node->yahooim = utf8_encode($this->html2text($ARGS['yahooim']));
82 $tmp_node->gtalk = utf8_encode($this->html2text($ARGS['gtalk']));
84 $tmp_node->twitter = utf8_encode($this->html2text($ARGS['twitter']));
85 $tmp_node->facebook = utf8_encode($this->html2text($ARGS['facebook']));
86 $tmp_node->myspace = utf8_encode($this->html2text($ARGS['myspace']));
/dports/textproc/html2text/html2text-1.3.2a/
H A DINSTALL6 'cd' into the html2text distribution directory
21 $ gunzip html2text-1.3.X.tar.gz
22 $ tar xf html2text-1.3.X.tar
25 2. Change into the html2text distribution directory:
27 $ cd html2text-1.3.X
57 4. Then compile html2text with:
81 | Compilation completed. You may now move "html2text", "html2text.1.gz"
93 # install -s -m 755 html2text /usr/local/bin
98 place (e.g. /usr/doc/html2text or /usr/share/doc/html2text), and move all
101 # install -d -m 755 /usr/share/doc/html2text
[all …]
H A D1.3.2a_to_1.3.2.diff1 diff -r -u -bB html2text-1.3.2a/Area.C html2text-1.3.2/Area.C
86 diff -r -u -bB html2text-1.3.2a/Area.h html2text-1.3.2/Area.h
120 diff -r -u -bB html2text-1.3.2a/CREDITS html2text-1.3.2/CREDITS
238 diff -r -u -bB html2text-1.3.2a/Makefile.in html2text-1.3.2/Makefile.in
354 diff -r -u -bB html2text-1.3.2a/configure html2text-1.3.2/configure
386 diff -r -u -bB html2text-1.3.2a/format.C html2text-1.3.2/format.C
418 diff -r -u -bB html2text-1.3.2a/format.h html2text-1.3.2/format.h
452 diff -r -u -bB html2text-1.3.2a/html.C html2text-1.3.2/html.C
568 diff -r -u -bB html2text-1.3.2a/html2text.C html2text-1.3.2/html2text.C
569 --- html2text-1.3.2a/html2text.C Sun Nov 23 12:05:29 2003
[all …]
H A DMakefile.in34 DOCDIR = /usr/share/doc/html2text
64 all : html2text
71 OBJS = html2text.o html.o HTMLControl.o HTMLParser.o Area.o format.o sgml.o table.o urlistream.o Pr…
73 html2text : $(OBJS) $(LIBSTDCXX_LIBS)
94 $(INSTALLER) -s -m 755 html2text $(BINDIR);
95 $(INSTALLER) -m 644 html2text.1.gz $(MANDIR)/man1;
119 rm -f *.o *~ core html2text;
123 rm -f html2text
/dports/audio/gnome-podcasts/podcasts-c86f7bfdef7692bbf20f315a90450321f6ca9ce7/cargo-crates/html2text-0.2.1/
H A DCargo.toml.orig-cargo2 name = "html2text"
6 repository = "https://github.com/jugglerchris/rust-html2text/"
8 documentation = "https://docs.rs/html2text/"
15 travis-ci = { repository = "jugglerchris/rust-html2text" }
16 appveyor = { repository = "jugglerchris/rust-html2text", service = "github" }
35 name = "html2text"
36 path = "examples/html2text.rs"
H A DREADME.md1 …ps://travis-ci.org/jugglerchris/rust-html2text.svg?branch=master)](https://travis-ci.org/jugglerch…
2 …branch/master?svg=true)](https://ci.appveyor.com/project/jugglerchris/rust-html2text/branch/master)
4 # html2text chapter
6 html2text is a [Rust](http://www.rust-lang.org/) crate which converts HTML to
21 use html2text::from_read;
38 ### html2text subsection
44 $ cargo run --example html2text < foo.html
H A DCargo.toml15 name = "html2text"
19 documentation = "https://docs.rs/html2text/"
23 repository = "https://github.com/jugglerchris/rust-html2text/"
30 name = "html2text"
31 path = "examples/html2text.rs"
58 repository = "jugglerchris/rust-html2text"
62 repository = "jugglerchris/rust-html2text"
/dports/www/gitea/gitea-1.16.5/vendor/github.com/jaytaylor/html2text/
H A DREADME.md1 # html2text chapter
3 …](https://godoc.org/github.com/jaytaylor/html2text?status.svg)](https://godoc.org/github.com/jayta…
4 … Status](https://travis-ci.org/jaytaylor/html2text.svg?branch=master)](https://travis-ci.org/jayta…
5 …ortcard.com/badge/github.com/jaytaylor/html2text)](https://goreportcard.com/report/github.com/jayt…
16 html2text is a simple golang package for rendering HTML into plaintext.
26 go get jaytaylor.com/html2text
37 "jaytaylor.com/html2text"
81 text, err := html2text.FromString(inputHTML, html2text.Options{PrettyTables: true})
140 https://github.com/k3a/html2text - Lightweight
/dports/www/mattermost-server/mattermost-server-6.0.2/vendor/github.com/jaytaylor/html2text/
H A DREADME.md1 # html2text chapter
3 …](https://godoc.org/github.com/jaytaylor/html2text?status.svg)](https://godoc.org/github.com/jayta…
4 … Status](https://travis-ci.org/jaytaylor/html2text.svg?branch=master)](https://travis-ci.org/jayta…
5 …ortcard.com/badge/github.com/jaytaylor/html2text)](https://goreportcard.com/report/github.com/jayt…
16 html2text is a simple golang package for rendering HTML into plaintext.
26 go get jaytaylor.com/html2text
37 "jaytaylor.com/html2text"
81 text, err := html2text.FromString(inputHTML, html2text.Options{PrettyTables: true})
140 https://github.com/k3a/html2text - Lightweight
/dports/multimedia/peek/peek-1.5.1/tools/
H A Dprint-description.py33 from html2text import HTML2Text
46 html2text = HTML2Text() variable
47 html2text.body_width = 0
48 html2text.ignore_links = True
49 html2text.ignore_images = True
50 html2text.ul_item_mark = '-'
54 text = html2text.handle(text).strip()
/dports/www/beehive/beehive-0.4.0/vendor/github.com/jaytaylor/html2text/
H A DREADME.md1 # html2text chapter
3 …](https://godoc.org/github.com/jaytaylor/html2text?status.svg)](https://godoc.org/github.com/jayta…
4 … Status](https://travis-ci.org/jaytaylor/html2text.svg?branch=master)](https://travis-ci.org/jayta…
5 …ortcard.com/badge/github.com/jaytaylor/html2text)](https://goreportcard.com/report/github.com/jayt…
16 html2text is a simple golang package for rendering HTML into plaintext.
26 go get jaytaylor.com/html2text
37 "jaytaylor.com/html2text"
81 text, err := html2text.FromString(inputHTML, html2text.Options{PrettyTables: true})
/dports/www/interchange/interchange-5.6.3/code/Filter/
H A Dhtml2text.filter9 # $Id: html2text.filter,v 1.8 2008-04-30 16:50:09 docelic Exp $
11 CodeDef html2text Filter
12 CodeDef html2text Description Simple html2text
13 CodeDef html2text Routine <<EOR
/dports/mail/claws-mail-perl/claws-mail-3.18.0/tools/
H A Dtextviewer.sh198 which html2text > /dev/null 2>&1 ||
204 ppthtml "$1" | html2text ;;
211 which html2text > /dev/null 2>&1 ||
217 xlhtml "$1" | html2text ;;
235 HTML) which html2text > /dev/null 2>&1 ||
240 html2text -nobs "$1" ;;

12345678910>>...23