1 | static L<WebRelation> web_allRelationsWithLabel(Web web, S label) { |
2 | Lisp l = web.parseLabel(label); |
3 | new L<WebRelation> out; |
4 | for (WebRelation r : web_relationObjects(web)) |
5 | if (r.hasLabel(l)) |
6 | out.add(r); |
7 | ret out; |
8 | } |
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: | #1010598 |
Snippet name: | web_allRelationsWithLabel |
Eternal ID of this version: | #1010598/1 |
Text MD5: | b3d19de765cf3ff47d2bae591723b6a6 |
Author: | stefan |
Category: | javax / a.i. |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2017-09-22 18:44:20 |
Source code size: | 237 bytes / 8 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 492 / 523 |
Referenced in: | [show references] |