Libraryless. Click here for Pure Java version (3976L/23K).
1 | sS toHTML_gen_shorten(int maxLength, O o) {
|
2 | IF0 html = call_optional(o, "html"); |
3 | if (html != null) ret strOrEmpty(html!); |
4 | ret htmlEncode2(takeFirst(maxLength, strOrEmpty(o))); |
5 | } |
Began life as a copy of #1032698
download show line numbers debug dex old transpilations
Travelled to 3 computer(s): bhatertpkbcr, mowyntqkapby, mqqgnosmbjvj
No comments. add comment
| Snippet ID: | #1032766 |
| Snippet name: | toHTML_gen_shorten |
| Eternal ID of this version: | #1032766/7 |
| Text MD5: | bcce2c1c74ded62cae5284d962c7a1f0 |
| Transpilation MD5: | 00eab598f62836b5aae194f3c82ca0bc |
| Author: | stefan |
| Category: | javax / html |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2021-10-06 06:14:31 |
| Source code size: | 187 bytes / 5 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 349 / 455 |
| Version history: | 6 change(s) |
| Referenced in: | [show references] |