Warning: session_start(): open(/var/lib/php/sessions/sess_23vkql4l1v5pia3vgd9s19ipv0, 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_tripleRefsToTexts(Symbol a, Symbol b, Symbol c, L> l) { if (empty(l)) ret sharedEmptyList(); new L out; for (TripleRef ref : l) if (ref != null) { T3 t = ref.triple; SymbolSymbol match = simpleMatchTriple_dollarVars(a, b, c, t); if (match != null) out.add(match.get(symbol_dollarX())); ifdef ai_tripleRefsToTexts_debug else print("No match: " + t); endifdef } ret out; }