Home
last modified time | relevance | path

Searched refs:ignoring_metarobots (Results 1 – 4 of 4) sorted by relevance

/dports/www/xapian-omega12/xapian-omega-1.2.25/
H A Dmyhtmlparse.h38 bool ignoring_metarobots; variable
48 void ignore_metarobots() { ignoring_metarobots = true; } in ignore_metarobots()
54 ignoring_metarobots(false), in MyHtmlParser()
63 ignoring_metarobots = false; in reset()
H A Dmyhtmlparse.cc134 } else if (!ignoring_metarobots && name == "robots") { in opening_tag()
/dports/www/xapian-omega/xapian-omega-1.4.18/
H A Dmyhtmlparse.h41 bool ignoring_metarobots; variable
53 void ignore_metarobots() { ignoring_metarobots = true; } in ignore_metarobots()
59 ignoring_metarobots(false), in MyHtmlParser()
70 ignoring_metarobots = false; in reset()
H A Dmyhtmlparse.cc145 } else if (!ignoring_metarobots && name == "robots") { in opening_tag()