Warning: session_start(): open(/var/lib/php/sessions/sess_if51oi2b8l3cs7anmcafjb2cci, 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("$X")); ifdef ai_tripleRefsToTexts_debug else print("No match: " + t); endifdef } ret out; }