MCPcopy Create free account

hub / github.com/cloudreve/cloudreve / functions

Functions11,486 in github.com/cloudreve/cloudreve

FunctionAnd
And groups predicates with the AND operator between them.
ent/entity/where.go:604
FunctionAnd
And groups predicates with the AND operator between them.
ent/node/where.go:598
MethodAnonymousGroup
(ctx context.Context)
inventory/group.go:71
MethodAppSetting
(ctx context.Context)
pkg/setting/provider.go:352
MethodAppendRedirectUris
AppendRedirectUris appends s to the "redirect_uris" field.
ent/oauthclient_update.go:492
MethodAppendRedirectUris
AppendRedirectUris adds s to the "redirect_uris" field.
ent/mutation.go:8636
MethodAppendScopes
AppendScopes appends s to the "scopes" field.
ent/oauthgrant_update.go:374
MethodAppendScopes
AppendScopes appends s to the "scopes" field.
ent/oauthclient_update.go:504
MethodAppendScopes
AppendScopes adds s to the "scopes" field.
ent/mutation.go:8687
MethodAppendScopes
AppendScopes adds s to the "scopes" field.
ent/mutation.go:9577
MethodAppendedScopes
AppendedScopes returns the list of values that were appended to the "scopes" field in this mutation.
ent/mutation.go:8692
MethodApply
(opts ...Option)
pkg/request/request.go:89
MethodApply
(o any)
pkg/filemanager/fs/fs.go:428
MethodApply
(o any)
pkg/filemanager/fs/dbfs/options.go:49
MethodApply
(any)
pkg/filemanager/manager/entitysource/entitysource.go:75
MethodApply
(option any)
pkg/filemanager/manager/entitysource/entitysource.go:156
MethodApply
(opts ...EntitySourceOption)
pkg/filemanager/manager/entitysource/entitysource.go:234
MethodApplyStorageDiff
(ctx context.Context, diffs StorageDiff)
inventory/user.go:226
MethodArchiveDownloadSessionTTL
(ctx context.Context)
pkg/setting/provider.go:363
FunctionAs
As is a pseudo aggregation function for renaming another other functions with custom names. For example: GroupBy(field1, field2). Aggregate(ent.As(
ent/ent.go:144
FunctionAsc
Asc applies the given fields in ASC order.
ent/ent.go:113
MethodAuthInstance
()
pkg/cluster/node.go:361
MethodAuthnEnabled
(ctx context.Context)
pkg/setting/provider.go:858
FunctionAvatar
Avatar applies equality check predicate on the "avatar" field. It's identical to AvatarEQ.
ent/user/where.go:99
MethodAvatar
(ctx context.Context)
pkg/setting/provider.go:326
FunctionAvatarContains
AvatarContains applies the Contains predicate on the "avatar" field.
ent/user/where.go:619
FunctionAvatarContainsFold
AvatarContainsFold applies the ContainsFold predicate on the "avatar" field.
ent/user/where.go:649
FunctionAvatarEQ
AvatarEQ applies the EQ predicate on the "avatar" field.
ent/user/where.go:579
FunctionAvatarEqualFold
AvatarEqualFold applies the EqualFold predicate on the "avatar" field.
ent/user/where.go:644
FunctionAvatarGT
AvatarGT applies the GT predicate on the "avatar" field.
ent/user/where.go:599
FunctionAvatarGTE
AvatarGTE applies the GTE predicate on the "avatar" field.
ent/user/where.go:604
FunctionAvatarHasPrefix
AvatarHasPrefix applies the HasPrefix predicate on the "avatar" field.
ent/user/where.go:624
FunctionAvatarHasSuffix
AvatarHasSuffix applies the HasSuffix predicate on the "avatar" field.
ent/user/where.go:629
FunctionAvatarIn
AvatarIn applies the In predicate on the "avatar" field.
ent/user/where.go:589
FunctionAvatarIsNil
AvatarIsNil applies the IsNil predicate on the "avatar" field.
ent/user/where.go:634
FunctionAvatarLT
AvatarLT applies the LT predicate on the "avatar" field.
ent/user/where.go:609
FunctionAvatarLTE
AvatarLTE applies the LTE predicate on the "avatar" field.
ent/user/where.go:614
FunctionAvatarNEQ
AvatarNEQ applies the NEQ predicate on the "avatar" field.
ent/user/where.go:584
FunctionAvatarNotIn
AvatarNotIn applies the NotIn predicate on the "avatar" field.
ent/user/where.go:594
FunctionAvatarNotNil
AvatarNotNil applies the NotNil predicate on the "avatar" field.
ent/user/where.go:639
MethodAvatarProcess
(ctx context.Context)
pkg/setting/provider.go:318
MethodBatchDelete
BatchDelete 并行删除给出的文件,返回删除失败的文件,及第一个遇到的错误。此方法将文件分为 20个一组,调用Delete并行删除
pkg/filemanager/driver/onedrive/api.go:354
FunctionBatchDeleteShare
(c *gin.Context)
routers/controllers/share.go:75
MethodBeginTx
BeginTx returns a transactional client with specified options.
ent/client.go:214
MethodBeginTx
BeginTx adds an log-id for the transaction and calls the underlying driver BeginTx command if it is supported.
inventory/debug/debug.go:94
MethodBindVar
(i int)
application/migrator/model/dialects/dialect_sqlite.go:33
FunctionBoolToString
BoolToString transform bool to string
pkg/util/common.go:256
MethodBoolX
BoolX is like Bool, but panics if an error occurs.
ent/ent.go:513
MethodBoolsX
BoolsX is like Bools, but panics if an error occurs.
ent/ent.go:487
FunctionBucketName
BucketName applies equality check predicate on the "bucket_name" field. It's identical to BucketNameEQ.
ent/storagepolicy/where.go:89
FunctionBucketNameContains
BucketNameContains applies the Contains predicate on the "bucket_name" field.
ent/storagepolicy/where.go:504
FunctionBucketNameContainsFold
BucketNameContainsFold applies the ContainsFold predicate on the "bucket_name" field.
ent/storagepolicy/where.go:534
FunctionBucketNameEQ
BucketNameEQ applies the EQ predicate on the "bucket_name" field.
ent/storagepolicy/where.go:464
FunctionBucketNameEqualFold
BucketNameEqualFold applies the EqualFold predicate on the "bucket_name" field.
ent/storagepolicy/where.go:529
FunctionBucketNameGT
BucketNameGT applies the GT predicate on the "bucket_name" field.
ent/storagepolicy/where.go:484
FunctionBucketNameGTE
BucketNameGTE applies the GTE predicate on the "bucket_name" field.
ent/storagepolicy/where.go:489
FunctionBucketNameHasPrefix
BucketNameHasPrefix applies the HasPrefix predicate on the "bucket_name" field.
ent/storagepolicy/where.go:509
FunctionBucketNameHasSuffix
BucketNameHasSuffix applies the HasSuffix predicate on the "bucket_name" field.
ent/storagepolicy/where.go:514
FunctionBucketNameIn
BucketNameIn applies the In predicate on the "bucket_name" field.
ent/storagepolicy/where.go:474
FunctionBucketNameIsNil
BucketNameIsNil applies the IsNil predicate on the "bucket_name" field.
ent/storagepolicy/where.go:519
FunctionBucketNameLT
BucketNameLT applies the LT predicate on the "bucket_name" field.
ent/storagepolicy/where.go:494
FunctionBucketNameLTE
BucketNameLTE applies the LTE predicate on the "bucket_name" field.
ent/storagepolicy/where.go:499
FunctionBucketNameNEQ
BucketNameNEQ applies the NEQ predicate on the "bucket_name" field.
ent/storagepolicy/where.go:469
FunctionBucketNameNotIn
BucketNameNotIn applies the NotIn predicate on the "bucket_name" field.
ent/storagepolicy/where.go:479
FunctionBucketNameNotNil
BucketNameNotNil applies the NotNil predicate on the "bucket_name" field.
ent/storagepolicy/where.go:524
MethodBuffer
()
pkg/filemanager/eventhub/subscriber.go:23
MethodBuffer
Buffer returns a copy of the current buffered events. Useful for debugging or implementing custom merging logic.
pkg/filemanager/eventhub/subscriber.go:316
MethodBuildKeyName
BuildKeyName returns a valid key name (foreign key, index key) for the given table, field and reference
application/migrator/model/dialects/dialect_sqlite.go:175
FunctionBuildNodes
BuildNodes serialize a list of nodes.
service/user/response.go:81
FunctionBuildWebAuthnList
BuildWebAuthnList 构建设置页面凭证列表
service/user/response.go:149
MethodBuiltinThumbGeneratorEnabled
(ctx context.Context)
pkg/setting/provider.go:442
MethodBuiltinThumbMaxSize
(ctx context.Context)
pkg/setting/provider.go:446
MethodBusyWorkers
()
pkg/queue/metric.go:9
MethodBusyWorkers
()
pkg/queue/metric.go:41
FunctionByAccessKey
ByAccessKey orders the results by the access_key field.
ent/storagepolicy/storagepolicy.go:186
FunctionByAvatar
ByAvatar orders the results by the avatar field.
ent/user/user.go:262
FunctionByBucketName
ByBucketName orders the results by the bucket_name field.
ent/storagepolicy/storagepolicy.go:176
FunctionByChildren
ByChildren orders the results by children terms.
ent/file/file.go:244
FunctionByChildrenCount
ByChildrenCount orders the results by children count.
ent/file/file.go:237
FunctionByClientField
ByClientField orders the results by client field.
ent/oauthgrant/oauthgrant.go:140
FunctionByClientID
ByClientID orders the results by the client_id field.
ent/oauthgrant/oauthgrant.go:123
FunctionByCorrelationID
ByCorrelationID orders the results by the correlation_id field.
ent/task/task.go:159
FunctionByCreatedAt
ByCreatedAt orders the results by the created_at field.
ent/oauthgrant/oauthgrant.go:103
FunctionByCreatedAt
ByCreatedAt orders the results by the created_at field.
ent/user/user.go:217
FunctionByCreatedAt
ByCreatedAt orders the results by the created_at field.
ent/task/task.go:129
FunctionByCreatedAt
ByCreatedAt orders the results by the created_at field.
ent/directlink/directlink.go:92
FunctionByCreatedAt
ByCreatedAt orders the results by the created_at field.
ent/group/group.go:110
FunctionByCreatedAt
ByCreatedAt orders the results by the created_at field.
ent/metadata/metadata.go:94
FunctionByCreatedAt
ByCreatedAt orders the results by the created_at field.
ent/share/share.go:123
FunctionByCreatedAt
ByCreatedAt orders the results by the created_at field.
ent/setting/setting.go:76
FunctionByCreatedAt
ByCreatedAt orders the results by the created_at field.
ent/passkey/passkey.go:95
FunctionByCreatedAt
ByCreatedAt orders the results by the created_at field.
ent/storagepolicy/storagepolicy.go:146
FunctionByCreatedAt
ByCreatedAt orders the results by the created_at field.
ent/fsevent/fsevent.go:89
FunctionByCreatedAt
ByCreatedAt orders the results by the created_at field.
ent/davaccount/davaccount.go:98
FunctionByCreatedAt
ByCreatedAt orders the results by the created_at field.
ent/entity/entity.go:128
FunctionByCreatedAt
ByCreatedAt orders the results by the created_at field.
ent/node/node.go:156
FunctionByCreatedBy
ByCreatedBy orders the results by the created_by field.
ent/entity/entity.go:168
FunctionByCredentialID
ByCredentialID orders the results by the credential_id field.
ent/passkey/passkey.go:115
FunctionByDavAccounts
ByDavAccounts orders the results by dav_accounts terms.
ent/user/user.go:300
FunctionByDavAccountsCount
ByDavAccountsCount orders the results by dav_accounts count.
ent/user/user.go:293
← previousnext →4,901–5,000 of 11,486, ranked by callers