Warning: session_start(): open(/var/lib/php/sessions/sess_khkr2hm4t8bt84lt18ujtqnvb0, 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 Set sliceDump_pageNamesIncludingKeys(File f) {
Set names = ciSet();
temp CloseableIterableIterator it = linesFromFile(f);
while (it.hasNext()) pcall {
S s = trim(it.next());
if (empty(s)) continue;
if (startsWith(s, '"'))
continue with names.add(unquote(s));
L l = optCast(L, safeUnstructure(s));
if (l(l) != 3) continue with print("Can't parse: " + s);
names.add((S) second(l));
}
ret names;
}