1 | static L<File> javax_librariesToFiles(S dehlibs) { |
2 | new L<File> libraries; |
3 | Matcher m = Pattern.compile("\\d+").matcher(dehlibs); |
4 | while (m.find()) { |
5 | S libID = m.group(); |
6 | //print("libID=" + quote(libID)); |
7 | assertTrue(isSnippetID(libID)); |
8 | libraries.add(loadLibrary(libID)); |
9 | } |
10 | ret libraries; |
11 | } |
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: | #1011238 |
Snippet name: | javax_librariesToFiles |
Eternal ID of this version: | #1011238/1 |
Text MD5: | 9f93569d7dff340b35d63b6aa4ab3fe6 |
Author: | stefan |
Category: | javax |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2017-10-19 22:47:59 |
Source code size: | 323 bytes / 11 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 4051 / 4095 |
Referenced in: | [show references] |