Libraryless. Click here for Pure Java version (3230L/19K).
1 | sS ol_htmlEncode(S... list) {
|
2 | ret ol_htmlEncode(asList(list)); |
3 | } |
4 | |
5 | // legacy |
6 | sS ol_htmlEncode(L list, O... params) {
|
7 | ret ol_htmlEncode((Cl) list, params); |
8 | } |
9 | |
10 | sS ol_htmlEncode(Cl list, O... params) {
|
11 | ret ol(lmap htmlEncode2(list), params); |
12 | } |
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: | 396 / 535 |
| Version history: | 5 change(s) |
| Referenced in: | [show references] |