Home
last modified time | relevance | path

Searched defs:dst_repo_id (Results 1 – 12 of 12) sorted by relevance

/dports/www/seahub/seahub-8.0.7-server/seahub/api2/endpoints/
H A Dmove_folder_merge.py44 def folder_name_duplicate(username, src_folder_name, dst_repo_id, dst_parent_dir): argument
56 dst_repo_id, dst_parent_dir, dst_dirent_name): argument
/dports/net-mgmt/seafile-gui/seafile-client-7.0.9/src/filebrowser/
H A Dfile-browser-requests.cpp41 const QStringList& src_file_names, const QString& dst_repo_id, in assembleJsonReq()
267 const QString &dst_repo_id, in MoveFileRequest()
320 const QString &dst_repo_id, in AsyncCopyAndMoveOneItemRequest()
365 const QString &dst_repo_id, in AsyncCopyMultipleItemsRequest()
411 const QString &dst_repo_id, in AsyncMoveMultipleItemsRequest()
455 const QString &dst_repo_id, in CopyMultipleFilesRequest()
481 const QString &dst_repo_id, in MoveMultipleFilesRequest()
H A Ddata-mgr.cpp183 const QString &dst_repo_id, in copyDirents()
342 const QString &dst_repo_id, in moveDirents()
566 void DataManager::onCopyDirentsSuccess(const QString& dst_repo_id) in onCopyDirentsSuccess()
571 void DataManager::onMoveDirentsSuccess(const QString& dst_repo_id) in onMoveDirentsSuccess()
H A Dfile-browser-dialog.cpp1760 void DataManagerNotify::onDirentsCopySuccess(const QString& dst_repo_id) in onDirentsCopySuccess()
1767 void DataManagerNotify::onDirentsMoveSuccess(const QString& dst_repo_id) in onDirentsMoveSuccess()
/dports/net-mgmt/seafile-server/seafile-server-8.0.7-server/server/
H A Dcopy-mgr.c95 char dst_repo_id[37]; member
135 const char *dst_repo_id, in seaf_copy_manager_add_task()
H A Drepo-op.c2022 const char *dst_repo_id, in cross_repo_copy()
2331 const char *dst_repo_id, in seaf_repo_manager_copy_file()
2479 const char *dst_repo_id, in seaf_repo_manager_copy_multiple_files()
2758 const char *dst_repo_id, in cross_repo_move()
3003 const char *dst_repo_id, in seaf_repo_manager_move_file()
3186 const char *dst_repo_id, in seaf_repo_manager_move_multiple_files()
/dports/net-mgmt/seafile-server/seafile-server-8.0.7-server/common/
H A Dobj-store.c125 const char *dst_repo_id, in seaf_obj_store_copy_obj()
H A Dobj-backend-fs.c413 const char *dst_repo_id, in obj_backend_fs_copy()
H A Drpc-service.c2782 const char *dst_repo_id, in seafile_copy_file()
2866 const char *dst_repo_id, in seafile_move_file()
/dports/net-mgmt/seafile-client/seafile-7.0.9/common/
H A Dobj-store.c127 const char *dst_repo_id, in seaf_obj_store_copy_obj()
H A Dobj-backend-fs.c421 const char *dst_repo_id, in obj_backend_fs_copy()
/dports/www/seahub/seahub-8.0.7-server/tests/api/endpoints/
H A Dtest_repos_batch.py273 def folder_exist(src_folder, dst_repo_id, dst_folder): argument