static S mapMethodLike tag(S tag) { ret htag(tag); } static S tag(S tag, O contents, O... params) { ret htag(tag, str(contents), params); } static S tag(S tag, StringBuilder contents, O... params) { ret htag(tag, contents, params); } static S tag(S tag, StringBuffer contents, O... params) { ret htag(tag, contents, params); }
Began life as a copy of #1002214
download show line numbers debug dex old transpilations
Travelled to 16 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, ekrmjmnbrukm, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mowyntqkapby, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt, whxojlpjdney
No comments. add comment
| Snippet ID: | #1002423 |
| Snippet name: | tag - make HTML tag - synonym of htag |
| Eternal ID of this version: | #1002423/2 |
| Text MD5: | 4e0d16c36388c9c8a6e4e06f7c890fe9 |
| Author: | stefan |
| Category: | javax html |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2019-08-02 18:08:55 |
| Source code size: | 351 bytes / 15 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 1242 / 2006 |
| Version history: | 1 change(s) |
| Referenced in: | #1002427 - Accellerating 629 (SPIKE) #1006654 - Standard functions list 2 (LIVE, continuation of #761) #3000382 - Answer for ferdie (>> t = 1, f = 0) |