Warning: session_start(): open(/var/lib/php/sessions/sess_os638jb502avvnl4c1b8ct264c, 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 Map ai_ruleEngine2_mappingQualities(RuleEngine2.Rule rule) { new Map map; new Matches m; for (S s : rule.comments) if (match("changing * to * is *", s, m)) { int value = eqic($1, "ok") ? 1 : eqic($1, "bad") ? -1 : 0; map.put(pair($2, $3), value); } ret map; }