Home
last modified time | relevance | path

Searched refs:disk_changed (Results 1 – 24 of 24) sorted by relevance

/dports/emulators/frodo/Frodo-4.1b/Src/
H A D1541job.h57 bool disk_changed; // Flag: Disk changed (WP sensor strobe control) variable
65 bool disk_changed; member
105 if (disk_changed) { // Disk change -> WP sensor strobe in WPState()
106 disk_changed = false; in WPState()
H A D1541job.cpp80 disk_changed = true; in Job1541()
116 disk_changed = true; in NewPrefs()
446 state->disk_changed = disk_changed; in GetState()
461 disk_changed = state->disk_changed; in SetState()
/dports/devel/godot/godot-3.2.3-stable/editor/plugins/
H A Dshader_editor_plugin.cpp439 disk_changed->call_deferred("popup_centered"); in _check_for_external_edit()
473 disk_changed->hide(); in save_external_data()
483 disk_changed->hide(); in save_external_data()
699 disk_changed = memnew(ConfirmationDialog); in ShaderEditor()
702 disk_changed->add_child(vbc); in ShaderEditor()
708 disk_changed->connect("confirmed", this, "_reload_shader_from_disk"); in ShaderEditor()
709 disk_changed->get_ok()->set_text(TTR("Reload")); in ShaderEditor()
711 disk_changed->add_button(TTR("Resave"), !OS::get_singleton()->get_swap_ok_cancel(), "resave"); in ShaderEditor()
712 disk_changed->connect("custom_action", this, "save_external_data"); in ShaderEditor()
714 add_child(disk_changed); in ShaderEditor()
H A Dshader_editor_plugin.h109 ConfirmationDialog *disk_changed; variable
H A Dscript_editor_plugin.cpp765 disk_changed->hide(); in _resave_scripts()
812 disk_changed->hide(); in _reload_scripts()
894 disk_changed->call_deferred("popup_centered_ratio", 0.5); in _test_script_times_on_disk()
3451 disk_changed = memnew(ConfirmationDialog); in ScriptEditor()
3454 disk_changed->add_child(vbc); in ScriptEditor()
3464 disk_changed->connect("confirmed", this, "_reload_scripts"); in ScriptEditor()
3465 disk_changed->get_ok()->set_text(TTR("Reload")); in ScriptEditor()
3467 disk_changed->add_button(TTR("Resave"), !OS::get_singleton()->get_swap_ok_cancel(), "resave"); in ScriptEditor()
3468 disk_changed->connect("custom_action", this, "_resave_scripts"); in ScriptEditor()
3471 add_child(disk_changed); in ScriptEditor()
H A Dscript_editor_plugin.h276 ConfirmationDialog *disk_changed; variable
/dports/devel/godot-tools/godot-3.2.3-stable/editor/plugins/
H A Dshader_editor_plugin.cpp439 disk_changed->call_deferred("popup_centered"); in _check_for_external_edit()
473 disk_changed->hide(); in save_external_data()
483 disk_changed->hide(); in save_external_data()
699 disk_changed = memnew(ConfirmationDialog); in ShaderEditor()
702 disk_changed->add_child(vbc); in ShaderEditor()
708 disk_changed->connect("confirmed", this, "_reload_shader_from_disk"); in ShaderEditor()
709 disk_changed->get_ok()->set_text(TTR("Reload")); in ShaderEditor()
711 disk_changed->add_button(TTR("Resave"), !OS::get_singleton()->get_swap_ok_cancel(), "resave"); in ShaderEditor()
712 disk_changed->connect("custom_action", this, "save_external_data"); in ShaderEditor()
714 add_child(disk_changed); in ShaderEditor()
H A Dshader_editor_plugin.h109 ConfirmationDialog *disk_changed; variable
H A Dscript_editor_plugin.cpp765 disk_changed->hide(); in _resave_scripts()
812 disk_changed->hide(); in _reload_scripts()
894 disk_changed->call_deferred("popup_centered_ratio", 0.5); in _test_script_times_on_disk()
3451 disk_changed = memnew(ConfirmationDialog); in ScriptEditor()
3454 disk_changed->add_child(vbc); in ScriptEditor()
3464 disk_changed->connect("confirmed", this, "_reload_scripts"); in ScriptEditor()
3465 disk_changed->get_ok()->set_text(TTR("Reload")); in ScriptEditor()
3467 disk_changed->add_button(TTR("Resave"), !OS::get_singleton()->get_swap_ok_cancel(), "resave"); in ScriptEditor()
3468 disk_changed->connect("custom_action", this, "_resave_scripts"); in ScriptEditor()
3471 add_child(disk_changed); in ScriptEditor()
H A Dscript_editor_plugin.h276 ConfirmationDialog *disk_changed; variable
/dports/sysutils/testdisk/testdisk-7.1/src/
H A Dqphotorec.h41 void disk_changed(int index);
H A Dqphotorec.cpp326 void QPhotorec::disk_changed(int index) in disk_changed() function in QPhotorec
576 connect(HDDlistWidget, SIGNAL(activated(int)),this,SLOT(disk_changed(int))); in setupUI()
/dports/emulators/x16-rom/x16-rom-r38/dos/
H A Dmain.s22 .export dos_init, dos_unit, disk_changed
75 disk_changed: label
134 sta disk_changed
H A Dfunctions.s20 .import convert_errno_status, dos_unit, disk_changed
/dports/emulators/fs-uae/fs-uae-3.1.35/src/include/
H A Ddisk.h50 bool disk_changed; member
/dports/devel/godot2-tools/godot-2.1.6-stable/editor/plugins/
H A Dscript_editor_plugin.cpp852 disk_changed->hide(); in _resave_scripts()
888 disk_changed->hide(); in _reload_scripts()
973 disk_changed->call_deferred("popup_centered_ratio", 0.5); in _test_script_times_on_disk()
2961 disk_changed = memnew(ConfirmationDialog); in ScriptEditor()
2964 disk_changed->add_child(vbc); in ScriptEditor()
2965 disk_changed->set_child_rect(vbc); in ScriptEditor()
2975 disk_changed->connect("confirmed", this, "_reload_scripts"); in ScriptEditor()
2976 disk_changed->get_ok()->set_text(TTR("Reload")); in ScriptEditor()
2978 disk_changed->add_button(TTR("Resave"), !OS::get_singleton()->get_swap_ok_cancel(), "resave"); in ScriptEditor()
2979 disk_changed->connect("custom_action", this, "_resave_scripts"); in ScriptEditor()
[all …]
H A Dscript_editor_plugin.h234 ConfirmationDialog *disk_changed; variable
/dports/devel/godot2/godot-2.1.6-stable/editor/plugins/
H A Dscript_editor_plugin.cpp852 disk_changed->hide(); in _resave_scripts()
888 disk_changed->hide(); in _reload_scripts()
973 disk_changed->call_deferred("popup_centered_ratio", 0.5); in _test_script_times_on_disk()
2961 disk_changed = memnew(ConfirmationDialog); in ScriptEditor()
2964 disk_changed->add_child(vbc); in ScriptEditor()
2965 disk_changed->set_child_rect(vbc); in ScriptEditor()
2975 disk_changed->connect("confirmed", this, "_reload_scripts"); in ScriptEditor()
2976 disk_changed->get_ok()->set_text(TTR("Reload")); in ScriptEditor()
2978 disk_changed->add_button(TTR("Resave"), !OS::get_singleton()->get_swap_ok_cancel(), "resave"); in ScriptEditor()
2979 disk_changed->connect("custom_action", this, "_resave_scripts"); in ScriptEditor()
[all …]
H A Dscript_editor_plugin.h234 ConfirmationDialog *disk_changed; variable
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/scsi/
H A Dsd.c1626 bool disk_changed; in sd_check_events() local
1684 disk_changed = sdp->changed; in sd_check_events()
1687 return disk_changed ? DISK_EVENT_MEDIA_CHANGE : 0; in sd_check_events()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/scsi/
H A Dsd.c1626 bool disk_changed; in sd_check_events() local
1684 disk_changed = sdp->changed; in sd_check_events()
1687 return disk_changed ? DISK_EVENT_MEDIA_CHANGE : 0; in sd_check_events()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/scsi/
H A Dsd.c1626 bool disk_changed; in sd_check_events() local
1684 disk_changed = sdp->changed; in sd_check_events()
1687 return disk_changed ? DISK_EVENT_MEDIA_CHANGE : 0; in sd_check_events()
/dports/emulators/fs-uae/fs-uae-3.1.35/src/
H A Dx86.cpp1539 if (valid_floppy && fr.disk_changed) in infloppy()
H A Ddisk.cpp4953 fr->disk_changed = drv->dskchange || fr->img == NULL; in disk_reserved_getinfo()