1 | static L<S> ai_allUnclearLabels() { |
2 | new L<S> out; |
3 | for (WebNode node : indexedNodes("unclear")) { |
4 | WebNode n = web_travelBackwards(node, "is"); |
5 | if (n != null && isQuoted(web_text(n))) |
6 | out.add(unquote(web_text(n))); |
7 | } |
8 | ret out; |
9 | } |
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: | 533 / 564 |
Version history: | 2 change(s) |
Referenced in: | [show references] |