1 | static bool web_match(S pat, WebNode node, Matches m) {
|
2 | for (S s : web_texts(node)) |
3 | if (match(pat, s, m)) true; |
4 | false; |
5 | } |
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: | #1011422 |
| Snippet name: | web_match - match texts of a node |
| Eternal ID of this version: | #1011422/1 |
| Text MD5: | fe503661e4afe832fe1b8335f2197387 |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2017-10-29 01:20:43 |
| Source code size: | 132 bytes / 5 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 729 / 750 |
| Referenced in: | [show references] |