/dports/devel/godot2/godot-2.1.6-stable/scene/main/ |
H A D | http_request.h | 125 String get_download_file() const;
|
H A D | http_request.cpp | 493 String HTTPRequest::get_download_file() const { in get_download_file() function in HTTPRequest 536 ObjectTypeDB::bind_method(_MD("get_download_file"), &HTTPRequest::get_download_file); in _bind_methods()
|
/dports/devel/godot2-tools/godot-2.1.6-stable/scene/main/ |
H A D | http_request.h | 125 String get_download_file() const;
|
H A D | http_request.cpp | 493 String HTTPRequest::get_download_file() const { in get_download_file() function in HTTPRequest 536 ObjectTypeDB::bind_method(_MD("get_download_file"), &HTTPRequest::get_download_file); in _bind_methods()
|
/dports/devel/godot-tools/godot-3.2.3-stable/scene/main/ |
H A D | http_request.h | 127 String get_download_file() const;
|
H A D | http_request.cpp | 456 String HTTPRequest::get_download_file() const { in get_download_file() function in HTTPRequest 528 ClassDB::bind_method(D_METHOD("get_download_file"), &HTTPRequest::get_download_file); in _bind_methods()
|
/dports/devel/godot/godot-3.2.3-stable/scene/main/ |
H A D | http_request.h | 127 String get_download_file() const;
|
H A D | http_request.cpp | 456 String HTTPRequest::get_download_file() const { in get_download_file() function in HTTPRequest 528 ClassDB::bind_method(D_METHOD("get_download_file"), &HTTPRequest::get_download_file); in _bind_methods()
|
/dports/devel/godot/godot-3.2.3-stable/editor/plugins/ |
H A D | asset_library_editor_plugin.cpp | 356 error_text = TTR("Cannot save response to:") + " " + download->get_download_file(); in _http_download_completed() 372 String download_sha256 = FileAccess::get_sha256(download->get_download_file()); in _http_download_completed() 474 DirAccess::remove_file_or_error(download->get_download_file()); in _close() 480 String file = download->get_download_file(); in _install()
|
/dports/devel/godot-tools/godot-3.2.3-stable/editor/plugins/ |
H A D | asset_library_editor_plugin.cpp | 356 error_text = TTR("Cannot save response to:") + " " + download->get_download_file(); in _http_download_completed() 372 String download_sha256 = FileAccess::get_sha256(download->get_download_file()); in _http_download_completed() 474 DirAccess::remove_file_or_error(download->get_download_file()); in _close() 480 String file = download->get_download_file(); in _install()
|
/dports/devel/godot2/godot-2.1.6-stable/editor/ |
H A D | asset_library_editor_plugin.cpp | 346 String download_sha256 = FileAccess::get_sha256(download->get_download_file()); in _http_download_completed() 421 da->remove(download->get_download_file()); //clean up removed file in _close() 428 String file = download->get_download_file(); in _install()
|
/dports/devel/godot2-tools/godot-2.1.6-stable/editor/ |
H A D | asset_library_editor_plugin.cpp | 346 String download_sha256 = FileAccess::get_sha256(download->get_download_file()); in _http_download_completed() 421 da->remove(download->get_download_file()); //clean up removed file in _close() 428 String file = download->get_download_file(); in _install()
|
/dports/devel/godot-tools/godot-3.2.3-stable/editor/ |
H A D | export_template_manager.cpp | 426 String path = download_templates->get_download_file(); in _http_download_templates_completed()
|
/dports/devel/godot/godot-3.2.3-stable/editor/ |
H A D | export_template_manager.cpp | 426 String path = download_templates->get_download_file(); in _http_download_templates_completed()
|