Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pydio/cells
/ functions
Functions
22,850 in github.com/pydio/cells
⨍
Functions
22,850
◇
Types & classes
3,951
Method
DeleteNode
(ctx context.Context, in *tree.DeleteNodeRequest, opts ...grpc.CallOption)
common/nodes/compose/client.go:118
Method
DeleteNode
DeleteNode forwards call to the grpc gateway. For folders, the recursive deletion will happen on the gateway side. It may take some time, thus a reque
common/sync/endpoints/cells/cells.go:507
Method
DeleteNode
(ctx context.Context, path string)
common/sync/endpoints/s3/client-s3.go:190
Method
DeleteNode
(ctx context.Context, path string)
common/sync/endpoints/s3/multi-bucket.go:321
Method
DeleteNode
(ctx context.Context, request *tree.DeleteNodeRequest)
common/sync/endpoints/index/index-streamer.go:304
Method
DeleteNode
(ctx context.Context, path string)
common/sync/endpoints/index/index-endpoint.go:156
Method
DeleteNode
(ctx context.Context, path string)
common/sync/endpoints/filesystem/client-fs.go:424
Method
DeleteNode
(_ context.Context, path string)
common/sync/endpoints/bus/pubsub_test.go:104
Method
DeleteNode
(ctx context.Context, path string)
common/sync/endpoints/bus/pubsub_test.go:556
Method
DeleteNode
DeleteNode is used to delete nodes
gateway/grpc/handler.go:256
Method
DeleteNodeKey
(ctx context.Context, req *encryption.DeleteNodeKeyRequest)
data/key/grpc/handler.go:292
Method
DeleteNodeKey
(ctx context.Context, key *encryption.NodeKey)
data/key/dao/sql/sql.go:272
Method
DeleteNodeKey
(ctx context.Context, in *DeleteNodeKeyRequest, opts ...grpc.CallOption)
common/proto/encryption/cells-encryption_grpc.pb.go:410
Method
DeleteNodeKey
(context.Context, *DeleteNodeKeyRequest)
common/proto/encryption/cells-encryption_grpc.pb.go:437
Method
DeleteNodeKey
(context.Context, *DeleteNodeKeyRequest)
common/proto/encryption/cells-encryption_grpc.pb.go:461
Method
DeleteNodeSharedKey
(ctx context.Context, req *encryption.DeleteNodeSharedKeyRequest)
data/key/grpc/handler.go:305
Method
DeleteNodeSharedKey
(ctx context.Context, in *DeleteNodeSharedKeyRequest, opts ...grpc.CallOption)
common/proto/encryption/cells-encryption_grpc.pb.go:419
Method
DeleteNodeSharedKey
(context.Context, *DeleteNodeSharedKeyRequest)
common/proto/encryption/cells-encryption_grpc.pb.go:438
Method
DeleteNodeSharedKey
(context.Context, *DeleteNodeSharedKeyRequest)
common/proto/encryption/cells-encryption_grpc.pb.go:464
Method
DeleteNodeStream
Missing associated documentation comment in .proto file.
python/cells_tree_pb2_grpc.py:556
Method
DeleteNodeStream
(request_iterator, target, options=(), channel_credentials=None,
python/cells_tree_pb2_grpc.py:646
Method
DeleteNodeStream
DeleteNodeStream implements the streaming version of DeleteNode for the TreeServer
data/source/index/grpc/handler-stream.go:80
Method
DeleteNodeStream
(ctx context.Context, opts ...grpc.CallOption)
common/proto/tree/cells-tree_grpc.pb.go:754
Method
DeleteNodeStream
(NodeReceiverStream_DeleteNodeStreamServer)
common/proto/tree/cells-tree_grpc.pb.go:791
Method
DeleteNodeStream
(NodeReceiverStream_DeleteNodeStreamServer)
common/proto/tree/cells-tree_grpc.pb.go:805
Method
DeleteNodeStream
(tree.NodeReceiverStream_DeleteNodeStreamServer)
gateway/grpc/handler.go:124
Method
DeleteNodes
DeleteNodes either moves to recycle bin or definitively removes nodes.
data/tree/rest/rest.go:115
Method
DeleteObject
DeleteObject deletes a blob in bucket
gateway/data/gw/gateway-pydio.go:458
Method
DeleteObjects
(_ context.Context, _ string, _ []minio.ObjectToDelete, _ minio.ObjectOptions)
gateway/data/gw/gateway-pydio.go:84
Method
DeleteOne
(ctx context.Context, data interface{})
common/storage/mongodb/indexer.go:100
Method
DeleteOne
(ctx context.Context, data interface{})
common/storage/bleve/indexer.go:288
Function
DeleteOutline
(iProps)
frontend/assets/gui.ajax/res/js/ui/HOCs/material/AdditionalIcons.js:25
Method
DeletePKCERequestSession
(ctx context.Context, signature string)
idm/oauth/dao/sql/oauth2.go:307
Method
DeletePackage
(ctx context.Context, in *DeletePackageRequest, opts ...grpc.CallOption)
common/proto/update/cells-update_grpc.pb.go:185
Method
DeletePackage
(context.Context, *DeletePackageRequest)
common/proto/update/cells-update_grpc.pb.go:202
Method
DeletePackage
(context.Context, *DeletePackageRequest)
common/proto/update/cells-update_grpc.pb.go:219
Method
DeletePoliciesBySubject
(ctx context.Context, subject string)
common/storage/sql/resources/cache.go:82
Method
DeletePoliciesBySubject
DeletePoliciesBySubject removes all policies for a given resource
common/storage/sql/resources/gorm.go:136
Method
DeletePoliciesForResource
(ctx context.Context, resourceId string)
common/storage/sql/resources/cache.go:60
Method
DeletePoliciesForResource
DeletePoliciesForResource removes all policies for a given resource
common/storage/sql/resources/gorm.go:101
Method
DeletePoliciesForResourceAndAction
(ctx context.Context, resourceId string, action service.ResourcePolicyAction)
common/storage/sql/resources/cache.go:65
Method
DeletePoliciesForResourceAndAction
DeletePoliciesForResourceAndAction removes policies for a given resource only if they have the corresponding action
common/storage/sql/resources/gorm.go:141
Method
DeletePolicyGroup
Missing associated documentation comment in .proto file.
python/cells_idm_pb2_grpc.py:1090
Method
DeletePolicyGroup
(request, target, options=(), channel_credentials=None, call_c
python/cells_idm_pb2_grpc.py:1206
Method
DeletePolicyGroup
(ctx context.Context, group *idm.PolicyGroup)
idm/policy/defaults_test.go:310
Method
DeletePolicyGroup
(ctx context.Context, request *idm.DeletePolicyGroupRequest)
idm/policy/grpc/handler.go:273
Method
DeletePolicyGroup
DeletePolicyGroup deletes a policy group and all related policies.
idm/policy/dao/sql/sql.go:276
Method
DeletePolicyGroup
(ctx context.Context, in *DeletePolicyGroupRequest, opts ...grpc.CallOption)
common/proto/idm/cells-idm_grpc.pb.go:1816
Method
DeletePolicyGroup
(context.Context, *DeletePolicyGroupRequest)
common/proto/idm/cells-idm_grpc.pb.go:1838
Method
DeletePolicyGroup
(context.Context, *DeletePolicyGroupRequest)
common/proto/idm/cells-idm_grpc.pb.go:1861
Method
DeletePublicLink
DeletePublicLink responds to DELETE /node/link/{Uuid} Output rest.PublicLinkDeleteSuccess
gateway/restv2/api-links.go:104
Method
DeleteRole
Missing associated documentation comment in .proto file.
python/cells_idm_pb2_grpc.py:59
Method
DeleteRole
(request, target, options=(), channel_credentials=None, call_c
python/cells_idm_pb2_grpc.py:142
Method
DeleteRole
DeleteRole from database
idm/role/grpc/handler.go:156
Method
DeleteRole
DeleteRole provides a REST endpoint to delete a given role given its UUID
idm/role/rest/handler.go:148
Method
DeleteRole
(ctx context.Context, identity *idm.Role)
common/etl/stores/cells/local/api_store.go:359
Method
DeleteRole
(ctx context.Context, in *DeleteRoleRequest, opts ...grpc.CallOption)
common/proto/idm/cells-idm_grpc.pb.go:64
Method
DeleteRole
(context.Context, *DeleteRoleRequest)
common/proto/idm/cells-idm_grpc.pb.go:127
Method
DeleteRole
(context.Context, *DeleteRoleRequest)
common/proto/idm/cells-idm_grpc.pb.go:144
Method
DeleteRoom
(ctx context.Context, room *proto.ChatRoom)
broker/chat/dao/mongo/mongo.go:100
Method
DeleteRoom
(ctx context.Context, room *proto.ChatRoom)
broker/chat/dao/bolt/bolt.go:160
Method
DeleteRoom
(ctx context.Context, in *DeleteRoomRequest, opts ...grpc.CallOption)
common/proto/chat/cells-chat_grpc.pb.go:46
Method
DeleteRoom
(context.Context, *DeleteRoomRequest)
common/proto/chat/cells-chat_grpc.pb.go:142
Method
DeleteRoom
(context.Context, *DeleteRoomRequest)
common/proto/chat/cells-chat_grpc.pb.go:157
Method
DeleteSession
(session *tree.IndexationSession)
data/source/index/sessions/memory.go:84
Method
DeleteShareLink
DeleteShareLink deletes a link information.
idm/share/rest/handler.go:206
Method
DeleteTasks
(jobId string, taskId []string)
scheduler/jobs/dao/mongo/mongo.go:330
Method
DeleteTasks
(jobId string, taskId []string)
scheduler/jobs/dao/bolt/bolt.go:258
Method
DeleteTasks
(ctx context.Context, in *DeleteTasksRequest, opts ...grpc.CallOption)
common/proto/jobs/cells-jobs_grpc.pb.go:171
Method
DeleteTasks
(context.Context, *DeleteTasksRequest)
common/proto/jobs/cells-jobs_grpc.pb.go:200
Method
DeleteTasks
(context.Context, *DeleteTasksRequest)
common/proto/jobs/cells-jobs_grpc.pb.go:230
Method
DeleteUser
Missing associated documentation comment in .proto file.
python/cells_idm_pb2_grpc.py:266
Method
DeleteUser
(request, target, options=(), channel_credentials=None, call_c
python/cells_idm_pb2_grpc.py:360
Method
DeleteUser
DeleteUser removes a user or group from the repository.
idm/user/rest/handler.go:227
Method
DeleteUser
(ctx context.Context, identity *idm.User)
common/etl/stores/cells/local/api_store.go:126
Method
DeleteUser
(ctx context.Context, in *DeleteUserRequest, opts ...grpc.CallOption)
common/proto/idm/cells-idm_grpc.pb.go:332
Method
DeleteUser
(context.Context, *DeleteUserRequest)
common/proto/idm/cells-idm_grpc.pb.go:415
Method
DeleteUser
(context.Context, *DeleteUserRequest)
common/proto/idm/cells-idm_grpc.pb.go:434
Method
DeleteUserMetaTags
(req *restful.Request, rsp *restful.Response)
idm/meta/rest/handler.go:378
Method
DeleteVersion
(ctx context.Context, request *tree.HeadVersionRequest)
data/versions/grpc/handler.go:129
Method
DeleteVersion
(ctx context.Context, in *HeadVersionRequest, opts ...grpc.CallOption)
common/proto/tree/cells-tree_grpc.pb.go:1491
Method
DeleteVersion
(context.Context, *HeadVersionRequest)
common/proto/tree/cells-tree_grpc.pb.go:1549
Method
DeleteVersion
(context.Context, *HeadVersionRequest)
common/proto/tree/cells-tree_grpc.pb.go:1571
Method
DeleteVersion
(req *restful.Request, resp *restful.Response)
gateway/restv2/api-versions.go:206
Method
DeleteVersionsForNode
(ctx context.Context, nodeUuid string, versions ...string)
data/versions/dao/mongo/mongo.go:168
Method
DeleteVersionsForNode
DeleteVersionsForNode deletes whole node bucket at once.
data/versions/dao/bolt/bolt.go:211
Method
DeleteVersionsForNodes
(ctx context.Context, nodeUuid []string)
data/versions/dao/mongo/mongo.go:184
Method
DeleteVersionsForNodes
DeleteVersionsForNodes delete versions in a batch
data/versions/dao/bolt/bolt.go:244
Method
DeleteWorkspace
Missing associated documentation comment in .proto file.
python/cells_idm_pb2_grpc.py:491
Method
DeleteWorkspace
(request, target, options=(), channel_credentials=None, call_c
python/cells_idm_pb2_grpc.py:563
Method
DeleteWorkspace
DeleteWorkspace from database
idm/workspace/grpc/handler.go:103
Method
DeleteWorkspace
(req *restful.Request, rsp *restful.Response)
idm/workspace/rest/handler.go:159
Method
DeleteWorkspace
(ctx context.Context, in *DeleteWorkspaceRequest, opts ...grpc.CallOption)
common/proto/idm/cells-idm_grpc.pb.go:666
Method
DeleteWorkspace
(context.Context, *DeleteWorkspaceRequest)
common/proto/idm/cells-idm_grpc.pb.go:719
Method
DeleteWorkspace
(context.Context, *DeleteWorkspaceRequest)
common/proto/idm/cells-idm_grpc.pb.go:735
Method
Deregister
Missing associated documentation comment in .proto file.
python/cells_registry_pb2_grpc.py:97
Method
Deregister
(item Item, opts ...RegisterOption)
common/registry/func-wrapper.go:29
Method
Deregister
Deregister wraps internal registry Deregister call by clearing possible Edges to the service. It also clears the associated watcher if there is one.
common/registry/graph.go:101
Method
Deregister
(item registry.Item, option ...registry.RegisterOption)
common/registry/service/client.go:176
Method
Deregister
(item registry.Item, option ...registry.RegisterOption)
common/registry/config/config.go:390
← previous
next →
8,901–9,000 of 22,850, ranked by callers