1 | static L<SnippetVersion> versionsOfSnippetWithText(S snippetID) { |
2 | ret versionsOfSnippetWithText(getVersionsOfSnippet(snippetID)); |
3 | |
4 | } |
5 | |
6 | static L<SnippetVersion> versionsOfSnippetWithText(L<SnippetVersion> versions) { |
7 | for (SnippetVersion v : versions) |
8 | if (v.versionID != 0) |
9 | v.previousValue = loadPage(tb_mainServer() + "/tb/get-version.php?id=" + psI(v.snippetID) + "&v_id=" + v.versionID + standardCredentials()); |
10 | ret versions; |
11 | } |
Began life as a copy of #1012244
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
No comments. add comment
Snippet ID: | #1012250 |
Snippet name: | versionsOfSnippetWithText |
Eternal ID of this version: | #1012250/7 |
Text MD5: | ed3981060458a237cd81f679be88b250 |
Author: | stefan |
Category: | javax / snippets |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2020-07-03 15:34:17 |
Source code size: | 455 bytes / 11 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 449 / 507 |
Version history: | 6 change(s) |
Referenced in: | [show references] |