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
↓ 4 callers
Method
RoomByUuid
RoomByUuid loads a room by UUID
broker/chat/chat.go:46
↓ 4 callers
Function
RunServicesTests
RunServicesTests initialize a runtime and run the tests cases with correct DAOs in context
common/storage/test/storage.go:354
↓ 4 callers
Method
SaveNodeKey
(ctx context.Context, nodeKey *encryption.NodeKey)
data/key/dao.go:48
↓ 4 callers
Function
SaveSites
SaveSites saves a list of sites inside configuration
common/config/routing/sites.go:115
↓ 4 callers
Method
SaveUsers
(ctx context.Context, userDiff *models.UserDiff, roleDiff *models.RoleDiff, progress chan MergeOperation)
common/etl/merger.go:311
↓ 4 callers
Function
Sd
(a,b)
frontend/assets/editor.ckeditor/res/ckeditor/samples/toolbarconfigurator/lib/codemirror/codemirror.js:143
↓ 4 callers
Method
SearchOne
(ctx context.Context, in *SearchUserRequest, opts ...grpc.CallOption)
common/proto/idm/cells-idm_grpc.pb.go:309
↓ 4 callers
Method
Serve
(lis net.Listener)
common/server/grpc/grpc.go:94
↓ 4 callers
Function
SetDatabase
SetDatabase adds a database entry, plus an optional reference in the defaults
common/config/databases.go:60
↓ 4 callers
Method
SetError
SetError set task in error globally
scheduler/tasks/task.go:279
↓ 4 callers
Method
SetMPath
(*MPath)
common/proto/tree/cells-tree.pb.setter.go:66
↓ 4 callers
Method
SetName
(string)
common/proto/tree/cells-tree.pb.setter.go:64
↓ 4 callers
Method
SetPayload
(payload []byte)
common/crypto/materials.go:380
↓ 4 callers
Function
SetSecret
SetSecret set the value for a uuid in the vault
common/config/secrets.go:57
↓ 4 callers
Method
SetVar
SetVar json-encodes the value and store it in the Vars map
common/proto/jobs/action-output.go:127
↓ 4 callers
Function
Si
(i)
frontend/assets/uploader.uppy/resources/uppy.min.js:2
↓ 4 callers
Function
SiteFromContext
SiteFromContext lookups for siteHash in the context
common/config/routing/discovery.go:37
↓ 4 callers
Method
Size
Size returns the node.GetSize() value
common/nodes/posix/file-info.go:38
↓ 4 callers
Method
Stop
()
common/utils/watch/watch.go:43
↓ 4 callers
Method
StreamActivities
(ctx context.Context, in *StreamActivitiesRequest, opts ...grpc.CallOption)
common/proto/activity/cells-activitystream_grpc.pb.go:22
↓ 4 callers
Method
TableName
(n schema.Namer)
idm/oauth/dao/sql/oauth2.go:60
↓ 4 callers
Method
TarSelection
TarSelection creates a .tar or .tar.gz archive from nodes selection
common/nodes/archive/archive-writer.go:180
↓ 4 callers
Function
Tb
(a,b,c)
frontend/assets/editor.ckeditor/res/ckeditor/samples/toolbarconfigurator/lib/codemirror/codemirror.js:38
↓ 4 callers
Function
Tee
(reader io.Reader, hashFunc func() hash.Hash, metaName string, complete func(s string, hashes [][]byte))
common/utils/hasher/block-hash.go:135
↓ 4 callers
Function
TemplateBoltWithPrefix
TemplateBoltWithPrefix creates a StorageTestCase for BoltDB
common/storage/test/storage.go:137
↓ 4 callers
Function
Tl
(i)
frontend/assets/uploader.uppy/resources/uppy.min.js:2
↓ 4 callers
Function
TreeNodeChangeToModelEvent
TreeNodeChangeToModelEvent transforms a tree.NodeChangeEvent to model.EventInfo
common/sync/endpoints/bus/events/tree.go:11
↓ 4 callers
Function
Ub
(a,b,c,d)
frontend/assets/editor.ckeditor/res/ckeditor/samples/toolbarconfigurator/lib/codemirror/codemirror.js:43
↓ 4 callers
Method
UnlinkMetaValue
(ctx context.Context, metaUuid string, valueUuid string)
idm/meta/dao.go:86
↓ 4 callers
Method
UnmarshalActivity
(bb []byte)
broker/activity/dao/bolt/bolt.go:690
↓ 4 callers
Method
UpdateMoveOriginPath
UpdateMoveOriginPath updates the origin path for a move
common/sync/merger/merger.go:157
↓ 4 callers
Method
UpdateNode
(ctx context.Context, in *UpdateNodeRequest, opts ...grpc.CallOption)
common/proto/tree/cells-tree_grpc.pb.go:522
↓ 4 callers
Method
UpdateParentsAndNotify
UpdateParentsAndNotify update the parents nodes and notify the tree of the event that occurred.
data/source/index/grpc/handler.go:752
↓ 4 callers
Function
UserMetaServiceClient
UserMetaServiceClient provides a resolved idm.UserMetaServiceClient pointing to ServiceUserMeta by default
common/client/commons/idmc/clients.go:32
↓ 4 callers
Function
ValidateSchemaFromPbStruct
(m *structpb.Struct)
idm/meta/json_schema/schema.go:88
↓ 4 callers
Function
Vb
(a, b,c)
frontend/assets/editor.ckeditor/res/ckeditor/samples/toolbarconfigurator/lib/codemirror/codemirror.js:45
↓ 4 callers
Function
Vi
(i,e)
frontend/assets/uploader.uppy/resources/uppy.min.js:19
↓ 4 callers
Method
WalkToFirstOperations
WalkToFirstOperations walks the tree (depth-first) and stops on a branch as soon as it finds a given operation Type
common/sync/merger/tree-node-operations.go:157
↓ 4 callers
Function
Wb
(a,b)
frontend/assets/editor.ckeditor/res/ckeditor/samples/toolbarconfigurator/lib/codemirror/codemirror.js:160
↓ 4 callers
Function
WithAsyncQueuePool
WithAsyncQueuePool adapts the subscriber with a queue If many queues are appended, they are tried in the same order (fallback)
common/broker/options.go:176
↓ 4 callers
Function
WithAuditEventsLogging
()
common/nodes/options.go:85
↓ 4 callers
Function
WithBeforeServe
(f func(oo ...registry.RegisterOption) error)
common/server/options.go:58
↓ 4 callers
Function
WithChangesOnly
()
common/utils/watch/watch.go:59
↓ 4 callers
Function
WithExpire
WithExpire is the maximum wait time before triggering flush This flush is not going through the FlushCondition check, it is always triggered
common/storage/indexer/batch.go:88
↓ 4 callers
Function
WithFlushCondition
WithFlushCondition provides an arbitrary check before triggering flush
common/storage/indexer/batch.go:52
↓ 4 callers
Method
WithOptions
(opts ...zap.Option)
common/telemetry/log/logger.go:37
↓ 4 callers
Function
WithServer
WithServer directly presets the server.Server instance
common/service/options.go:182
↓ 4 callers
Function
WithStorer
(data Storer)
common/utils/kv/options.go:97
↓ 4 callers
Method
WithSubjectRead
WithSubjectRead appends a read policy for this user:login
common/permissions/policies-builder.go:19
↓ 4 callers
Function
WithSynchronousTasks
()
common/nodes/options.go:103
↓ 4 callers
Function
WithYAML
()
common/utils/kv/options.go:167
↓ 4 callers
Function
X
(a)
frontend/assets/editor.ckeditor/res/ckeditor/ckeditor.js:1172
↓ 4 callers
Function
Yb
(a,b,c,d,e)
frontend/assets/editor.ckeditor/res/ckeditor/samples/toolbarconfigurator/lib/codemirror/codemirror.js:66
↓ 4 callers
Function
Za
(a)
frontend/assets/editor.ckeditor/res/ckeditor/samples/toolbarconfigurator/lib/codemirror/codemirror.js:278
↓ 4 callers
Function
Zb
(a,b)
frontend/assets/editor.ckeditor/res/ckeditor/samples/toolbarconfigurator/lib/codemirror/codemirror.js:58
↓ 4 callers
Method
_objectEventSetup
(event_name)
frontend/assets/gui.ajax/res/js/core/lang/Observable.js:23
↓ 4 callers
Function
a
(a,d)
frontend/assets/editor.ckeditor/res/ckeditor/plugins/colordialog/dialogs/colordialog.js:9
↓ 4 callers
Function
a
(a,d)
frontend/assets/editor.ckeditor/res/ckeditor/plugins/uicolor/dialogs/uicolor.js:9
↓ 4 callers
Function
a
()
frontend/assets/editor.ckeditor/res/ckeditor/plugins/mathjax/plugin.js:12
↓ 4 callers
Function
aa
(i)
frontend/assets/uploader.uppy/resources/uppy.min.js:1
↓ 4 callers
Method
addResultData
(e,t)
frontend/assets/uploader.uppy/resources/uppy.min.js:7
↓ 4 callers
Method
addRootNode
* * @param node Node * @param repositoryId String
frontend/assets/gui.ajax/res/js/core/model/CellModel.js:191
↓ 4 callers
Method
addUploader
(e)
frontend/assets/uploader.uppy/resources/uppy.min.js:2
↓ 4 callers
Function
applyAdditionalPrompt
(ctx context.Context, step string, i *install.InstallConfig)
cmd/install-cli.go:672
↓ 4 callers
Method
archiveFolderName
(nodePath string)
common/nodes/archive/handler-archive.go:301
↓ 4 callers
Function
b
()
frontend/assets/editor.ckeditor/res/ckeditor/plugins/emoji/plugin.js:26
↓ 4 callers
Function
b
(a)
frontend/assets/editor.ckeditor/res/ckeditor/plugins/easyimage/plugin.js:5
↓ 4 callers
Function
b
(a,b,c)
frontend/assets/editor.ckeditor/res/ckeditor/plugins/balloontoolbar/plugin.js:11
↓ 4 callers
Method
backgroundActionForJob
(ctx context.Context, actionName, id string)
gateway/restv2/api-actions.go:228
↓ 4 callers
Method
base
()
frontend/assets/editor.ckeditor/res/js/editor.js:53
↓ 4 callers
Function
basicDiff
(l, r model.PathSyncSource)
common/sync/endpoints/snapshot/boltdb_test.go:42
↓ 4 callers
Function
c
(a,b)
frontend/assets/editor.ckeditor/res/ckeditor/plugins/easyimage/plugin.js:6
↓ 4 callers
Function
c
(a,c)
frontend/assets/editor.ckeditor/res/ckeditor/plugins/colordialog/dialogs/colordialog.js:9
↓ 4 callers
Function
c
(a,c)
frontend/assets/editor.ckeditor/res/ckeditor/plugins/uicolor/dialogs/uicolor.js:10
↓ 4 callers
Method
cacheAdd
(ctx context.Context, node *tree.Node)
common/nodes/sync/handler-sync-cache.go:153
↓ 4 callers
Method
cacheDiff
(ctx context.Context, path string)
common/nodes/sync/handler-sync-cache.go:202
↓ 4 callers
Method
calculateTotalProgress
()
frontend/assets/uploader.uppy/resources/uppy.min.js:6
↓ 4 callers
Function
cc
(i)
frontend/assets/uploader.uppy/resources/uppy.min.js:18
↓ 4 callers
Function
cc
(a,b,c,d,e)
frontend/assets/editor.ckeditor/res/ckeditor/samples/toolbarconfigurator/lib/codemirror/codemirror.js:117
↓ 4 callers
Method
checkPasswordStrength
(value, callback)
frontend/assets/gui.ajax/res/js/core/util/PassUtils.js:99
↓ 4 callers
Method
checkPolicy
(ctx context.Context, initialMeta map[string]string, subjects []string, action string, ctxNode *tree.Node, exp
common/permissions/bitmask.go:87
↓ 4 callers
Method
childrenAsPromise
(item, leaf = false)
frontend/assets/gui.ajax/res/js/ui/Components/users/addressbook/Loaders.js:29
↓ 4 callers
Method
claimsScopesDeny
claimsScopesDeny checks if claimsScopes are set and verify node UUID against them
common/permissions/access-list.go:689
↓ 4 callers
Method
cleanDSN
(dsn string, parserType string)
common/storage/sql/dsn.go:545
↓ 4 callers
Method
clear
(value)
frontend/assets/uploader.html/res/js/view/ClearOptionsPane.js:27
↓ 4 callers
Method
clearCreateItem
()
frontend/assets/gui.ajax/res/js/ui/Components/users/addressbook/Model.js:328
↓ 4 callers
Method
close
()
frontend/assets/gui.ajax/res/js/ui/Components/chat/ChatClient.js:286
↓ 4 callers
Function
colorsFromString
(s)
frontend/assets/gui.ajax/res/js/ui/HOCs/graphics/tools.js:55
↓ 4 callers
Function
completeMessage
(id)
frontend/assets/gui.ajax/res/js/ui/Workspaces/search/components/UnifiedSearchForm.js:186
↓ 4 callers
Method
computeNextWait
()
common/utils/schedule/ticker.go:185
↓ 4 callers
Method
connect
()
frontend/assets/uploader.uppy/resources/uppy.min.js:19
↓ 4 callers
Method
convert
(i interface{})
common/etl/merger.go:544
↓ 4 callers
Function
countGoStrings
(cmd *cobra.Command, projectId, counterType, fpath string)
cmd/hidden-doc-i18n-count.go:201
↓ 4 callers
Function
createConfigName
createConfigName creates a new name for a minio config (local or gateway suffixed with an index)
common/config/datasources.go:337
↓ 4 callers
Function
createConfigPort
createConfigPort set up a port that is not already used by other configs
common/config/datasources.go:356
↓ 4 callers
Method
createLoginFlow
INTERNAL
idm/oauth/grpc/handler.go:892
↓ 4 callers
Function
d
(a)
frontend/assets/editor.ckeditor/res/ckeditor/samples/js/sf.js:5
↓ 4 callers
Function
d
(a, c)
frontend/assets/editor.ckeditor/res/ckeditor/plugins/copyformatting/plugin.js:18
↓ 4 callers
Function
d
(c,d)
frontend/assets/editor.ckeditor/res/ckeditor/plugins/liststyle/dialogs/liststyle.js:5
↓ 4 callers
Function
d
()
frontend/assets/editor.ckeditor/res/ckeditor/plugins/imagebase/plugin.js:12
← previous
next →
2,301–2,400 of 22,850, ranked by callers