MCPcopy Create free account

hub / github.com/PiSCSI/piscsi / functions

Functions1,324 in github.com/PiSCSI/piscsi

Functionset_httpserver_hostname
(pytestconfig, httpserver)
python/web/tests/conftest.py:36
Methodset_ind_in
Set transceiver IC4 to INPUT
cpp/scsiloop/scsiloop_gpio.cpp:148
Methodset_ind_out
Set transceiver IC4 to OUTPUT
cpp/scsiloop/scsiloop_gpio.cpp:142
Methodset_output_channel
Set the specified transciever to an OUTPUT. All of the other transceivers will be set to inputs. If a non-existent direction gpio is specified, this w
cpp/scsiloop/scsiloop_gpio.cpp:169
Methodset_tad_in
Set transceiver IC3 to INPUT
cpp/scsiloop/scsiloop_gpio.cpp:160
Methodset_tad_out
Set transceiver IC3 to OUTPUT
cpp/scsiloop/scsiloop_gpio.cpp:154
Functionshow_diskinfo
Displays disk image info
python/web/src/web.py:543
Functionshow_logs
Displays system logs
python/web/src/web.py:616
Functionshow_manpage
Displays manpage
python/web/src/web.py:568
Methodshow_mini_message
The mini message is a message on the screen that only coveres the center portion of the screen, i.e., the remaining content is still visible o
python/ctrlboard/src/menu/menu_controller.py:121
Functiontest_attach_device
(env, http_client, detach_devices, device_name, device_config)
python/web/tests/api/test_devices.py:53
Functiontest_attach_device_with_image
(http_client, create_test_image, detach_devices)
python/web/tests/api/test_devices.py:16
Functiontest_copy_file
(http_client, create_test_image, list_files, delete_file)
python/web/tests/api/test_files.py:150
Functiontest_create_cdrom_properties_file
(env, http_client)
python/web/tests/api/test_misc.py:63
Functiontest_create_file
(http_client, list_files, delete_file)
python/web/tests/api/test_files.py:22
Functiontest_create_file_and_format_fat
(env, http_client, list_files, delete_file)
python/web/tests/api/test_files.py:102
Functiontest_create_file_and_format_hfs
(http_client, list_files, delete_file)
python/web/tests/api/test_files.py:76
Functiontest_create_file_with_properties
(http_client, list_files, delete_file)
python/web/tests/api/test_files.py:47
Functiontest_create_image_with_properties_file
(http_client, delete_file)
python/web/tests/api/test_misc.py:83
Functiontest_create_iso_from_local_file
( http_client, create_test_image, list_files, delete_file, )
python/web/tests/api/test_files.py:446
Functiontest_create_iso_from_url
( httpserver, http_client, list_files, delete_file, )
python/web/tests/api/test_files.py:402
Functiontest_delete_file
(http_client, create_test_image, list_files)
python/web/tests/api/test_files.py:175
Functiontest_detach_all_devices
(http_client, create_test_image, list_attached_images)
python/web/tests/api/test_devices.py:102
Functiontest_detach_device
(http_client, create_test_image)
python/web/tests/api/test_devices.py:74
Functiontest_download_configs
(env, http_client)
python/web/tests/api/test_settings.py:162
Functiontest_download_image
(http_client, create_test_image)
python/web/tests/api/test_files.py:319
Functiontest_download_properties
(http_client, list_files, delete_file)
python/web/tests/api/test_files.py:330
Functiontest_download_url_to_dir
(env, httpserver, http_client, list_files, delete_file)
python/web/tests/api/test_files.py:365
Functiontest_eject_device
( http_client, create_test_image, detach_devices, device_name, device_type, extension )
python/web/tests/api/test_devices.py:139
Functiontest_extract_file
( httpserver, http_client, list_files, delete_file, archive_file_name, image_file_name )
python/web/tests/api/test_files.py:196
Functiontest_get_env_info
(http_client)
python/web/tests/api/test_misc.py:25
Methodtest_gpio_pin
Main test procedure.This will execute for each of the SCSI pins to make sure its connected properly.
cpp/scsiloop/scsiloop_gpio.cpp:215
Functiontest_healthcheck
(http_client)
python/web/tests/api/test_misc.py:117
Functiontest_index
(http_client)
python/web/tests/api/test_misc.py:16
Functiontest_login_with_invalid_credentials
(http_client_unauthenticated)
python/web/tests/api/test_auth.py:21
Functiontest_login_with_valid_credentials
(pytestconfig, http_client_unauthenticated)
python/web/tests/api/test_auth.py:4
Functiontest_logout
(http_client)
python/web/tests/api/test_auth.py:39
Functiontest_pwa_route
(http_client)
python/web/tests/api/test_misc.py:34
Functiontest_rename_file
(http_client, create_test_image, list_files, delete_file)
python/web/tests/api/test_files.py:130
Functiontest_rename_system
(env, http_client)
python/web/tests/api/test_settings.py:247
Functiontest_reserve_and_release_device
(http_client)
python/web/tests/api/test_devices.py:227
Functiontest_save_load_and_delete_configs
(env, http_client)
python/web/tests/api/test_settings.py:84
Functiontest_set_language
(http_client, locale, confirm_message)
python/web/tests/api/test_settings.py:29
Functiontest_set_log_level
(http_client, level)
python/web/tests/api/test_settings.py:45
Functiontest_set_theme
(http_client, theme)
python/web/tests/api/test_settings.py:210
Functiontest_set_theme_via_query_string
(http_client, theme)
python/web/tests/api/test_settings.py:232
Functiontest_show_device_info
(http_client, create_test_image, detach_devices)
python/web/tests/api/test_devices.py:199
Functiontest_show_diskinfo
(http_client, create_test_image)
python/web/tests/api/test_files.py:480
Functiontest_show_logs
(http_client)
python/web/tests/api/test_settings.py:68
Functiontest_show_manpage
(http_client)
python/web/tests/api/test_misc.py:109
Functiontest_show_named_drive_presets
(http_client)
python/web/tests/api/test_misc.py:41
Functiontest_upload_file
(http_client, delete_file)
python/web/tests/api/test_files.py:239
Functiontest_upload_file_form
(http_client, env, list_files, delete_file)
python/web/tests/api/test_files.py:288
Methodupdate
(self, updated_object)
python/ctrlboard/src/ctrlboard_event_handler/ctrlboard_print_event_handler.py:13
Methodupdate
Updates the menu / draws the screen if necessary.
python/ctrlboard/src/menu/menu_controller.py:144
Methodupdate
Method updates the menu drawing within the main loop in a non-blocking manner. Also updates the current entry scrolling if activated.
python/ctrlboard/src/menu/menu_renderer.py:278
Methodupdate_display
(self)
python/ctrlboard/src/menu/menu_renderer_adafruit_ssd1306.py:28
Methodupdate_display
(self)
python/ctrlboard/src/menu/menu_renderer_luma_oled.py:31
Methodupdate_display_image
(self, image)
python/ctrlboard/src/menu/menu_renderer_adafruit_ssd1306.py:24
Methodupdate_display_image
(self, image)
python/ctrlboard/src/menu/menu_renderer_luma_oled.py:28
Methodupdater
()
python/ctrlboard/src/ctrlboard_menu_builder.py:49
Functionupload_file
Uploads a file from the local computer to a directory on the system Expects a data stream from the Dropzone.js JavaScript library
python/web/src/web.py:1005
Functionupload_file_form
Uploads a file from the local computer to a directory on the system Expects a regular web form submission
python/web/src/web.py:1077
Functionupload_page
Sets up the data structures and kicks off the rendering of the file uploading page
python/web/src/web.py:346
Method~AbstractController
cpp/controllers/abstract_controller.h:43
Method~CDTrack
cpp/devices/cd_track.h:27
Method~CTapDriver
cpp/devices/ctapdriver.h:39
Method~CommandContext
cpp/piscsi/command_context.h:26
Method~ControllerManager
cpp/controllers/controller_manager.h:30
Method~DataSample
cpp/hal/data_sample.h:47
Method~DataSample_Raspberry
cpp/hal/data_sample_raspberry.h:101
Method~Device
cpp/devices/device.h:100
Method~DeviceFactory
cpp/devices/device_factory.h:29
Method~DeviceLogger
cpp/devices/device_logger.h:23
Method~Disk
cpp/devices/disk.h:47
Method~DiskCache
cpp/devices/disk_cache.h:51
Method~DiskTrack
cpp/devices/disk_track.cpp:23
Method~File
cpp/devices/scsi_streamer.cpp:17
Method~GPIOBUS
Destructor
cpp/hal/gpiobus.h:172
Method~GPIOBUS_Raspberry
cpp/hal/gpiobus_raspberry.h:78
Method~GPIOBUS_Virtual
cpp/hal/gpiobus_virtual.h:30
Method~HostServices
cpp/devices/host_services.h:25
Method~Localizer
cpp/piscsi/localizer.h:62
Method~MockAbstractController
cpp/test/mocks.h:184
Method~MockBus
cpp/test/mocks.h:70
Method~MockDevice
cpp/test/mocks.h:230
Method~MockDisk
cpp/test/mocks.h:356
Method~MockModePageDevice
cpp/test/mocks.h:265
Method~MockPrimaryDevice
cpp/test/mocks.h:249
Method~MockSCSIHD
cpp/test/mocks.h:374
Method~MockScsiController
cpp/test/mocks.h:210
Method~MockStorageDevice
cpp/test/mocks.h:312
Method~PhaseHandler
cpp/controllers/phase_handler.h:26
Method~PinControl
cpp/hal/pin_control.h:64
Method~Piscsi
cpp/piscsi/piscsi_core.h:35
Method~PiscsiExecutor
cpp/piscsi/piscsi_executor.h:27
Method~PiscsiImage
cpp/piscsi/piscsi_image.h:26
Method~PiscsiResponse
cpp/piscsi/piscsi_response.h:29
Method~PiscsiService
cpp/piscsi/piscsi_service.h:27
Method~PlatformSpecificTimer
Default destructor
cpp/hal/systimer.h:27
← previousnext →1,201–1,300 of 1,324, ranked by callers