MCPcopy Create free account

hub / github.com/pydio/cells / functions

Functions22,850 in github.com/pydio/cells

↓ 4 callersMethodAppendDatasource
AppendDatasource feeds internal datasources map
data/tree/grpc/handler.go:136
↓ 4 callersFunctionApplyHTTPIncomingContextModifiers
(r *http.Request)
common/middleware/context.go:197
↓ 4 callersMethodAs
(interface{})
common/server/server.go:42
↓ 4 callersMethodAs
(interface{})
discovery/registry/service/service.go:29
↓ 4 callersMethodAttachToPatch
AttachToPatch links this operation to a given patch
common/sync/merger/merger.go:162
↓ 4 callersMethodBatch
(fn func(*bbolt.Tx) error)
common/storage/boltdb/boltdb.go:38
↓ 4 callersFunctionBleveQueryToMongoFilters
BleveQueryToMongoFilters parses a Blevesearch query string to a slice of bson primitives
common/storage/mongodb/query.go:35
↓ 4 callersFunctionBuildAncestorsListOrParent
BuildAncestorsListOrParent builds ancestors list when the node does not exist yet, by trying to find all existing parents.
common/nodes/ancestors.go:127
↓ 4 callersMethodCall
(diff.Change)
common/utils/watch/watch.go:38
↓ 4 callersMethodCanApply
(ctx context.Context, operation *tree.NodeChangeEvent)
common/nodes/client.go:60
↓ 4 callersMethodCheck
Check tests the connection and eventually creates the DB if it does not exists
common/storage/sql/dsn.go:78
↓ 4 callersFunctionCheckContentLock
CheckContentLock finds if there is a global lock registered in ACLs.
common/permissions/idm.go:601
↓ 4 callersMethodCleanResourcesBeforeDelete
(ctx context.Context, in *CleanResourcesRequest, opts ...grpc.CallOption)
common/proto/object/cells-object_grpc.pb.go:229
↓ 4 callersMethodClose
(ctx context.Context)
common/storage/storage.go:40
↓ 4 callersFunctionCommonPrefix
(sep byte, paths ...string)
common/utils/filesystem/common-prefix.go:25
↓ 4 callersFunctionCommonPrefixLen
(a T, b T)
common/utils/std/strings.go:12
↓ 4 callersMethodCompleteMultipartUpload
(ctx context.Context, bucket, object, uploadID string, parts []models.MultipartObjectPart)
common/nodes/objects.go:54
↓ 4 callersFunctionComputeBidirectionalPatch
ComputeBidirectionalPatch merges two unidirectional Patch into one BidirectionalPatch
common/sync/merger/bidirectional-patch.go:76
↓ 4 callersMethodComputeChecksum
(ctx context.Context, node tree.N)
common/sync/model/endpoints.go:154
↓ 4 callersMethodConcat
(...string)
common/storage/sql/helper.go:43
↓ 4 callersMethodContentTypeUnknown
ContentTypeUnknown checks if cType is empty or generic "application/octet-stream"
common/nodes/models/structs.go:114
↓ 4 callersMethodControl
(ctx context.Context, in *CtrlCommand, opts ...grpc.CallOption)
common/proto/jobs/cells-jobs_grpc.pb.go:482
↓ 4 callersMethodCopyNodeInfo
(ctx context.Context, in *CopyNodeInfoRequest, opts ...grpc.CallOption)
common/proto/encryption/cells-encryption_grpc.pb.go:326
↓ 4 callersMethodCopyObject
(ctx context.Context, from *tree.Node, to *tree.Node, requestData *models.CopyRequestData)
common/sync/endpoints/cells/cells.go:54
↓ 4 callersMethodCopyObjectMultipartThreshold
()
common/nodes/objects.go:49
↓ 4 callersMethodCountDocuments
(ctx context.Context, in *ListDocumentsRequest, opts ...grpc.CallOption)
common/proto/docstore/cells-docstore_grpc.pb.go:24
↓ 4 callersMethodCountRole
(ctx context.Context, in *SearchRoleRequest, opts ...grpc.CallOption)
common/proto/idm/cells-idm_grpc.pb.go:43
↓ 4 callersMethodCountUnreadForUser
CountUnreadForUser counts the number of unread activities in user "Inbox" box.
broker/activity/dao.go:63
↓ 4 callersFunctionCreateAddress
(addr string, meta map[string]string)
common/registry/util/generic.go:33
↓ 4 callersMethodCreateEntityValue
(ctx context.Context, value *idm.EntityValue)
idm/meta/dao.go:80
↓ 4 callersFunctionD
()
frontend/assets/editor.ckeditor/res/ckeditor/plugins/wsc/dialogs/wsc.js:37
↓ 4 callersFunctionDa
(i,e)
frontend/assets/uploader.uppy/resources/uppy.min.js:11
↓ 4 callersFunctionDefaultLocation
DefaultLocation returns legacy configuration for versions stored without Location
data/versions/init.go:155
↓ 4 callersFunctionDefaultURLMux
DefaultURLMux returns the URLMux used by OpenTopic and OpenSubscription. Driver packages can use this to register their TopicURLOpener and/or Subscri
common/registry/mux.go:81
↓ 4 callersMethodDeleteDocuments
(ctx context.Context, request *proto.DeleteDocumentsRequest)
data/docstore/grpc/handler.go:70
↓ 4 callersMethodDeleteDocuments
(ctx context.Context, in *DeleteDocumentsRequest, opts ...grpc.CallOption)
common/proto/docstore/cells-docstore_grpc.pb.go:23
↓ 4 callersMethodDeleteLogs
(context.Context, string)
broker/log/dao.go:45
↓ 4 callersMethodDeleteNode
(ctx context.Context, in *DeleteNodeRequest, opts ...grpc.CallOption)
common/proto/tree/cells-tree_grpc.pb.go:523
↓ 4 callersMethodDeleteNodeKey
(ctx context.Context, nodeKey *encryption.NodeKey)
data/key/dao.go:50
↓ 4 callersMethodDeletePoliciesForResourceAndAction
(ctx context.Context, resourceId string, action service.ResourcePolicyAction)
common/storage/sql/resources/dao.go:41
↓ 4 callersMethodDeletePolicyGroup
(ctx context.Context, group *idm.PolicyGroup)
idm/policy/dao.go:44
↓ 4 callersMethodDeletePolicyGroup
(ctx context.Context, in *DeletePolicyGroupRequest, opts ...grpc.CallOption)
common/proto/idm/cells-idm_grpc.pb.go:1756
↓ 4 callersMethodDeleteRole
(ctx context.Context, in *DeleteRoleRequest, opts ...grpc.CallOption)
common/proto/idm/cells-idm_grpc.pb.go:40
↓ 4 callersMethodDeleteVersionsForNode
(ctx context.Context, nodeUuid string, versions ...string)
data/versions/dao.go:39
↓ 4 callersMethodDescriptor
Deprecated: Use Object.ProtoReflect.Descriptor instead.
common/proto/activity/cells-activitystream.pb.go:497
↓ 4 callersMethodDescriptor
Deprecated: Use Node.ProtoReflect.Descriptor instead.
common/proto/tree/cells-tree.pb.go:2911
↓ 4 callersMethodDescriptor
Deprecated: Use DataSource.ProtoReflect.Descriptor instead.
common/proto/object/cells-object.pb.go:420
↓ 4 callersMethodDiff
(dt diff.DiffType, df diff.DiffFunc, cl *diff.Changelog, path []string, a, b reflect.Value, parent interface{}
common/config/diff.go:27
↓ 4 callersMethodDiffAcls
DiffAcls compares to slices of ACLs on their RoleID and Action and returns slices of Acls to add and to remove.
idm/share/client-acls.go:248
↓ 4 callersMethodDistinct
(cols ...field.Expr)
idm/user/dao/sql/model/users.gen.go:215
↓ 4 callersFunctionEl
(i,e)
frontend/assets/uploader.uppy/resources/uppy.min.js:19
↓ 4 callersMethodEnabled
()
common/storage/test/storage.go:197
↓ 4 callersFunctionEncodeBrokerMessage
EncodeBrokerMessage just joins on the md+bytes raw data from a broker message
common/broker/encode.go:61
↓ 4 callersFunctionEncodeProtoWithContext
EncodeProtoWithContext combines json-encoded context metadata and marshalled proto.Message into a unique []byte
common/broker/encode.go:45
↓ 4 callersFunctionEs
()
frontend/assets/uploader.uppy/resources/uppy.min.js:2
↓ 4 callersFunctionEvalFreeString
(ctx context.Context, query string, node *tree.Node)
common/proto/jobs/bleveimpl/freestring.go:35
↓ 4 callersMethodEvent
()
common/sync/endpoints/filesystem/client-fs_test.go:86
↓ 4 callersMethodExecuteWrapped
(inputFilter FilterFunc, outputFilter FilterFunc, provider CallbackFunc)
common/nodes/handler.go:41
↓ 4 callersMethodExpireACL
ExpireACL in database
idm/acl/grpc/handler.go:81
↓ 4 callersMethodExtractAllTar
ExtractAllTar extracts all files contained in a tar/tar.gz archive to a given location
common/nodes/archive/archive-reader.go:461
↓ 4 callersMethodFileInfoToNode
(nodePath string, fileInfo os.FileInfo)
data/source/objects/handler.go:87
↓ 4 callersMethodFindRequestCandidates
(ctx context.Context, r *ladon.Request)
idm/policy/dao/sql/ladon-manager.go:106
↓ 4 callersMethodFlatShardedPath
(nodeId string)
common/proto/object/datasource.go:192
↓ 4 callersMethodFlatten
Flatten performs actual flatten.
common/permissions/access-list.go:180
↓ 4 callersFunctionFromContextCopy
FromContextCopy returns as COPY of the internal metadata, that can be subsequently modified
common/utils/propagator/metadata.go:37
↓ 4 callersFunctionFs
(i,e)
frontend/assets/uploader.uppy/resources/uppy.min.js:7
↓ 4 callersMethodGet
()
common/utils/watch/watch.go:31
↓ 4 callersMethodGet
(ctx context.Context, url string)
common/utils/openurl/pool.go:59
↓ 4 callersMethodGetAll
GetAll returns all policies
idm/policy/dao/sql/ladon-manager.go:210
↓ 4 callersFunctionGetApplicationConfig
(ctx context.Context, languages ...string)
broker/mailer/templates/configs.go:60
↓ 4 callersFunctionGetAvailableIPs
GetAvailableIPs retrieves all outbound ips of this machine by scanning the network interfaces of this (virtual) machine
common/utils/net/ips.go:34
↓ 4 callersMethodGetClientID
()
common/proto/auth/cells-auth.pb.go:528
↓ 4 callersMethodGetCode
()
common/proto/rest/cellsapi-common.pb.go:126
↓ 4 callersMethodGetCount
()
common/proto/tree/cells-tree.pb.go:1652
↓ 4 callersMethodGetCursor
GetCursor gives a cursor to crawl the current node children
common/sync/merger/tree-node.go:163
↓ 4 callersMethodGetDocument
(ctx context.Context, request *proto.GetDocumentRequest)
data/docstore/grpc/handler.go:56
↓ 4 callersMethodGetFieldSchema
(ctx context.Context, in *GetFieldSchemaRequest, opts ...grpc.CallOption)
common/proto/idm/cells-idm_grpc.pb.go:1192
↓ 4 callersMethodGetIndexationSession
()
common/proto/tree/cells-tree.pb.go:702
↓ 4 callersMethodGetJsonOptions
()
common/proto/idm/cells-idm.pb.go:4807
↓ 4 callersMethodGetKey
(ctx context.Context, in *GetKeyRequest, opts ...grpc.CallOption)
common/proto/encryption/cells-encryption_grpc.pb.go:22
↓ 4 callersMethodGetLastVersion
(ctx context.Context, nodeUuid string)
data/versions/dao.go:35
↓ 4 callersMethodGetLike
()
common/proto/idm/cells-idm.pb.go:5829
↓ 4 callersMethodGetLimit
()
common/proto/service/query-builder.go:36
↓ 4 callersMethodGetLocator
()
common/proto/rest/cellsapi-rest-v2.pb.go:2083
↓ 4 callersMethodGetMode
()
common/proto/tree/cells-tree.pb.setter.go:205
↓ 4 callersMethodGetNamespaceSchema
(ctx context.Context, in *GetNamespaceSchemaRequest, opts ...grpc.CallOption)
common/proto/idm/cells-idm_grpc.pb.go:1193
↓ 4 callersMethodGetObject
(ctx context.Context, node *tree.Node, requestData *models.GetRequestData)
common/sync/endpoints/cells/cells.go:52
↓ 4 callersMethodGetOwnerUuid
()
common/proto/idm/cells-idm.pb.go:5414
↓ 4 callersFunctionGetProvider
()
data/templates/provider.go:38
↓ 4 callersMethodGetReadyStatus
()
common/proto/server/cells-server.pb.go:114
↓ 4 callersMethodGetRefPath
()
common/sync/merger/operation.go:262
↓ 4 callersMethodGetRegistryContributions
()
common/service/frontend/plugin.go:46
↓ 4 callersMethodGetReservedVar
GetReservedVar returns a parsed variable if it is set
common/storage/sql/dsn.go:76
↓ 4 callersMethodGetRole
()
common/proto/idm/cells-idm.pb.go:4596
↓ 4 callersFunctionGetRuntime
GetRuntime returns the main Runtime
common/runtime/runtime.go:62
↓ 4 callersMethodGetStatus
GetStatus returns the last known status of this operation
common/sync/merger/merger.go:139
↓ 4 callersMethodGetStore
(tx *bolt.Tx, storeID string, mode string)
data/docstore/dao/bleve/bolt.go:49
↓ 4 callersMethodGetTimeout
()
common/proto/jobs/selector.go:46
↓ 4 callersMethodGetUUIDs
()
common/storage/sql/index/lost-and-found.go:34
↓ 4 callersMethodGetUserMetaNamespace
()
common/proto/idm/cells-idm.pb.go:4375
← previousnext →2,101–2,200 of 22,850, ranked by callers