sS ahref_targetBlankIf(S link, O contents, bool targetBlank, O... params) { ret ahref_possiblyTargetBlank(link, contents, targetBlank, params); } sS ahref_targetBlankIf(bool targetBlank, S link, O contents, O... params) { ret ahref_possiblyTargetBlank(targetBlank, link, contents, params); }
download show line numbers debug dex old transpilations
Travelled to 3 computer(s): bhatertpkbcr, mowyntqkapby, mqqgnosmbjvj
No comments. add comment
| Snippet ID: | #1032686 |
| Snippet name: | ahref_targetBlankIf - synonym of ahref_possiblyTargetBlank |
| Eternal ID of this version: | #1032686/1 |
| Text MD5: | 9ca1eb4f254d497c4a5affac9bd9f606 |
| Author: | stefan |
| Category: | |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2021-10-01 23:58:25 |
| Source code size: | 300 bytes / 9 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 383 / 416 |
| Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) #1030949 - Transpiler output of #1031393 |