Home
last modified time | relevance | path

Searched refs:auto_save (Results 1 – 25 of 370) sorted by relevance

12345678910>>...15

/dports/www/elgg/elgg-3.3.23/mod/blog/actions/blog/
H A Dauto_save_revision.php61 $auto_save = $auto_save_annotations[0]; variable
63 $auto_save = false; variable
66 if (!$auto_save) {
68 } elseif ($auto_save instanceof ElggAnnotation && $auto_save->value != $description) {
71 } elseif ($auto_save instanceof ElggAnnotation && $auto_save->value == $description) {
73 $annotation_id = $auto_save->id;
/dports/www/elgg/elgg-3.3.23/vendor/elgg/elgg/mod/blog/actions/blog/
H A Dauto_save_revision.php61 $auto_save = $auto_save_annotations[0]; variable
63 $auto_save = false; variable
66 if (!$auto_save) {
68 } elseif ($auto_save instanceof ElggAnnotation && $auto_save->value != $description) {
71 } elseif ($auto_save instanceof ElggAnnotation && $auto_save->value == $description) {
73 $annotation_id = $auto_save->id;
/dports/misc/orange3/orange3-3.29.1/Orange/widgets/utils/save/tests/
H A Dtest_owsavebase.py118 auto_save=True))
121 self.assertFalse(w.auto_save)
130 self.assertFalse(w.auto_save)
139 self.assertFalse(w.auto_save)
148 self.assertFalse(w.auto_save)
159 self.assertTrue(w.auto_save)
168 self.assertFalse(w.auto_save)
177 self.assertTrue(w.auto_save)
186 self.assertFalse(w.auto_save)
195 self.assertTrue(w.auto_save)
[all …]
/dports/cad/cura/Cura-58bae31/cura/Backups/
H A DBackupsManager.py64 auto_save = self._application.getAutoSave()
66 if auto_save:
67 auto_save.setEnabled(False)
75 auto_save = self._application.getAutoSave()
77 if auto_save:
78 auto_save.setEnabled(True)
/dports/x11-fm/gentoo/gentoo-0.20.7/src/
H A Dcmd_configure.c15 gboolean auto_save; /* Automatic save, suppresses the dialog on quit. */ member
39 return configure_options.auto_save; in cmd_configure_autosave()
46 configure_options.auto_save = FALSE; in cfg_configurecmd()
50 …_save", _("Automatically Save Changed Configuration on Exit?"), offsetof(OptConfigure, auto_save)); in cfg_configurecmd()
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/arch/gtk3/widgets/base/
H A Dcartimagewidget.c175 GtkWidget *auto_save; in cart_image_widget_create() local
200 auto_save = vice_gtk3_resource_check_button_new(resource_write, in cart_image_widget_create()
202 g_object_set(auto_save, "margin-left", 16, NULL); in cart_image_widget_create()
203 gtk_grid_attach(GTK_GRID(grid), auto_save, 0, 2, 2, 1); in cart_image_widget_create()
/dports/emulators/vice/vice-3.5/src/arch/gtk3/widgets/base/
H A Dcartimagewidget.c207 GtkWidget *auto_save; in cart_image_widget_create() local
232 auto_save = vice_gtk3_resource_check_button_new(resource_write, in cart_image_widget_create()
234 g_object_set(auto_save, "margin-left", 16, NULL); in cart_image_widget_create()
235 gtk_grid_attach(GTK_GRID(grid), auto_save, 0, 2, 2, 1); in cart_image_widget_create()
/dports/devel/gnome-builder/gnome-builder-41.3/src/plugins/auto-save/
H A Dgbp-auto-save-buffer-addin.c36 guint auto_save : 1; member
63 if (!self->auto_save) in gbp_auto_save_buffer_addin_create_source()
106 self->auto_save = g_settings_get_boolean (settings, "auto-save"); in gbp_auto_save_buffer_addin_changed_cb()
127 self->auto_save = g_settings_get_boolean (self->settings, "auto-save"); in gbp_auto_save_buffer_addin_load()
/dports/editors/gnome-latex/gnome-latex-3.38.0/src/
H A Ddocument_tab.vala69 public bool auto_save
131 auto_save = settings.get_boolean ("auto-save");
193 return_if_fail (auto_save);
203 if (auto_save && document.location != null && !document.readonly)
225 return_val_if_fail (auto_save, false);
/dports/www/elgg/elgg-3.3.23/vendor/elgg/elgg/mod/blog/
H A Dstart.php276 $auto_save = $auto_save_annotations[0];
278 $auto_save = false;
282 if ($auto_save && $revision && $auto_save->id != $revision->id) {
/dports/www/elgg/elgg-3.3.23/mod/blog/
H A Dstart.php276 $auto_save = $auto_save_annotations[0];
278 $auto_save = false;
282 if ($auto_save && $revision && $auto_save->id != $revision->id) {
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/stdlib/src/
H A Ddets.hrl50 -type auto_save() :: 'infinity' | non_neg_integer(). type
85 auto_save :: auto_save(),
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/stdlib/src/
H A Ddets.hrl50 -type auto_save() :: 'infinity' | non_neg_integer(). type
85 auto_save :: auto_save(),
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/stdlib/src/
H A Ddets.hrl50 -type auto_save() :: 'infinity' | non_neg_integer(). type
85 auto_save :: auto_save(),
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/stdlib/src/
H A Ddets.hrl50 -type auto_save() :: 'infinity' | non_neg_integer(). type
85 auto_save :: auto_save(),
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/stdlib/src/
H A Ddets.hrl50 -type auto_save() :: 'infinity' | non_neg_integer(). type
85 auto_save :: auto_save(),
/dports/lang/erlang/otp-OTP-24.1.7/lib/stdlib/src/
H A Ddets.hrl50 -type auto_save() :: 'infinity' | non_neg_integer(). type
85 auto_save :: auto_save(),
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/stdlib/src/
H A Ddets.hrl50 -type auto_save() :: 'infinity' | non_neg_integer(). type
85 auto_save :: auto_save(),
/dports/multimedia/QtAV/QtAV-1.13.0/src/
H A DVideoCapture.cpp123 , auto_save(true) in VideoCapture()
155 if (auto_save == value) in setAutoSave()
157 auto_save = value; in setAutoSave()
163 return auto_save; in autoSave()
/dports/misc/orange3/orange3-3.29.1/Orange/widgets/utils/save/
H A Dowsavebase.py61 auto_save = Setting(False) variable in OWSaveBase
127 self.auto_save = False
134 self.auto_save = False
185 if self.auto_save and self.filename:
249 self.Error.no_file_name(shown=not self.filename and self.auto_save)
/dports/net/p5-Net-OAuth2/Net-OAuth2-0.67/lib/Net/OAuth2/Profile/
H A DWebServer.pm33 $self->{NOPW_auto_save} = $args->{auto_save}
43 sub auto_save() {shift->{NOPW_auto_save}} subroutine
97 , auto_refresh => !!$self->auto_save
/dports/games/connectagram/connectagram-1.2.11/src/
H A Dboard.cpp33 QTimer* auto_save = new QTimer(this); in Board() local
34 auto_save->setInterval(30000); in Board()
35 connect(auto_save, &QTimer::timeout, this, &Board::saveGame); in Board()
36 auto_save->start(); in Board()
/dports/emulators/mess/mame-mame0226/src/devices/machine/
H A Dx2212.h45 void set_auto_save(bool auto_save) { m_auto_save = auto_save; } in set_auto_save() argument
/dports/emulators/mame/mame-mame0226/src/devices/machine/
H A Dx2212.h45 void set_auto_save(bool auto_save) { m_auto_save = auto_save; } in set_auto_save() argument
/dports/chinese/librime/librime-1.7.3/src/rime/config/
H A Dconfig_data.h40 void set_auto_save(bool auto_save) { auto_save_ = auto_save; } in set_auto_save() argument

12345678910>>...15