static LL<S> findContainerTagWithParams_debug(L<S> tok, S tag, O... params) { new LL<S> l; for (L<S> t : findContainerTag(tok, tag)) { printStruct("Tag found", t); if (htmlCheckParams(second(t), params)) l.add(t); } ret l; } static LL<S> findContainerTagWithParams_debug(S html, S tag, O... params) { ret findContainerTagWithParams_debug(htmlTok(html), tag, params); }
Began life as a copy of #1008443
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: | #1013907 |
| Snippet name: | findContainerTagWithParams_debug |
| Eternal ID of this version: | #1013907/3 |
| Text MD5: | bdf400e17b0ae275200982d1a80c7e1a |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2018-03-14 20:25:49 |
| Source code size: | 405 bytes / 13 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 652 / 691 |
| Version history: | 2 change(s) |
| Referenced in: | [show references] |