Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

7
LINES

< > BotCompany Repo | #1011659 // webs_search_noVar_all

JavaX fragment (include)

static L<Web> webs_search_noVar_all(Web searchWeb, Collection<Web> webs) {
  new L<Web> l;
  for (Web web : webs)
    if (web_matchAllPerms(searchWeb, web) != null)
      l.add(web);
  ret l;
}

Author comment

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: 320 / 363
Referenced in: [show references]