MCPcopy Create free account

hub / github.com/ankitskvmdam/clean-jsdoc-theme / functions

Functions1,410 in github.com/ankitskvmdam/clean-jsdoc-theme

↓ 4 callersFunctionreflectionsToDoclets
(project: ProjectReflection, logger?: AdaptLogger)
packages/typedoc/src/reflection-to-doclets.ts:96
↓ 4 callersFunctionrelationLinkName
* A namepath rendered as a link when it resolves to a documented page, * otherwise inert code — same fallback rule as {@link classRelationsBlocks}.
packages/setu/src/mdast/class-view.ts:653
↓ 4 callersFunctionresolve
(meta: TDoclet['meta'])
packages/setu/src/source-view.ts:222
↓ 4 callersFunctionresolveTutorialImages
( tree: TutorialInput[], tutorialsDir: string, collector: ImageCollector )
packages/clean-jsdoc-theme/src/publish.ts:1522
↓ 4 callersFunctionrewriteImageRefs
( content: string, baseDir: string, collector: ImageCollector )
packages/typedoc/src/docs.ts:232
↓ 4 callersFunctionserializeLocaleMeta
(file: LocaleFile)
packages/aadesh/src/locale/file.ts:165
↓ 4 callersFunctionshikiCode
A Shiki-style `<code>` child: line spans separated by "\n" text nodes.
packages/rang/src/__tests__/playground.test.tsx:15
↓ 4 callersFunctionsignatureParamRanges
(code: string)
packages/dwar/src/mdx.ts:417
↓ 4 callersMethodsize
* Number of jobs still pending, fulfilling {@link Drainable#size}. * * @member {number} * @readonly * @public
examples/basic/src/queue/Queue.js:89
↓ 4 callersFunctionsrcOf
(node: MdxJsxFlowElement)
packages/setu/src/__tests__/doclet-embed.test.ts:20
↓ 4 callersFunctiontagContentToHtml
Render the content parts of a single block tag to HTML.
packages/typedoc/src/comment.ts:124
↓ 4 callersFunctiontoExtractManifest
(manifest: SiteManifest)
packages/utils/src/site/manifest.ts:141
↓ 4 callersFunctiontsParamParts
`name: Type`, with `?` for optional and `...` for rest; top-level params only.
packages/setu/src/mdast/class-view.ts:219
↓ 4 callersFunctionvalidateTokenParity
( source: string, translated: string, key: string, bag: DiagnosticBag = new DiagnosticBag() )
packages/bhasha/src/validate.ts:151
↓ 4 callersMethodwaitFor
* Waits for an event to be emitted * * @typeParam K - Event name type * @param event - Event to wait for * @param timeout - Optional timeo
examples/typedoc-basic/src/services/EventEmitter.ts:424
↓ 4 callersFunctionwrapperClassFor
* The class string of the `<div>` that directly wraps a given island marker, * or `null` when the marker is emitted with no wrapping div. The deskt
packages/dwar/src/__tests__/render.test.ts:611
↓ 4 callersFunctionwriteScript
( dir: string, key: string, command: string )
packages/aadesh/src/interactive/package-json.ts:68
↓ 3 callersMethodaddListener
* Internal method to add a listener * * @internal
examples/typedoc-basic/src/services/EventEmitter.ts:447
↓ 3 callersMethodaddListener
* Internal method to add a listener * * @internal
examples/typedoc-parity/src/services/EventEmitter.ts:447
↓ 3 callersFunctionasString
Coerce a frontmatter value to a non-empty trimmed string, else `undefined`.
packages/setu/src/guide-view.ts:242
↓ 3 callersFunctionasString
(f: OutputFile)
packages/dwar/src/__tests__/sitemap.test.ts:7
↓ 3 callersFunctionbuildGlobalsPage
( collection: TJSDocSaltyCollection<TDoclet>, sourceLink?: DocletBlocksOptions['sourceLink'], resolveLin
packages/setu/src/generate-site.ts:420
↓ 3 callersFunctionbuildGroupTree
* Build the nested `children` tree for one top-level group from its entries. * Each entry's path beyond the top segment becomes a chain of non-naviga
packages/setu/src/generate-site.ts:725
↓ 3 callersFunctionbuildJsfiddleForm
( code: string, options: Record<string, unknown> = {} )
packages/rang/src/components/playground/jsfiddle.ts:17
↓ 3 callersFunctionbuildThemeVariableCss
(tokens: ThemeTokens)
packages/dwar/src/css.ts:27
↓ 3 callersFunctioncallout
( variant: 'info' | 'tip' | 'warning' | 'error', children: (BlockContent | DefinitionContent)[] )
packages/setu/src/mdast/builders.ts:99
↓ 3 callersFunctioncaption
(label: string, longname: string)
packages/setu/src/mdast/class-view.ts:718
↓ 3 callersFunctionclassViewToMdx
( view: ClassView, options: ClassViewToMdastOptions & ToMdxOptions = {} )
packages/setu/src/mdx.ts:107
↓ 3 callersMethodclear
* Clears all entries from the cache * * @returns This cache instance for chaining
examples/typedoc-basic/src/services/cache/Cache.ts:353
↓ 3 callersMethodclear
* Clears all entries from the cache * * @returns This cache instance for chaining
examples/typedoc-parity/src/services/cache/Cache.ts:353
↓ 3 callersFunctionclose
()
packages/rang/src/components/MobileNav.tsx:40
↓ 3 callersFunctioncollectLinks
(node: unknown, links: Link[])
packages/setu/src/__tests__/see-inline.test.ts:150
↓ 3 callersFunctioncollectProjectDocuments
(project: ProjectReflection)
packages/typedoc/src/write-site.ts:489
↓ 3 callersFunctioncollectTranslatable
(template: Template, file: LocaleFile)
packages/aadesh/src/prompt.ts:27
↓ 3 callersFunctionconfigureParam
()
packages/typedoc/src/types.test.ts:75
↓ 3 callersFunctioncoverageRatio
(report: Pick<MergeReport, 'translated' | 'total'>)
packages/aadesh/src/locale/merge.ts:57
↓ 3 callersFunctiondoc
(path: string, content: string)
packages/clean-jsdoc-theme/src/__tests__/publish.test.ts:26
↓ 3 callersFunctiondocletWith
(examples: string[])
packages/setu/src/__tests__/playground.test.ts:135
↓ 3 callersFunctiondocletWithTag
(text: string)
packages/setu/src/__tests__/playground.test.ts:161
↓ 3 callersFunctionextractManifest
(opts: ExtractManifestOptions)
packages/aadesh/src/extract-manifest.ts:124
↓ 3 callersFunctionfile
(p: string, c: string)
packages/clean-jsdoc-theme/src/__tests__/publish.test.ts:27
↓ 3 callersFunctionfileSlug
Slug for a single source file viewer page.
packages/setu/src/source-view.ts:152
↓ 3 callersFunctionfilterDoclets
( doclets: readonly T[], options: FilterDocletsOptions = {} )
packages/setu/src/doclet.ts:14
↓ 3 callersFunctionfindCallout
(node: unknown)
packages/setu/src/__tests__/callout-alerts.test.ts:78
↓ 3 callersMethodgetRegistry
* Returns the underlying registry as a read-only map of `unique → original input`.
packages/setu/src/name-registry.ts:33
↓ 3 callersFunctiongroupOf
(label: string)
packages/setu/src/__tests__/guide-view.test.ts:311
↓ 3 callersFunctionhighlight
(line: number)
packages/rang/src/components/CodeViewer.tsx:175
↓ 3 callersFunctionhrefForServed
(servedPath: string)
packages/clean-jsdoc-theme/src/publish.ts:2085
↓ 3 callersFunctionhrefForServed
(servedPath: string)
packages/typedoc/src/write-site.ts:679
↓ 3 callersFunctionindexInCode
Whether char offset `idx` falls inside any of the (sorted-ish) code ranges.
packages/clean-jsdoc-theme/src/publish.ts:1452
↓ 3 callersFunctionindexInCode
Whether char offset `idx` falls inside any code range.
packages/typedoc/src/docs.ts:217
↓ 3 callersFunctionisHighlighted
(chunk: string)
packages/dwar/src/__tests__/playground.test.ts:109
↓ 3 callersFunctionisModuleLike
(reflection: Reflection)
packages/typedoc/src/names.ts:57
↓ 3 callersFunctionjsxAttr
Read a string attribute off an mdast-mdx JSX element node.
packages/setu/src/generate-site.ts:161
↓ 3 callersFunctionlabeledTypedList
( items: readonly TDocletParam[] | undefined, ctx: ParamSlotCtx | undefined, fieldPrefix: string )
packages/setu/src/mdast/doclet.ts:499
↓ 3 callersFunctionloadDep
(name: string, requiredExports: readonly string[])
packages/clean-jsdoc-theme/src/publish.ts:116
↓ 3 callersFunctionlocaleFilePath
(dir: string, code: string)
packages/aadesh/src/artifacts.ts:26
↓ 3 callersFunctionlocaleMetaFilePath
(dir: string, code: string)
packages/aadesh/src/artifacts.ts:31
↓ 3 callersFunctionmakeComment
Build a `Comment` with the given block tags (no summary/modifier tags needed here).
packages/typedoc/src/comment.test.ts:6
↓ 3 callersFunctionmarkdownToHtml
(md: string)
packages/typedoc/src/comment.ts:37
↓ 3 callersFunctionmemberBadges
(member: ClassMember)
packages/setu/src/mdast/class-view.ts:514
↓ 3 callersFunctionmemberBlocks
( member: ClassMember, options: DocletBlocksOptions = {}, headingLevel: 2 | 3 | 4 = 3 )
packages/setu/src/mdast/class-view.ts:539
↓ 3 callersFunctionmemberSignatureSuffix
(member: ClassMember)
packages/setu/src/mdast/class-view.ts:162
↓ 3 callersFunctionmergeCollection
* A `@module` symbol JSDoc emits as two same-slug class doclets: * - `module:queue/Queue~Queue`: classdesc + an instance method, no params. *
packages/setu/src/__tests__/link-resolution.test.ts:159
↓ 3 callersFunctionnonEmptyString
Trim a value to a non-empty string, or `undefined`.
packages/clean-jsdoc-theme/src/publish.ts:517
↓ 3 callersFunctionopenInAi
(provider: 'claude' | 'chatgpt' | 'perplexity')
packages/rang/src/components/CopyPageButton.tsx:115
↓ 3 callersFunctionoverlayDocs
(base: ResolvedDocs, locale: ResolvedDocs)
packages/clean-jsdoc-theme/src/publish.ts:1870
↓ 3 callersFunctionpanelId
(i: number)
packages/rang/src/components/Tabs.tsx:68
↓ 3 callersFunctionparseLocaleFiles
(contentJson: string, metaJson: string | null)
packages/aadesh/src/locale/file.ts:177
↓ 3 callersFunctionpersistFavorites
(next: SavedSearch[])
packages/rang/src/components/CtrlK/use-saved-searches.ts:65
↓ 3 callersFunctionplaygroundOptionRecord
A site-wide per-provider options record, or `undefined` for a non-object.
packages/clean-jsdoc-theme/src/publish.ts:1055
↓ 3 callersFunctionplaygroundOptionRecord
A site-wide per-provider options record, or `undefined` for a non-object.
packages/typedoc/src/write-site.ts:273
↓ 3 callersFunctionposix
(p: string)
packages/typedoc/src/write-site.test.ts:24
↓ 3 callersFunctionprocessExpressionObject
Interrogates a single query expression object and calls the appropriate handler for its contents @private @param {object} val The expression @param
examples/basic/src/documents/probe.js:62
↓ 3 callersFunctionprocessNestedOperator
Processes a nested operator by picking the operator out of the expression object. Returns a formatted object that can be used for querying @private
examples/basic/src/documents/probe.js:46
↓ 3 callersFunctionqueuePage
(manifest: ReturnType<typeof generateSite>)
packages/setu/src/__tests__/link-resolution.test.ts:211
↓ 3 callersFunctionreadAttr
Read a quoted attribute (`name="…"` / `name='…'`) off an opening tag.
packages/setu/src/mdast/from-html.ts:124
↓ 3 callersFunctionrefLine
(label: string, refs: readonly string[] | undefined)
packages/setu/src/mdast/doclet.ts:369
↓ 3 callersFunctionrelationLongname
* Resolve one `ReferenceType` relation link (`overwrites`/`inheritedFrom`/ * `implementationOf`) to a longname, falling back to the reference's own
packages/typedoc/src/reflection-to-doclets.ts:313
↓ 3 callersMethodremove
()
packages/utils/src/salty.ts:17
↓ 3 callersMethodremoveListenerById
* Removes a listener by its internal ID * * @internal
examples/typedoc-basic/src/services/EventEmitter.ts:490
↓ 3 callersMethodremoveListenerById
* Removes a listener by its internal ID * * @internal
examples/typedoc-parity/src/services/EventEmitter.ts:490
↓ 3 callersFunctionrenderContainerPage
( view: ContainerView, kind: PageKind, longname: string, slug: string, { sourceLink, resolveLink, re
packages/setu/src/generate-site.ts:275
↓ 3 callersFunctionrenderIsland
({ name, islands, Component, props, ssrProps, }: { name: IslandName; islands: IslandRecord[];
packages/dwar/src/layout.tsx:84
↓ 3 callersFunctionresolveDocletImages
( data: unknown, collector: ImageCollector )
packages/clean-jsdoc-theme/src/publish.ts:1602
↓ 3 callersFunctionresolveDocletImages
( doclets: readonly TDoclet[], collector: ImageCollector )
packages/typedoc/src/docs.ts:344
↓ 3 callersFunctionresolveSrc
* Resolve a themed embed URL against the active theme. The author picks one * mechanism, in priority order: * 1. a literal `{theme}` token in `src
packages/rang/src/components/Embed.tsx:92
↓ 3 callersFunctionselect
(next: Mode)
packages/rang/src/components/ThemeToggle.tsx:45
↓ 3 callersFunctionsetText
(text)
packages/clean-jsdoc-theme/src/publish.ts:1939
↓ 3 callersFunctionsignatureObjectLiteralProperties
* Recover `properties[]` for every inline object-literal type on a signature — * each parameter typed as `{ a: T; b?: U }` and (when present) an obje
packages/typedoc/src/reflection-to-doclets.ts:387
↓ 3 callersFunctionsiteNameText
( siteName: SiteName | undefined, fallback?: string )
packages/utils/src/site/site-name.ts:34
↓ 3 callersFunctionsizeGzip
(contents: string | Uint8Array)
packages/utils/src/config/report.ts:93
↓ 3 callersFunctionsortedRecord
Sort an object's keys for stable, diff-friendly serialization.
packages/aadesh/src/locale/file.ts:81
↓ 3 callersFunctionstripNamespacePrefix
Strip a single leading JSDoc namespace prefix (`module:`, …) if present.
packages/setu/src/link-registry.ts:104
↓ 3 callersFunctionsubmitForm
(action: string, fields: Record<string, string>)
packages/rang/src/components/playground/submit.ts:8
↓ 3 callersFunctiontabId
(i: number)
packages/rang/src/components/Tabs.tsx:67
↓ 3 callersFunctiontops
(m: ReturnType<typeof generateSite>)
packages/setu/src/__tests__/typedoc-flavor.test.ts:204
↓ 3 callersFunctiontranslateSlot
( i18n: I18n, key: string, sourceText: string, vars?: InterpolationVars )
packages/bhasha/src/translate.ts:100
↓ 3 callersFunctiontsMemberSignature
* Full TS signature for a member: a callable form for functions/methods * (`name<T>(p: T): Ret`), `get name(): Type` for accessors, and `name: Type`
packages/setu/src/mdast/class-view.ts:297
↓ 3 callersFunctiontutorialsToDocInputs
(tutorials: readonly TutorialInput[])
packages/setu/src/guide-view.ts:539
← previousnext →301–400 of 1,410, ranked by callers