1 | static void updateMyCommentOnSnippet(String snippetID, String text) ctex { |
2 | String url = tb_mainServer() + "/tb-int/update-comment.php"; |
3 | |
4 | String query = "id=" + parseSnippetID(snippetID) + |
5 | "&progid=" + parseSnippetID(getProgramID()) + |
6 | "&text=" + urlencode(text); |
7 | |
8 | String page = doPost(query, url); |
9 | print(page); |
10 | print(snippetID + " >> " + text); |
11 | } |
download show line numbers debug dex old transpilations
Travelled to 14 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt, xrpafgyirdlv
1 comment(s) hidden. show
Snippet ID: | #1000601 |
Snippet name: | updateMyCommentOnSnippet (function) |
Eternal ID of this version: | #1000601/2 |
Text MD5: | b15f81624f8495ef08b257ca5f6fb285 |
Author: | stefan |
Category: | javax |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2020-01-26 13:23:42 |
Source code size: | 375 bytes / 11 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 1260 / 2597 |
Version history: | 1 change(s) |
Referenced in: | [show references] |