1 | static LL<S> html_contentsOfLIs(L<S> tok) {
|
2 | ret map contentsOfContainerTag(html_findLIs(tok)); |
3 | } |
4 | |
5 | static LL<S> html_contentsOfLIs(S html) {
|
6 | ret html_contentsOfLIs(htmlTok(html)); |
7 | } |
Began life as a copy of #1008481
download show line numbers debug dex old transpilations
Travelled to 13 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1008535 |
| Snippet name: | html_contentsOfLIs |
| Eternal ID of this version: | #1008535/4 |
| Text MD5: | a1c194c2b5da9d2093f539e920161407 |
| 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-11 13:44:06 |
| Source code size: | 190 bytes / 7 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 714 / 759 |
| Version history: | 3 change(s) |
| Referenced in: | [show references] |