1 | static S getTagParam(S tag, S key) { |
2 | ret getHtmlTagParameter(tag, key); |
3 | } |
4 | |
5 | // param of opening tag |
6 | static S getTagParam(L<S> tok, S key) { |
7 | ret getHtmlTagParameter(second(tok), key); |
8 | } |
Began life as a copy of #1005224
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: | #1013873 |
Snippet name: | getTagParam - synonym of getHtmlTagParameter |
Eternal ID of this version: | #1013873/3 |
Text MD5: | 863f8e67db08262780dac2e9a1f12504 |
Author: | stefan |
Category: | javax |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2018-03-18 19:16:09 |
Source code size: | 194 bytes / 8 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 433 / 475 |
Version history: | 2 change(s) |
Referenced in: | [show references] |