MCPcopy Index your code

hub / github.com/typedoc2md/typedoc-plugin-markdown / functions

Functions503 in github.com/typedoc2md/typedoc-plugin-markdown

↓ 190 callersFunctionexpectFileToEqual
( key: string, outputFileStrategy: 'modules' | 'members' | ('modules' | 'members')[], file: string | str
packages/typedoc-plugin-markdown/test/helpers.ts:5
↓ 54 callersFunctionbackTicks
(text: string)
packages/typedoc-plugin-markdown/src/libs/markdown/back-ticks.ts:6
↓ 47 callersFunctionheading
(level: number, text: string)
packages/typedoc-plugin-markdown/src/libs/markdown/heading.ts:6
↓ 42 callersFunctionassertToMatchSnapshot
(name: string, actual: string | string[])
devtools/packages/testing/assertions.ts:6
↓ 39 callersMethodon
* @param event - Triggered before or after a document will be rendered. * @param callback - Receives the {@link MarkdownPageEvent} object as an arg
packages/typedoc-plugin-markdown/src/types/markdown-renderer.ts:23
↓ 31 callersFunctiongetFileContents
(filePath: string)
devtools/packages/testing/helpers.ts:16
↓ 24 callersFunctionescapeChars
(str: string)
packages/typedoc-plugin-markdown/src/libs/utils/escape-chars.ts:1
↓ 18 callersFunctionlink
(label: string, url?: string)
packages/typedoc-plugin-markdown/src/libs/markdown/link.ts:7
↓ 15 callersMethodurlTo
* Returns the relative url of a given reflection.
packages/typedoc-plugin-markdown/src/theme/markdown-theme-context.ts:138
↓ 14 callersFunctionisNoneSection
(section: MemberSection)
packages/typedoc-plugin-markdown/src/theme/lib/is-none-section.ts:3
↓ 10 callersFunctionexpectUrlsToEqual
(key, outDir, outputFileStrategies)
packages/typedoc-plugin-markdown/test/helpers.ts:41
↓ 8 callersFunctionbold
(text: string)
packages/typedoc-plugin-markdown/src/libs/markdown/bold.ts:1
↓ 8 callersMethodgetFileName
* Intercepts getFileName method to handle file options. * - Maps "index" baseName to "entryFileName". * - Maps "modules" baseName with "merg
packages/typedoc-plugin-markdown/src/router/core-routers.ts:71
↓ 8 callersFunctionisTable
(key: string)
packages/typedoc-plugin-markdown/src/theme/context/helpers/use-table-format.ts:44
↓ 7 callersFunctioncodeBlock
(content: string)
packages/typedoc-plugin-markdown/src/libs/markdown/code-block.ts:3
↓ 7 callersFunctiongetPathWithoutExt
(filePathWithExtension: string)
packages/typedoc-plugin-markdown/src/libs/utils/get-path-without-ext.ts:6
↓ 7 callersFunctionhtmlTable
( headers: string[], rows: string[][], leftAlignHeadings = false, )
packages/typedoc-plugin-markdown/src/libs/markdown/html-table.ts:1
↓ 7 callersFunctiontable
( headers: string[], rows: string[][], headerLeftAlign = false, )
packages/typedoc-plugin-markdown/src/libs/markdown/table.ts:7
↓ 6 callersMethodgetAnchor
(target: RouterTarget)
packages/typedoc-plugin-markdown/src/router/core-routers.ts:83
↓ 6 callersFunctionremoveFirstScopedDirectory
( urlString: string, sep?: string, )
packages/typedoc-plugin-markdown/src/libs/utils/remove-first-scoped-directory.ts:3
↓ 6 callersFunctionremoveLineBreaks
(str: string)
packages/typedoc-plugin-markdown/src/libs/utils/remove-line-breaks.ts:1
↓ 6 callersFunctionstrikeThrough
(content: string)
packages/typedoc-plugin-markdown/src/libs/markdown/strike-through.ts:1
↓ 5 callersMethodgetIdealBaseName
(reflection: Reflection)
packages/typedoc-plugin-markdown/src/router/member-router.ts:59
↓ 5 callersFunctionhorizontalRule
()
packages/typedoc-plugin-markdown/src/libs/markdown/horizontal-rule.ts:1
↓ 5 callersFunctionsanitizeComments
(str: string)
packages/typedoc-plugin-markdown/src/libs/utils/sanitize-comments.ts:1
↓ 4 callersFunctionassertFileExists
(file: string)
devtools/packages/testing/assertions.ts:16
↓ 4 callersMethodbuildNavigationItem
* Creates a navigation item for a reflection.
packages/typedoc-plugin-markdown/src/theme/navigation/navigation-builder.ts:380
↓ 4 callersFunctioncapitalize
(str: string, includeArray = true)
devtools/packages/prebuild-options/tasks/generate-models.ts:271
↓ 4 callersFunctionexecuteAsyncRendererJobs
( jobs: Array<(output: MarkdownRendererEvent) => Promise<void>>, output: MarkdownRendererEvent, )
packages/typedoc-plugin-markdown/src/renderer/render.ts:281
↓ 4 callersMethodgetGroupChildren
* Builds navigation children for a reflection group.
packages/typedoc-plugin-markdown/src/theme/navigation/navigation-builder.ts:258
↓ 4 callersMethodgetIdealBaseName
(reflection: Reflection)
packages/typedoc-plugin-markdown/src/router/module-router.ts:60
↓ 4 callersMethodgetReflectionGroups
* Builds navigation groups for a reflection, honoring include/exclude rules.
packages/typedoc-plugin-markdown/src/theme/navigation/navigation-builder.ts:278
↓ 4 callersMethodgetRenderContext
(page: MarkdownPageEvent<Reflection>)
packages/typedoc-plugin-markdown/src/theme/markdown-theme.ts:72
↓ 4 callersFunctionisQuoted
(str: string)
packages/typedoc-plugin-markdown/src/libs/utils/is-quoted.ts:1
↓ 4 callersFunctionitalic
(text: string)
packages/typedoc-plugin-markdown/src/libs/markdown/italic.ts:1
↓ 4 callersFunctionreplaceFilename
(originalPath: string, newFileName: string)
packages/typedoc-plugin-markdown/src/libs/utils/replace-file-name.ts:1
↓ 4 callersFunctiontoPascalCase
(text: string)
packages/typedoc-plugin-markdown/src/libs/utils/to-pascal-case.ts:1
↓ 3 callersFunctioncamelToTitleCase
(text: string)
packages/typedoc-plugin-markdown/src/libs/utils/camel-to-title-case.ts:1
↓ 3 callersFunctionescapeRegExp
(value: string)
devtools/scripts/generate-readmes.ts:293
↓ 3 callersFunctionexpectDirToEqual
(key, outDir)
packages/typedoc-plugin-markdown/test/helpers.ts:81
↓ 3 callersFunctionextractSection
(content: string, heading: string)
devtools/scripts/generate-readmes.ts:273
↓ 3 callersMethodfilterEntryModule
* Filters out the entry module item from a list of navigation items.
packages/typedoc-plugin-markdown/src/theme/navigation/navigation-builder.ts:397
↓ 3 callersMethodgetCategoryGroupChildren
* Builds navigation children for a category group.
packages/typedoc-plugin-markdown/src/theme/navigation/navigation-builder.ts:243
↓ 3 callersFunctiongetDirContents
(dirPath: string)
devtools/packages/testing/helpers.ts:21
↓ 3 callersFunctiongetGroupTitle
(groupTitle: string)
packages/typedoc-plugin-markdown/src/theme/context/partials/container.groups.ts:21
↓ 3 callersFunctiongetHierarchyRoots
( project: ProjectReflection, )
packages/typedoc-plugin-markdown/src/theme/lib/get-hierarchy-roots.ts:8
↓ 3 callersFunctiongetPackageName
()
packages/typedoc-plugin-markdown/test/scripts/build-fixtures.mjs:64
↓ 3 callersFunctiongetPagesPath
* Resolves the docs content directory for a given docs path.
devtools/packages/prebuild-options/tasks/generate-docs.ts:386
↓ 3 callersFunctiongetResources
(resourceType: string, binding = true)
packages/typedoc-plugin-markdown/scripts/prebuild-resources.ts:180
↓ 3 callersFunctioninjectStringToFile
( optionsIndexPath: string, replaceContent: string, anchorText: string, anchorTextEnd?: string, )
devtools/packages/prebuild-options/tasks/utils/inject-string-to-file.ts:4
↓ 3 callersMethodrelativeURL
* Returns a url relative to the current page.
packages/typedoc-plugin-markdown/src/theme/markdown-theme-context.ts:131
↓ 3 callersFunctionslugifyAnchor
(str: string)
packages/typedoc-vitepress-theme/src/utils/utils.ts:6
↓ 3 callersFunctiontable
(headers: string[], rows: string[][])
devtools/packages/prebuild-options/tasks/utils/table.ts:1
↓ 3 callersFunctionunEscapeChars
(str: string)
packages/typedoc-plugin-markdown/src/libs/utils/un-escape-chars.ts:1
↓ 3 callersFunctionwriteFileSync
(fileName: string, data: string)
packages/typedoc-plugin-markdown/src/renderer/utils.ts:8
↓ 2 callersMethodbuildNavigationFromProject
* Builds navigation for a standard (non-package) project.
packages/typedoc-plugin-markdown/src/theme/navigation/navigation-builder.ts:144
↓ 2 callersMethodconstructor
* Creates a navigation builder for a project.
packages/typedoc-plugin-markdown/src/theme/navigation/navigation-builder.ts:45
↓ 2 callersFunctionencodeAngleBrackets
(str: string)
packages/typedoc-plugin-markdown/src/libs/utils/encode-angle-brackets.ts:1
↓ 2 callersFunctionextractListItemsFromContent
(content: string)
devtools/scripts/generate-readmes.ts:254
↓ 2 callersFunctionextractParagraphsFromContent
(content: string)
devtools/scripts/generate-readmes.ts:233
↓ 2 callersFunctionflattenParams
(current: any, skip = false)
packages/typedoc-plugin-markdown/src/theme/context/partials/member.parametersList.ts:178
↓ 2 callersFunctionformatTableCell
(str: string)
packages/typedoc-plugin-markdown/src/libs/utils/format-table-cell.ts:6
↓ 2 callersFunctionfullHierarchy
( context: MarkdownThemeContext, root: DeclarationReflection, seen: Set<DeclarationReflection>, level
packages/typedoc-plugin-markdown/src/theme/context/templates/hierarchy.template.ts:52
↓ 2 callersFunctiongenerateTypedoc
* Initiates a new typedoc Application bootstrapped with plugin options
packages/docusaurus-plugin-typedoc/src/plugin.ts:41
↓ 2 callersFunctiongetDefaultValue
* Resolves the default value string for an option.
devtools/packages/prebuild-options/tasks/generate-docs.ts:345
↓ 2 callersFunctiongetDocsTitle
* Formats a category name for use as a docs title.
devtools/packages/prebuild-options/tasks/generate-docs.ts:401
↓ 2 callersFunctiongetFromString
( textContent: string, config: PageTitleTemplatePlaceholders, )
packages/typedoc-plugin-markdown/src/theme/context/partials/page.pageTitle.ts:137
↓ 2 callersFunctiongetOtherType
( context: MarkdownThemeContext, parameter: ParameterReflection, skipHeading = false, )
packages/typedoc-plugin-markdown/src/theme/context/partials/member.parametersList.ts:86
↓ 2 callersFunctiongetOutputFileStrategyPath
(key, outputFileStrategy)
packages/typedoc-plugin-markdown/test/helpers.ts:111
↓ 2 callersMethodgetPackageEntryModule
( reflection: Reflection, )
packages/typedoc-plugin-markdown/src/router/module-router.ts:252
↓ 2 callersFunctiongetPackageName
()
devtools/packages/helpers/methods.ts:3
↓ 2 callersFunctiongetReflectionType
( context: MarkdownThemeContext, options: { headingLevel: number; withComments?: boolean }, parameter: P
packages/typedoc-plugin-markdown/src/theme/context/partials/member.parametersList.ts:111
↓ 2 callersFunctiongetReflectionUrl
( context: MarkdownThemeContext, reflection: Reflection, )
packages/typedoc-plugin-markdown/src/theme/context/helpers/get-comment-parts.ts:96
↓ 2 callersFunctiongetSidebar
(navigationItems: NavigationItem[])
packages/typedoc-gitlab-wiki-theme/src/sidebar.ts:3
↓ 2 callersFunctiongetSidebar
(navigationItems: NavigationItem[])
packages/typedoc-github-wiki-theme/src/sidebar.ts:3
↓ 2 callersFunctiongetSidebarItems
( navigation: NavigationItem[], basePath: string, options: Sidebar, numberPrefixParser: boolean, )
packages/typedoc-docusaurus-theme/src/sidebar.ts:75
↓ 2 callersFunctiongetSidebarJson
(sidebarConfig: SidebarConfig, pretty: boolean)
packages/typedoc-docusaurus-theme/src/sidebar.ts:60
↓ 2 callersFunctiongetSummaryText
(node)
docs/components/events-table.tsx:40
↓ 2 callersFunctiongetTagName
(tag: CommentTag)
packages/typedoc-plugin-frontmatter/src/tags.ts:60
↓ 2 callersFunctiongetType
( name: string, option: Partial<DeclarationOption>, isInterface = false, isDeclarationFile = false, )
devtools/packages/prebuild-options/tasks/generate-models.ts:191
↓ 2 callersFunctionindentBlock
(content: string)
packages/typedoc-plugin-markdown/src/theme/context/partials/type.reflection.declaration.ts:80
↓ 2 callersFunctionmain
(published: boolean)
packages/typedoc-plugin-markdown/scripts/schema/generate-schema.ts:13
↓ 2 callersMethodmoduleHasFolder
(reflection: Reflection)
packages/typedoc-plugin-markdown/src/router/module-router.ts:127
↓ 2 callersMethodmoduleHasSubfolders
(reflection: Reflection)
packages/typedoc-plugin-markdown/src/router/module-router.ts:205
↓ 2 callersFunctionparseDeclarations
( current: DeclarationReflection, acc: DeclarationReflection[], )
packages/typedoc-plugin-markdown/src/theme/context/helpers/get-flattened-declarations.ts:21
↓ 2 callersFunctionparseParams
(current: any, acc: any)
packages/typedoc-plugin-markdown/src/theme/context/partials/member.parametersTable.ts:18
↓ 2 callersFunctionparseSidebarUrl
(url: string)
packages/typedoc-gitlab-wiki-theme/src/sidebar.ts:4
↓ 2 callersFunctionparseSidebarUrl
(url: string)
packages/typedoc-github-wiki-theme/src/sidebar.ts:4
↓ 2 callersMethodprocessChildren
* Adds a reflection (and optional children) into the accumulator, optionally * grouping by folder-like name segments.
packages/typedoc-plugin-markdown/src/theme/navigation/navigation-builder.ts:332
↓ 2 callersFunctionreduceDirectory
(basePath, baseDirectory, directory)
packages/typedoc-plugin-markdown/test/helpers.ts:48
↓ 2 callersFunctionslugify
(url: string)
packages/typedoc-plugin-markdown/src/libs/utils/slugify.ts:1
↓ 2 callersFunctionunorderedList
(items: string[])
packages/typedoc-plugin-markdown/src/libs/markdown/unordered-list.ts:1
↓ 2 callersFunctionwriteMarkdownFile
(path: string, content: string[])
devtools/scripts/generate-readmes.ts:360
↓ 1 callersMethodaccessor
* Comments for getter
packages/typedoc-plugin-markdown/test/fixtures/src/reflections/classes.ts:183
↓ 1 callersFunctionaddReaders
(app: Application, presets: Record<string, any>)
packages/typedoc-docusaurus-theme/src/options/readers.ts:3
↓ 1 callersFunctionasIntegrity
(i: unknown)
packages/typedoc-plugin-markdown/test/fixtures/src/utils/asserts-template-literal.ts:6
↓ 1 callersFunctionasString
(i: unknown)
packages/typedoc-plugin-markdown/test/fixtures/src/utils/asserts-template-literal.ts:22
↓ 1 callersMethodbuildChildPages
(reflection: Reflection, outPages: PageDefinition[])
packages/typedoc-plugin-markdown/src/router/core-routers.ts:97
↓ 1 callersFunctionbuildDeclarationName
( context: MarkdownThemeContext, model: DeclarationReflection, )
packages/typedoc-plugin-markdown/src/theme/context/partials/member.declarationTitle.ts:64
↓ 1 callersMethodbuildNavigationFromPackage
* Builds navigation for a single package in a multi-package project.
packages/typedoc-plugin-markdown/src/theme/navigation/navigation-builder.ts:121
next →1–100 of 503, ranked by callers