static void web_addLabelToLabel(Web web, S label1, S label2) { for (WebNode node : web_nodesLabelled(web, label1)) node.addLabel(label2); }
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: | #1010110 |
| Snippet name: | web_addLabelToLabel |
| Eternal ID of this version: | #1010110/1 |
| Text MD5: | bde41831a87b1684bf12402cd80c1872 |
| 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-02 16:09:48 |
| Source code size: | 148 bytes / 4 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 722 / 801 |
| Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) #1010116 - web_addLabelToLabelTop - add label on top of list |