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
CreateLogin
Missing associated documentation comment in .proto file.
python/cells_auth_pb2_grpc.py:170
Method
CreateLogin
(request, target, options=(), channel_credentials=None, call_c
python/cells_auth_pb2_grpc.py:228
Method
CreateLogin
(ctx context.Context, in *pauth.CreateLoginRequest)
idm/oauth/grpc/handler.go:96
Method
CreateLogin
(ctx context.Context, in *CreateLoginRequest, opts ...grpc.CallOption)
common/proto/auth/cells-auth_grpc.pb.go:219
Method
CreateLogin
(context.Context, *CreateLoginRequest)
common/proto/auth/cells-auth_grpc.pb.go:242
Method
CreateLogin
(context.Context, *CreateLoginRequest)
common/proto/auth/cells-auth_grpc.pb.go:254
Method
CreateLogout
Missing associated documentation comment in .proto file.
python/cells_auth_pb2_grpc.py:413
Method
CreateLogout
(request, target, options=(), channel_credentials=None, call_c
python/cells_auth_pb2_grpc.py:449
Method
CreateLogout
(ctx context.Context, in *pauth.CreateLogoutRequest)
idm/oauth/grpc/handler.go:461
Method
CreateLogout
(ctx context.Context, in *CreateLogoutRequest, opts ...grpc.CallOption)
common/proto/auth/cells-auth_grpc.pb.go:525
Method
CreateLogout
(context.Context, *CreateLogoutRequest)
common/proto/auth/cells-auth_grpc.pb.go:547
Method
CreateLogout
(context.Context, *CreateLogoutRequest)
common/proto/auth/cells-auth_grpc.pb.go:556
Method
CreateMetadata
CreateMetadata calls metaClient.CreateNode
common/sync/endpoints/index/index-meta-endpoint.go:77
Method
CreateMetadata
(ctx context.Context, node tree.N, namespace string, jsonValue string)
common/sync/endpoints/snapshot/boltdb.go:564
Method
CreateMetadata
(ctx context.Context, node tree.N, namespace, jsonValue string)
common/sync/endpoints/bus/pubsub_test.go:402
Method
CreateNode
Missing associated documentation comment in .proto file.
python/cells_tree_pb2_grpc.py:383
Method
CreateNode
(request, target, options=(), channel_credentials=None, call_c
python/cells_tree_pb2_grpc.py:434
Method
CreateNode
(ctx context.Context, request *tree.CreateNodeRequest)
data/source/objects/handler.go:169
Method
CreateNode
CreateNode Forwards to Index
data/source/sync/grpc/handler.go:351
Method
CreateNode
(ctx context.Context, in *CreateNodeRequest, opts ...grpc.CallOption)
common/proto/tree/mocks.go:174
Method
CreateNode
(ctx context.Context, in *CreateNodeRequest, opts ...grpc.CallOption)
common/proto/tree/cells-tree_grpc.pb.go:534
Method
CreateNode
(context.Context, *CreateNodeRequest)
common/proto/tree/cells-tree_grpc.pb.go:565
Method
CreateNode
(context.Context, *CreateNodeRequest)
common/proto/tree/cells-tree_grpc.pb.go:575
Method
CreateNode
(ctx context.Context, in *tree.CreateNodeRequest, opts ...grpc.CallOption)
common/nodes/tracer.go:74
Method
CreateNode
(ctx context.Context, in *tree.CreateNodeRequest, opts ...grpc.CallOption)
common/nodes/handler-mock.go:118
Method
CreateNode
(ctx context.Context, in *tree.CreateNodeRequest, opts ...grpc.CallOption)
common/nodes/abstract/handler-abstract.go:94
Method
CreateNode
(ctx context.Context, in *tree.CreateNodeRequest, opts ...grpc.CallOption)
common/nodes/abstract/handler-abstract-filter.go:285
Method
CreateNode
(ctx context.Context, in *tree.CreateNodeRequest, opts ...grpc.CallOption)
common/nodes/mocks/node-receiver-client.go:14
Method
CreateNode
(ctx context.Context, in *tree.CreateNodeRequest, opts ...grpc.CallOption)
common/nodes/core/handler-exec-struct.go:66
Method
CreateNode
CreateNode creates directly in index, but make sure not to override
common/nodes/core/handler-exec-flat.go:66
Method
CreateNode
(ctx context.Context, in *tree.CreateNodeRequest, opts ...grpc.CallOption)
common/nodes/core/handler-exec.go:114
Method
CreateNode
CreateNode optionally replaces ETag value with the custom x-cells-hash metadata
common/nodes/put/handler-hash.go:164
Method
CreateNode
CreateNode recursively creates parents if they do not already exist Only applicable to COLLECTION inside a structured storage (need to create .pydio h
common/nodes/put/handler-put.go:134
Method
CreateNode
CreateNode logs an audit message on each call after having transferred the call to following handlers.
common/nodes/events/handler-audit-events.go:163
Method
CreateNode
THIS STORE IS NOT WRITEABLE
common/nodes/binaries/handler-binary-store.go:170
Method
CreateNode
(ctx context.Context, in *tree.CreateNodeRequest, opts ...grpc.CallOption)
common/nodes/sync/handler-sync-cache.go:214
Method
CreateNode
(ctx context.Context, in *tree.CreateNodeRequest, opts ...grpc.CallOption)
common/nodes/acl/handler-acl-filter.go:179
Method
CreateNode
(ctx context.Context, in *tree.CreateNodeRequest, opts ...grpc.CallOption)
common/nodes/compose/client.go:108
Method
CreateNode
CreateNode is used for creating folders only
common/sync/endpoints/cells/cells.go:481
Method
CreateNode
CreateNode creates folder, eventually resetting their UUID if the options RenewFolderUuids is set. If an indexation session is started, it stacks all
common/sync/endpoints/cells/remote-streamer.go:72
Method
CreateNode
(ctx context.Context, node tree.N, updateIfExists bool)
common/sync/endpoints/s3/client-s3.go:181
Method
CreateNode
(ctx context.Context, node tree.N, updateIfExists bool)
common/sync/endpoints/s3/multi-bucket.go:306
Method
CreateNode
(ctx context.Context, request *tree.CreateNodeRequest)
common/sync/endpoints/index/index-streamer.go:337
Method
CreateNode
(ctx context.Context, node tree.N, updateIfExists bool)
common/sync/endpoints/index/index-endpoint.go:139
Method
CreateNode
(ctx context.Context, node tree.N, updateIfExists bool)
common/sync/endpoints/filesystem/client-fs.go:393
Method
CreateNode
(_ context.Context, node tree.N, _ bool)
common/sync/endpoints/bus/pubsub_test.go:97
Method
CreateNode
(ctx context.Context, node tree.N, updateIfExists bool)
common/sync/endpoints/bus/pubsub_test.go:553
Method
CreateNode
CreateNode is used for creating folders
gateway/grpc/handler.go:229
Method
CreateNodeStream
Missing associated documentation comment in .proto file.
python/cells_tree_pb2_grpc.py:544
Method
CreateNodeStream
(request_iterator, target, options=(), channel_credentials=None,
python/cells_tree_pb2_grpc.py:592
Method
CreateNodeStream
CreateNodeStream implementation for the TreeServer.
data/source/index/grpc/handler-stream.go:28
Method
CreateNodeStream
(ctx context.Context, opts ...grpc.CallOption)
common/proto/tree/cells-tree_grpc.pb.go:692
Method
CreateNodeStream
(NodeReceiverStream_CreateNodeStreamServer)
common/proto/tree/cells-tree_grpc.pb.go:789
Method
CreateNodeStream
(NodeReceiverStream_CreateNodeStreamServer)
common/proto/tree/cells-tree_grpc.pb.go:799
Method
CreateNodeStream
(s tree.NodeReceiverStream_CreateNodeStreamServer)
gateway/grpc/handler.go:94
Method
CreateNodes
(req *restful.Request, resp *restful.Response)
data/tree/rest/rest.go:95
Method
CreateOpenIDConnectSession
(ctx context.Context, authorizeCode string, requester fosite.Requester)
idm/oauth/dao/sql/oauth2.go:291
Method
CreatePKCERequestSession
(ctx context.Context, signature string, requester fosite.Requester)
idm/oauth/dao/sql/oauth2.go:303
Method
CreatePeerFolder
CreatePeerFolder forwards folder creation call to specific peer
discovery/config/rest/api-services.go:226
Method
CreatePublicLink
CreatePublicLink responds to POST /node/link/{Uuid}/link InputBody rest.PublicLinkRequest | Output rest.ShareLink
gateway/restv2/api-links.go:35
Method
CreateRefreshTokenSession
(ctx context.Context, signature string, request fosite.Requester)
idm/oauth/dao/sql/oauth2.go:273
Method
CreateRole
Missing associated documentation comment in .proto file.
python/cells_idm_pb2_grpc.py:53
Method
CreateRole
(request, target, options=(), channel_credentials=None, call_c
python/cells_idm_pb2_grpc.py:125
Method
CreateRole
CreateRole adds a role and its policies in database
idm/role/grpc/handler.go:93
Method
CreateRole
(ctx context.Context, in *CreateRoleRequest, opts ...grpc.CallOption)
common/proto/idm/cells-idm_grpc.pb.go:54
Method
CreateRole
(context.Context, *CreateRoleRequest)
common/proto/idm/cells-idm_grpc.pb.go:126
Method
CreateRole
(context.Context, *CreateRoleRequest)
common/proto/idm/cells-idm_grpc.pb.go:141
Function
CreateRsaKey
CreateRsaKey generates a new private key.
common/crypto/rsa.go:34
Method
CreateSelection
CreateSelection creates a temporary selection to be stored and used by a later action, currently only download.
data/tree/rest/rest.go:142
Method
CreateSelection
CreateSelection forwards to userspace.PersistSelection
gateway/restv2/api-utils.go:38
Method
CreateStorageBucket
CreateStorageBucket instantiates a Storage client to create a bucket
discovery/config/rest/api-datasources.go:348
Method
CreateUser
Missing associated documentation comment in .proto file.
python/cells_idm_pb2_grpc.py:260
Method
CreateUser
(request, target, options=(), channel_credentials=None, call_c
python/cells_idm_pb2_grpc.py:343
Method
CreateUser
Writable user store sql, pydio, api
common/etl/stores/cells/local/api_store.go:80
Method
CreateUser
(ctx context.Context, in *CreateUserRequest, opts ...grpc.CallOption)
common/proto/idm/cells-idm_grpc.pb.go:322
Method
CreateUser
(context.Context, *CreateUserRequest)
common/proto/idm/cells-idm_grpc.pb.go:414
Method
CreateUser
(context.Context, *CreateUserRequest)
common/proto/idm/cells-idm_grpc.pb.go:431
Method
CreateVersion
Missing associated documentation comment in .proto file.
python/cells_tree_pb2_grpc.py:1134
Method
CreateVersion
(request, target, options=(), channel_credentials=None, call_c
python/cells_tree_pb2_grpc.py:1218
Method
CreateVersion
(ctx context.Context, request *tree.CreateVersionRequest)
data/versions/grpc/handler.go:151
Method
CreateVersion
(ctx context.Context, in *CreateVersionRequest, opts ...grpc.CallOption)
common/proto/tree/cells-tree_grpc.pb.go:1432
Method
CreateVersion
(context.Context, *CreateVersionRequest)
common/proto/tree/cells-tree_grpc.pb.go:1545
Method
CreateVersion
(context.Context, *CreateVersionRequest)
common/proto/tree/cells-tree_grpc.pb.go:1559
Method
CreateWorkspace
Missing associated documentation comment in .proto file.
python/cells_idm_pb2_grpc.py:485
Method
CreateWorkspace
(request, target, options=(), channel_credentials=None, call_c
python/cells_idm_pb2_grpc.py:546
Method
CreateWorkspace
CreateWorkspace in database
idm/workspace/grpc/handler.go:52
Method
CreateWorkspace
(ctx context.Context, in *CreateWorkspaceRequest, opts ...grpc.CallOption)
common/proto/idm/cells-idm_grpc.pb.go:656
Method
CreateWorkspace
(context.Context, *CreateWorkspaceRequest)
common/proto/idm/cells-idm_grpc.pb.go:718
Method
CreateWorkspace
(context.Context, *CreateWorkspaceRequest)
common/proto/idm/cells-idm_grpc.pb.go:732
Method
CrossLoadShare
(ctx context.Context, syncShare *models.SyncShare, target models.ReadableStore, params map[string]interface{})
common/etl/stores/cells/local/api_store.go:440
Method
Current
(ctx context.Context)
common/runtime/multicontext.go:86
Method
Current
(ctx context.Context)
common/runtime/manager/multicontext.go:41
Method
CurrentContextProvider
(ctx context.Context)
common/runtime/multicontext.go:90
Method
CurrentContextProvider
(ctx context.Context)
common/runtime/manager/multicontext.go:45
Function
D
()
frontend/assets/editor.ckeditor/res/ckeditor/ckeditor.js:1165
Function
D0
(i,e,t)
frontend/assets/uploader.uppy/resources/uppy.min.js:1
Method
DBName
()
common/storage/sql/dsn.go:224
Function
DP
(i)
frontend/assets/uploader.uppy/resources/uppy.min.js:19
Method
DPanic
(msg string, fields ...zap.Field)
common/telemetry/log/logger.go:149
Method
DSN
()
common/registry/util/dao.go:101
← previous
next →
8,601–8,700 of 22,850, ranked by callers