1 | static L<Web> webs_search_noVar_all(Web searchWeb, Collection<Web> webs) { |
2 | new L<Web> l; |
3 | for (Web web : webs) |
4 | if (web_matchAllPerms(searchWeb, web) != null) |
5 | l.add(web); |
6 | ret l; |
7 | } |
Began life as a copy of #1011657
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: | #1011659 |
Snippet name: | webs_search_noVar_all |
Eternal ID of this version: | #1011659/1 |
Text MD5: | 304e2be0903cf39b3c0cfeaa9953751a |
Author: | stefan |
Category: | javax / a.i. |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2017-11-02 01:12:06 |
Source code size: | 199 bytes / 7 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 380 / 425 |
Referenced in: | [show references] |