Warning: session_start(): open(/var/lib/php/sessions/sess_vrri85ps0fg9qepvg537vohgjs, 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
scope javaTokNPunctuationWithBrackets.
static Map #cache = synchronizedMRUCache(1000);
static L javaTokNPunctuationWithBrackets(S s) {
LS tok = cache.get(s);
if (tok == null) cache.put(s, tok = javaTokNPunctuationWithBrackets_uncached(s));
ret tok;
}
static L javaTokNPunctuationWithBrackets_uncached(S s) {
ret tok_combineRoundOrCurlyBrackets_keep(javaTokNPunctuation_bracketsInC(s));
}