/dports/emulators/frodo/Frodo-4.1b/Src/ |
H A D | 1541job.h | 57 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 D | 1541job.cpp | 80 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 D | shader_editor_plugin.cpp | 439 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 D | shader_editor_plugin.h | 109 ConfirmationDialog *disk_changed; variable
|
H A D | script_editor_plugin.cpp | 765 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 D | script_editor_plugin.h | 276 ConfirmationDialog *disk_changed; variable
|
/dports/devel/godot-tools/godot-3.2.3-stable/editor/plugins/ |
H A D | shader_editor_plugin.cpp | 439 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 D | shader_editor_plugin.h | 109 ConfirmationDialog *disk_changed; variable
|
H A D | script_editor_plugin.cpp | 765 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 D | script_editor_plugin.h | 276 ConfirmationDialog *disk_changed; variable
|
/dports/sysutils/testdisk/testdisk-7.1/src/ |
H A D | qphotorec.h | 41 void disk_changed(int index);
|
H A D | qphotorec.cpp | 326 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 D | main.s | 22 .export dos_init, dos_unit, disk_changed 75 disk_changed: label 134 sta disk_changed
|
H A D | functions.s | 20 .import convert_errno_status, dos_unit, disk_changed
|
/dports/emulators/fs-uae/fs-uae-3.1.35/src/include/ |
H A D | disk.h | 50 bool disk_changed; member
|
/dports/devel/godot2-tools/godot-2.1.6-stable/editor/plugins/ |
H A D | script_editor_plugin.cpp | 852 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 D | script_editor_plugin.h | 234 ConfirmationDialog *disk_changed; variable
|
/dports/devel/godot2/godot-2.1.6-stable/editor/plugins/ |
H A D | script_editor_plugin.cpp | 852 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 D | script_editor_plugin.h | 234 ConfirmationDialog *disk_changed; variable
|
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/scsi/ |
H A D | sd.c | 1626 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 D | sd.c | 1626 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 D | sd.c | 1626 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 D | x86.cpp | 1539 if (valid_floppy && fr.disk_changed) in infloppy()
|
H A D | disk.cpp | 4953 fr->disk_changed = drv->dskchange || fr->img == NULL; in disk_reserved_getinfo()
|