Home
last modified time | relevance | path

Searched refs:MyHtmlParser (Results 1 – 25 of 26) sorted by relevance

12

/dports/www/xapian-omega12/xapian-omega-1.2.25/
H A Dxmlparse.h25 class XmlParser : public MyHtmlParser {
27 XmlParser() : MyHtmlParser() { } in XmlParser()
32 MyHtmlParser::parse_html(text, "utf-8", true); in parse_html()
H A Dmyhtmlparse.cc42 MyHtmlParser::parse_html(const string &text, const string &charset_, in parse_html()
51 MyHtmlParser::process_text(const string &text) in process_text()
72 MyHtmlParser::opening_tag(const string &tag) in opening_tag()
238 MyHtmlParser::closing_tag(const string &tag) in closing_tag()
H A Dmyhtmlparse.h32 class MyHtmlParser : public HtmlParser {
49 MyHtmlParser() : in MyHtmlParser() function
H A Datomparse.cc60 MyHtmlParser p; in process_text()
H A Dhtmlparsetest.cc74 MyHtmlParser p; in main()
H A Domindex.cc425 MyHtmlParser p; in index_file()
645 MyHtmlParser p; in index_file()
732 MyHtmlParser p; in index_file()
H A Dscriptindex.cc560 MyHtmlParser p; in index_file()
H A DNEWS870 -Woverloaded-virtual which fires for MyHtmlParser::parse_html(). That
1718 * Add htmlparsetest which tests the MyHtmlParser class.
H A DChangeLog838 * scriptindex.cc: MyHtmlParser::parse_html() no longer throws bool to
2004 MyHtmlParser::parse_html(). That probably should be tidied up at
3754 MyHtmlParser class.
4577 Factored out MyHtmlParser into a separate file so it can be used
/dports/www/xapian-omega/xapian-omega-1.4.18/
H A Dxmlparse.h26 class XmlParser : public MyHtmlParser {
28 XmlParser() : MyHtmlParser() { } in XmlParser()
33 MyHtmlParser::parse_html(text, "utf-8", true); in parse_xml()
H A Dmyhtmlparse.cc48 MyHtmlParser::parse_html(const string &text, const string &charset_, in parse_html()
57 MyHtmlParser::process_text(const string &text) in process_text()
79 MyHtmlParser::opening_tag(const string &tag) in opening_tag()
227 MyHtmlParser::closing_tag(const string &tag) in closing_tag()
H A Dmyhtmlparse.h35 class MyHtmlParser : public HtmlParser {
54 MyHtmlParser() in MyHtmlParser() function
H A Datomparse.cc60 MyHtmlParser p; in process_text()
H A Dhtmlparsetest.cc108 MyHtmlParser p; in main()
H A Dindex_file.cc689 MyHtmlParser p; in index_mimetype()
729 MyHtmlParser p; in index_mimetype()
H A Dscriptindex.cc984 MyHtmlParser p; in run_actions()
H A DChangeLog1459 * scriptindex.cc: MyHtmlParser::parse_html() no longer throws bool to
2668 MyHtmlParser::parse_html(). That probably should be tidied up at
4418 MyHtmlParser class.
5241 Factored out MyHtmlParser into a separate file so it can be used
/dports/deskutils/recoll/recoll-1.31.2/internfile/
H A Dmyhtmlparse.cpp181 MyHtmlParser::MyHtmlParser() in MyHtmlParser() function in MyHtmlParser
195 void MyHtmlParser::decode_entities(string &s) in decode_entities()
263 MyHtmlParser::process_text(const string &text) in process_text()
305 MyHtmlParser::opening_tag(const string &tag) in opening_tag()
487 MyHtmlParser::closing_tag(const string &tag) in closing_tag()
584 MyHtmlParser::do_eof() in do_eof()
H A Dmyhtmlparse.h35 class MyHtmlParser : public HtmlParser {
71 MyHtmlParser();
H A Dmh_html.cpp108 MyHtmlParser result; in next_document()
112 MyHtmlParser p; in next_document()
/dports/devel/libzim/libzim-6.3.2/src/xapian/
H A Dmyhtmlparse.cc41 zim::MyHtmlParser::parse_html(const string &text, const string &charset_, in parse_html()
50 zim::MyHtmlParser::process_text(const string &text) in process_text()
77 zim::MyHtmlParser::opening_tag(const string &tag) in opening_tag()
249 zim::MyHtmlParser::closing_tag(const string &tag) in closing_tag()
H A Dmyhtmlparse.h34 class MyHtmlParser : public HtmlParser {
50 MyHtmlParser() : in MyHtmlParser() function
/dports/devel/libzim/libzim-6.3.2/src/writer/
H A Dworkers.cpp97 zim::MyHtmlParser htmlParser; in run()
/dports/devel/libzim/libzim-6.3.2/src/
H A Dsearch_iterator.cpp173 zim::MyHtmlParser htmlParser; in get_snippet()
/dports/www/xapian-omega/xapian-omega-1.4.18/docs/
H A Dnewformat.rst83 MyHtmlParser p;
111 In this case, ``MyHtmlParser`` will convert the text of the file to UTF-8 if necessary.

12