Warning: session_start(): open(/var/lib/php/sessions/sess_3luk321baosfrgacafgp0pq16a, 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
// including actual input
static LS gazelle_exactHistoryFromRule(RuleEngine2.Rule rule) {
new Matches m;
new LS history;
for (GRuleLine l : unnull(rule.insWithType))
if (eq(l.type, "standard"))
listPut(history, 0, l.text);
else if (startsWith(l.type, "history-", m))
listPut(parseIntOpt(m.rest())-1, l.text);
ret reversed(history);
}