1 | static LL<S> findContainerTagWithParams_debug(L<S> tok, S tag, O... params) { |
2 | new LL<S> l; |
3 | for (L<S> t : findContainerTag(tok, tag)) { |
4 | printStruct("Tag found", t); |
5 | if (htmlCheckParams(second(t), params)) |
6 | l.add(t); |
7 | } |
8 | ret l; |
9 | } |
10 | |
11 | static LL<S> findContainerTagWithParams_debug(S html, S tag, O... params) { |
12 | ret findContainerTagWithParams_debug(htmlTok(html), tag, params); |
13 | } |
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: | 433 / 466 |
Version history: | 2 change(s) |
Referenced in: | [show references] |