MCPcopy Create free account

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

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

↓ 2 callersMethodsearchBy
(field, collection, query)
packages/decap-cms-core/src/integrations/providers/algolia/implementation.js:104
↓ 2 callersFunctionselectCollectionEntriesCursor
(state, collectionName)
packages/decap-cms-core/src/reducers/cursors.js:14
↓ 2 callersFunctionselectDeployPreview
(state: State, collection: string, slug: string)
packages/decap-cms-core/src/reducers/index.ts:66
↓ 2 callersFunctionselectEntriesFilter
(entries: Entries, collection: string)
packages/decap-cms-core/src/reducers/entries.ts:369
↓ 2 callersFunctionselectEntriesGroup
(entries: Entries, collection: string)
packages/decap-cms-core/src/reducers/entries.ts:374
↓ 2 callersFunctionselectEntriesSort
(entries: Entries, collection: string)
packages/decap-cms-core/src/reducers/entries.ts:364
↓ 2 callersFunctionselectEntry
(state: State, collectionName: string, slug: string)
packages/decap-cms-core/src/reducers/index.ts:47
↓ 2 callersFunctionselectFieldsWithMediaFolders
(collection: Collection, slug: string)
packages/decap-cms-core/src/reducers/collections.ts:150
↓ 2 callersFunctionselectHasMetaPath
(collection: Collection)
packages/decap-cms-core/src/reducers/collections.ts:526
↓ 2 callersFunctionselectIntegration
(state: Integrations, collection: string | null, hook: string)
packages/decap-cms-core/src/reducers/integrations.ts:53
↓ 2 callersFunctionselectLocale
(state: CmsConfig)
packages/decap-cms-core/src/reducers/config.ts:30
↓ 2 callersFunctionselectMediaFileByPath
(state: State, path: string)
packages/decap-cms-core/src/reducers/mediaLibrary.ts:281
↓ 2 callersFunctionselectMediaFilePublicPath
( config: CmsConfig, collection: Collection | null, mediaPath: string, entryMap: EntryMap | undefined,
packages/decap-cms-core/src/reducers/entries.ts:786
↓ 2 callersFunctionselectMediaFolders
(config: CmsConfig, collection: Collection, entry: EntryMap)
packages/decap-cms-core/src/reducers/collections.ts:162
↓ 2 callersFunctionselectPublishedSlugs
(state: Entries, collection: string)
packages/decap-cms-core/src/reducers/entries.ts:414
↓ 2 callersFunctionselectPublishedSlugs
(state: State, collection: string)
packages/decap-cms-core/src/reducers/index.ts:55
↓ 2 callersFunctionselectSortDataPath
(collection: Collection, key: string)
packages/decap-cms-core/src/reducers/collections.ts:486
↓ 2 callersFunctionselectUnpublishedEntriesByStatus
(state: State, status: Status)
packages/decap-cms-core/src/reducers/index.ts:74
↓ 2 callersFunctionsha256
(buffer: Buffer)
packages/decap-server/src/middlewares/utils/entries.ts:5
↓ 2 callersFunctionsha256
(text)
packages/decap-cms-lib-auth/src/pkce-oauth.js:6
↓ 2 callersFunctionslateToMarkdown
(raw, { voidCodeBlock, remarkPlugins = [] } = {})
packages/decap-cms-widget-markdown/src/serializers/index.js:239
↓ 2 callersFunctionslugFormatter
( collection: Collection, entryData: Map<string, unknown>, slugConfig?: CmsSlug, )
packages/decap-cms-core/src/lib/formatters.ts:138
↓ 2 callersFunctionsortKeys
( sortedKeys: string[], // eslint-disable-next-line @typescript-eslint/no-explicit-any selector: (a: Ite
packages/decap-cms-core/src/formats/helpers.ts:1
↓ 2 callersFunctionstartNotesPolling
(collection: Collection, slug: string)
packages/decap-cms-core/src/actions/entries.ts:1237
↓ 2 callersMethodstartPolling
* Start the polling loop
packages/decap-cms-backend-github/src/polling.ts:237
↓ 2 callersMethodstopNotesPolling
(collection: string, slug: string)
packages/decap-cms-core/src/backend.ts:685
↓ 2 callersMethodstopPolling
* Stop the polling loop
packages/decap-cms-backend-github/src/polling.ts:252
↓ 2 callersFunctionsummaryFormatter
(summaryTemplate: string, entry: EntryMap, collection: Collection)
packages/decap-cms-core/src/lib/formatters.ts:244
↓ 2 callersFunctionthen
(fn: (r: T) => V)
packages/decap-cms-lib-util/src/promise.ts:3
↓ 2 callersFunctionthrowOnMissingDefaultLocale
(i18n?: CmsI18nConfig)
packages/decap-cms-core/src/actions/config.ts:157
↓ 2 callersFunctiontoGlobalName
* Takes a dash [-] separated name and makes it camel-cased * decap-cms-something to DecapCmsSomething * @param {} string
scripts/externals.js:9
↓ 2 callersFunctiontoggleBlock
(editor, type)
packages/decap-cms-widget-markdown/src/MarkdownControl/plugins/blocks/events/toggleBlock.js:7
↓ 2 callersFunctiontoggleLink
(editor, promptText)
packages/decap-cms-widget-markdown/src/MarkdownControl/plugins/inlines/events/toggleLink.js:5
↓ 2 callersFunctiontoggleMark
(editor, format)
packages/decap-cms-widget-markdown/src/MarkdownControl/plugins/inlines/events/toggleMark.js:5
↓ 2 callersFunctiontransform
* The transform function mimics the approach of a Remark plugin for * conformity with the other serialization functions. This function converts
packages/decap-cms-widget-richtext/src/serializers/slateRemark.js:85
↓ 2 callersFunctiontransform
* The transform function mimics the approach of a Remark plugin for * conformity with the other serialization functions. This function converts
packages/decap-cms-widget-markdown/src/serializers/slateRemark.js:88
↓ 2 callersMethodtraverseCursor
(cursor: Cursor, action: string)
packages/decap-cms-core/src/backend.ts:846
↓ 2 callersFunctionunpublishedEntriesLoaded
(entries: EntryValue[], pagination: number)
packages/decap-cms-core/src/actions/editorialWorkflow.ts:112
↓ 2 callersFunctionunpublishedEntryPersisted
(collection: Collection, entry: EntryMap)
packages/decap-cms-core/src/actions/editorialWorkflow.ts:140
↓ 2 callersFunctionunpublishedEntryPersistedFail
(error: Error, collection: Collection, slug: string)
packages/decap-cms-core/src/actions/editorialWorkflow.ts:150
↓ 2 callersFunctionunpublishedEntryPersisting
(collection: Collection, slug: string)
packages/decap-cms-core/src/actions/editorialWorkflow.ts:130
↓ 2 callersFunctionunwrapIfCursorAtStart
(editor, mergeWithPrevious = false)
packages/decap-cms-widget-markdown/src/MarkdownControl/plugins/blocks/transforms/unwrapIfCursorAtStart.js:5
↓ 2 callersFunctionunwrapLink
(editor)
packages/decap-cms-widget-markdown/src/MarkdownControl/plugins/inlines/transforms/unwrapLink.js:5
↓ 2 callersFunctionunwrapSelectionFromList
(editor)
packages/decap-cms-widget-markdown/src/MarkdownControl/plugins/lists/transforms/unwrapSelectionFromList.js:5
↓ 2 callersFunctionupdateExistingPostAndExit
(fromEntry, toEntry)
cypress/utils/steps.js:415
↓ 2 callersFunctionupdateFieldByKey
( collection: Collection, key: string, updater: (field: EntryField) => EntryField, )
packages/decap-cms-core/src/reducers/collections.ts:282
↓ 2 callersFunctionupdateNote
(noteId: string, updates: Partial<Note>)
packages/decap-cms-core/src/actions/entries.ts:505
↓ 2 callersMethodupdateNote
( collection: string, slug: string, noteId: string, updates: Partial<Note>, )
packages/decap-cms-backend-github/src/implementation.tsx:803
↓ 2 callersMethodupdatePR
(number: number, state: 'open' | 'closed')
packages/decap-cms-backend-forgejo/src/API.ts:688
↓ 2 callersMethodupdatePullRequestLabels
(number: number, labels: number[])
packages/decap-cms-backend-forgejo/src/API.ts:734
↓ 2 callersMethoduploadAndCommit
( items: AzureCommitItem[], comment: string, branch: string, newBranch: boolean, )
packages/decap-cms-backend-azure/src/API.ts:421
↓ 2 callersMethoduploadFiles
( files: { path: string; newPath?: string; delete?: boolean }[], { commitMessage, branch,
packages/decap-cms-backend-bitbucket/src/API.ts:429
↓ 2 callersFunctionuploadMediaFile
()
cypress/e2e/common/media_library.js:32
↓ 2 callersMethodurlFor
(path: string, options: Options)
packages/decap-cms-backend-github/src/API.ts:334
↓ 2 callersMethodurlFor
(path: string, options: Options)
packages/decap-cms-backend-gitea/src/API.ts:183
↓ 2 callersMethodurlFor
(path: string, options: Options)
packages/decap-cms-backend-forgejo/src/API.ts:209
↓ 2 callersFunctionuseOpenAuthoring
()
packages/decap-cms-core/src/actions/auth.ts:43
↓ 2 callersMethoduser
()
packages/decap-cms-backend-forgejo/src/API.ts:160
↓ 2 callersFunctionvalidateConfig
(config)
packages/decap-cms-core/src/constants/configSchema.js:389
↓ 2 callersFunctionvalidateMinMax
(value, min, max, field, t)
packages/decap-cms-widget-number/src/NumberControl.js:11
↓ 2 callersFunctionvalidateRepo
({ repoPath }: { repoPath: string })
packages/decap-server/src/middlewares/localGit/index.ts:165
↓ 2 callersFunctionwaitForEntryToLoad
()
cypress/e2e/common/media_library.js:68
↓ 2 callersFunctionwaitUntil
({ predicate, run }: WaitActionArgs)
packages/decap-cms-core/src/actions/waitUntil.ts:8
↓ 2 callersFunctionwaitUntilWithTimeout
( dispatch: ThunkDispatch<State, {}, AnyAction>, waitActionArgs: (resolve: (value?: T) => void) => WaitAct
packages/decap-cms-core/src/actions/waitUntil.ts:16
↓ 2 callersFunctionwithCmsLabel
(pr: GitHubPull, cmsLabelPrefix: string)
packages/decap-cms-backend-github/src/API.ts:192
↓ 2 callersFunctionwithHtml
(editor)
packages/decap-cms-widget-markdown/src/MarkdownControl/plugins/html/withHtml.js:136
↓ 2 callersMethodwrapData
(data: {})
packages/decap-cms-lib-util/src/Cursor.ts:148
↓ 1 callersFunctionEditorComponent
({ id = 'foo', fromBlock = jest.fn(), pattern })
packages/decap-cms-widget-markdown/src/serializers/__tests__/remarkShortcodes.spec.js:14
↓ 1 callersFunctionHTML5DragDrop
(WrappedComponent)
packages/decap-cms-core/src/components/UI/DragDrop.js:56
↓ 1 callersFunctionTestComponent
()
packages/decap-cms-ui-auth/src/__tests__/NetlifyAuthenticationPage.spec.js:28
↓ 1 callersFunction_getEditorComponents
()
packages/decap-cms-widget-markdown/src/MarkdownControl/index.js:15
↓ 1 callersMethod_getLargeMediaClient
()
packages/decap-cms-backend-git-gateway/src/implementation.ts:467
↓ 1 callersMethod_persistMedia
(mediaFile: AssetProxy, options: PersistOptions)
packages/decap-cms-backend-bitbucket/src/implementation.ts:492
↓ 1 callersMethodabandonPullRequest
(pullRequest: AzurePullRequest)
packages/decap-cms-backend-azure/src/API.ts:791
↓ 1 callersFunctionaddComments
(items: Array<Pair>, comments: Record<string, string>, prefix = '')
packages/decap-cms-core/src/formats/yaml.ts:7
↓ 1 callersFunctionaddDraftEntryMediaFile
(file: ImplementationMediaFile)
packages/decap-cms-core/src/actions/entries.ts:489
↓ 1 callersFunctionaddNote
(note: Note)
packages/decap-cms-core/src/actions/entries.ts:501
↓ 1 callersMethodaddNote
(collection: string, slug: string, noteData: Omit<Note, 'id'>)
packages/decap-cms-backend-github/src/implementation.tsx:765
↓ 1 callersMethodaddNote
(collection: string, slug: string, note: Omit<Note, 'id'>)
packages/decap-cms-core/src/backend.ts:633
↓ 1 callersMethodaddNoteToEntry
* Add a note to any entry
packages/decap-cms-backend-github/src/API.ts:1883
↓ 1 callersMethodaddOrUpdateUnpublishedEntry
( key: string, dataFiles: DataFile[], assetProxies: AssetProxy[], slug: string, collection
packages/decap-cms-backend-test/src/implementation.ts:271
↓ 1 callersFunctionaddParams
(urlString: string, params: Record<string, string>)
packages/decap-cms-core/src/lib/urlHelper.ts:23
↓ 1 callersFunctionaddSubstring
* Factory for converting substrings to data objects and adding to an output * array.
packages/decap-cms-widget-richtext/src/serializers/regexHelper.js:102
↓ 1 callersFunctionaddSubstring
* Factory for converting substrings to data objects and adding to an output * array.
packages/decap-cms-widget-markdown/src/regexHelper.js:102
↓ 1 callersMethodallEntriesByFolder
(folder: string, extension: string, depth: number)
packages/decap-cms-backend-gitea/src/implementation.tsx:258
↓ 1 callersFunctionapiGet
(path: string)
packages/decap-cms-backend-git-gateway/src/implementation.ts:131
↓ 1 callersFunctionapiRequest
( path: string, config: RequestConfig, parser = (response: Response) => parseResponse(response), )
packages/decap-cms-lib-util/src/API.ts:195
↓ 1 callersFunctionapplyDefaultI18nValues
( collection: Collection, value: EntryValue, defaultLocaleValue: EntryValue, )
packages/decap-cms-core/src/lib/i18n.ts:224
↓ 1 callersFunctionareCurrentAndPreviousBlocksOfType
(editor, type)
packages/decap-cms-widget-markdown/src/MarkdownControl/plugins/blocks/locations/areCurrentAndPreviousBlocksOfType.js:5
↓ 1 callersMethodassertCmsBranch
(branchName: string)
packages/decap-cms-backend-github/src/API.ts:1320
↓ 1 callersFunctionassertEachGroupCount
(id, count)
cypress/e2e/view_groups_spec.js:13
↓ 1 callersFunctionassertEntriesCount
cypress/e2e/view_filters_spec.js:9
↓ 1 callersFunctionassertGridEntryImage
(entry)
cypress/e2e/common/media_library.js:118
↓ 1 callersFunctionassertGroupsCount
cypress/e2e/view_groups_spec.js:9
↓ 1 callersFunctionassertInEntries
cypress/e2e/view_groups_spec.js:23
↓ 1 callersFunctionassertInEntries
cypress/e2e/view_filters_spec.js:13
↓ 1 callersFunctionassertNotInEntries
cypress/e2e/view_filters_spec.js:17
↓ 1 callersFunctionassertNotInSearch
cypress/e2e/search_suggestion_spec.js:19
↓ 1 callersFunctionassertPublishedEntryInEditor
()
cypress/utils/steps.js:124
↓ 1 callersFunctionassertSearchHeading
cypress/e2e/search_suggestion_spec.js:11
← previousnext →601–700 of 2,349, ranked by callers