MCPcopy Create free account

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

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

↓ 1 callersMethodrevealLineInCenter
(line: number)
packages/rang/src/components/CodeViewer.tsx:8
↓ 1 callersFunctionrewriteDocletStrings
* 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 callersFunctionrewriteDocletStrings
* 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 callersFunctionrouteFor
* 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 callersFunctionrunInteractive
()
packages/aadesh/src/interactive/index.ts:131
↓ 1 callersFunctionrunner
(s)
packages/aadesh/src/__tests__/commands.test.ts:60
↓ 1 callersFunctionsafeLongname
(reflection: Reflection)
packages/typedoc/src/reflection-to-doclets.ts:164
↓ 1 callersFunctionsameTarget
Two entries collide only if they point at a different page/anchor.
packages/setu/src/link-registry.ts:128
↓ 1 callersFunctionschedule
()
packages/rang/src/components/toc-utils.ts:273
↓ 1 callersFunctionscrollParent
Find the nearest ancestor that actually scrolls vertically.
packages/rang/src/components/Sidebar.tsx:336
↓ 1 callersFunctionsectionForKind
* 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 callersFunctionsectionForPage
* 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 callersFunctionseparatorFor
The separator that joins a member of `scope` to its container longname.
packages/typedoc/src/names.ts:100
↓ 1 callersFunctionsetNested
Set a dotted `chrome.a.b` key into a nested tree, creating intermediate objects.
packages/aadesh/src/locale/file.ts:23
↓ 1 callersFunctionsetState
* 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 callersFunctionshortName
* 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 callersFunctionshortRelationName
* Short display name for a namepath: the last segment after `.`/`#`/`~`.
packages/setu/src/mdast/class-view.ts:645
↓ 1 callersFunctionshuffle
(array: T[])
examples/typedoc-basic/src/utils/array.ts:222
↓ 1 callersFunctionshuffle
(array: T[])
examples/typedoc-parity/src/utils/array.ts:222
↓ 1 callersFunctionsourceLink
(href: string, label: string)
packages/setu/src/mdast/builders.ts:248
↓ 1 callersFunctionsourceLinkBlock
( doclet: TDoclet, options: DocletBlocksOptions = {} )
packages/setu/src/mdast/doclet.ts:763
↓ 1 callersFunctionsourceLinkToCommentEnabled
(opts: JSDocOpts)
packages/clean-jsdoc-theme/src/publish.ts:882
↓ 1 callersFunctionsourceMeta
Build `doclet.meta` from `reflection.sources[0]` for source links.
packages/typedoc/src/reflection-to-doclets.ts:678
↓ 1 callersFunctionsplitContainers
* 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 callersFunctionsplitPair
* 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 callersFunctionsplitPair
Split a `key=value` token at the first `=`; `null` for a bare flag.
packages/setu/src/playground.ts:85
↓ 1 callersFunctionsplitPlaygroundFences
* 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 callersFunctionsplitText
* 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 callersMethodstartCleanupTimer
* Starts the cleanup timer * * @internal
examples/typedoc-basic/src/services/cache/Cache.ts:521
↓ 1 callersMethodstartCleanupTimer
* Starts the cleanup timer * * @internal
examples/typedoc-parity/src/services/cache/Cache.ts:521
↓ 1 callersFunctionstep
( label: string | undefined, children: (BlockContent | DefinitionContent)[] )
packages/setu/src/mdast/builders.ts:130
↓ 1 callersFunctionsteps
(children: (BlockContent | DefinitionContent)[])
packages/setu/src/mdast/builders.ts:116
↓ 1 callersFunctionstripHtml
Strip HTML tags from a string and collapse whitespace; cheap, not a parser.
packages/setu/src/generate-site.ts:221
↓ 1 callersFunctionsuggestionHint
Build the "did you mean X?" tail for an unknown fonts key, when one is close.
packages/utils/src/config/fonts.ts:52
↓ 1 callersFunctionsuggestionHint
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 callersFunctionsummaryBlocks
(doclet: TDoclet, slots?: SlotResolver)
packages/setu/src/mdast/doclet.ts:144
↓ 1 callersFunctionsynthesizeName
(reflection: DeclarationReflection)
packages/typedoc/src/names.ts:149
↓ 1 callersFunctiontab
( label: string | undefined, children: (BlockContent | DefinitionContent)[], value?: string )
packages/setu/src/mdast/builders.ts:164
↓ 1 callersFunctiontabValue
Normalize a label into a stable sync value (lower-cased, whitespace-trimmed).
packages/rang/src/components/Tabs.tsx:32
↓ 1 callersFunctiontabs
( children: (BlockContent | DefinitionContent)[], group?: string )
packages/setu/src/mdast/builders.ts:146
↓ 1 callersFunctiontextContent
(node: ComponentChildren)
packages/rang/src/components/mdx-utils.tsx:191
↓ 1 callersFunctionthemeOpts
Pull the theme-opts object out of a parsed config, by pipeline.
packages/aadesh/src/config.ts:45
↓ 1 callersFunctionthrowsList
( exceptions: readonly TDocletParam[] | undefined, ctx?: ParamSlotCtx )
packages/setu/src/mdast/doclet.ts:492
↓ 1 callersFunctiontoBoolean
Coerce a string to boolean: "true"/"false" (case-insensitive). null otherwise.
packages/setu/src/embed.ts:99
↓ 1 callersMethodtoJSON
* @override * @returns {Object} A JSON-safe snapshot, per the {@link Serializable} contract.
examples/basic/src/queue/AbstractJob.js:84
↓ 1 callersFunctiontokenize
* 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 callersFunctiontokenize
* 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 callersFunctiontopLevelLabels
(nav: NavNode[])
packages/setu/src/__tests__/typedoc-flavor.test.ts:771
↓ 1 callersFunctiontruncateDesc
Truncate a card description to {@link PAGE_NAV_DESC_MAX}, on a word boundary.
packages/dwar/src/index.ts:230
↓ 1 callersFunctiontypeParamsList
* `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 callersFunctiontypedDescriptionInline
( item: TDocletParam, ctx: ParamSlotCtx | undefined, fieldPrefix: string, index: number )
packages/setu/src/mdast/doclet.ts:508
↓ 1 callersFunctiontypedefSignature
* 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 callersFunctiontypedocClassSections
(buckets: MemberBuckets)
packages/setu/src/mdast/class-view.ts:58
↓ 1 callersFunctiontypedocMemberBlocks
* 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 callersFunctionunwrapShikiBlock
* 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 callersFunctionuseActiveHeadings
(headings: Heading[])
packages/rang/src/components/toc-utils.ts:92
↓ 1 callersFunctionuseColor
()
packages/aadesh/src/interactive/index.ts:31
↓ 1 callersFunctionuseHeaderSlot
()
packages/rang/src/components/mdx-utils.tsx:90
↓ 1 callersFunctionuseListKeyboardNav
({ enabled, count, onSelect, }: UseListKeyboardNavOptions)
packages/rang/src/hooks/use-list-keyboard-nav.ts:27
↓ 1 callersFunctionusePlayground
()
packages/rang/src/components/Playground.tsx:27
↓ 1 callersFunctionuseSavedSearches
(entries: SearchEntry[] | null)
packages/rang/src/components/CtrlK/use-saved-searches.ts:42
↓ 1 callersFunctionuseSearchIndex
(open: boolean, searchIndexUrl?: string)
packages/rang/src/components/CtrlK/use-search-index.ts:9
↓ 1 callersFunctionuseSearchResults
( query: string, entries: SearchEntry[] | null )
packages/rang/src/components/CtrlK/use-search-results.ts:13
↓ 1 callersFunctionuseSignatureHighlight
()
packages/rang/src/components/mdx-utils.tsx:65
↓ 1 callersFunctionuseTocProgress
( headings: Heading[], getOffset?: () => number )
packages/rang/src/components/toc-utils.ts:238
↓ 1 callersFunctionvalidateFonts
( raw: unknown, bag: DiagnosticBag, fontResolver?: FontResolver )
packages/utils/src/config/fonts.ts:76
↓ 1 callersFunctionvalidateLocaleFile
Validate one locale file's translations against the template into `bag`.
packages/aadesh/src/commands/validate.ts:50
↓ 1 callersFunctionvalidateSiteName
(raw: unknown, bag: DiagnosticBag)
packages/utils/src/config/site-name.ts:33
↓ 1 callersFunctionvariableSignature
* 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 callersFunctionwalk
(parent: HasChildren, resolve: (target: string) => ResolvedLink | null)
packages/setu/src/mdast/link-tags.ts:136
↓ 1 callersFunctionwalk
(nodes: typeof m.nav)
packages/setu/src/__tests__/typedoc-flavor.test.ts:118
↓ 1 callersFunctionwalk
(t: TutorialInput)
packages/setu/src/__tests__/guide-view.test.ts:241
↓ 1 callersFunctionwalk
(absDir: string, relPrefix: string)
packages/typedoc/src/docs.ts:71
↓ 1 callersFunctionwalk
Depth-first walk: emit a doclet for `reflection` (if handled), then recurse.
packages/typedoc/src/reflection-to-doclets.ts:126
↓ 1 callersFunctionwalk
Recursively collect every .ts/.tsx file under `dir` (skipping tests).
packages/bhasha/scripts/check-browser-safe.mjs:28
↓ 1 callersFunctionwalk
(nodes: NavNode[])
packages/dwar/src/index.ts:211
↓ 1 callersFunctionwalkFences
(parent: HasChildren)
packages/setu/src/guide-view.ts:132
↓ 1 callersFunctionwithFrontmatter
(body: string, frontmatter?: Record<string, unknown>)
packages/setu/src/mdx.ts:101
↓ 1 callersFunctionworker
()
packages/dwar/src/index.ts:161
↓ 1 callersMethodwriteFiles
(opts: { outputPath: string })
packages/dwar/src/pagefind.ts:14
↓ 1 callersFunctionwriteOpenState
(map: Record<string, boolean>)
packages/rang/src/components/Sidebar.tsx:199
↓ 1 callersFunctionwriteOutputFiles
( destination: string, files: readonly OutputFile[] )
packages/clean-jsdoc-theme/src/write-output-files.ts:7
↓ 1 callersFunctionwriteOutputFiles
( destination: string, files: readonly OutputFile[] )
packages/typedoc/src/write-output-files.ts:12
↓ 1 callersFunctionwritePromptFiles
( dir: string, code: string, chunks: string[] )
packages/aadesh/src/artifacts.ts:107
↓ 1 callersFunctionwriteSite
( outDir: string, project: ProjectReflection, app: AdaptApp )
packages/typedoc/src/write-site.ts:636
↓ 1 callersFunctionxmlEscape
XML-escape a value for safe inclusion in an element body / attribute.
packages/dwar/src/sitemap.ts:15
↓ 1 callersFunctionyieldsList
( yields: readonly TDocletParam[] | undefined, ctx?: ParamSlotCtx )
packages/setu/src/mdast/doclet.ts:484
FunctionBrand
({ siteName, fallback, textClass, logoClass, containerClass }: BrandProps)
packages/rang/src/components/Brand.tsx:34
FunctionBrandGlyph
A monochrome Simple Icons CDN glyph, masked so it inherits the current text color.
packages/rang/src/components/CopyPageButton.tsx:59
FunctionButton
({ class: cls, variant, size, ...props }: ButtonProps)
packages/rang/src/components/Button.tsx:43
FunctionButtonGroup
({ children, orientation = 'horizontal', label, class: cls, }: ButtonGroupProps)
packages/rang/src/components/ButtonGroup.tsx:26
FunctionChatGptIcon
({ size = 16, class: cls }: ChatGptIconProps)
packages/rang/src/components/icons/ChatGptIcon.tsx:11
FunctionCode
({ children, ...rest }: BaseProps)
packages/rang/src/components/CodeBlock.tsx:178
FunctionCodeBlock
({ code, lang, showCopy = true, bordered = true, children, className, class: klass, style, }:
packages/rang/src/components/CodeBlock.tsx:75
FunctionCodeTabs
({ tabs }: CodeTabsProps)
packages/rang/src/components/CodeTabs.tsx:15
FunctionCodeViewer
({ code, language, filename, highlightLine }: CodeViewerProps)
packages/rang/src/components/CodeViewer.tsx:168
FunctionCodepenIcon
({ size = 16, class: cls }: CodepenIconProps)
packages/rang/src/components/icons/CodepenIcon.tsx:11
FunctionCodesandboxIcon
({ size = 16, class: cls }: CodesandboxIconProps)
packages/rang/src/components/icons/CodesandboxIcon.tsx:12
FunctionCopy
()
packages/rang/src/__tests__/heading-slot.test.tsx:7
FunctionCopyBtn
({ text }: CopyBtnProps)
packages/rang/src/components/CopyBtn.tsx:16
← previousnext →801–900 of 1,410, ranked by callers