Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ankitskvmdam/clean-jsdoc-theme
/ functions
Functions
1,410 in github.com/ankitskvmdam/clean-jsdoc-theme
⨍
Functions
1,410
◇
Types & classes
411
↓ 1 callers
Method
revealLineInCenter
(line: number)
packages/rang/src/components/CodeViewer.tsx:8
↓ 1 callers
Function
rewriteDocletStrings
* Recursively rewrite the `<img>`/`![]()` image srcs in every prose string * reachable from a doclet object, resolving against `baseDir`. Only string
packages/clean-jsdoc-theme/src/publish.ts:1560
↓ 1 callers
Function
rewriteDocletStrings
* Recursively rewrite the `<img>`/`![]()` image srcs in every prose string * reachable from a doclet object, resolving against `baseDir`. Only string
packages/typedoc/src/docs.ts:301
↓ 1 callers
Function
routeFor
* Turn an HTML page path into its route: strip a trailing `index.html`, drop * the leading/trailing slashes, then re-add a single leading slash. The
packages/utils/src/config/report.ts:72
↓ 1 callers
Function
runInteractive
()
packages/aadesh/src/interactive/index.ts:131
↓ 1 callers
Function
runner
(s)
packages/aadesh/src/__tests__/commands.test.ts:60
↓ 1 callers
Function
safeLongname
(reflection: Reflection)
packages/typedoc/src/reflection-to-doclets.ts:164
↓ 1 callers
Function
sameTarget
Two entries collide only if they point at a different page/anchor.
packages/setu/src/link-registry.ts:128
↓ 1 callers
Function
schedule
()
packages/rang/src/components/toc-utils.ts:273
↓ 1 callers
Function
scrollParent
Find the nearest ancestor that actually scrolls vertically.
packages/rang/src/components/Sidebar.tsx:336
↓ 1 callers
Function
sectionForKind
* The kind → section label, flavor-aware. Only `typedef` differs: TypeDoc calls * it "Type Aliases" (matching default TypeDoc), JSDoc keeps "Typedefs
packages/setu/src/generate-site.ts:459
↓ 1 callers
Function
sectionForPage
* The full `group` **path** a page belongs to. An explicit `frontmatter.group` * (from an API `@category` tag, or a doc/tutorial page's frontmatter)
packages/setu/src/generate-site.ts:545
↓ 1 callers
Function
separatorFor
The separator that joins a member of `scope` to its container longname.
packages/typedoc/src/names.ts:100
↓ 1 callers
Function
setNested
Set a dotted `chrome.a.b` key into a nested tree, creating intermediate objects.
packages/aadesh/src/locale/file.ts:23
↓ 1 callers
Function
setState
* Updates the internal state * * @param updates - Partial state updates * * @example * ```typescript * this.setState({ count: this.i
examples/typedoc-basic/src/components/base/Component.ts:258
↓ 1 callers
Function
shortName
* The symbol's short name: the trailing segment after the last JSDoc namepath * separator (`~`, `#`, `.`). `/` is NOT a separator — it's part of a mo
packages/setu/src/link-registry.ts:117
↓ 1 callers
Function
shortRelationName
* Short display name for a namepath: the last segment after `.`/`#`/`~`.
packages/setu/src/mdast/class-view.ts:645
↓ 1 callers
Function
shuffle
(array: T[])
examples/typedoc-basic/src/utils/array.ts:222
↓ 1 callers
Function
shuffle
(array: T[])
examples/typedoc-parity/src/utils/array.ts:222
↓ 1 callers
Function
sourceLink
(href: string, label: string)
packages/setu/src/mdast/builders.ts:248
↓ 1 callers
Function
sourceLinkBlock
( doclet: TDoclet, options: DocletBlocksOptions = {} )
packages/setu/src/mdast/doclet.ts:763
↓ 1 callers
Function
sourceLinkToCommentEnabled
(opts: JSDocOpts)
packages/clean-jsdoc-theme/src/publish.ts:882
↓ 1 callers
Function
sourceMeta
Build `doclet.meta` from `reflection.sources[0]` for source links.
packages/typedoc/src/reflection-to-doclets.ts:678
↓ 1 callers
Function
splitContainers
* Scan `raw` left to right for top-level `<steps>`/`<tabs>` containers, splitting * it into `plain` runs and container segments. A `raw` with no cont
packages/setu/src/mdast/from-html.ts:191
↓ 1 callers
Function
splitPair
* Split a `key=value` token at the first `=`. Quotes around the value have * already been stripped by the tokenizer, so a quoted value with spaces ar
packages/setu/src/embed.ts:92
↓ 1 callers
Function
splitPair
Split a `key=value` token at the first `=`; `null` for a bare flag.
packages/setu/src/playground.ts:85
↓ 1 callers
Function
splitPlaygroundFences
* Scan a raw Markdown string for fenced code blocks whose info string is * `<lang> playground …` and split it into `plain` runs + `fence` segments. T
packages/setu/src/mdast/from-html.ts:405
↓ 1 callers
Function
splitText
* Split one text value into a sequence of `text` / `link` / `inlineCode` nodes. * * Gaps between tags (and surrounding prose/punctuation) are preser
packages/setu/src/mdast/link-tags.ts:57
↓ 1 callers
Method
startCleanupTimer
* Starts the cleanup timer * * @internal
examples/typedoc-basic/src/services/cache/Cache.ts:521
↓ 1 callers
Method
startCleanupTimer
* Starts the cleanup timer * * @internal
examples/typedoc-parity/src/services/cache/Cache.ts:521
↓ 1 callers
Function
step
( label: string | undefined, children: (BlockContent | DefinitionContent)[] )
packages/setu/src/mdast/builders.ts:130
↓ 1 callers
Function
steps
(children: (BlockContent | DefinitionContent)[])
packages/setu/src/mdast/builders.ts:116
↓ 1 callers
Function
stripHtml
Strip HTML tags from a string and collapse whitespace; cheap, not a parser.
packages/setu/src/generate-site.ts:221
↓ 1 callers
Function
suggestionHint
Build the "did you mean X?" tail for an unknown fonts key, when one is close.
packages/utils/src/config/fonts.ts:52
↓ 1 callers
Function
suggestionHint
Build the "did you mean X?" tail for an unknown sub-key, when one is close.
packages/utils/src/config/site-name.ts:17
↓ 1 callers
Function
summaryBlocks
(doclet: TDoclet, slots?: SlotResolver)
packages/setu/src/mdast/doclet.ts:144
↓ 1 callers
Function
synthesizeName
(reflection: DeclarationReflection)
packages/typedoc/src/names.ts:149
↓ 1 callers
Function
tab
( label: string | undefined, children: (BlockContent | DefinitionContent)[], value?: string )
packages/setu/src/mdast/builders.ts:164
↓ 1 callers
Function
tabValue
Normalize a label into a stable sync value (lower-cased, whitespace-trimmed).
packages/rang/src/components/Tabs.tsx:32
↓ 1 callers
Function
tabs
( children: (BlockContent | DefinitionContent)[], group?: string )
packages/setu/src/mdast/builders.ts:146
↓ 1 callers
Function
textContent
(node: ComponentChildren)
packages/rang/src/components/mdx-utils.tsx:191
↓ 1 callers
Function
themeOpts
Pull the theme-opts object out of a parsed config, by pipeline.
packages/aadesh/src/config.ts:45
↓ 1 callers
Function
throwsList
( exceptions: readonly TDocletParam[] | undefined, ctx?: ParamSlotCtx )
packages/setu/src/mdast/doclet.ts:492
↓ 1 callers
Function
toBoolean
Coerce a string to boolean: "true"/"false" (case-insensitive). null otherwise.
packages/setu/src/embed.ts:99
↓ 1 callers
Method
toJSON
* @override * @returns {Object} A JSON-safe snapshot, per the {@link Serializable} contract.
examples/basic/src/queue/AbstractJob.js:84
↓ 1 callers
Function
tokenize
* Tokenize a config string into whitespace-delimited tokens, keeping spaces * inside single- or double-quoted runs intact. Newlines and runs of white
packages/setu/src/embed.ts:52
↓ 1 callers
Function
tokenize
* Tokenize a config string into whitespace-delimited tokens, keeping spaces * inside single- or double-quoted runs intact (mirrors `embed.ts`'s token
packages/setu/src/playground.ts:52
↓ 1 callers
Function
topLevelLabels
(nav: NavNode[])
packages/setu/src/__tests__/typedoc-flavor.test.ts:771
↓ 1 callers
Function
truncateDesc
Truncate a card description to {@link PAGE_NAV_DESC_MAX}, on a word boundary.
packages/dwar/src/index.ts:230
↓ 1 callers
Function
typeParamsList
* `typeParams` (generics) rendered as a list: `` `T` `` ` extends `Constraint`` * ` = `Default`` — description`. Only the TypeDoc bridge ever populat
packages/setu/src/mdast/doclet.ts:840
↓ 1 callers
Function
typedDescriptionInline
( item: TDocletParam, ctx: ParamSlotCtx | undefined, fieldPrefix: string, index: number )
packages/setu/src/mdast/doclet.ts:508
↓ 1 callers
Function
typedefSignature
* Declaration block for a standalone type-alias (typedef) page (typedoc flavor), * matching default TypeDoc's leading declaration. Three shapes: *
packages/setu/src/mdast/class-view.ts:352
↓ 1 callers
Function
typedocClassSections
(buckets: MemberBuckets)
packages/setu/src/mdast/class-view.ts:58
↓ 1 callers
Function
typedocMemberBlocks
* TypeDoc-flavored member rendering for a container, dispatched by kind: * module/namespace → a kind-grouped links index ({@link moduleIndexBlocks});
packages/setu/src/mdast/class-view.ts:919
↓ 1 callers
Function
unwrapShikiBlock
* Strip shiki's outer `<pre …><code …>` … `</code></pre>` wrapper, returning just * the inner `<span class="line">` markup. The signature is hosted i
packages/dwar/src/mdx.ts:400
↓ 1 callers
Function
useActiveHeadings
(headings: Heading[])
packages/rang/src/components/toc-utils.ts:92
↓ 1 callers
Function
useColor
()
packages/aadesh/src/interactive/index.ts:31
↓ 1 callers
Function
useHeaderSlot
()
packages/rang/src/components/mdx-utils.tsx:90
↓ 1 callers
Function
useListKeyboardNav
({ enabled, count, onSelect, }: UseListKeyboardNavOptions)
packages/rang/src/hooks/use-list-keyboard-nav.ts:27
↓ 1 callers
Function
usePlayground
()
packages/rang/src/components/Playground.tsx:27
↓ 1 callers
Function
useSavedSearches
(entries: SearchEntry[] | null)
packages/rang/src/components/CtrlK/use-saved-searches.ts:42
↓ 1 callers
Function
useSearchIndex
(open: boolean, searchIndexUrl?: string)
packages/rang/src/components/CtrlK/use-search-index.ts:9
↓ 1 callers
Function
useSearchResults
( query: string, entries: SearchEntry[] | null )
packages/rang/src/components/CtrlK/use-search-results.ts:13
↓ 1 callers
Function
useSignatureHighlight
()
packages/rang/src/components/mdx-utils.tsx:65
↓ 1 callers
Function
useTocProgress
( headings: Heading[], getOffset?: () => number )
packages/rang/src/components/toc-utils.ts:238
↓ 1 callers
Function
validateFonts
( raw: unknown, bag: DiagnosticBag, fontResolver?: FontResolver )
packages/utils/src/config/fonts.ts:76
↓ 1 callers
Function
validateLocaleFile
Validate one locale file's translations against the template into `bag`.
packages/aadesh/src/commands/validate.ts:50
↓ 1 callers
Function
validateSiteName
(raw: unknown, bag: DiagnosticBag)
packages/utils/src/config/site-name.ts:33
↓ 1 callers
Function
variableSignature
* Declaration block for a standalone variable page (typedoc flavor), e.g. * `HTTP_STATUS: { OK: 200; … }` or `VERSION: string`. An object-literal val
packages/setu/src/mdast/class-view.ts:336
↓ 1 callers
Function
walk
(parent: HasChildren, resolve: (target: string) => ResolvedLink | null)
packages/setu/src/mdast/link-tags.ts:136
↓ 1 callers
Function
walk
(nodes: typeof m.nav)
packages/setu/src/__tests__/typedoc-flavor.test.ts:118
↓ 1 callers
Function
walk
(t: TutorialInput)
packages/setu/src/__tests__/guide-view.test.ts:241
↓ 1 callers
Function
walk
(absDir: string, relPrefix: string)
packages/typedoc/src/docs.ts:71
↓ 1 callers
Function
walk
Depth-first walk: emit a doclet for `reflection` (if handled), then recurse.
packages/typedoc/src/reflection-to-doclets.ts:126
↓ 1 callers
Function
walk
Recursively collect every .ts/.tsx file under `dir` (skipping tests).
packages/bhasha/scripts/check-browser-safe.mjs:28
↓ 1 callers
Function
walk
(nodes: NavNode[])
packages/dwar/src/index.ts:211
↓ 1 callers
Function
walkFences
(parent: HasChildren)
packages/setu/src/guide-view.ts:132
↓ 1 callers
Function
withFrontmatter
(body: string, frontmatter?: Record<string, unknown>)
packages/setu/src/mdx.ts:101
↓ 1 callers
Function
worker
()
packages/dwar/src/index.ts:161
↓ 1 callers
Method
writeFiles
(opts: { outputPath: string })
packages/dwar/src/pagefind.ts:14
↓ 1 callers
Function
writeOpenState
(map: Record<string, boolean>)
packages/rang/src/components/Sidebar.tsx:199
↓ 1 callers
Function
writeOutputFiles
( destination: string, files: readonly OutputFile[] )
packages/clean-jsdoc-theme/src/write-output-files.ts:7
↓ 1 callers
Function
writeOutputFiles
( destination: string, files: readonly OutputFile[] )
packages/typedoc/src/write-output-files.ts:12
↓ 1 callers
Function
writePromptFiles
( dir: string, code: string, chunks: string[] )
packages/aadesh/src/artifacts.ts:107
↓ 1 callers
Function
writeSite
( outDir: string, project: ProjectReflection, app: AdaptApp )
packages/typedoc/src/write-site.ts:636
↓ 1 callers
Function
xmlEscape
XML-escape a value for safe inclusion in an element body / attribute.
packages/dwar/src/sitemap.ts:15
↓ 1 callers
Function
yieldsList
( yields: readonly TDocletParam[] | undefined, ctx?: ParamSlotCtx )
packages/setu/src/mdast/doclet.ts:484
Function
Brand
({ siteName, fallback, textClass, logoClass, containerClass }: BrandProps)
packages/rang/src/components/Brand.tsx:34
Function
BrandGlyph
A monochrome Simple Icons CDN glyph, masked so it inherits the current text color.
packages/rang/src/components/CopyPageButton.tsx:59
Function
Button
({ class: cls, variant, size, ...props }: ButtonProps)
packages/rang/src/components/Button.tsx:43
Function
ButtonGroup
({ children, orientation = 'horizontal', label, class: cls, }: ButtonGroupProps)
packages/rang/src/components/ButtonGroup.tsx:26
Function
ChatGptIcon
({ size = 16, class: cls }: ChatGptIconProps)
packages/rang/src/components/icons/ChatGptIcon.tsx:11
Function
Code
({ children, ...rest }: BaseProps)
packages/rang/src/components/CodeBlock.tsx:178
Function
CodeBlock
({ code, lang, showCopy = true, bordered = true, children, className, class: klass, style, }:
packages/rang/src/components/CodeBlock.tsx:75
Function
CodeTabs
({ tabs }: CodeTabsProps)
packages/rang/src/components/CodeTabs.tsx:15
Function
CodeViewer
({ code, language, filename, highlightLine }: CodeViewerProps)
packages/rang/src/components/CodeViewer.tsx:168
Function
CodepenIcon
({ size = 16, class: cls }: CodepenIconProps)
packages/rang/src/components/icons/CodepenIcon.tsx:11
Function
CodesandboxIcon
({ size = 16, class: cls }: CodesandboxIconProps)
packages/rang/src/components/icons/CodesandboxIcon.tsx:12
Function
Copy
()
packages/rang/src/__tests__/heading-slot.test.tsx:7
Function
CopyBtn
({ text }: CopyBtnProps)
packages/rang/src/components/CopyBtn.tsx:16
← previous
next →
801–900 of 1,410, ranked by callers