MCPcopy Create free account

hub / github.com/alamaison/swish / functions

Functions1,774 in github.com/alamaison/swish

↓ 1 callersFunctionsandbox_directory
* Return the path to the sandbox directory. */
test/ssh/sandbox_fixture.cpp:67
↓ 1 callersFunctionselection_data_object
* Return a DataObject representing the items currently selected. * * @return NULL if nothing is selected. */
swish/host_folder/ViewCallback.cpp:84
↓ 1 callersFunctionsession_on_socket
We have to have this weird function because Boost.ASIO doesn't support Boost.Move rvalue-emulation. Ideally, connect_socket_to_host would return the
swish/connection/running_session.cpp:126
↓ 1 callersMethodsession_ptr
ssh/detail/sftp_channel_state.hpp:96
↓ 1 callersMethodsession_ptr
ssh/detail/file_handle_state.hpp:109
↓ 1 callersMethodset_key_files
test/common_boost/MockConsumer.hpp:136
↓ 1 callersMethodset_keyboard_interactive_max_attempts
test/common_boost/MockConsumer.hpp:131
↓ 1 callersMethodset_listing_behaviour
test/common_boost/MockProvider.hpp:483
↓ 1 callersMethodset_password_max_attempts
test/common_boost/MockConsumer.hpp:120
↓ 1 callersFunctionsetst
swish/remote_folder/filemode.c:38
↓ 1 callersFunctionsftp_error_code_to_string
ssh/sftp_error.hpp:63
↓ 1 callersFunctionshell_data_object_from_pidls
swish/shell_folder/DataObject.cpp:52
↓ 1 callersFunctionshell_details
* Caller has requested the IShellDetail object associated with this * folder. * * By default, that is this folder itself. */
swish/shell_folder/SwishFolder.hpp:193
↓ 1 callersMethodshow
* Force the dialogue window to appear. * * Useful to force the window to appear quicker than it normally would, * and to re
swish/drop_target/DropUI.cpp:194
↓ 1 callersMethodsize_in_bytes
swish/provider/libssh2_sftp_filesystem_item.cpp:268
↓ 1 callersFunctionsize_of_stream
* Return size of the streamed object in bytes. */
swish/drop_target/CopyFileOperation.cpp:81
↓ 1 callersFunctionssh_error_code_to_string
ssh/ssh_error.hpp:62
↓ 1 callersFunctionstartup
* Error-fetching wrapper around libssh2_session_startup. */
ssh/detail/libssh2/session.hpp:73
↓ 1 callersFunctionstat
* Error-fetching wrapper around libssh2_sftp_stat_ex. */
ssh/detail/libssh2/sftp.hpp:245
↓ 1 callersMethodstat
swish/provider/Provider.cpp:168
↓ 1 callersMethodstate
test/nse/explorer_command_tests.cpp:66
↓ 1 callersMethodstyle
ezel/detail/window_impl.hpp:270
↓ 1 callersMethodsupports_async
* Can the data_object be used asynchronously? */
swish/shell_folder/data_object/ShellDataObject.cpp:167
↓ 1 callersFunctionswap
swish/connection/authenticated_session.cpp:525
↓ 1 callersFunctionswitch_to_boost_locale
* Initialise Boost.Locale translation mechanism. */
swish/shell_folder/locale_setup.hpp:44
↓ 1 callersFunctionsymlink
* Error-fetching wrapper around libssh2_sftp_symlink. */
ssh/detail/libssh2/sftp.hpp:213
↓ 1 callersFunctiontest_enum
test/shell_folder/remote_folder_test.cpp:126
↓ 1 callersFunctiontest_pidl
test/shell_folder/sftp_directory_test.cpp:104
↓ 1 callersFunctionthrow_api_exception
ssh/ssh_error.hpp:200
↓ 1 callersMethodtitle
swish/drop_target/CopyFileOperation.cpp:231
↓ 1 callersMethodtoString
swish/remote_folder/Mode.cpp:204
↓ 1 callersFunctionto_buffer
* Write the window to a byte buffer as a control in a dialog template. */
ezel/detail/dialog_template.hpp:261
↓ 1 callersMethodto_string
ssh/knownhost.hpp:273
↓ 1 callersMethodtool_tip
swish/host_folder/commands/commands.cpp:102
↓ 1 callersMethodtool_tip
swish/nse/Command.cpp:55
↓ 1 callersFunctiontools_menu_with_fallback
* Get handle to explorer 'Tools' menu. * * The menu we want to insert into is actually the @e submenu of the * Tools menu @e item. Confusing! */
swish/host_folder/menu_command_manager.cpp:120
↓ 1 callersMethodtrace
* Output the trace message and break to a new line. */
swish/trace.hpp:76
↓ 1 callersFunctiontype_to_hostkey_type
* Convert the returned key-type from libssh2_session_hostkey into a * value from the hostkey_type enum. */
ssh/host_key.hpp:164
↓ 1 callersFunctionunlink_ex
* Error-fetching wrapper around libssh2_sftp_unlink_ex. */
ssh/detail/libssh2/sftp.hpp:319
↓ 1 callersMethodunreserve
swish/connection/session_manager.cpp:170
↓ 1 callersFunctionupdate
ssh/knownhost.hpp:732
↓ 1 callersMethodupdate
swish/host_folder/commands/CloseSession.cpp:323
↓ 1 callersMethodupdate_state
swish/host_folder/menu_command_manager.cpp:445
↓ 1 callersMethoduser_cancelled
* Has the user cancelled the operation via the progress dialogue? */
swish/drop_target/DropUI.cpp:123
↓ 1 callersFunctionuserauth
* Error-fetching wrapper around libssh2_agent_userauth. */
ssh/detail/libssh2/agent.hpp:203
↓ 1 callersMethodvalue
ezel/controls/spinner.hpp:145
↓ 1 callersFunctionverify_host_key
swish/connection/authenticated_session.cpp:112
↓ 1 callersFunctionverify_stream_read_
test/common_boost/stream_utils.cpp:41
↓ 1 callersFunctionview_of_last_item
swish/shell_folder/SftpDataObject.cpp:346
↓ 1 callersMethodwant_progress
* Should shell show progress UI when copying items? */
swish/shell_folder/data_object/FileGroupDescriptor.hpp:238
↓ 1 callersMethodwas_cancelled
@name Accessors */ @{
swish/forms/add_host.cpp:203
↓ 1 callersMethodwas_cancelled
swish/forms/password.cpp:81
↓ 1 callersFunctionwrite_control_to_buffer
ezel/detail/dialog_template.hpp:204
↓ 1 callersFunctionwrite_template_to_buffer
* Write the DLGTEMPLATE part of a Dialog template. * * Assumes the buffer is big enough to fit the data. Use * calculate_template_size to calculat
ezel/detail/dialog_template.hpp:113
MethodAbout
swish/frontend/commands/About.cpp:80
MethodAdd
swish/host_folder/commands/Add.cpp:82
MethodAddCommonRGSReplacements
test/provider/Module.cpp:52
MethodAddCommonRGSReplacements
test/shell_folder-com_dll/Module.cpp:42
MethodAddCommonRGSReplacements
test/nse/module.cpp:42
MethodAddCommonRGSReplacements
test/shell_folder-dialogue/Module.cpp:18
MethodAddCommonRGSReplacements
test/shell_folder/module.cpp:42
MethodAddHostForm
swish/forms/add_host.cpp:100
MethodAttach
swish/shell_folder/DataObject.h:217
FunctionBOOST_AUTO_TEST_CASE
* Test that connecting succeeds. */
test/connection/authenticated_session_test.cpp:81
FunctionBOOST_AUTO_TEST_CASE
test/connection/running_session_test.cpp:58
FunctionBOOST_AUTO_TEST_CASE
test/connection/connection_spec_test.cpp:104
FunctionBOOST_AUTO_TEST_CASE
test/connection/session_manager_test.cpp:123
FunctionBOOST_AUTO_TEST_CASE
test/connection/session_pool_test.cpp:122
FunctionBOOST_AUTO_TEST_CASE
test/provider-network/stream_test.cpp:118
FunctionBOOST_AUTO_TEST_CASE
test/provider-network/auth_test.cpp:92
FunctionBOOST_AUTO_TEST_CASE
test/version/version_test.cpp:45
FunctionBOOST_AUTO_TEST_CASE
test/ssh/session_test.cpp:56
FunctionBOOST_AUTO_TEST_CASE
* Server hostkey corresponds to test key when connected. */
test/ssh/host_key_test.cpp:105
FunctionBOOST_AUTO_TEST_CASE
test/ssh/knownhost_test.cpp:138
FunctionBOOST_AUTO_TEST_CASE
test/ssh/stream_test.cpp:174
FunctionBOOST_AUTO_TEST_CASE
test/ssh/filesystem_test.cpp:278
FunctionBOOST_AUTO_TEST_CASE
test/ssh/auth_test.cpp:71
FunctionBOOST_AUTO_TEST_CASE
test/forms/password_test.cpp:53
FunctionBOOST_AUTO_TEST_CASE
test/forms/add_host_test.cpp:67
FunctionBOOST_AUTO_TEST_CASE
test/remote_folder/properties_test.cpp:65
FunctionBOOST_AUTO_TEST_CASE
test/remote_folder/remote_commands_test.cpp:84
FunctionBOOST_AUTO_TEST_CASE
test/remote_folder/columns_test.cpp:76
FunctionBOOST_AUTO_TEST_CASE
test/remote_folder/remote_pidl_test.cpp:81
FunctionBOOST_AUTO_TEST_CASE
test/remote_folder/swish_pidl_test.cpp:53
FunctionBOOST_AUTO_TEST_CASE
test/provider/stream_create_test.cpp:54
FunctionBOOST_AUTO_TEST_CASE
test/provider/stream_write_test.cpp:79
FunctionBOOST_AUTO_TEST_CASE
test/provider/stream_read_test.cpp:118
FunctionBOOST_AUTO_TEST_CASE
* Create a form and test some basic properties. Then destroy it and test * them again. */
test/ezel/form_test.cpp:142
FunctionBOOST_AUTO_TEST_CASE
test/host_folder/properties_test.cpp:59
FunctionBOOST_AUTO_TEST_CASE
test/host_folder/columns_test.cpp:66
FunctionBOOST_AUTO_TEST_CASE
test/host_folder/host_pidl_test.cpp:70
FunctionBOOST_AUTO_TEST_CASE
test/host_folder/host_management_test.cpp:68
FunctionBOOST_AUTO_TEST_CASE
test/host_folder/view_callback_test.cpp:63
FunctionBOOST_AUTO_TEST_CASE
test/nse/default_context_menu_callback_tests.cpp:49
FunctionBOOST_AUTO_TEST_CASE
test/nse/explorer_command_tests.cpp:102
FunctionBOOST_AUTO_TEST_CASE
test/shell_folder-dialogue/KbdInteractiveDialog_test.cpp:104
FunctionBOOST_AUTO_TEST_CASE
test/shell_folder/global_lock_test.cpp:70
FunctionBOOST_AUTO_TEST_CASE
test/shell_folder/remote_folder_test.cpp:177
FunctionBOOST_AUTO_TEST_CASE
test/shell_folder/data_object_test.cpp:177
FunctionBOOST_AUTO_TEST_CASE
test/shell_folder/sftp_directory_test.cpp:231
← previousnext →601–700 of 1,774, ranked by callers