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

6
LINES

< > BotCompany Repo | #1011657 // webs_search_noVar

JavaX fragment (include)

static Web webs_search_noVar(Web searchWeb, Collection<Web> webs) {
  for (Web web : webs)
    if (web_matchAllPerms(searchWeb, web) != null)
      ret web;
  null;
}

Author comment

Began life as a copy of #1011335

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: #1011657
Snippet name: webs_search_noVar
Eternal ID of this version: #1011657/1
Text MD5: 2b8ebafe6ce3aebc99ffe66f72210edb
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:10:17
Source code size: 171 bytes / 6 lines
Pitched / IR pitched: No / No
Views / Downloads: 360 / 390
Referenced in: [show references]