87 <td><a href="#SafeBrowsingUrl.digest">digest</a></td> |
87 <td><a href="#SafeBrowsingUrl.digest">digest</a></td> |
88 <td>Static method to calculate the SHA256 digest of an URL string.</td> |
88 <td>Static method to calculate the SHA256 digest of an URL string.</td> |
89 </tr> |
89 </tr> |
90 <tr> |
90 <tr> |
91 <td><a href="#SafeBrowsingUrl.permutations">permutations</a></td> |
91 <td><a href="#SafeBrowsingUrl.permutations">permutations</a></td> |
92 <td>Static method to determine all permutations of host name and path which can be applied to blacklisted URLs.</td> |
92 <td>Static method to determine all permutations of host name and path which can be applied to blocked URLs.</td> |
93 </tr> |
93 </tr> |
94 </table> |
94 </table> |
95 |
95 |
96 |
96 |
97 <a NAME="SafeBrowsingUrl.__init__" ID="SafeBrowsingUrl.__init__"></a> |
97 <a NAME="SafeBrowsingUrl.__init__" ID="SafeBrowsingUrl.__init__"></a> |
280 <a NAME="SafeBrowsingUrl.permutations" ID="SafeBrowsingUrl.permutations"></a> |
280 <a NAME="SafeBrowsingUrl.permutations" ID="SafeBrowsingUrl.permutations"></a> |
281 <h4>SafeBrowsingUrl.permutations (static)</h4> |
281 <h4>SafeBrowsingUrl.permutations (static)</h4> |
282 <b>permutations</b>(<i></i>) |
282 <b>permutations</b>(<i></i>) |
283 <p> |
283 <p> |
284 Static method to determine all permutations of host name and path |
284 Static method to determine all permutations of host name and path |
285 which can be applied to blacklisted URLs. |
285 which can be applied to blocked URLs. |
286 </p> |
286 </p> |
287 |
287 |
288 <dl> |
288 <dl> |
289 |
289 |
290 <dt><i>url</i> (str)</dt> |
290 <dt><i>url</i> (str)</dt> |