1 | static HashSet<S> requiredPhraseImageMD5s() {
|
2 | new HashSet<S> md5s; |
3 | for (S s : scanLog_iterator(glyphTeachLog())) {
|
4 | s = afterSquareBracketStuff(s); |
5 | Pair<S> p = splitAroundColon_toPair(s); |
6 | if (p == null) continue; |
7 | addUnlessNull(md5s, regexpFirstGroupIC("Image (" + md5Regexp() + ")", p.a);
|
8 | } |
9 | ret md5s; |
10 | } |
Began life as a copy of #1006193
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: | #1015349 |
| Snippet name: | requiredPhraseImageMD5s |
| Eternal ID of this version: | #1015349/5 |
| Text MD5: | 67a41965736a72bcae83ca69cb5e114a |
| Author: | stefan |
| Category: | javax / ocr |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2018-05-13 12:46:43 |
| Source code size: | 334 bytes / 10 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 628 / 673 |
| Version history: | 4 change(s) |
| Referenced in: | [show references] |