--- a/src/eric7/Documentation/Source/eric7.WebBrowser.SafeBrowsing.SafeBrowsingUrl.html Thu Jan 04 17:16:15 2024 +0100 +++ b/src/eric7/Documentation/Source/eric7.WebBrowser.SafeBrowsing.SafeBrowsingUrl.html Thu Jan 04 18:02:25 2024 +0100 @@ -7,53 +7,50 @@ <body> <a NAME="top" ID="top"></a> <h1>eric7.WebBrowser.SafeBrowsing.SafeBrowsingUrl</h1> - <p> Module implementing an URL representation suitable for Google Safe Browsing. </p> + <h3>Global Attributes</h3> - <table> <tr><td>None</td></tr> </table> + <h3>Classes</h3> - <table> - <tr> <td><a href="#SafeBrowsingUrl">SafeBrowsingUrl</a></td> <td>Class implementing an URL representation suitable for Google Safe Browsing.</td> </tr> </table> + <h3>Functions</h3> - <table> <tr><td>None</td></tr> </table> + <hr /> <hr /> <a NAME="SafeBrowsingUrl" ID="SafeBrowsingUrl"></a> <h2>SafeBrowsingUrl</h2> - <p> Class implementing an URL representation suitable for Google Safe Browsing. </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="#SafeBrowsingUrl.__init__">SafeBrowsingUrl</a></td> <td>Constructor</td> @@ -83,10 +80,9 @@ <td>Method to quote a string.</td> </tr> </table> + <h3>Static Methods</h3> - <table> - <tr> <td><a href="#SafeBrowsingUrl.digest">digest</a></td> <td>Static method to calculate the SHA256 digest of an URL string.</td> @@ -97,13 +93,14 @@ </tr> </table> + <a NAME="SafeBrowsingUrl.__init__" ID="SafeBrowsingUrl.__init__"></a> <h4>SafeBrowsingUrl (Constructor)</h4> <b>SafeBrowsingUrl</b>(<i>url</i>) - <p> Constructor </p> + <dl> <dt><i>url</i> (str)</dt> @@ -114,10 +111,10 @@ <a NAME="SafeBrowsingUrl.canonical" ID="SafeBrowsingUrl.canonical"></a> <h4>SafeBrowsingUrl.canonical</h4> <b>canonical</b>(<i></i>) - <p> Public method to convert the URL to the canonical form. </p> + <dl> <dt>Return:</dt> <dd> @@ -133,10 +130,10 @@ <a NAME="SafeBrowsingUrl.fullUnescape" ID="SafeBrowsingUrl.fullUnescape"></a> <h4>SafeBrowsingUrl.fullUnescape</h4> <b>fullUnescape</b>(<i></i>) - <p> Method to recursively unescape an URL. </p> + <dl> <dt><i>u</i> (str)</dt> @@ -159,11 +156,11 @@ <a NAME="SafeBrowsingUrl.hashes" ID="SafeBrowsingUrl.hashes"></a> <h4>SafeBrowsingUrl.hashes</h4> <b>hashes</b>(<i></i>) - <p> Public method to get the hashes of all possible permutations of the URL in canonical form. </p> + <dl> <dt>Yield:</dt> <dd> @@ -179,10 +176,10 @@ <a NAME="SafeBrowsingUrl.hostPermutations" ID="SafeBrowsingUrl.hostPermutations"></a> <h4>SafeBrowsingUrl.hostPermutations</h4> <b>hostPermutations</b>(<i></i>) - <p> Method to generate the permutations of the host name. </p> + <dl> <dt><i>host</i> (str)</dt> @@ -205,10 +202,10 @@ <a NAME="SafeBrowsingUrl.pathPermutations" ID="SafeBrowsingUrl.pathPermutations"></a> <h4>SafeBrowsingUrl.pathPermutations</h4> <b>pathPermutations</b>(<i></i>) - <p> Method to generate the permutations of the path. </p> + <dl> <dt><i>path</i> (str)</dt> @@ -231,10 +228,10 @@ <a NAME="SafeBrowsingUrl.quote" ID="SafeBrowsingUrl.quote"></a> <h4>SafeBrowsingUrl.quote</h4> <b>quote</b>(<i></i>) - <p> Method to quote a string. </p> + <dl> <dt><i>string</i> (str)</dt> @@ -257,10 +254,10 @@ <a NAME="SafeBrowsingUrl.digest" ID="SafeBrowsingUrl.digest"></a> <h4>SafeBrowsingUrl.digest (static)</h4> <b>digest</b>(<i></i>) - <p> Static method to calculate the SHA256 digest of an URL string. </p> + <dl> <dt><i>url</i> (str)</dt> @@ -283,11 +280,11 @@ <a NAME="SafeBrowsingUrl.permutations" ID="SafeBrowsingUrl.permutations"></a> <h4>SafeBrowsingUrl.permutations (static)</h4> <b>permutations</b>(<i></i>) - <p> Static method to determine all permutations of host name and path which can be applied to blacklisted URLs. </p> + <dl> <dt><i>url</i> (str)</dt> @@ -309,4 +306,4 @@ </dl> <div align="right"><a href="#top">Up</a></div> <hr /> -</body></html> \ No newline at end of file +</body></html>