static void web_labelToLabel(Web web, Lisp in, Lisp out) { web_labelToLabel(web, web.nodes, in, out); } static void web_labelToLabel(Web web, L<WebNode> nodes, Lisp in, Lisp out) { //print("labelToLabel " + in + " => " + out); for (WebNode node : nodes) if (node.hasLabel(in)) { node.addLabel(out); //print("labelToLabel " + node); } }
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: | #1007697 | 
| Snippet name: | web_labelToLabel | 
| Eternal ID of this version: | #1007697/6 | 
| Text MD5: | 62f96c996651756e983ec892d5e8ef42 | 
| Author: | stefan | 
| Category: | javax / a.i. | 
| Type: | JavaX fragment (include) | 
| Public (visible to everyone): | Yes | 
| Archived (hidden from active list): | No | 
| Created/modified: | 2017-04-03 06:38:16 | 
| Source code size: | 373 bytes / 12 lines | 
| Pitched / IR pitched: | No / No | 
| Views / Downloads: | 863 / 844 | 
| Version history: | 5 change(s) | 
| Referenced in: | [show references] |