Warning: session_start(): open(/var/lib/php/sessions/sess_3q07k523nh86akbn90ff673mbq, 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 Set aggressivelyCollectPossibleGlobalIDs(S s) {
new LinkedHashSet ids;
if (s == null) ret ids;
Matcher matcher = matcher("[^a-z]([a-z]{16})(?![a-z])", " " + s);
while (matcher.find())
ids.add(matcher.group(1));
ret ids;
}