Home
last modified time | relevance | path

Searched refs:get_download_file (Results 1 – 14 of 14) sorted by relevance

/dports/devel/godot2/godot-2.1.6-stable/scene/main/
H A Dhttp_request.h125 String get_download_file() const;
H A Dhttp_request.cpp493 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 Dhttp_request.h125 String get_download_file() const;
H A Dhttp_request.cpp493 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 Dhttp_request.h127 String get_download_file() const;
H A Dhttp_request.cpp456 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 Dhttp_request.h127 String get_download_file() const;
H A Dhttp_request.cpp456 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 Dasset_library_editor_plugin.cpp356 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 Dasset_library_editor_plugin.cpp356 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 Dasset_library_editor_plugin.cpp346 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 Dasset_library_editor_plugin.cpp346 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 Dexport_template_manager.cpp426 String path = download_templates->get_download_file(); in _http_download_templates_completed()
/dports/devel/godot/godot-3.2.3-stable/editor/
H A Dexport_template_manager.cpp426 String path = download_templates->get_download_file(); in _http_download_templates_completed()