src/eric7/Documentation/Source/eric7.WebBrowser.SafeBrowsing.SafeBrowsingManager.html

branch
eric7
changeset 10479
856476537696
parent 9209
b99e7fd55fd3
--- a/src/eric7/Documentation/Source/eric7.WebBrowser.SafeBrowsing.SafeBrowsingManager.html	Thu Jan 04 17:16:15 2024 +0100
+++ b/src/eric7/Documentation/Source/eric7.WebBrowser.SafeBrowsing.SafeBrowsingManager.html	Thu Jan 04 18:02:25 2024 +0100
@@ -7,37 +7,36 @@
 <body>
 <a NAME="top" ID="top"></a>
 <h1>eric7.WebBrowser.SafeBrowsing.SafeBrowsingManager</h1>
-
 <p>
 Module implementing the interface for Google Safe Browsing.
 </p>
+
 <h3>Global Attributes</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
+
 <h3>Classes</h3>
-
 <table>
-
 <tr>
 <td><a href="#SafeBrowsingManager">SafeBrowsingManager</a></td>
 <td>Class implementing the interface for Google Safe Browsing.</td>
 </tr>
 </table>
+
 <h3>Functions</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
+
 <hr />
 <hr />
 <a NAME="SafeBrowsingManager" ID="SafeBrowsingManager"></a>
 <h2>SafeBrowsingManager</h2>
-
 <p>
     Class implementing the interface for Google Safe Browsing.
 </p>
+
 <h3>Signals</h3>
 <dl>
 
@@ -54,14 +53,12 @@
 <h3>Derived from</h3>
 QObject
 <h3>Class Attributes</h3>
-
 <table>
 <tr><td>enabled</td></tr>
 </table>
+
 <h3>Class Methods</h3>
-
 <table>
-
 <tr>
 <td><a href="#SafeBrowsingManager.getIgnoreSchemes">getIgnoreSchemes</a></td>
 <td>Class method to get the schemes not to be checked.</td>
@@ -71,10 +68,9 @@
 <td>Class method to check, if safe browsing is enabled.</td>
 </tr>
 </table>
+
 <h3>Methods</h3>
-
 <table>
-
 <tr>
 <td><a href="#SafeBrowsingManager.__init__">SafeBrowsingManager</a></td>
 <td>Constructor</td>
@@ -164,19 +160,20 @@
 <td>Public method to load or update the locally cached threat lists.</td>
 </tr>
 </table>
+
 <h3>Static Methods</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
 
+
 <a NAME="SafeBrowsingManager.getIgnoreSchemes" ID="SafeBrowsingManager.getIgnoreSchemes"></a>
 <h4>SafeBrowsingManager.getIgnoreSchemes (class method)</h4>
 <b>getIgnoreSchemes</b>(<i></i>)
-
 <p>
         Class method to get the schemes not to be checked.
 </p>
+
 <dl>
 <dt>Return:</dt>
 <dd>
@@ -192,10 +189,10 @@
 <a NAME="SafeBrowsingManager.isEnabled" ID="SafeBrowsingManager.isEnabled"></a>
 <h4>SafeBrowsingManager.isEnabled (class method)</h4>
 <b>isEnabled</b>(<i></i>)
-
 <p>
         Class method to check, if safe browsing is enabled.
 </p>
+
 <dl>
 <dt>Return:</dt>
 <dd>
@@ -211,17 +208,17 @@
 <a NAME="SafeBrowsingManager.__init__" ID="SafeBrowsingManager.__init__"></a>
 <h4>SafeBrowsingManager (Constructor)</h4>
 <b>SafeBrowsingManager</b>(<i></i>)
-
 <p>
         Constructor
 </p>
+
 <a NAME="SafeBrowsingManager.__lookupHashes" ID="SafeBrowsingManager.__lookupHashes"></a>
 <h4>SafeBrowsingManager.__lookupHashes</h4>
 <b>__lookupHashes</b>(<i>fullHashes</i>)
-
 <p>
         Private method to lookup the given hashes.
 </p>
+
 <dl>
 
 <dt><i>fullHashes</i> (list of bytes)</dt>
@@ -244,31 +241,31 @@
 <a NAME="SafeBrowsingManager.__setAutoUpdateThreatLists" ID="SafeBrowsingManager.__setAutoUpdateThreatLists"></a>
 <h4>SafeBrowsingManager.__setAutoUpdateThreatLists</h4>
 <b>__setAutoUpdateThreatLists</b>(<i></i>)
