MCPcopy Create free account

hub / github.com/decaporg/decap-cms / functions

Functions2,147 in github.com/decaporg/decap-cms

↓ 6 callersFunctionresetMockServerState
()
cypress/utils/mock-server.js:54
↓ 6 callersFunctionselectEntryPath
(collection: Collection, slug: string)
packages/decap-cms-core/src/reducers/collections.ts:192
↓ 6 callersMethodsort
(a: string, b: string)
packages/decap-cms-core/src/types/tomlify-j0.4.d.ts:4
↓ 6 callersMethodtoFile
( data: { body?: string } & Record<string, unknown>, sortedKeys?: string[], comments?: Record<stri
packages/decap-cms-core/src/formats/frontmatter.ts:112
↓ 6 callersFunctionupdateConfig
(config)
cypress/plugins/index.js:170
↓ 5 callersFunctioncommitMessageFormatter
( type: keyof typeof commitMessageTemplates, config: CmsConfig, { slug, path, collection, authorLogin, a
packages/decap-cms-core/src/lib/formatters.ts:50
↓ 5 callersFunctioncompileStringTemplate
( template: string, date: Date | undefined | null, identifier = '', data = Map<string, unknown>(), p
packages/decap-cms-lib-widgets/src/stringTemplate.ts:174
↓ 5 callersFunctioncontentKeyFromBranch
(branch: string)
packages/decap-cms-lib-util/src/APIUtils.ts:32
↓ 5 callersFunctionerror
(msg)
scripts/test-package-integrity.mjs:33
↓ 5 callersMethodfilterFile
( folder: string, file: { path: string; name: string }, extension: string, depth: number, )
packages/decap-cms-backend-gitlab/src/implementation.ts:272
↓ 5 callersMethodfromFile
(content: string)
packages/decap-cms-core/src/formats/frontmatter.ts:101
↓ 5 callersMethodgetBranchPullRequest
(branch: string)
packages/decap-cms-backend-azure/src/API.ts:655
↓ 5 callersFunctiongetEnvs
()
cypress/plugins/gitlab.js:35
↓ 5 callersFunctiongetEnvs
()
cypress/plugins/bitbucket.js:29
↓ 5 callersFunctiongetFolderFiles
( tree: RepoTree, folder: string, extension: string, depth: number, files = [] as RepoFile[], path
packages/decap-cms-backend-test/src/implementation.ts:103
↓ 5 callersMethodgetHeadReference
(head: string)
packages/decap-cms-backend-github/src/API.ts:1319
↓ 5 callersMethodgetToken
()
packages/decap-cms-backend-azure/src/implementation.ts:155
↓ 5 callersFunctiongoToCollections
()
cypress/utils/steps.js:112
↓ 5 callersFunctionisCursorInBlockType
(editor, type, ignoreHeadings, ignoreLists)
packages/decap-cms-widget-markdown/src/MarkdownControl/plugins/blocks/locations/isCursorInBlockType.js:3
↓ 5 callersMethodisLargeMediaFile
(path: string)
packages/decap-cms-backend-git-gateway/src/implementation.ts:430
↓ 5 callersFunctionlabelToStatus
(label: string, labelPrefix: string)
packages/decap-cms-lib-util/src/APIUtils.ts:15
↓ 5 callersFunctionloadEntry
(collection: Collection, slug: string)
packages/decap-cms-core/src/actions/entries.ts:534
↓ 5 callersFunctionloadUnpublishedEntries
(collections: Collections)
packages/decap-cms-core/src/actions/editorialWorkflow.ts:292
↓ 5 callersFunctionmockApi
(backend)
packages/decap-cms-backend-gitlab/src/__tests__/gitlab.spec.js:186
↓ 5 callersMethodpatchBranch
(branchName: string, sha: string, opts: { force?: boolean } = {})
packages/decap-cms-backend-github/src/API.ts:1298
↓ 5 callersFunctionpublishWorkflowEntry
({ title }, timeout)
cypress/utils/steps.js:143
↓ 5 callersFunctionselectEntrySlug
(collection: Collection, path: string)
packages/decap-cms-core/src/reducers/collections.ts:196
↓ 5 callersFunctionselectUnpublishedEntry
(state: State, collection: string, slug: string)
packages/decap-cms-core/src/reducers/index.ts:68
↓ 5 callersFunctionsetup
(propsOverrides = {})
packages/decap-cms-widget-datetime/src/__tests__/DateTimeControl.spec.js:7
↓ 5 callersFunctionupdateWorkflowStatus
({ title }, fromColumnHeading, toColumnHeading)
cypress/utils/steps.js:137
↓ 5 callersMethodwithMutations
(mutator: (mutable: StaticallyTypedRecord<T>) => unknown)
packages/decap-cms-core/src/types/immutable.ts:48
↓ 4 callersFunctionaddAsset
(assetProxy: AssetProxy)
packages/decap-cms-core/src/actions/media.ts:25
↓ 4 callersFunctionaddAssets
(assets: AssetProxy[])
packages/decap-cms-core/src/actions/media.ts:21
↓ 4 callersFunctionaddFileTemplateFields
(entryPath: string, fields: Map<string, string>, folder = '')
packages/decap-cms-lib-widgets/src/stringTemplate.ts:246
↓ 4 callersFunctionadvanceClock
(clock)
cypress/utils/steps.js:306
↓ 4 callersFunctionassertFieldErrorStatus
(label, color, opts = { isMarkdown: false })
cypress/utils/steps.js:632
↓ 4 callersFunctionassertPublishedEntry
(entry)
cypress/utils/steps.js:183
↓ 4 callersMethodauthenticate
(state: Credentials)
packages/decap-cms-backend-gitlab/src/implementation.ts:146
↓ 4 callersFunctionauthenticating
()
packages/decap-cms-core/src/actions/auth.ts:16
↓ 4 callersMethodcreateBranch
(branchName: string, sha: string)
packages/decap-cms-backend-github/src/API.ts:1268
↓ 4 callersMethodcreateRef
(type: string, name: string, sha: string)
packages/decap-cms-backend-github/src/API.ts:1216
↓ 4 callersMethodcurrentUser
({ token }: { token: string })
packages/decap-cms-backend-github/src/implementation.tsx:213
↓ 4 callersMethodcurrentUser
({ token }: { token: string })
packages/decap-cms-backend-gitea/src/implementation.tsx:117
↓ 4 callersFunctiondefaultEmptyBlock
(text = '')
packages/decap-cms-widget-markdown/src/MarkdownControl/plugins/blocks/defaultEmptyBlock.js:1
↓ 4 callersMethoddeleteBranch
(branchName: string)
packages/decap-cms-backend-github/src/API.ts:1306
↓ 4 callersMethodentryWithFormat
(collection: Collection)
packages/decap-cms-core/src/backend.ts:875
↓ 4 callersFunctionfetchWithTimeout
(netlifyApiToken, path, method = 'GET', payload = null, parseAs = 'json')
cypress/plugins/gitGateway.js:36
↓ 4 callersFunctionflushClockAndSave
()
cypress/utils/steps.js:261
↓ 4 callersFunctiongetAllEntries
(state: State, collection: Collection)
packages/decap-cms-core/src/actions/entries.ts:165
↓ 4 callersMethodgetBranchQualifiedName
(branch: string)
packages/decap-cms-backend-github/src/GraphQLAPI.ts:399
↓ 4 callersMethodgetBranchQuery
(branch: string, owner: string, name: string)
packages/decap-cms-backend-github/src/GraphQLAPI.ts:403
↓ 4 callersFunctiongetDataPath
(locale: string, defaultLocale: string)
packages/decap-cms-core/src/lib/i18n.ts:70
↓ 4 callersFunctiongetEntryBackupKey
(collectionName?: string, slug?: string)
packages/decap-cms-core/src/backend.ts:127
↓ 4 callersFunctiongetFile
(path: string, tree: RepoTree)
packages/decap-cms-backend-test/src/implementation.ts:58
↓ 4 callersFunctiongetFileFromSlug
(collection: Collection, slug: string)
packages/decap-cms-core/src/reducers/collections.ts:143
↓ 4 callersMethodgetFileId
(path: string, branch: string)
packages/decap-cms-backend-gitlab/src/API.ts:738
↓ 4 callersFunctiongetGitLabClient
(token)
cypress/plugins/gitlab.js:27
↓ 4 callersMethodgetLargeMediaClient
()
packages/decap-cms-backend-git-gateway/src/implementation.ts:460
↓ 4 callersFunctiongetLocaleDataPath
(locale: string)
packages/decap-cms-core/src/lib/i18n.ts:66
↓ 4 callersFunctiongetPreviewStatus
( statuses: { context: string; target_url: string; state: PreviewState; }[], previewContext:
packages/decap-cms-lib-util/src/API.ts:327
↓ 4 callersFunctiongetProcessSegment
( slugConfig?: CmsSlug, ignoreValues?: string[], preserveSlashes?: boolean, )
packages/decap-cms-core/src/lib/formatters.ts:123
↓ 4 callersMethodgetPullRequestQuery
(number: number)
packages/decap-cms-backend-github/src/GraphQLAPI.ts:463
↓ 4 callersFunctiongetRemarkPlugins
()
packages/decap-cms-core/src/lib/registry.js:183
↓ 4 callersMethodhasWriteAccess
()
packages/decap-cms-backend-gitea/src/API.ts:145
↓ 4 callersFunctionisAbsolutePath
(path: string)
packages/decap-cms-lib-util/src/path.ts:7
↓ 4 callersMethodisMultiple
()
packages/decap-cms-widget-relation/src/RelationControl.js:398
↓ 4 callersFunctionlog
(msg)
scripts/test-package-integrity.mjs:29
↓ 4 callersMethodmergeMeta
(meta: {})
packages/decap-cms-lib-util/src/Cursor.ts:166
↓ 4 callersFunctionnavigateToEntry
(collectionName: string, slug: string)
packages/decap-cms-core/src/routing/history.ts:13
↓ 4 callersMethodnormalizeAsset
(assetProxy: AssetProxy)
packages/decap-cms-backend-test/src/implementation.ts:396
↓ 4 callersFunctionparseDateFromEntry
(entry: Map<string, unknown>, dateFieldName?: string | null)
packages/decap-cms-lib-widgets/src/stringTemplate.ts:59
↓ 4 callersMethodpersistEntry
({ config, collection, entryDraft: draft, assetProxies, usedSlugs, unpublished = false
packages/decap-cms-core/src/backend.ts:1099
↓ 4 callersFunctionprepareMetaPath
(path: string, collection: Collection)
packages/decap-cms-core/src/backend.ts:300
↓ 4 callersMethodreadFile
( path: string, id: string | null | undefined, { parseText }: { parseText: boolean }, )
packages/decap-cms-backend-gitlab/src/implementation.ts:452
↓ 4 callersMethodrefresh
(options, cb)
packages/decap-cms-lib-auth/src/netlify-auth.js:132
↓ 4 callersMethodrequest
(path, options = {})
packages/decap-cms-core/src/integrations/providers/algolia/implementation.js:70
↓ 4 callersMethodrequest
(path, options = {})
packages/decap-cms-core/src/integrations/providers/assetStore/implementation.js:63
↓ 4 callersFunctionresolveFieldKeyType
(field)
packages/decap-cms-widget-list/src/typedListHelpers.js:21
↓ 4 callersFunctionresolveWidget
(name)
packages/decap-cms-core/src/lib/registry.js:147
↓ 4 callersFunctionsearchEntries
(searchTerm: string, searchCollections: string[], page = 0)
packages/decap-cms-core/src/actions/search.ts:109
↓ 4 callersFunctionselectEditingDraft
(state: EntryDraft)
packages/decap-cms-core/src/reducers/entries.ts:815
↓ 4 callersFunctionselectFileEntryLabel
(collection: Collection, slug: string)
packages/decap-cms-core/src/reducers/collections.ts:188
↓ 4 callersFunctionselectIdentifier
(collection: Collection)
packages/decap-cms-core/src/reducers/collections.ts:312
↓ 4 callersFunctionselectMediaFilePath
( config: CmsConfig, collection: Collection | null, entryMap: EntryMap | undefined, mediaPath: string,
packages/decap-cms-core/src/reducers/entries.ts:770
↓ 4 callersFunctionselectMediaFiles
(state: State, field?: EntryField)
packages/decap-cms-core/src/reducers/mediaLibrary.ts:258
↓ 4 callersFunctionselectMediaFolder
( config: CmsConfig, collection: Collection | null, entryMap: EntryMap | undefined, field: EntryField
packages/decap-cms-core/src/reducers/entries.ts:743
↓ 4 callersMethodstatus
()
packages/decap-cms-core/src/backend.ts:374
↓ 4 callersFunctionthrowOnConflictingBranches
( branchName: string, getBranch: (name: string) => Promise<{ name: string }>, apiName: string, )
packages/decap-cms-lib-util/src/API.ts:353
↓ 4 callersFunctionunpublishedEntries
(listEntriesKeys: () => Promise<string[]>)
packages/decap-cms-lib-util/src/implementation.ts:283
↓ 4 callersMethodunpublishedEntry
(state: State, collection: Collection, slug: string)
packages/decap-cms-core/src/backend.ts:1007
↓ 4 callersFunctionupdateWorkflowStatusInEditor
(newStatus)
cypress/utils/steps.js:227
↓ 4 callersFunctionvalidateEventName
(name)
packages/decap-cms-core/src/lib/registry.js:232
↓ 4 callersFunctionvisit
(value: unknown, fields: CmsField[], path = '')
packages/decap-cms-core/src/lib/stega.ts:124
↓ 3 callersMethod_loadOidcConfig
()
packages/decap-cms-lib-auth/src/pkce-oauth.js:79
↓ 3 callersFunctionassertColorOn
(cssProperty, color, opts)
cypress/utils/steps.js:73
↓ 3 callersFunctionassertNoImagesInLibrary
()
cypress/e2e/common/media_library.js:46
↓ 3 callersFunctionassertWorkflowStatus
({ title }, status)
cypress/utils/steps.js:223
↓ 3 callersFunctionauthError
(error: Error)
packages/decap-cms-core/src/actions/auth.ts:29
↓ 3 callersFunctionauthenticate
(userData: User)
packages/decap-cms-core/src/actions/auth.ts:22
↓ 3 callersMethodauthenticate
(state: Credentials)
packages/decap-cms-backend-azure/src/implementation.ts:126
← previousnext →101–200 of 2,147, ranked by callers