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

changeset 7989
a21d673a8f99
parent 7273
391d6b7b1eff
child 8215
fc5d68a6889e
equal deleted inserted replaced
7988:c4c17121eff8 7989:a21d673a8f99
131 131
132 <p> 132 <p>
133 Public method to convert the URL to the canonical form. 133 Public method to convert the URL to the canonical form.
134 </p> 134 </p>
135 <dl> 135 <dl>
136 <dt>Returns:</dt> 136 <dt>Return:</dt>
137 <dd> 137 <dd>
138 canonical form of the URL 138 canonical form of the URL
139 </dd> 139 </dd>
140 </dl> 140 </dl>
141 <dl> 141 <dl>
157 <dd> 157 <dd>
158 URL string to unescape 158 URL string to unescape
159 </dd> 159 </dd>
160 </dl> 160 </dl>
161 <dl> 161 <dl>
162 <dt>Returns:</dt> 162 <dt>Return:</dt>
163 <dd> 163 <dd>
164 unescaped URL string 164 unescaped URL string
165 </dd> 165 </dd>
166 </dl> 166 </dl>
167 <dl> 167 <dl>
177 <p> 177 <p>
178 Public method to get the hashes of all possible permutations of the URL 178 Public method to get the hashes of all possible permutations of the URL
179 in canonical form. 179 in canonical form.
180 </p> 180 </p>
181 <dl> 181 <dl>
182 <dt>Returns:</dt> 182 <dt>Yield:</dt>
183 <dd> 183 <dd>
184 generator for the URL hashes 184 URL hashes
185 </dd> 185 </dd>
186 </dl> 186 </dl>
187 <dl> 187 <dl>
188 <dt>Return Type:</dt> 188 <dt>Yield Type:</dt>
189 <dd> 189 <dd>
190 generator of bytes 190 bytes
191 </dd> 191 </dd>
192 </dl> 192 </dl>
193 <a NAME="SafeBrowsingUrl.hostPermutations" ID="SafeBrowsingUrl.hostPermutations"></a> 193 <a NAME="SafeBrowsingUrl.hostPermutations" ID="SafeBrowsingUrl.hostPermutations"></a>
194 <h4>SafeBrowsingUrl.hostPermutations</h4> 194 <h4>SafeBrowsingUrl.hostPermutations</h4>
195 <b>hostPermutations</b>(<i></i>) 195 <b>hostPermutations</b>(<i></i>)
203 <dd> 203 <dd>
204 host name 204 host name
205 </dd> 205 </dd>
206 </dl> 206 </dl>
207 <dl> 207 <dl>
208 <dt>Returns:</dt> 208 <dt>Yield:</dt>
209 <dd> 209 <dd>
210 generator of permuted host names 210 permutated host names
211 </dd> 211 </dd>
212 </dl> 212 </dl>
213 <dl> 213 <dl>
214 <dt>Return Type:</dt> 214 <dt>Yield Type:</dt>
215 <dd> 215 <dd>
216 generator of str 216 str
217 </dd> 217 </dd>
218 </dl> 218 </dl>
219 <a NAME="SafeBrowsingUrl.pathPermutations" ID="SafeBrowsingUrl.pathPermutations"></a> 219 <a NAME="SafeBrowsingUrl.pathPermutations" ID="SafeBrowsingUrl.pathPermutations"></a>
220 <h4>SafeBrowsingUrl.pathPermutations</h4> 220 <h4>SafeBrowsingUrl.pathPermutations</h4>
221 <b>pathPermutations</b>(<i></i>) 221 <b>pathPermutations</b>(<i></i>)
229 <dd> 229 <dd>
230 path to be processed 230 path to be processed
231 </dd> 231 </dd>
232 </dl> 232 </dl>
233 <dl> 233 <dl>
234 <dt>Returns:</dt> 234 <dt>Yield:</dt>
235 <dd> 235 <dd>
236 generator of permuted paths 236 permutated paths
237 </dd> 237 </dd>
238 </dl> 238 </dl>
239 <dl> 239 <dl>
240 <dt>Return Type:</dt> 240 <dt>Yield Type:</dt>
241 <dd> 241 <dd>
242 generator of str 242 str
243 </dd> 243 </dd>
244 </dl> 244 </dl>
245 <a NAME="SafeBrowsingUrl.quote" ID="SafeBrowsingUrl.quote"></a> 245 <a NAME="SafeBrowsingUrl.quote" ID="SafeBrowsingUrl.quote"></a>
246 <h4>SafeBrowsingUrl.quote</h4> 246 <h4>SafeBrowsingUrl.quote</h4>
247 <b>quote</b>(<i></i>) 247 <b>quote</b>(<i></i>)
255 <dd> 255 <dd>
256 to be quoted 256 to be quoted
257 </dd> 257 </dd>
258 </dl> 258 </dl>
259 <dl> 259 <dl>
260 <dt>Returns:</dt> 260 <dt>Return:</dt>
261 <dd> 261 <dd>
262 quoted string 262 quoted string
263 </dd> 263 </dd>
264 </dl> 264 </dl>
265 <dl> 265 <dl>
281 <dd> 281 <dd>
282 URL string 282 URL string
283 </dd> 283 </dd>
284 </dl> 284 </dl>
285 <dl> 285 <dl>
286 <dt>Returns:</dt> 286 <dt>Return:</dt>
287 <dd> 287 <dd>
288 SHA256 digest of the URL string 288 SHA256 digest of the URL string
289 </dd> 289 </dd>
290 </dl> 290 </dl>
291 <dl> 291 <dl>
308 <dd> 308 <dd>
309 URL string to be permuted 309 URL string to be permuted
310 </dd> 310 </dd>
311 </dl> 311 </dl>
312 <dl> 312 <dl>
313 <dt>Returns:</dt> 313 <dt>Yield:</dt>
314 <dd> 314 <dd>
315 generator of permuted URL strings 315 permutated URL strings
316 </dd> 316 </dd>
317 </dl> 317 </dl>
318 <dl> 318 <dl>
319 <dt>Return Type:</dt> 319 <dt>Yield Type:</dt>
320 <dd> 320 <dd>
321 generator of str 321 str
322 </dd> 322 </dd>
323 </dl> 323 </dl>
324 <div align="right"><a href="#top">Up</a></div> 324 <div align="right"><a href="#top">Up</a></div>
325 <hr /> 325 <hr />
326 </body></html> 326 </body></html>

eric ide

mercurial