Warning: session_start(): open(/var/lib/php/sessions/sess_odrqvkgmclsud019kkdvmiqere, 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 int hHiliteJava_timeout = 10000;
static S hHiliteJava(S code) {
ret hHiliteJava(code, null);
}
static S hHiliteJava(S code, S style) {
S url = "http://hilite.me/api" + htmlQuery(+code, lexer := "java", divstyles := style);
pcall {
S html = loadPageWithTimeout(url, hHiliteJava_timeout);
if (nempty(style)) {
if (contains(style, "width:"))
html = html.replace("width:auto;", "");
html = html.replace("