Warning: session_start(): open(/var/lib/php/sessions/sess_g40gua6dndpf04v832t71r9ih9, 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 Exp nlLogic_applyMatches(Exp e, SS m) {
if (e == null) null;
if (e cast And)
ret And(nlLogic_applyMatches(e.a, m), nlLogic_applyMatches(e.b, m));
if (e cast ExpNot)
ret ExpNot(nlLogic_applyMatches(e.a, m));
if (e cast Func)
ret Func(e.name, nlLogic_applyMatches(e.arg, m));
if (e cast Sentence)
ret Sentence(javaTok(ai_standardReplaceVars(e.text(), m)));
if (e cast Sentence2)
ret Sentence2(ai_standardReplaceVars(e.text(), m));
ret e;
}