Documentation/Source/eric6.WebBrowser.SafeBrowsing.SafeBrowsingManager.html

changeset 5842
c3f41b959a65
parent 5839
fe4d62e23908
child 6093
5ed91fe54bc9
equal deleted inserted replaced
5841:f227183ae1df 5842:c3f41b959a65
80 <td>Private method to set auto update for the threat lists.</td> 80 <td>Private method to set auto update for the threat lists.</td>
81 </tr><tr> 81 </tr><tr>
82 <td><a href="#SafeBrowsingManager.__setPlatforms">__setPlatforms</a></td> 82 <td><a href="#SafeBrowsingManager.__setPlatforms">__setPlatforms</a></td>
83 <td>Private method to set the platforms to be checked against.</td> 83 <td>Private method to set the platforms to be checked against.</td>
84 </tr><tr> 84 </tr><tr>
85 <td><a href="#SafeBrowsingManager.__showStatusBarMessage">__showStatusBarMessage</a></td> 85 <td><a href="#SafeBrowsingManager.__showNotificationMessage">__showNotificationMessage</a></td>
86 <td>Private method to show some message in the main window status bar.</td> 86 <td>Private method to show some message in a notification widget.</td>
87 </tr><tr> 87 </tr><tr>
88 <td><a href="#SafeBrowsingManager.__syncFullHashes">__syncFullHashes</a></td> 88 <td><a href="#SafeBrowsingManager.__syncFullHashes">__syncFullHashes</a></td>
89 <td>Private method to download full hashes matching given prefixes.</td> 89 <td>Private method to download full hashes matching given prefixes.</td>
90 </tr><tr> 90 </tr><tr>
91 <td><a href="#SafeBrowsingManager.__threatListsUpdateTimerTimeout">__threatListsUpdateTimerTimeout</a></td> 91 <td><a href="#SafeBrowsingManager.__threatListsUpdateTimerTimeout">__threatListsUpdateTimerTimeout</a></td>
189 </p><a NAME="SafeBrowsingManager.__setPlatforms" ID="SafeBrowsingManager.__setPlatforms"></a> 189 </p><a NAME="SafeBrowsingManager.__setPlatforms" ID="SafeBrowsingManager.__setPlatforms"></a>
190 <h4>SafeBrowsingManager.__setPlatforms</h4> 190 <h4>SafeBrowsingManager.__setPlatforms</h4>
191 <b>__setPlatforms</b>(<i></i>) 191 <b>__setPlatforms</b>(<i></i>)
192 <p> 192 <p>
193 Private method to set the platforms to be checked against. 193 Private method to set the platforms to be checked against.
194 </p><a NAME="SafeBrowsingManager.__showStatusBarMessage" ID="SafeBrowsingManager.__showStatusBarMessage"></a> 194 </p><a NAME="SafeBrowsingManager.__showNotificationMessage" ID="SafeBrowsingManager.__showNotificationMessage"></a>
195 <h4>SafeBrowsingManager.__showStatusBarMessage</h4> 195 <h4>SafeBrowsingManager.__showNotificationMessage</h4>
196 <b>__showStatusBarMessage</b>(<i>message</i>) 196 <b>__showNotificationMessage</b>(<i>message, timeout=5</i>)
197 <p> 197 <p>
198 Private method to show some message in the main window status bar. 198 Private method to show some message in a notification widget.
199 </p><p>
200 If desktop notifications have been disabled, the message will
201 be shown in the status bar of the main window (either the main
202 web browser window or the eric main window)
199 </p><dl> 203 </p><dl>
200 <dt><i>message</i> (str)</dt> 204 <dt><i>message</i> (str)</dt>
201 <dd> 205 <dd>
202 message to be shown 206 message to be shown
207 </dd><dt><i>timeout</i> (int)</dt>
208 <dd>
209 amount of time in seconds the message should be shown
210 (0 = indefinitely)
203 </dd> 211 </dd>
204 </dl><a NAME="SafeBrowsingManager.__syncFullHashes" ID="SafeBrowsingManager.__syncFullHashes"></a> 212 </dl><a NAME="SafeBrowsingManager.__syncFullHashes" ID="SafeBrowsingManager.__syncFullHashes"></a>
205 <h4>SafeBrowsingManager.__syncFullHashes</h4> 213 <h4>SafeBrowsingManager.__syncFullHashes</h4>
206 <b>__syncFullHashes</b>(<i>hashPrefixes</i>) 214 <b>__syncFullHashes</b>(<i>hashPrefixes</i>)
207 <p> 215 <p>

eric ide

mercurial