-
 <p>
         Private method to set auto update for the threat lists.
 </p>
+
 <a NAME="SafeBrowsingManager.__setLookupMethod" ID="SafeBrowsingManager.__setLookupMethod"></a>
 <h4>SafeBrowsingManager.__setLookupMethod</h4>
 <b>__setLookupMethod</b>(<i></i>)
-
 <p>
         Private method to set the lookup method (Update API or Lookup API).
 </p>
+
 <a NAME="SafeBrowsingManager.__setPlatforms" ID="SafeBrowsingManager.__setPlatforms"></a>
 <h4>SafeBrowsingManager.__setPlatforms</h4>
 <b>__setPlatforms</b>(<i></i>)
-
 <p>
         Private method to set the platforms to be checked against.
 </p>
+
 <a NAME="SafeBrowsingManager.__showNotificationMessage" ID="SafeBrowsingManager.__showNotificationMessage"></a>
 <h4>SafeBrowsingManager.__showNotificationMessage</h4>
 <b>__showNotificationMessage</b>(<i>message, timeout=5</i>)
-
 <p>
         Private method to show some message in a notification widget.
 </p>
+
 <dl>
 
 <dt><i>message</i> (str)</dt>
@@ -284,13 +281,13 @@
 <a NAME="SafeBrowsingManager.__syncFullHashes" ID="SafeBrowsingManager.__syncFullHashes"></a>
 <h4>SafeBrowsingManager.__syncFullHashes</h4>
 <b>__syncFullHashes</b>(<i>hashPrefixes</i>)
-
 <p>
         Private method to download full hashes matching given prefixes.
 </p>
 <p>
         This also updates the cache expiration timestamps.
 </p>
+
 <dl>
 
 <dt><i>hashPrefixes</i> (list of bytes)</dt>
@@ -301,18 +298,18 @@
 <a NAME="SafeBrowsingManager.__threatListsUpdateTimerTimeout" ID="SafeBrowsingManager.__threatListsUpdateTimerTimeout"></a>
 <h4>SafeBrowsingManager.__threatListsUpdateTimerTimeout</h4>
 <b>__threatListsUpdateTimerTimeout</b>(<i></i>)
-
 <p>
         Private slot to perform the auto update of the threat lists.
 </p>
+
 <a NAME="SafeBrowsingManager.__verifyThreatListChecksum" ID="SafeBrowsingManager.__verifyThreatListChecksum"></a>
 <h4>SafeBrowsingManager.__verifyThreatListChecksum</h4>
 <b>__verifyThreatListChecksum</b>(<i>threatList, remoteChecksum</i>)
-
 <p>
         Private method to verify the local checksum of a threat list with the
         checksum of the safe browsing server.
 </p>
+
 <dl>
 
 <dt><i>threatList</i> (ThreatList)</dt>
@@ -339,24 +336,24 @@
 <a NAME="SafeBrowsingManager.close" ID="SafeBrowsingManager.close"></a>
 <h4>SafeBrowsingManager.close</h4>
 <b>close</b>(<i></i>)
-
 <p>
         Public method to close the safe browsing interface.
 </p>
+
 <a NAME="SafeBrowsingManager.configurationChanged" ID="SafeBrowsingManager.configurationChanged"></a>
 <h4>SafeBrowsingManager.configurationChanged</h4>
 <b>configurationChanged</b>(<i></i>)
-
 <p>
         Public method to handle changes of the settings.
 </p>
+
 <a NAME="SafeBrowsingManager.fairUseDelayExpired" ID="SafeBrowsingManager.fairUseDelayExpired"></a>
 <h4>SafeBrowsingManager.fairUseDelayExpired</h4>
 <b>fairUseDelayExpired</b>(<i></i>)
-
 <p>
         Public method to check, if the fair use wait period has expired.
 </p>
+
 <dl>
 <dt>Return:</dt>
 <dd>
@@ -372,17 +369,17 @@
 <a NAME="SafeBrowsingManager.fullCacheCleanup" ID="SafeBrowsingManager.fullCacheCleanup"></a>
 <h4>SafeBrowsingManager.fullCacheCleanup</h4>
 <b>fullCacheCleanup</b>(<i></i>)
