Warning: session_start(): open(/var/lib/php/sessions/sess_bkr743qhvqrefm522i73g20djb, 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 Collection nlLogic_certainOperatorArgsFromRuleWithParams(RuleWithParams r, S operator) {
new LinkedHashSet out;
for (Exp e : nlLogic_unrollAnd(r.rule.out)) {
e = nlLogic_applyMatches(e, r.matches);
if (e cast Func)
if (eq(e.name, operator))
out.add(nlLogic_text(e.arg));
nlLogic_checkHelper(e, r.matches); // changes matches e.g. for newID()
}
ret out;
}