Libraryless. Click here for Pure Java version (3230L/19K).
sS ol_htmlEncode(S... list) { ret ol_htmlEncode(asList(list)); } // legacy sS ol_htmlEncode(L list, O... params) { ret ol_htmlEncode((Cl) list, params); } sS ol_htmlEncode(Cl list, O... params) { ret ol(lmap htmlEncode2(list), params); }
Began life as a copy of #1029719
download show line numbers debug dex old transpilations
Travelled to 7 computer(s): bhatertpkbcr, ekrmjmnbrukm, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1029743 |
| Snippet name: | ol_htmlEncode |
| Eternal ID of this version: | #1029743/6 |
| Text MD5: | 711df50bc0fab9545432e6f32d792a79 |
| Transpilation MD5: | 2dd9cee3e51a7ef3e9e0024d9f98ab6c |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2021-06-29 18:51:31 |
| Source code size: | 256 bytes / 12 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 397 / 537 |
| Version history: | 5 change(s) |
| Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) |