Warning: session_start(): open(/var/lib/php/sessions/sess_g9m51mo32sr1du9ofssvfajj85, 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
!7
cmodule GBigInput > DynBigInputAndSections {
start {
dm_useLocalMechListCopies();
maximizeSingleSection = false;
}
void makeSections_impl {
S text = this.text;
// Contains double arrow? Offer to add as Gazelle rule
if (containsDoubleArrow_raw(text))
addComponent(stack, jSection("Add as raw rule", jbutton("Add as raw rule", rThread {
dm_gazelle_addRuleWithComment(text, "")
})));
// Search for mech list names
if (isSingleLine(text)) {
LS l = scoredSearch_localMechListNames(text);
if (nempty(l))
addComponent(stack, jSection("Mech List Names",
jPreferHeight(100, jlist(l))));
}
}
}