Home
last modified time | relevance | path

Searched refs:is_org (Results 1 – 25 of 27) sorted by relevance

12

/dports/www/seahub/seahub-8.0.7-server/seahub/share/
H A Dutils.py157 def check_user_share_out_permission(repo_id, path, share_to, is_org=False): argument
160 repo = seafile_api.get_shared_repo_by_path(repo_id, path, share_to, is_org)
171 def check_user_share_in_permission(repo_id, share_to, is_org=False): argument
173 repo = seafile_api.get_shared_repo_by_path(repo_id, None, share_to, is_org)
180 def check_group_share_out_permission(repo_id, path, group_id, is_org=False): argument
183 repo = seafile_api.get_group_shared_repo_by_path(repo_id, path, group_id, is_org)
195 def check_group_share_in_permission(repo_id, group_id, is_org=False): argument
197 repo = seafile_api.get_group_shared_repo_by_path(repo_id, None, group_id, is_org)
/dports/www/seahub/seahub-8.0.7-server/seahub/api2/endpoints/
H A Dgroup_libraries.py201 is_org = False
203 is_org = True
213 permission, org_id if is_org else None)
230 None, group_id, is_org)
267 is_org = False
269 is_org = True
272 None, group_id, is_org)
287 permission = check_group_share_in_permission(repo_id, group_id, is_org)
289 if is_org:
H A Dbe_shared_repo.py38 is_org = is_org_context(request)
40 permission = check_user_share_in_permission(repo_id, username, is_org)
41 if is_org:
H A Dshared_repos.py254 is_org = False
257 is_org = True
265 permission = check_user_share_out_permission(repo_id, '/', user, is_org)
293 permission = check_group_share_out_permission(repo_id, '/', group_id, is_org)
297 if is_org:
H A Ddir_shared_items.py554 is_org = is_org_context(request)
555 permission = check_group_share_out_permission(repo_id, path, group_id, is_org)
557 if is_org:
H A Dgroup_owned_libraries.py1350 is_org = True
1353 is_org = False
1360 permission = check_user_share_in_permission(repo_id, username, is_org)
/dports/devel/py-fsspec/fsspec-2021.11.1/fsspec/implementations/
H A Dgithub.py65 def repos(cls, org_or_user, is_org=True): argument
83 part=["users", "orgs"][is_org], org=org_or_user
/dports/net-mgmt/seafile-server/seafile-server-8.0.7-server/python/seaserv/
H A Dapi.py433 def get_shared_repo_by_path(self, repo_id, path, shared_to, is_org=False): argument
438 … return seafserv_threaded_rpc.get_shared_repo_by_path(repo_id, path, shared_to, 1 if is_org else 0)
499 def get_group_shared_repo_by_path (self, repo_id, path, group_id, is_org=False): argument
504 …rn seafserv_threaded_rpc.get_group_shared_repo_by_path(repo_id, path, group_id, 1 if is_org else 0)
842 def convert_repo_path(self, repo_id, path, user, is_org=False): argument
843 return seafserv_threaded_rpc.convert_repo_path(repo_id, path, user, 1 if is_org else 0)
/dports/net-mgmt/seafile-server/seafile-server-8.0.7-server/server/
H A Dshare-mgr.h107 int is_org,
H A Drepo-mgr.h877 gboolean is_org,
910 gboolean is_org,
H A Dshare-mgr.c786 int is_org, in seaf_get_shared_repo_by_path() argument
808 if (!is_org) in seaf_get_shared_repo_by_path()
H A Drepo-mgr.c4329 gboolean is_org, in seaf_get_group_shared_repo_by_path() argument
4351 if (!is_org) in seaf_get_group_shared_repo_by_path()
4581 gboolean is_org, in seaf_repo_manager_convert_repo_path() argument
4606 is_org ? "OrgSharedRepo" : "SharedRepo"); in seaf_repo_manager_convert_repo_path()
4632 is_org ? "OrgGroupRepo" : "RepoGroup"); in seaf_repo_manager_convert_repo_path()
/dports/devel/binutils/binutils-2.37/gas/config/
H A Dtc-avr.h236 unsigned is_org : 1; member
H A Dtc-avr.c2266 fragP->tc_frag_data.is_org = true; in avr_handle_align()
2296 if (fragP->tc_frag_data.is_org) in create_record_for_frag()
2346 || fragP->tc_frag_data.is_org) in append_records_for_section()
/dports/lang/gnatdroid-binutils-x86/binutils-2.27/gas/config/
H A Dtc-avr.h230 unsigned is_org : 1; member
H A Dtc-avr.c2044 fragP->tc_frag_data.is_org = TRUE; in avr_handle_align()
2074 if (fragP->tc_frag_data.is_org) in create_record_for_frag()
2124 || fragP->tc_frag_data.is_org) in append_records_for_section()
/dports/devel/gnulibiberty/binutils-2.37/gas/config/
H A Dtc-avr.h236 unsigned is_org : 1; member
H A Dtc-avr.c2266 fragP->tc_frag_data.is_org = true; in avr_handle_align()
2296 if (fragP->tc_frag_data.is_org) in create_record_for_frag()
2346 || fragP->tc_frag_data.is_org) in append_records_for_section()
/dports/devel/arm-elf-binutils/binutils-2.37/gas/config/
H A Dtc-avr.h236 unsigned is_org : 1; member
H A Dtc-avr.c2266 fragP->tc_frag_data.is_org = true; in avr_handle_align()
2296 if (fragP->tc_frag_data.is_org) in create_record_for_frag()
2346 || fragP->tc_frag_data.is_org) in append_records_for_section()
/dports/lang/gnatdroid-binutils/binutils-2.27/gas/config/
H A Dtc-avr.h230 unsigned is_org : 1; member
H A Dtc-avr.c2044 fragP->tc_frag_data.is_org = TRUE; in avr_handle_align()
2074 if (fragP->tc_frag_data.is_org) in create_record_for_frag()
2124 || fragP->tc_frag_data.is_org) in append_records_for_section()
/dports/net-mgmt/seafile-server/seafile-server-8.0.7-server/python/seafile/
H A Drpcclient.py261 def get_shared_repo_by_path(repo_id, path, shared_to, is_org): argument
300 def get_group_shared_repo_by_path(repo_id, path, group_id, is_org): argument
738 def convert_repo_path(repo_id, path, user, is_org): argument
/dports/net-mgmt/seafile-server/seafile-server-8.0.7-server/include/
H A Dseafile-rpc.h1087 int is_org,
1094 int is_org,
1122 int is_org,
/dports/net-mgmt/seafile-server/seafile-server-8.0.7-server/common/
H A Drpc-service.c4368 int is_org, in seafile_get_group_shared_repo_by_path() argument
4377 …return seaf_get_group_shared_repo_by_path (mgr, repo_id, path, group_id, is_org ? TRUE:FALSE, erro… in seafile_get_group_shared_repo_by_path()
4384 int is_org, in seafile_get_shared_repo_by_path() argument
4393 return seaf_get_shared_repo_by_path (mgr, repo_id, path, shared_to, is_org ? TRUE:FALSE, error); in seafile_get_shared_repo_by_path()
4490 int is_org, in seafile_convert_repo_path() argument
4499 …char *ret = seaf_repo_manager_convert_repo_path(seaf->repo_mgr, repo_id, rpath, user, is_org ? TRU… in seafile_convert_repo_path()

12