static L<S> scanEventLogForText(S progID, S dialogName) { ret scanEventLogForText(getProgramFile(progID, dialogName)); } // f can be the dir or the log file static L<S> scanEventLogForText(File f) { ret collect(scanEventLogForPosts(f), "text"); }
Began life as a copy of #1003901
download show line numbers debug dex old transpilations
Travelled to 14 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, ddnzoavkxhuk, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
Snippet ID: | #1004208 |
Snippet name: | scanEventLogForText - returns L<S> |
Eternal ID of this version: | #1004208/1 |
Text MD5: | 6612f00b37e96c6b28c09af57cb85b35 |
Author: | stefan |
Category: | javax |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2016-08-10 16:14:47 |
Source code size: | 260 bytes / 8 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 523 / 542 |
Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) |