static S structure(O o) { ret (S) call(structUnstructModule(), "structure", o); } static O unstructure(S s) { ret call(structUnstructModule(), "unstructure", s); } static O unstructure(S s, final boolean allDynamic) { ret call(structUnstructModule(), "unstructure", s, allDynamic); } static S sendToLocalBot(S bot, S text, O... args) { ret (S) call(structUnstructModule(), "sendToLocalBot", bot, text, args); } static S sendToLocalBot(int port, S text, O... args) { ret (S) call(structUnstructModule(), "sendToLocalBot", port, text, args); } static S loadPage(S url) { ret (S) call(structUnstructModule(), "loadPage", url); } static S loadPageSilently(S url) { ret (S) call(structUnstructModule(), "loadPageSilently", url); } static S loadPageSilently(URL url) { ret (S) call(structUnstructModule(), "loadPageSilently", url); }
download show line numbers debug dex old transpilations
Travelled to 14 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, onxytkatvevr, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1004817 |
| Snippet name: | externalize structure + unstructure + sendToLocalBot + loadPage + ... |
| Eternal ID of this version: | #1004817/1 |
| Text MD5: | 74b465ce8cfb5441e48468fb6557bc37 |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2016-09-02 02:28:38 |
| Source code size: | 882 bytes / 31 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 848 / 1089 |
| Referenced in: | [show references] |