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

9
LINES

< > BotCompany Repo | #1010599 // ai_allUnclearLabels

JavaX fragment (include)

static L<S> ai_allUnclearLabels() {
  new L<S> out;
  for (WebNode node : indexedNodes("unclear")) {
    WebNode n = web_travelBackwards(node, "is");
    if (n != null && isQuoted(web_text(n)))
      out.add(unquote(web_text(n)));
  }
  ret out;
}

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: #1010599
Snippet name: ai_allUnclearLabels
Eternal ID of this version: #1010599/3
Text MD5: 9aaa26038b49bccbdef7905ff679d8ba
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2017-09-22 18:52:09
Source code size: 255 bytes / 9 lines
Pitched / IR pitched: No / No
Views / Downloads: 452 / 478
Version history: 2 change(s)
Referenced in: [show references]