Libraryless. Click here for Pure Java version (3706L/25K).
1 | static L<PairS> html_linksPlusContents_makeAbsolute(LS tok, S baseURL) { |
2 | ret mapPairsA(link -> makeAbsoluteURL(baseURL, link), |
3 | html_linksPlusContents(tok)); |
4 | } |
5 | |
6 | static L<PairS> html_linksPlusContents_makeAbsolute(S html, S baseURL) { |
7 | ret html_linksPlusContents_makeAbsolute(htmlTok(html), baseURL); |
8 | } |
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: | 200 / 285 |
Version history: | 2 change(s) |
Referenced in: | [show references] |