Warning: session_start(): open(/var/lib/php/sessions/sess_10cu8t3jfdola626soeg16hdjc, 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
sclass TextChangingListCellRenderer extends DefaultListCellRenderer { O f; // func(S) -> S public Component getListCellRendererComponent(JList list, O value, int index, bool isSelected, bool cellHasFocus) { Component c = super.getListCellRendererComponent(list, value, index, isSelected, cellHasFocus); S s = strOrEmpty(value); setText(f == null ? value : str(callF(f, s))); ret c; } }