Libraryless. Click here for Pure Java version (3706L/25K).
static L<PairS> html_linksPlusContents_makeAbsolute(LS tok, S baseURL) { ret mapPairsA(link -> makeAbsoluteURL(baseURL, link), html_linksPlusContents(tok)); } static L<PairS> html_linksPlusContents_makeAbsolute(S html, S baseURL) { ret html_linksPlusContents_makeAbsolute(htmlTok(html), baseURL); }
Began life as a copy of #1023830
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: | #1023832 |
Snippet name: | html_linksPlusContents_makeAbsolute |
Eternal ID of this version: | #1023832/3 |
Text MD5: | 2c1265ddd5b20fa25dbe2f969bd3e269 |
Transpilation MD5: | 300bb9bd1f26811b73ee57bebe702c60 |
Author: | stefan |
Category: | javax / html parsing |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2019-07-10 12:49:11 |
Source code size: | 314 bytes / 8 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 198 / 283 |
Version history: | 2 change(s) |
Referenced in: | [show references] |