Home
last modified time | relevance | path

Searched refs:save_on_exit (Results 1 – 25 of 42) sorted by relevance

12

/dports/textproc/p5-Hailo/Hailo-0.75/t/storage/SQLite/
H A Din-memory.t40 for my $save_on_exit (0, 1) {
48 save_on_exit => $save_on_exit,
58 $hailo->train([ map { "moo-$save_on_exit-$_" } @train ]);
61 my $r = $hailo->reply("moo-$save_on_exit-You");
62 like($r, qr/moo-$save_on_exit-You/i, "got a reply to a word that now exist: $r");
77 if ($save_on_exit == 0) {
80 my $r = $hailo->reply("moo-$save_on_exit-You");
82 } elsif ($save_on_exit == 1) {
85 my $r = $hailo->reply("moo-$save_on_exit-You");
86 like($r, qr/moo-$save_on_exit-You/i, "got a reply to a word that now exist: $r");
[all …]
/dports/net-im/tkabber/tkabber-1.1.2/plugins/general/
H A Dsession.tcl13 custom::defvar options(save_on_exit) 1 \
40 if {$options(save_on_exit)} {
102 -variable [namespace current]::options(save_on_exit)
/dports/net-mgmt/ipcad/ipcad-3.7.3/
H A Dmain.c60 int save_on_exit = 0; variable
95 save_on_exit = 1; in main()
155 if(save_on_exit || restore) { in main()
309 if(save_on_exit) in main()
/dports/emulators/vice/vice-3.5/src/
H A Dmachine.c317 int save_on_exit; in machine_shutdown() local
331 resources_get_int("SaveResourcesOnExit", &save_on_exit); in machine_shutdown()
332 if (save_on_exit) { in machine_shutdown()
/dports/textproc/p5-Hailo/Hailo-0.75/t/command/
H A Dpassthrough.t11 is($hc->save_on_exit, 1, "Default Hailo autosave");
14 is($hc->save_on_exit, 0, "Hailo autosave matches set command autosave");
/dports/audio/exaile/exaile-4.1.1/plugins/history/
H A D__init__.py57 save_on_exit = settings.get_option(
67 if save_on_exit:
85 if save_on_exit and shown:
/dports/emulators/x16-emulator/x16-emulator-r38/
H A Dmemory.c207 case 4: save_on_exit = v; break; in emu_write()
226 return save_on_exit ? 1 : 0; in emu_read()
H A Dglue.h56 extern bool save_on_exit;
H A Dmain.c83 bool save_on_exit = true; variable
1044 if (save_on_exit) { in emulator_loop()
/dports/mail/p5-Mail-Box/Mail-Box-3.009/t/
H A D107mbox-update.t30 , save_on_exit => 0
H A D112mh-append.t28 , save_on_exit => 0
H A D115mh-seqs.t40 , save_on_exit => 0
H A D122maildir-append.t35 , save_on_exit => 0
H A D105mbox-thread.t33 , save_on_exit => 0
H A D103mbox-append.t35 , save_on_exit => 0
/dports/textproc/p5-Hailo/Hailo-0.75/lib/
H A DHailo.pm57 has save_on_exit => ( attribute in Hailo
336 $self->save() if blessed $self->{_storage} and $self->save_on_exit;
/dports/textproc/p5-Hailo/Hailo-0.75/utils/
H A Dhailo-benchmark-replies47 save_on_exit => 0,
/dports/devel/cc65/cc65-2.19/include/
H A Dcx16.h268 unsigned char save_on_exit; /* Boolean: save SD card when quitting */ member
/dports/games/flare-engine/flare-engine-1.12/src/
H A DGameStatePlay.cpp404 …bool save_on_exit = eset->misc.save_onexit && !(pc->stats.permadeath && pc->stats.cur_state == Sta… in checkCancel() local
406 if (save_on_exit && eset->misc.save_pos_onexit) { in checkCancel()
414 if (save_on_exit) in checkCancel()
432 if (save_on_exit) in checkCancel()
/dports/www/qutebrowser/qutebrowser-2.4.0/qutebrowser/misc/
H A Dsavemanager.py68 save_on_exit=self._save_on_exit,
/dports/mail/p5-Mail-Box/Mail-Box-3.009/lib/Mail/
H A DBox.pm85 = defined $args->{save_on_exit} ? $args->{save_on_exit} : 1;
/dports/textproc/p5-Hailo/Hailo-0.75/lib/Hailo/
H A DCommand.pm131 $self->save_on_exit($bool);
/dports/cad/gtkwave/gtkwave-3.3.107/src/
H A Dmain.c129 GLOBALS->save_on_exit = g_old->save_on_exit; in switch_page()
711 GLOBALS->save_on_exit = old_g->save_on_exit; in main_2()
1065 GLOBALS->save_on_exit = TRUE; in main_2()
H A Dglobals.c1942 new_globals->save_on_exit = GLOBALS->save_on_exit; in reload_into_new_context_2()
2869 GLOBALS->save_on_exit = g_old->save_on_exit; in context_swapper()
/dports/mail/p5-Mail-Box/Mail-Box-3.009/lib/Mail/Box/
H A DNet.pod96 save_on_exit Mail::Box <true>
155 =item save_on_exit => BOOLEAN

12