static S ai_html_listStructWithLinks(L l) { if (l == null) ret "null"; new L<S> out; for (O o : l) { if (o instanceof S) out.add(ai_html_encyclopediaTopic_quoted((S) o)); else out.add(htmlencode(sfu(o))); } ret "[" + joinWithComma(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: | #1013164 | 
| Snippet name: | ai_html_listStructWithLinks | 
| Eternal ID of this version: | #1013164/2 | 
| Text MD5: | 1e79a911b804a64e1951a4b1a8e71543 | 
| Author: | stefan | 
| Category: | javax / a.i. / html | 
| Type: | JavaX fragment (include) | 
| Public (visible to everyone): | Yes | 
| Archived (hidden from active list): | No | 
| Created/modified: | 2017-12-27 02:46:55 | 
| Source code size: | 284 bytes / 11 lines | 
| Pitched / IR pitched: | No / No | 
| Views / Downloads: | 565 / 600 | 
| Version history: | 1 change(s) | 
| Referenced in: | [show references] |