Warning: session_start(): open(/var/lib/php/sessions/sess_mc3cl5trgm2shu882qucijrbma, O_RDWR) failed: No space left on device (28) in /var/www/tb-usercake/models/config.php on line 51
Warning: session_start(): Failed to read session data: files (path: /var/lib/php/sessions) in /var/www/tb-usercake/models/config.php on line 51
static LS pAttractor_allMatches(PartialAttractor a, LS tok) {
int i = 0;
new LS out;
while (i < l(tok)) {
a.tok = subList(tok, i);
if (!a.find()) break;
assertTrue("match must not be empty", a.matchedRange.end >= 2);
out.add(a.matchedString());
i += a.matchedRange.end & ~1; // go to next N token
}
ret out;
}