diff -r 81326a94fdca -r 37f0444c3479 Documentation/Source/eric5.Helpviewer.AdBlock.AdBlockPage.html --- a/Documentation/Source/eric5.Helpviewer.AdBlock.AdBlockPage.html Thu Jan 14 17:27:31 2010 +0000 +++ b/Documentation/Source/eric5.Helpviewer.AdBlock.AdBlockPage.html Thu Jan 14 18:35:52 2010 +0000 @@ -22,7 +22,7 @@ <body><a NAME="top" ID="top"></a> <h1>eric5.Helpviewer.AdBlock.AdBlockPage</h1> <p> -Module implementing a class to apply AdBlock rules to a web page. +Module implementing a class to apply AdBlock rules to a web page. </p> <h3>Global Attributes</h3> <table> @@ -32,7 +32,7 @@ <table> <tr> <td><a href="#AdBlockPage">AdBlockPage</a></td> -<td>Class to apply AdBlock rules to a web page.</td> +<td>Class to apply AdBlock rules to a web page.</td> </tr> </table> <h3>Functions</h3> @@ -43,7 +43,7 @@ <a NAME="AdBlockPage" ID="AdBlockPage"></a> <h2>AdBlockPage</h2> <p> - Class to apply AdBlock rules to a web page. + Class to apply AdBlock rules to a web page. </p> <h3>Derived from</h3> QObject @@ -55,37 +55,37 @@ <table> <tr> <td><a href="#AdBlockPage.__checkRule">__checkRule</a></td> -<td>Private method to check, if a rule applies to the given web page and host.</td> +<td>Private method to check, if a rule applies to the given web page and host.</td> </tr><tr> <td><a href="#AdBlockPage.applyRulesToPage">applyRulesToPage</a></td> -<td>Public method to applay AdBlock rules to a web page.</td> +<td>Public method to applay AdBlock rules to a web page.</td> </tr> </table> <a NAME="AdBlockPage.__checkRule" ID="AdBlockPage.__checkRule"></a> <h4>AdBlockPage.__checkRule</h4> <b>__checkRule</b>(<i>rule, page, host</i>) <p> - Private method to check, if a rule applies to the given web page and host. + Private method to check, if a rule applies to the given web page and host. </p><dl> <dt><i>rule</i></dt> <dd> -reference to the rule to check (AdBlockRule) +reference to the rule to check (AdBlockRule) </dd><dt><i>page</i></dt> <dd> -reference to the web page (QWebPage) +reference to the web page (QWebPage) </dd><dt><i>host</i></dt> <dd> -host name (string) +host name (string) </dd> </dl><a NAME="AdBlockPage.applyRulesToPage" ID="AdBlockPage.applyRulesToPage"></a> <h4>AdBlockPage.applyRulesToPage</h4> <b>applyRulesToPage</b>(<i>page</i>) <p> - Public method to applay AdBlock rules to a web page. + Public method to applay AdBlock rules to a web page. </p><dl> <dt><i>page</i></dt> <dd> -reference to the web page (QWebPage) +reference to the web page (QWebPage) </dd> </dl> <div align="right"><a href="#top">Up</a></div>