Warning: session_start(): open(/var/lib/php/sessions/sess_d61dls7r80f2fesan2mefnl6f5, 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 L ai_spaceToSpace_es(S space1, S space2, Collection inputs, O... _) {
ret map(s -> ai_spaceToSpace_es(space1, space2, s, _), inputs);
}
static ES ai_spaceToSpace_es(S space1, S space2, ES input, O... _) {
S userName = optPar userName(_, 'usery);
S computerName = optPar computerName(_, 'computery);
if (eq(space1, 'user) && eq(space2, 'objective))
ret extTrans ai_spaceToSpace(input, switcheroo_youToName(computerName, switcheroo_iToName(userName, input!)));
if (eq(space1, 'objective) && eq(space2, 'computer))
ret extTrans ai_spaceToSpace(input, switcheroo_nameToYou(userName, switcheroo_nameToI(computerName, input!));
ret input;
}