-
 <p>
         Public method to clean up the cache completely.
 </p>
+
 <a NAME="SafeBrowsingManager.getPlatformString" ID="SafeBrowsingManager.getPlatformString"></a>
 <h4>SafeBrowsingManager.getPlatformString</h4>
 <b>getPlatformString</b>(<i>platformType</i>)
-
 <p>
         Public method to get the platform string for a given platform type.
 </p>
+
 <dl>
 
 <dt><i>platformType</i> (str)</dt>
@@ -405,10 +402,10 @@
 <a NAME="SafeBrowsingManager.getThreatEntryString" ID="SafeBrowsingManager.getThreatEntryString"></a>
 <h4>SafeBrowsingManager.getThreatEntryString</h4>
 <b>getThreatEntryString</b>(<i>threatEntry</i>)
-
 <p>
         Public method to get the threat entry string.
 </p>
+
 <dl>
 
 <dt><i>threatEntry</i> (str)</dt>
@@ -431,10 +428,10 @@
 <a NAME="SafeBrowsingManager.getThreatMessage" ID="SafeBrowsingManager.getThreatMessage"></a>
 <h4>SafeBrowsingManager.getThreatMessage</h4>
 <b>getThreatMessage</b>(<i>threatType</i>)
-
 <p>
         Public method to get a warning message for the given threat type.
 </p>
+
 <dl>
 
 <dt><i>threatType</i> (str)</dt>
@@ -457,10 +454,10 @@
 <a NAME="SafeBrowsingManager.getThreatMessages" ID="SafeBrowsingManager.getThreatMessages"></a>
 <h4>SafeBrowsingManager.getThreatMessages</h4>
 <b>getThreatMessages</b>(<i>threatLists</i>)
-
 <p>
         Public method to get threat messages for the given threats.
 </p>
+
 <dl>
 
 <dt><i>threatLists</i> (list of ThreatList)</dt>
@@ -483,10 +480,10 @@
 <a NAME="SafeBrowsingManager.getThreatType" ID="SafeBrowsingManager.getThreatType"></a>
 <h4>SafeBrowsingManager.getThreatType</h4>
 <b>getThreatType</b>(<i>threatList</i>)
-
 <p>
         Public method to get a display string for a given threat type.
 </p>
+
 <dl>
 
 <dt><i>threatList</i> (str)</dt>
@@ -509,11 +506,11 @@
 <a NAME="SafeBrowsingManager.isUpdatingThreatLists" ID="SafeBrowsingManager.isUpdatingThreatLists"></a>
 <h4>SafeBrowsingManager.isUpdatingThreatLists</h4>
 <b>isUpdatingThreatLists</b>(<i></i>)
-
 <p>
         Public method to check, if we are in the process of updating the
         threat lists.
 </p>
+
 <dl>
 <dt>Return:</dt>
 <dd>
@@ -529,10 +526,10 @@
 <a NAME="SafeBrowsingManager.lookupUrl" ID="SafeBrowsingManager.lookupUrl"></a>
 <h4>SafeBrowsingManager.lookupUrl</h4>
 <b>lookupUrl</b>(<i>url</i>)
-
 <p>
         Public method to lookup an URL.
 </p>
+
 <dl>
 
 <dt><i>url</i> (str or QUrl)</dt>
@@ -563,17 +560,17 @@
 <a NAME="SafeBrowsingManager.showSafeBrowsingDialog" ID="SafeBrowsingManager.showSafeBrowsingDialog"></a>
 <h4>SafeBrowsingManager.showSafeBrowsingDialog</h4>
 <b>showSafeBrowsingDialog</b>(<i></i>)
-
 <p>
         Public slot to show the safe browsing management dialog.
 </p>
+
 <a NAME="SafeBrowsingManager.updateHashPrefixCache" ID="SafeBrowsingManager.updateHashPrefixCache"></a>
 <h4>SafeBrowsingManager.updateHashPrefixCache</h4>
 <b>updateHashPrefixCache</b>(<i></i>)
-
 <p>
         Public method to load or update the locally cached threat lists.
 </p>
+
 <dl>
 <dt>Return:</dt>
 <dd>
@@ -588,4 +585,4 @@
 </dl>
 <div align="right"><a href="#top">Up</a></div>
 <hr />
-</body></html>
\ No newline at end of file
+</body></html>

eric ide

mercurial