Warning: session_start(): open(/var/lib/php/sessions/sess_mjlqev83q897ldehg0arqttun3, 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 L ai_triplesToWebNodes_lazyList(fS searchTerm, final L l) { ret new LazyList() { final int n = l(l); public int size() { ret n; } public WebNode get(int i) { TripleWeb w = _get(l, i); if (w == null) null; int runLength = 0; while (i-runLength > 0 && l.get(i-runLength-1) == w) ++runLength; ret ai_tripleToWebNode(l.get(i), searchTerm, runLength); } }; }