Documentation/Source/eric5.Helpviewer.AdBlock.AdBlockPage.html

changeset 58
37f0444c3479
parent 21
b88a0e6268bd
child 409
0ea528e80202
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>
-&#77;&#111;&#100;&#117;&#108;&#101; &#105;&#109;&#112;&#108;&#101;&#109;&#101;&#110;&#116;&#105;&#110;&#103; &#97; &#99;&#108;&#97;&#115;&#115; &#116;&#111; &#97;&#112;&#112;&#108;y &#65;&#100;&#66;&#108;&#111;&#99;&#107; &#114;&#117;&#108;&#101;&#115; &#116;&#111; &#97; w&#101;&#98; &#112;&#97;&#103;&#101;.
+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>&#67;&#108;&#97;&#115;&#115; &#116;&#111; &#97;&#112;&#112;&#108;y &#65;&#100;&#66;&#108;&#111;&#99;&#107; &#114;&#117;&#108;&#101;&#115; &#116;&#111; &#97; w&#101;&#98; &#112;&#97;&#103;&#101;.</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>
-    &#67;&#108;&#97;&#115;&#115; &#116;&#111; &#97;&#112;&#112;&#108;y &#65;&#100;&#66;&#108;&#111;&#99;&#107; &#114;&#117;&#108;&#101;&#115; &#116;&#111; &#97; w&#101;&#98; &#112;&#97;&#103;&#101;.
+    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>&#80;&#114;&#105;v&#97;&#116;&#101; &#109;&#101;&#116;&#104;&#111;&#100; &#116;&#111; &#99;&#104;&#101;&#99;&#107;, &#105;&#102; &#97; &#114;&#117;&#108;&#101; &#97;&#112;&#112;&#108;&#105;&#101;&#115; &#116;&#111; &#116;&#104;&#101; &#103;&#105;v&#101;&#110; w&#101;&#98; &#112;&#97;&#103;&#101; &#97;&#110;&#100; &#104;&#111;&#115;&#116;.</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>&#80;&#117;&#98;&#108;&#105;&#99; &#109;&#101;&#116;&#104;&#111;&#100; &#116;&#111; &#97;&#112;&#112;&#108;&#97;y &#65;&#100;&#66;&#108;&#111;&#99;&#107; &#114;&#117;&#108;&#101;&#115; &#116;&#111; &#97; w&#101;&#98; &#112;&#97;&#103;&#101;.</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>
-        &#80;&#114;&#105;v&#97;&#116;&#101; &#109;&#101;&#116;&#104;&#111;&#100; &#116;&#111; &#99;&#104;&#101;&#99;&#107;, &#105;&#102; &#97; &#114;&#117;&#108;&#101; &#97;&#112;&#112;&#108;&#105;&#101;&#115; &#116;&#111; &#116;&#104;&#101; &#103;&#105;v&#101;&#110; w&#101;&#98; &#112;&#97;&#103;&#101; &#97;&#110;&#100; &#104;&#111;&#115;&#116;.
+        Private method to check, if a rule applies to the given web page and host.
 </p><dl>
 <dt><i>rule</i></dt>
 <dd>
-&#114;&#101;&#102;&#101;&#114;&#101;&#110;&#99;&#101; &#116;&#111; &#116;&#104;&#101; &#114;&#117;&#108;&#101; &#116;&#111; &#99;&#104;&#101;&#99;&#107; (&#65;&#100;&#66;&#108;&#111;&#99;&#107;&#82;&#117;&#108;&#101;)
+reference to the rule to check (AdBlockRule)
 </dd><dt><i>page</i></dt>
 <dd>
-&#114;&#101;&#102;&#101;&#114;&#101;&#110;&#99;&#101; &#116;&#111; &#116;&#104;&#101; w&#101;&#98; &#112;&#97;&#103;&#101; (&#81;&#87;&#101;&#98;&#80;&#97;&#103;&#101;)
+reference to the web page (QWebPage)
 </dd><dt><i>host</i></dt>
 <dd>
-&#104;&#111;&#115;&#116; &#110;&#97;&#109;&#101; (&#115;&#116;&#114;&#105;&#110;&#103;)
+host name (string)
 </dd>
 </dl><a NAME="AdBlockPage.applyRulesToPage" ID="AdBlockPage.applyRulesToPage"></a>
 <h4>AdBlockPage.applyRulesToPage</h4>
 <b>applyRulesToPage</b>(<i>page</i>)
 <p>
-        &#80;&#117;&#98;&#108;&#105;&#99; &#109;&#101;&#116;&#104;&#111;&#100; &#116;&#111; &#97;&#112;&#112;&#108;&#97;y &#65;&#100;&#66;&#108;&#111;&#99;&#107; &#114;&#117;&#108;&#101;&#115; &#116;&#111; &#97; w&#101;&#98; &#112;&#97;&#103;&#101;.
+        Public method to applay AdBlock rules to a web page.
 </p><dl>
 <dt><i>page</i></dt>
 <dd>
-&#114;&#101;&#102;&#101;&#114;&#101;&#110;&#99;&#101; &#116;&#111; &#116;&#104;&#101; w&#101;&#98; &#112;&#97;&#103;&#101; (&#81;&#87;&#101;&#98;&#80;&#97;&#103;&#101;)
+reference to the web page (QWebPage)
 </dd>
 </dl>
 <div align="right"><a href="#top">Up</a></div>

eric ide

mercurial