Warning: session_start(): open(/var/lib/php/sessions/sess_b7si9scuac0dn3csvkanek1l9b, 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
sbool gazelle_addMatch(RuleEngine2_MatchedRule matched, SS map, LS tokC, LS tokI, O... _) {
if (containsAny(map, mr.rule.dontChangeWords)) false;
for (O massager : unnull(mr.rule.mapMassagers))
map = (SS) callF(massager, map, tokC, tokI, matched);
if (map == null) false;
if (!addMapToMapWithoutOverwritingIC(matched.map, map)) {
if (boolPar debug(_)) print("Adding map failed");
false;
}
matched.flush();
true;
}