1 | static Set<PairS> storedWebPages_linksContainingText(S baseURL, S pattern) {
|
2 | new TreeSet<PairS> links; |
3 | for (S url : storedWebPages_urlsStartingWith(baseURL)) |
4 | links.addAll(filterPairB(s -> cic(s, pattern), |
5 | html_linksPlusContents_makeAbsolute(storedWebPage(url), url))); |
6 | ret links; |
7 | } |
download show line numbers debug dex old transpilations
Travelled to 6 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1023845 |
| Snippet name: | storedWebPages_linksContainingText |
| Eternal ID of this version: | #1023845/2 |
| Text MD5: | 6aa13397392ffe1cacd0dda1d80c523f |
| Author: | stefan |
| Category: | javax / a.i. |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2019-07-10 13:42:43 |
| Source code size: | 303 bytes / 7 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 370 / 412 |
| Version history: | 1 change(s) |
| Referenced in: | [show references] |