src/eric7/Documentation/Source/eric7.WebBrowser.AdBlock.AdBlockSearchTree.html

branch
eric7
changeset 10479
856476537696
parent 10229
e50bbf250343
--- a/src/eric7/Documentation/Source/eric7.WebBrowser.AdBlock.AdBlockSearchTree.html	Thu Jan 04 17:16:15 2024 +0100
+++ b/src/eric7/Documentation/Source/eric7.WebBrowser.AdBlock.AdBlockSearchTree.html	Thu Jan 04 18:02:25 2024 +0100
@@ -7,19 +7,17 @@
 <body>
 <a NAME="top" ID="top"></a>
 <h1>eric7.WebBrowser.AdBlock.AdBlockSearchTree</h1>
-
 <p>
 Module implementing the AdBlock search tree.
 </p>
+
 <h3>Global Attributes</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
+
 <h3>Classes</h3>
-
 <table>
-
 <tr>
 <td><a href="#AdBlockSearchTree">AdBlockSearchTree</a></td>
 <td>Class implementing the AdBlock search tree.</td>
@@ -29,35 +27,34 @@
 <td>Class implementing the AdBlock search tree node.</td>
 </tr>
 </table>
+
 <h3>Functions</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
+
 <hr />
 <hr />
 <a NAME="AdBlockSearchTree" ID="AdBlockSearchTree"></a>
 <h2>AdBlockSearchTree</h2>
-
 <p>
     Class implementing the AdBlock search tree.
 </p>
+
 <h3>Derived from</h3>
 None
 <h3>Class Attributes</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
+
 <h3>Class Methods</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
+
 <h3>Methods</h3>
-
 <table>
-
 <tr>
 <td><a href="#AdBlockSearchTree.__init__">AdBlockSearchTree</a></td>
 <td>Constructor</td>
@@ -83,26 +80,27 @@
 <td>Public method to find a matching rule.</td>
 </tr>
 </table>
+
 <h3>Static Methods</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
 
+
 <a NAME="AdBlockSearchTree.__init__" ID="AdBlockSearchTree.__init__"></a>
 <h4>AdBlockSearchTree (Constructor)</h4>
 <b>AdBlockSearchTree</b>(<i></i>)
-
 <p>
         Constructor
 </p>
+
 <a NAME="AdBlockSearchTree.__deleteNode" ID="AdBlockSearchTree.__deleteNode"></a>
 <h4>AdBlockSearchTree.__deleteNode</h4>
 <b>__deleteNode</b>(<i>node</i>)
-
 <p>
         Private method to delete a search tree node.
 </p>
+
 <dl>
 
 <dt><i>node</i> (AdBlockSearchTreeNode)</dt>
@@ -113,10 +111,10 @@
 <a NAME="AdBlockSearchTree.__prefixSearch" ID="AdBlockSearchTree.__prefixSearch"></a>
 <h4>AdBlockSearchTree.__prefixSearch</h4>
 <b>__prefixSearch</b>(<i>request, domain, urlString, string, length</i>)
-
 <p>
         Private method to perform a prefix search.
 </p>
+
 <dl>
 
 <dt><i>request</i> (QWebEngineUrlRequestInfo)</dt>
@@ -155,10 +153,10 @@
 <a NAME="AdBlockSearchTree.add" ID="AdBlockSearchTree.add"></a>
 <h4>AdBlockSearchTree.add</h4>
 <b>add</b>(<i>rule</i>)
-
 <p>
         Public method to add a rule to the search tree.
 </p>
+
 <dl>
 
 <dt><i>rule</i> (AdBlockRule)</dt>
@@ -181,17 +179,17 @@
 <a NAME="AdBlockSearchTree.clear" ID="AdBlockSearchTree.clear"></a>
 <h4>AdBlockSearchTree.clear</h4>
 <b>clear</b>(<i></i>)
-
 <p>
         Public method to clear the search tree.
 </p>
+
 <a NAME="AdBlockSearchTree.find" ID="AdBlockSearchTree.find"></a>
 <h4>AdBlockSearchTree.find</h4>
 <b>find</b>(<i>request, domain, urlString</i>)
-
 <p>
         Public method to find a matching rule.
 </p>
+
 <dl>
 
 <dt><i>request</i> (QWebEngineUrlRequestInfo)</dt>
@@ -224,33 +222,35 @@
 <hr />
 <a NAME="AdBlockSearchTreeNode" ID="AdBlockSearchTreeNode"></a>
 <h2>AdBlockSearchTreeNode</h2>
-
 <p>
     Class implementing the AdBlock search tree node.
 </p>
+
 <h3>Derived from</h3>
 None
 <h3>Class Attributes</h3>
-
 <table>
-<tr><td>char</td></tr><tr><td>children</td></tr><tr><td>rule</td></tr>
+<tr><td>char</td></tr>
+<tr><td>children</td></tr>
+<tr><td>rule</td></tr>
 </table>
-<h3>Class Methods</h3>
 
-<table>
-<tr><td>None</td></tr>
-</table>
-<h3>Methods</h3>
-
-<table>
-<tr><td>None</td></tr>
-</table>
-<h3>Static Methods</h3>
-
+<h3>Class Methods</h3>
 <table>
 <tr><td>None</td></tr>
 </table>
 
+<h3>Methods</h3>
+<table>
+<tr><td>None</td></tr>
+</table>
+
+<h3>Static Methods</h3>
+<table>
+<tr><td>None</td></tr>
+</table>
+
+
 <div align="right"><a href="#top">Up</a></div>
 <hr />
-</body></html>
\ No newline at end of file
+</body></html>

eric ide

mercurial