MCPcopy Create free account

hub / github.com/pydio/cells / functions

Functions22,850 in github.com/pydio/cells

MethodFindInBatch
(batchSize int, fc func(tx gen.Dao, batch int) error)
idm/user/dao/sql/model/users.gen.go:308
MethodFindInBatch
(batchSize int, fc func(tx gen.Dao, batch int) error)
idm/user/dao/sql/model/user_roles.gen.go:342
MethodFindInBatch
(batchSize int, fc func(tx gen.Dao, batch int) error)
idm/user/dao/sql/model/user_attributes.gen.go:346
MethodFindMany
(ctx context.Context, query interface{}, offset, limit int32, sortFields string, sortDesc bool, customCodec in
common/storage/mongodb/indexer.go:144
MethodFindMany
(ctx context.Context, qu interface{}, offset, limit int32, sortFields string, sortDesc bool, customCodec index
common/storage/bleve/indexer.go:406
MethodFindOrphans
FindOrphans provides an additional hook to detect lost tasks
scheduler/jobs/dao/mongo/mongo.go:294
MethodFindOrphans
()
scheduler/jobs/dao/bolt/bolt.go:316
MethodFindPoliciesForResource
(ctx context.Context, resource string)
idm/policy/defaults_test.go:293
MethodFindPoliciesForSubject
(ctx context.Context, subject string)
idm/policy/defaults_test.go:290
MethodFindRequestCandidates
(ctx context.Context, r *ladon.Request)
idm/policy/defaults_test.go:287
MethodFindSubjectsGrantedConsentRequests
(ctx context.Context, user string, limit, offset int)
idm/oauth/dao/sql/consent.go:402
MethodFindSubjectsSessionGrantedConsentRequests
(ctx context.Context, user, sid string, limit, offset int)
idm/oauth/dao/sql/consent.go:406
MethodFinishSession
FinishSession closes the indexation session
common/sync/model/endpoints.go:242
MethodFinishSession
FinishSession flushes the session and closes it.
common/sync/endpoints/cells/remote-streamer.go:142
MethodFinishSession
(ctx context.Context, sessionUuid string)
common/sync/endpoints/index/index-endpoint.go:211
MethodFinishSession
FinishSession forwards session management to underlying snapshot
common/sync/endpoints/filesystem/client-fs.go:172
MethodFinishSession
(ctx context.Context, sessionUuid string)
common/sync/endpoints/snapshot/boltdb.go:262
MethodFinishSession
(ctx context.Context, sessionUuid string)
common/sync/endpoints/bus/pubsub_test.go:537
MethodFinishSession
FinishSession overrides AbstractPatch method to handle source and/or target as session provider
common/sync/merger/bidirectional-patch.go:177
MethodFinishSession
(sessionUuid string)
common/sync/merger/patch-abstract.go:165
MethodFirst
()
idm/user/dao/sql/model/user_roles.gen.go:313
MethodFirst
()
idm/user/dao/sql/model/user_attributes.gen.go:317
MethodFirstAvailableSlot
(tableName string, mpath *tree.MPath, levelKey string, mpathes ...string)
common/storage/sql/sqlite.go:162
MethodFirstAvailableSlot
(tableName string, mpath *tree.MPath, levelKey string, mpathes ...string)
common/storage/sql/mysql.go:111
MethodFirstAvailableSlot
(tableName string, mpath *tree.MPath, levelKey string, mpathes ...string)
common/storage/sql/postgres.go:47
MethodFirstOrCreate
()
idm/user/dao/sql/model/user_roles.gen.go:385
MethodFirstOrCreate
()
idm/user/dao/sql/model/user_attributes.gen.go:389
MethodFirstOrInit
()
idm/user/dao/sql/model/users.gen.go:343
MethodFirstOrInit
()
idm/user/dao/sql/model/user_roles.gen.go:377
MethodFirstOrInit
()
idm/user/dao/sql/model/user_attributes.gen.go:381
FunctionFirstRun
FirstRun returns version "zero".
common/utils/migrations/migrations.go:37
MethodFixLostAndFound
FixLostAndFound simply gets a list of UUIDs to be deleted
common/storage/sql/index/gorm-impl.go:1046
MethodFlatten
Flatten removes all .pydio from index, at once
common/storage/sql/index/gorm-impl.go:936
MethodFlush
(ctx context.Context)
data/search/dao/commons/indexer.go:139
MethodFlush
(ctx context.Context, dao index.DAO)
data/source/index/sessions/benchmark.go:63
MethodFlush
(ctx context.Context, dao index.DAO)
data/source/index/sessions/memory.go:114
MethodFlush
()
common/utils/kv/store.go:122
MethodFlush
()
common/utils/kv/etcd/store.go:103
MethodFlush
Flush the database in case of cached inserts
common/storage/sql/index/gorm-impl.go:183
MethodFlush
(ctx context.Context, b bool)
common/storage/sql/index/session.go:209
MethodFlush
()
common/storage/indexer/batch.go:223
MethodFlush
()
common/config/vault.go:127
MethodFlush
()
common/config/vault/vault.go:101
MethodFlush
()
common/config/sql/sql.go:140
MethodFlush
()
common/config/service/remote.go:95
MethodFlush
()
common/config/mock/mock.go:437
MethodFlush
()
gateway/data/service.go:256
MethodFlushCustomFacets
()
data/search/dao/mongo/codec.go:176
MethodFlushCustomFacets
()
data/search/dao/bleve/codec.go:207
MethodFlushInactiveGrants
(ctx context.Context, notAfter time.Time, limit int, batchSize int)
idm/oauth/dao/sql/trust.go:98
MethodFlushSession
Missing associated documentation comment in .proto file.
python/cells_tree_pb2_grpc.py:714
MethodFlushSession
(request, target, options=(), channel_credentials=None, call_c
python/cells_tree_pb2_grpc.py:786
MethodFlushSession
FlushSession allows to flsuh what's in the dao cache for the current session to ensure we are up to date moving on to the next phase of the indexation
data/source/index/grpc/handler.go:686
MethodFlushSession
(ctx context.Context, in *FlushSessionRequest, opts ...grpc.CallOption)
common/proto/tree/mocks.go:198
MethodFlushSession
(ctx context.Context, in *FlushSessionRequest, opts ...grpc.CallOption)
common/proto/tree/cells-tree_grpc.pb.go:955
MethodFlushSession
(context.Context, *FlushSessionRequest)
common/proto/tree/cells-tree_grpc.pb.go:978
MethodFlushSession
(context.Context, *FlushSessionRequest)
common/proto/tree/cells-tree_grpc.pb.go:990
MethodFlushSession
FlushSession calls the Flush method on the underlying service without closing the session yet
common/sync/model/endpoints.go:240
MethodFlushSession
(ctx context.Context, sessionUuid string)
common/sync/endpoints/index/index-endpoint.go:206
MethodFlushSession
FlushSession forwards session management to underlying snapshot
common/sync/endpoints/filesystem/client-fs.go:162
MethodFlushSession
(ctx context.Context, sessionUuid string)
common/sync/endpoints/bus/pubsub_test.go:534
MethodFlushSession
FlushSession overrides AbstractPatch method to handle source and/or target as session provider
common/sync/merger/bidirectional-patch.go:150
MethodFlushSession
(sessionUuid string)
common/sync/merger/patch-abstract.go:158
FunctionFontIcon
({ className, style })
frontend/assets/__mocks__/material-ui.js:3
MethodForEach
ForEach loops on the stream Recv() methods with proper error checking. The stream opening error is also checked first.
common/client/commons/stream-reader.go:93
FunctionFork
Fork option for a service
common/service/options.go:217
FunctionFromModel
(f *Flow)
idm/oauth/dao/sql/consent.go:255
MethodFrontBootConf
FrontBootConf loads an open JSON struct for start configuration. As it can be called directly as a simple GET /a/frontend/bootconf, this endpoint can
frontend/rest/rest.go:128
MethodFrontEnrollAuth
FrontEnrollAuth is a generic endpoint that can be handled by specific 2FA plugins
frontend/rest/rest.go:296
MethodFrontMessages
FrontMessages loads all i18n messages for a given language
frontend/rest/rest.go:303
MethodFrontPlugins
FrontPlugins dumps a full list of available frontend plugins
frontend/rest/rest.go:149
MethodFrontPutBinary
FrontPutBinary receives an upload to store a binary.
frontend/rest/rest.go:386
MethodFrontServeBinary
FrontServeBinary triggers the download of a stored binary. As it can be used directly in <img url="/a/frontend/binary">, this endpoint can rely on the
frontend/rest/rest.go:332
MethodFrontSession
FrontSession initiate a cookie-based session based on a LoginRequest
frontend/rest/rest.go:208
MethodFrontSessionDel
FrontSessionDel logs out user by clearing the associated cookie session.
frontend/rest/rest.go:276
MethodFrontSessionGet
FrontSessionGet loads a cookie-based session to get info about an access token
frontend/rest/rest.go:180
MethodFrontState
(req *restful.Request, rsp *restful.Response)
frontend/rest/rest.go:84
MethodFulfills
Fulfills returns true if the given value is a string and does *NOT* matches the regex pattern in StringNotMatchCondition
idm/policy/conditions/string-not-match-condition.go:38
MethodFulfills
Fulfills returns true if the given value is a correctly formatted iso8601 time string that represent a point in time after the specified time referenc
idm/policy/conditions/date-after-condition.go:41
FunctionG0
(i)
frontend/assets/uploader.uppy/resources/uppy.min.js:7
FunctionGa
(a)
frontend/assets/editor.ckeditor/res/ckeditor/samples/toolbarconfigurator/lib/codemirror/javascript.js:14
MethodGauge
Gauge creates a simple Float64 Gauge
common/telemetry/metrics/helper.go:62
FunctionGc
()
frontend/assets/editor.ckeditor/res/ckeditor/samples/toolbarconfigurator/lib/codemirror/codemirror.js:12
MethodGenerate
Missing associated documentation comment in .proto file.
python/cells_auth_pb2_grpc.py:882
MethodGenerate
(request, target, options=(), channel_credentials=None, call_c
python/cells_auth_pb2_grpc.py:929
MethodGenerate
(ctx context.Context, in *PatGenerateRequest, opts ...grpc.CallOption)
common/proto/auth/cells-auth_grpc.pb.go:1254
MethodGenerate
(context.Context, *PatGenerateRequest)
common/proto/auth/cells-auth_grpc.pb.go:1285
MethodGenerate
(context.Context, *PatGenerateRequest)
common/proto/auth/cells-auth_grpc.pb.go:1295
MethodGenerateAndPersistKeySet
(ctx context.Context, set, kid, alg, use string)
idm/oauth/dao/sql/jwk.go:57
MethodGenerateDocumentAccessToken
GenerateDocumentAccessToken generates a temporary access token for a specific document for the current user
idm/oauth/rest/handler.go:252
MethodGeneratedResources
GeneratedResources returns all files generated during certificate creation
common/crypto/providers/mkcert.go:98
FunctionGet
(out interface{})
common/server/server.go:107
MethodGet
Missing associated documentation comment in .proto file.
python/cells_registry_pb2_grpc.py:85
MethodGet
(request, target, options=(), channel_credentials=None, call_c
python/cells_registry_pb2_grpc.py:231
MethodGet
(ctx context.Context, id string)
idm/policy/defaults_test.go:282
MethodGet
Get retrieves a policy.
idm/policy/dao/sql/ladon-manager.go:229
MethodGet
(ctx context.Context, eTag string)
data/source/sync/dao/sql/sql.go:88
MethodGet
(s string, option ...Option)
common/registry/combined.go:21
MethodGet
(s string, opts ...Option)
common/registry/graph.go:278
MethodGet
(id string, opts ...registry.Option)
common/registry/service/client.go:197
← previousnext →10,001–10,100 of 22,850, ranked by callers