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
↓ 1 callers
Method
ReindexFolder
(ctx context.Context, node *tree.Node)
data/search/grpc/search_server.go:310
↓ 1 callers
Function
ReloadMainLogger
ReloadMainLogger passes an updated config and force logger reset
common/telemetry/log/log.go:112
↓ 1 callers
Method
ReloadProxy
(reg registry.Registry)
common/server/caddy/embed/server.go:136
↓ 1 callers
Method
ReloadProxy
(reg registry.Registry)
common/server/caddy/api/server.go:95
↓ 1 callers
Method
ReplaceActionMimes
(mime string)
common/service/frontend/pool.go:405
↓ 1 callers
Method
ReplacePoliciesSubject
(ctx context.Context, oldSubject, newSubject string)
common/storage/sql/resources/dao.go:39
↓ 1 callers
Method
Reset
()
common/utils/hasher/block-hash.go:78
↓ 1 callers
Method
Reset
()
common/utils/openurl/watch.go:51
↓ 1 callers
Function
ResolveCache
ResolveCache looks up for manager in context and finds the corresponding cache
common/utils/cache/helper/helper.go:86
↓ 1 callers
Method
ResolveInContext
ResolveInContext computes the actual node Path based on the resolution metadata of the virtual node and the current metadata contained in context.
common/nodes/abstract/virtual-nodes-manager.go:173
↓ 1 callers
Method
ResolveUser
(ctx context.Context, user *mailer.User)
broker/mailer/rest/handler.go:141
↓ 1 callers
Method
RestoreACL
RestoreACL in database
idm/acl/grpc/handler.go:101
↓ 1 callers
Method
Resync
Resync should clear the index and rewrite it from scratch. Used by bolt implementations for defragmentation.
common/storage/indexer/indexer.go:83
↓ 1 callers
Function
Retag
Retag updates the existing tags with the map passed and modifies existing tags if any of the keys are matched. First key to the tags argument is the n
cmd/protoc-gen-go-tags/module/replace.go:33
↓ 1 callers
Function
Retry
Retry tries to apply an operation as many times as required
common/sync/model/retry.go:31
↓ 1 callers
Method
ReturnType
()
common/storage/storage.go:32
↓ 1 callers
Function
RevisionsStore
(ctx context.Context)
common/config/revisions.go:41
↓ 1 callers
Method
RevokeAccessToken
(ctx context.Context, requestID string)
idm/oauth/dao/sql/oauth2.go:335
↓ 1 callers
Method
RevokeRefreshToken
(ctx context.Context, requestID string)
idm/oauth/dao/sql/oauth2.go:317
↓ 1 callers
Method
RootContext
(ctx context.Context)
common/runtime/manager/multicontext.go:49
↓ 1 callers
Method
RootGroup
()
common/storage/sql/index/factory.go:32
↓ 1 callers
Function
RootRunnable
(ctx context.Context, task *Task)
scheduler/tasks/runnable.go:68
↓ 1 callers
Method
RootStats
(ctx context.Context, useSnapshots bool)
common/sync/task/sync.go:284
↓ 1 callers
Method
RootsParentWorkspaces
RootsParentWorkspaces reads parents and find the root node of the workspace
idm/share/client-root-nodes.go:396
↓ 1 callers
Function
RouteById
RouteById finds a route by its ID
common/config/routing/routes.go:112
↓ 1 callers
Function
RouteIngressURIContextErr
RouteIngressURIContextErr traces back the current external URI for context, returning an error
common/config/routing/discovery.go:169
↓ 1 callers
Method
Run
Run perform actual action code
scheduler/actions/cmd/rpc.go:136
↓ 1 callers
Method
Run
Run the actual action code
scheduler/actions/images/exif.go:94
↓ 1 callers
Method
Run
Run the actual action code.
scheduler/actions/images/thumbnails.go:146
↓ 1 callers
Method
Run
Run simply starts the N workers of this dispacher.
scheduler/tasks/dispatcher.go:151
↓ 1 callers
Method
Run
Run runs the sync with panic recovery
common/sync/task/sync.go:175
↓ 1 callers
Method
RunAction
RunAction creates an action and calls Dispatch
scheduler/tasks/runnable.go:243
↓ 1 callers
Function
RunAlways
RunAlways is performed at every start
common/service/versions.go:76
↓ 1 callers
Method
SOTWRegistry
()
common/runtime/manager/manager.go:90
↓ 1 callers
Function
S_
(i,e,t)
frontend/assets/uploader.uppy/resources/uppy.min.js:19
↓ 1 callers
Function
SafeRenameFile
SafeRenameFile makes a copy/delete operation to avoid cross-volumes errors
common/utils/filesystem/safe-rename.go:29
↓ 1 callers
Method
SafeWriteConfig
()
common/config/viper/viper.go:58
↓ 1 callers
Method
Save
never closes
common/utils/kv/store.go:120
↓ 1 callers
Method
Save
(s3 string, s2 string)
common/config/vault/vault.go:183
↓ 1 callers
Method
SaveShares
(ctx context.Context, diff *models.ShareDiff, progress chan MergeOperation, params map[string]interface{})
common/etl/merger.go:571
↓ 1 callers
Function
Sc
(a,b,c,d,e)
frontend/assets/editor.ckeditor/res/ckeditor/samples/toolbarconfigurator/lib/codemirror/codemirror.js:33
↓ 1 callers
Method
Scan
(out any, options ...kv.Option)
common/config/viper/viper.go:353
↓ 1 callers
Function
ScanConnectors
ScanConnectors uses the internal connectorScanner to read configurations
common/auth/connectors.go:67
↓ 1 callers
Method
Schemes
Schemes returns a sorted slice of the registered schemes.
common/server/opener.go:50
↓ 1 callers
Method
ScopedClaims
(claims *claim.Claims)
common/auth/jwt.go:108
↓ 1 callers
Function
SealWithNonce
(key []byte, nonce []byte, data []byte)
common/crypto/crypto.go:87
↓ 1 callers
Method
Search
Search in the SQL DB
idm/user/dao/sql/sql.go:405
↓ 1 callers
Method
SearchHashDocumentForUser
SearchHashDocumentForUser searches the DocStore to find documents that have either PRELOG_USER or PRESET_LOGIN with the passed userLogin value.
idm/share/client-hash-doc.go:207
↓ 1 callers
Function
SecureOptionsTitle
(compositeModel, linkModel, getMessage)
frontend/assets/action.share/res/js/dialog/links/SecureOptions.js:46
↓ 1 callers
Method
Seek
Seek sets the internal pointer, and clearing any existing reader
gateway/dav/file.go:137
↓ 1 callers
Method
SelectorID
()
common/proto/jobs/ds-selector.go:84
↓ 1 callers
Method
SelectorID
()
common/proto/jobs/data-selector.go:103
↓ 1 callers
Method
SelectorID
()
common/proto/jobs/selector.go:47
↓ 1 callers
Method
SelectorID
()
common/proto/jobs/idm-selector.go:41
↓ 1 callers
Method
SelectorID
()
common/proto/jobs/nodes-selector.go:57
↓ 1 callers
Method
SelectorID
()
common/proto/jobs/users-selector.go:37
↓ 1 callers
Method
SelectorLabel
()
common/proto/jobs/selector.go:48
↓ 1 callers
Method
Send
Send performs the real code to the sendgrid API.
broker/mailer/sender-sendgrid.go:59
↓ 1 callers
Method
Send
(*SubscribeRequest)
common/proto/broker/cells-message_grpc.pb.go:77
↓ 1 callers
Method
Send
(*ReadNodeRequest)
common/proto/tree/cells-tree_grpc.pb.go:192
↓ 1 callers
Method
SendAndClose
(*PutSyncChangeResponse)
common/proto/tree/cells-tree_grpc.pb.go:1973
↓ 1 callers
Method
SendBlock
(block *encryption.Block)
common/crypto/materials.go:59
↓ 1 callers
Function
SendControlCommand
(ctx context.Context, cmd *jobs.CtrlCommand)
scheduler/jobs/rest/handler.go:157
↓ 1 callers
Method
SendMsg
(m interface{})
idm/user/grpc/handler_test.go:617
↓ 1 callers
Method
SendMsg
(interface{})
data/source/index/grpc/handler_test.go:872
↓ 1 callers
Method
ServeDAV
ServeDAV forwards requests to a DAV handler (see gateway/dav package)
frontend/web/public-handler.go:241
↓ 1 callers
Method
Set
Set matches your previous semantics: - build patch tree from path + value - merge into root in place under Lock
common/utils/kv/values.go:121
↓ 1 callers
Method
Set
(k string, v string)
common/utils/openurl/pool_test.go:42
↓ 1 callers
Method
Set
Set stores a checksum for a given eTag
common/sync/endpoints/s3/checksum-mapper.go:61
↓ 1 callers
Method
Set
(value interface{})
common/config/sql/sql.go:200
↓ 1 callers
Function
SetAccessToken
SetAccessToken builds a TokenOption for passing the access token.
common/auth/jwt.go:81
↓ 1 callers
Function
SetArgs
SetArgs copies command arguments to internal value
common/runtime/runtime.go:346
↓ 1 callers
Method
SetCaptureStripPath
()
common/sync/endpoints/snapshot/boltdb.go:162
↓ 1 callers
Function
SetChallenge
SetChallenge builds a TokenOption which passes key/value parameters to a provider's token exchange endpoint.
common/auth/jwt.go:76
↓ 1 callers
Method
SetClientAssertionJWT
(ctx context.Context, jti string, exp time.Time)
idm/oauth/dao/sql/oauth2.go:227
↓ 1 callers
Method
SetCodex
(c indexer.IndexCodex)
common/storage/bleve/indexer.go:501
↓ 1 callers
Method
SetCompiled
(string)
common/proto/idm/cells-idm.pb.setter.go:191
↓ 1 callers
Method
SetConfigFile
(in string)
common/config/viper/viper.go:61
↓ 1 callers
Method
SetConfigName
(in string)
common/config/viper/viper.go:62
↓ 1 callers
Method
SetControllable
SetControllable flags task as being able to be stopped or paused
scheduler/tasks/task.go:269
↓ 1 callers
Method
SetDefault
(key string, value interface{})
common/config/viper/viper.go:64
↓ 1 callers
Method
SetEndTime
SetEndTime updates end time
scheduler/tasks/task.go:264
↓ 1 callers
Method
SetEndTime
(*timestamppb.Timestamp)
common/proto/activity/cells-activitystream.pb.setter.go:130
↓ 1 callers
Method
SetEndpointStatusChan
(c chan *model.EndpointStatus)
common/sync/filters/events-batcher.go:295
↓ 1 callers
Method
SetEntities
(ctx context.Context, entities []*idm.MetaEntity)
idm/meta/dao.go:75
↓ 1 callers
Method
SetEntityId
(entityID string)
common/proto/idm/meta-ns.go:156
↓ 1 callers
Method
SetEnvPrefix
(in string)
common/config/viper/viper.go:66
↓ 1 callers
Method
SetHasProgress
SetHasProgress flags task as providing progress information
scheduler/tasks/task.go:274
↓ 1 callers
Method
SetHasRegex
(bool)
common/proto/idm/cells-idm.pb.setter.go:190
↓ 1 callers
Method
SetHash
(v string)
common/proto/tree/cells-tree.pb.setter.go:99
↓ 1 callers
Method
SetHash2
(v string)
common/proto/tree/cells-tree.pb.setter.go:106
↓ 1 callers
Function
SetHidden
(osPath string, hidden bool)
common/utils/filesystem/filesystem_windows.go:53
↓ 1 callers
Function
SetKeyringPassword
SetKeyringPassword base64-encodes password and stores it.
common/crypto/keyring/keyring.go:135
↓ 1 callers
Method
SetLabel
(string)
common/proto/jobs/cells-jobs.pb.setter.go:334
↓ 1 callers
Method
SetLevel
(int64)
common/proto/tree/cells-tree.pb.setter.go:65
↓ 1 callers
Method
SetLimit
SetLimit can override default mimeReadLimit (used mainly for testing)
common/nodes/file-mime.go:103
↓ 1 callers
Method
SetLockSessionData
SetLockSessionData sets some internal information to be used if Source or Target implement the LockBranchProvider interface
common/sync/merger/merger.go:263
↓ 1 callers
Method
SetLocksChan
SetLocksChan sets the locks event channel
common/sync/proc/processor-locker.go:52
↓ 1 callers
Method
SetMetadata
(meta map[string]string)
common/server/server.go:277
↓ 1 callers
Method
SetNode
(node tree.N)
common/sync/model/status.go:115
← previous
next →
6,101–6,200 of 22,850, ranked by callers