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