MCPcopy Create free account

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

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

↓ 2 callersMethodonBeforeMount
* Called before component mounts
examples/typedoc-parity/src/components/base/Component.ts:86
↓ 2 callersMethodonBeforeUnmount
* Called before component unmounts
examples/typedoc-parity/src/components/base/Component.ts:111
↓ 2 callersMethodonBeforeUpdate
* Called before component updates * * @param prevProps - Previous props * @param nextProps - Next props
examples/typedoc-parity/src/components/base/Component.ts:99
↓ 2 callersMethodonMounted
* Called after component mounts
examples/typedoc-parity/src/components/base/Component.ts:91
↓ 2 callersMethodonUnmounted
* Called after component unmounts
examples/typedoc-parity/src/components/base/Component.ts:116
↓ 2 callersMethodonUpdated
* Called after component updates * * @param prevProps - Previous props
examples/typedoc-parity/src/components/base/Component.ts:106
↓ 2 callersFunctionoverloadSignatureBlocks
* One `<Signature>` per call signature of an overloaded function/method — the * first signature (from the doclet's own `typeParams`/`params`/`returns
packages/setu/src/mdast/class-view.ts:477
↓ 2 callersFunctionparseHashLine
()
packages/rang/src/components/CodeViewer.tsx:147
↓ 2 callersFunctionpickPkgFields
(raw: Record<string, unknown>)
packages/clean-jsdoc-theme/src/publish.ts:797
↓ 2 callersFunctionpkg
(scripts: Record<string, string> = {})
packages/aadesh/src/__tests__/interactive.test.ts:69
↓ 2 callersFunctionplace
(level: Branch, items: GroupedEntry[], depth: number)
packages/setu/src/generate-site.ts:735
↓ 2 callersFunctionposix
(p: string)
packages/typedoc/src/types.test.ts:36
↓ 2 callersFunctionpreprocessJsdocInlineTags
(source: string)
packages/dwar/src/mdx.ts:114
↓ 2 callersFunctionpromptsDirPath
(dir: string)
packages/aadesh/src/artifacts.ts:68
↓ 2 callersFunctionpushSeg
(from: number, to: number)
packages/dwar/src/mdx.ts:432
↓ 2 callersFunctionpushin
This will write the value into a record at the path, creating intervening objects if they don't exist @private @param {array} path The split path of
examples/basic/src/documents/probe.js:209
↓ 2 callersFunctionreadOrNull
Read a file, returning `null` on ENOENT (rethrowing anything else).
packages/aadesh/src/artifacts.ts:36
↓ 2 callersFunctionreadStored
(key: string, allowed: ReadonlyArray<T>, fallback: T)
packages/rang/src/components/Settings.tsx:38
↓ 2 callersFunctionrenderHtmlDocument
(opts: HtmlDocumentOptions)
packages/dwar/src/html.ts:264
↓ 2 callersFunctionrenderRow
Render one `label size (gzip)` row, padded to the shared column widths.
packages/utils/src/config/report.ts:123
↓ 2 callersFunctionresolveMenuItem
* Resolve one {@link MenuItem} into a top-region nav node, or `null` to skip it. * * `id: 'home'` / `id: 'source'` (or `sourceFile`) resolve to the
packages/setu/src/generate-site.ts:1475
↓ 2 callersFunctionreturnsList
( returns: readonly TDocletParam[] | undefined, ctx?: ParamSlotCtx )
packages/setu/src/mdast/doclet.ts:476
↓ 2 callersFunctionrunPipeline
(opts: { pipeline: Pipeline; configPath: string; cwd: string; env: NodeJS.ProcessEnv; /** * Extra
packages/aadesh/src/extract-manifest.ts:86
↓ 2 callersFunctionsalty
(items: unknown[])
packages/clean-jsdoc-theme/src/__tests__/publish.test.ts:626
↓ 2 callersFunctionsaveSaved
(key: string, list: SavedSearch[])
packages/rang/src/components/CtrlK/utils.ts:36
↓ 2 callersFunctionscopeOf
* The scope of `reflection` relative to its container. * * - Static (`flags.isStatic`) → `static`. * - A member with a real container that is NOT m
packages/typedoc/src/names.ts:81
↓ 2 callersFunctionscopedKey
Suffix a base storage key with the active locale (`…:recent-searches:ja`).
packages/rang/src/components/CtrlK/use-saved-searches.ts:30
↓ 2 callersFunctionserializeBoth
(file: LocaleFile)
packages/aadesh/src/__tests__/locale.test.ts:17
↓ 2 callersFunctionsetUpBindings
(mountPoint, mountName)
examples/basic/src/documents/binder.js:116
↓ 2 callersFunctionslash
(s: string)
packages/aadesh/src/__tests__/build-plan.test.ts:7
↓ 2 callersFunctionslot
(node: HeaderSlot['node'])
packages/rang/src/__tests__/heading-slot.test.tsx:6
↓ 2 callersFunctionsplitModulePath
Split a typedoc module path (`components/base/Component`) into `/`-segments.
packages/setu/src/generate-site.ts:940
↓ 2 callersMethodstopPropagation
Stops event propagation
examples/typedoc-parity/src/components/base/Component.ts:72
↓ 2 callersFunctionstubResolver
* Stub resolver: a fixed map of namepaths → hrefs, plus a URL passthrough that * mirrors the real `makeLinkResolver` shape. Anything unknown returns
packages/setu/src/__tests__/see-inline.test.ts:11
↓ 2 callersMethodtoArray
* Gets all products as an array * * @returns Array of all products
examples/typedoc-basic/src/models/Product.ts:477
↓ 2 callersFunctiontoLink
(slug: string)
packages/dwar/src/index.ts:251
↓ 2 callersFunctiontoLocaleFile
( active: Map<string, FlatEntry>, obsolete: Map<string, FlatEntry>, templateOrder: readonly string[] )
packages/aadesh/src/locale/file.ts:93
↓ 2 callersFunctiontoSaved
(e: SavedSearch)
packages/rang/src/components/CtrlK/utils.ts:4
↓ 2 callersFunctiontoStrArr
(v: unknown)
packages/clean-jsdoc-theme/src/publish.ts:1662
↓ 2 callersFunctiontsCallableSignature
A callable signature `name<T>(p: T): Ret` from explicit signature parts.
packages/setu/src/mdast/class-view.ts:282
↓ 2 callersFunctiontsConstructorSignature
Full TS constructor signature, e.g. `new Widget<T>(opts: T): Widget<T>`.
packages/setu/src/mdast/class-view.ts:268
↓ 2 callersFunctiontypeExpressionInline
(type: TDocletTypeProperty | undefined)
packages/setu/src/mdast/doclet.ts:33
↓ 2 callersFunctiontypedocModulePath
* The owning-module path of an API page under the typedoc flavor, derived from * its JSDoc longname. A module/namespace page's longname is `module:<p
packages/setu/src/generate-site.ts:908
↓ 2 callersFunctionuseThemeMode
()
packages/rang/src/components/ThemeToggle.tsx:35
↓ 2 callersFunctionvalidateCatalogShape
( messages: Messages, reference: Messages, bag: DiagnosticBag = new DiagnosticBag() )
packages/bhasha/src/validate.ts:29
↓ 2 callersFunctionwalk
(t: TutorialInput)
packages/setu/src/guide-view.ts:340
↓ 2 callersFunctionwithSaved
(list: SavedSearch[], entry: SavedSearch, cap: number)
packages/rang/src/components/CtrlK/utils.ts:45
↓ 1 callersFunctionadaptCallable
Function / method: read the first signature for params + return type.
packages/typedoc/src/reflection-to-doclets.ts:402
↓ 1 callersFunctionadaptContainer
* Class / interface: fold the constructor's first signature parameters into the * container doclet's `params` (so the Constructor section renders), w
packages/typedoc/src/reflection-to-doclets.ts:355
↓ 1 callersFunctionadaptDeclaration
Map one handled declaration reflection to a doclet.
packages/typedoc/src/reflection-to-doclets.ts:193
↓ 1 callersFunctionadaptOverload
One overload signature → the per-signature data that differs from the first.
packages/typedoc/src/reflection-to-doclets.ts:468
↓ 1 callersFunctionadaptParameter
( param: ParameterReflection, descriptions: Map<string, string>, resolveLink: LinkResolver )
packages/typedoc/src/reflection-to-doclets.ts:655
↓ 1 callersFunctionadaptTypeAlias
* Type alias → `typedef`. Three shapes, matching JSDoc's `@typedef` doclets: * * - A **function-type** alias (`type Fn = (x: number) => boolean`)
packages/typedoc/src/reflection-to-doclets.ts:510
↓ 1 callersFunctionadaptValue
Property / variable / accessor: value type → `type`, default → `defaultvalue`.
packages/typedoc/src/reflection-to-doclets.ts:581
↓ 1 callersFunctionadd
(a, b)
examples/basic/src/utils/math.js:19
↓ 1 callersMethodaddDirectory
(opts: { path: string })
packages/dwar/src/pagefind.ts:13
↓ 1 callersFunctionanchorPath
()
packages/clean-jsdoc-theme/src/publish.ts:41
↓ 1 callersFunctionappendThemeId
Append `theme-id=<theme>`, before any `#fragment`, picking `?` vs `&`.
packages/rang/src/components/Embed.tsx:76
↓ 1 callersFunctionapply
()
packages/rang/src/components/CodeViewer.tsx:264
↓ 1 callersFunctionapplyCommentFields
(doclet: TDoclet, fields: CommentFields)
packages/typedoc/src/comment.ts:343
↓ 1 callersFunctionapplyFontSize
(size: FontSize)
packages/rang/src/components/Settings.tsx:44
↓ 1 callersFunctionapplyLineSpacing
(spacing: LineSpacing)
packages/rang/src/components/Settings.tsx:51
↓ 1 callersFunctionapplyMemberRelations
* Member-level inheritance relations: `override`/`overrides`, `inherited`/ * `inherits`, and `implementationOf`. TypeDoc sets these on the member *
packages/typedoc/src/reflection-to-doclets.ts:323
↓ 1 callersFunctionasBoolean
Coerce a frontmatter value to a boolean (`true`/`'true'`), else `undefined`.
packages/setu/src/guide-view.ts:262
↓ 1 callersFunctionasNumber
Coerce a frontmatter value to a finite number, else `undefined`.
packages/setu/src/guide-view.ts:252
↓ 1 callersFunctionassembleJsdocNav
JSDoc-flavor nav assembly — kind buckets + `@category`/doc-group nesting.
packages/setu/src/generate-site.ts:1193
↓ 1 callersFunctionassembleTypedocNav
* Typedoc-flavor nav assembly — mirrors default TypeDoc's sidebar: documents * first, then a module/folder hierarchy ({@link buildTypedocApiNav}) rep
packages/setu/src/generate-site.ts:1357
↓ 1 callersFunctionassertMarkdownPlugin
* Hard-require JSDoc's `plugins/markdown` plugin (see {@link hasMarkdownPlugin}). * Reads the merged config from `require('jsdoc/env').conf.plugins`
packages/clean-jsdoc-theme/src/publish.ts:939
↓ 1 callersFunctionattrMap
(node: MdxJsxFlowElement)
packages/setu/src/__tests__/playground.test.ts:102
↓ 1 callersFunctionblockquoteToCallout
* Promote a blockquote that opens with a GitHub-style alert marker * (`> [!INFO]`, `> [!WARNING]`, …) to a rang callout, stripping the marker from *
packages/setu/src/mdast/from-html.ts:54
↓ 1 callersFunctionbracesBalanced
True if `{`/`}` are balanced and never close before they open. Ignores `\{`/`\}`.
packages/bhasha/src/validate.ts:121
↓ 1 callersFunctionbuildCss
(tokens: ThemeTokens, buildId: string)
packages/dwar/src/css.ts:104
↓ 1 callersFunctionbuildFaviconLink
Build the `<link rel="icon">` for the configured favicon (empty when unset).
packages/dwar/src/html.ts:94
↓ 1 callersFunctionbuildHreflangLinks
Build the `<link rel="alternate" hreflang>` tags (incl. `x-default`).
packages/dwar/src/html.ts:101
↓ 1 callersFunctionbuildIframe
()
packages/rang/src/components/Embed.tsx:129
↓ 1 callersFunctionbuildIndexPage
Build the "Source Files" index page: a heading + a sorted list of links.
packages/setu/src/source-view.ts:177
↓ 1 callersFunctionbuildIslandsPropsPayload
( islands: IslandRecord[], i18n?: { locale: string; defaultLocale: string; messages: Record<string, string
packages/dwar/src/html.ts:246
↓ 1 callersFunctionbuildNameIndex
* Build the secondary short-name index off the primary registry. * * For each `[longname, entry]` we record the entry under its short name and * un
packages/setu/src/link-registry.ts:140
↓ 1 callersFunctionbuildNode
* Build the node for a single matched tag. Resolved targets become a `link` * (monospaced child for `@linkcode`, plain text otherwise); unresolved ta
packages/setu/src/mdast/link-tags.ts:106
↓ 1 callersFunctionbuildReadmePage
( readmeHtml: string, pkg?: { name?: string }, resolveLink?: (target: string) => ResolvedLink | null )
packages/setu/src/guide-view.ts:277
↓ 1 callersFunctionbuildTutorialPage
(t: TutorialInput)
packages/setu/src/__tests__/guide-view.test.ts:230
↓ 1 callersFunctionbuildTypedocApiNav
(apiPages: readonly Page[])
packages/setu/src/generate-site.ts:975
↓ 1 callersMethodbuildUrl
* Builds a full URL with query parameters * * @param path - Request path * @param params - Query parameters * @returns Full URL string
examples/typedoc-basic/src/services/HttpClient.ts:475
↓ 1 callersMethodbuildUrl
* Builds a full URL with query parameters * * @param path - Request path * @param params - Query parameters * @returns Full URL string
examples/typedoc-parity/src/services/HttpClient.ts:475
↓ 1 callersFunctioncamelCase
(str: string)
examples/typedoc-basic/src/utils/string.ts:45
↓ 1 callersFunctioncamelCase
(str: string)
examples/typedoc-parity/src/utils/string.ts:45
↓ 1 callersMethodcanRetry
* Whether this job may be retried after a failure. * * @returns {boolean} `true` while retry budget remains. * @this AbstractJob
examples/basic/src/queue/AbstractJob.js:64
↓ 1 callersFunctioncanonicalizeTypedocSectionOrder
Map each `sectionOrder` entry through {@link TYPEDOC_SECTION_ALIASES}.
packages/typedoc/src/write-site.ts:186
↓ 1 callersFunctioncapitalize
(str: string)
examples/typedoc-basic/src/utils/string.ts:25
↓ 1 callersFunctioncapitalize
(str: string)
examples/typedoc-parity/src/utils/string.ts:25
↓ 1 callersFunctioncatalogCoverage
( messages: Messages, reference: Messages )
packages/bhasha/src/validate.ts:65
↓ 1 callersFunctioncheckUnknownKeys
* Apply the unknown-key policy: for each opt key that is neither a recognized * theme key nor a declared non-theme key, emit a `warning`. `'suggest-t
packages/utils/src/config/validate-opts.ts:75
↓ 1 callersFunctionchipClass
Color classes for a badge, by category.
packages/rang/src/components/mdx-tags.tsx:258
↓ 1 callersFunctionclassRelationsBlocks
( doclet: ClassView['doclet'], resolveLink?: DocletBlocksOptions['resolveLink'] )
packages/setu/src/mdast/class-view.ts:619
↓ 1 callersFunctionclassify
* Split the files into pages / markdown / assets, summing bytes per bucket. * Order: assets first (covers `_assets/*.html` etc.), then `*.html` pages
packages/utils/src/config/report.ts:91
↓ 1 callersFunctioncleanText
A non-empty, trimmed string, or undefined.
packages/aadesh/src/interactive/registry.ts:171
↓ 1 callersMethodcleanup
* Removes expired entries * * @internal
examples/typedoc-basic/src/services/cache/Cache.ts:532
↓ 1 callersMethodcleanup
* Removes expired entries * * @internal
examples/typedoc-parity/src/services/cache/Cache.ts:532
↓ 1 callersMethodclear
* Drop every pending job. * * @returns {void} * @deprecated Since 3.0.0 — prefer {@link Queue#drain} so observers still * receive a {@li
examples/basic/src/queue/Queue.js:206
↓ 1 callersFunctionclubKey
Stable key for a club parent (section + label), used as its open-state id.
packages/rang/src/components/Sidebar.tsx:208
← previousnext →501–600 of 1,410, ranked by callers