MCPcopy Create free account

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

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

↓ 3 callersFunctiontypeExpressionPhrasing
* Type expression of a doclet as link-aware phrasing content, or `null` when the * doclet carries no type. See {@link linkifyTypeExpression} for the
packages/setu/src/mdast/doclet.ts:116
↓ 3 callersFunctiontypeExpressionString
(type: TDocletTypeProperty | undefined)
packages/setu/src/mdast/doclet.ts:42
↓ 3 callersMethodunsubscribe
Removes the subscription
examples/typedoc-parity/src/services/EventEmitter.ts:27
↓ 3 callersFunctionuseDropdown
(part: string)
packages/rang/src/components/DropdownMenu.tsx:35
↓ 3 callersFunctionvalidateLocales
( localesRaw: unknown, defaultLocaleRaw: unknown, bag: DiagnosticBag )
packages/utils/src/config/locales.ts:41
↓ 3 callersFunctionwalk
(node: JSDocTutorial)
packages/clean-jsdoc-theme/src/publish.ts:833
↓ 3 callersFunctionwrap
(open: number, s: string)
packages/aadesh/src/interactive/index.ts:32
↓ 2 callersFunctionadaptProject
(project: ProjectReflection, logger?: AdaptLogger)
packages/typedoc/src/reflection-to-doclets.ts:101
↓ 2 callersFunctionadaptTypeParams
* Map a reflection's (or signature's) type parameters to structured * `typeParams`. `constraint` is the `extends` bound and `default` the `= …` * de
packages/typedoc/src/reflection-to-doclets.ts:630
↓ 2 callersFunctionadd
(key: string, entry: RegistryEntry)
packages/setu/src/link-registry.ts:143
↓ 2 callersFunctionadd
(lang: string)
packages/dwar/src/mdx.ts:87
↓ 2 callersMethodadd
* Adds a product to the collection * * @param product - Product to add * @returns This collection for chaining
examples/typedoc-parity/src/models/Product.ts:422
↓ 2 callersFunctionappendSections
* Append the API/Tutorials section entries to `out`, in `order`. Sections absent * from `order` are dropped — EXCEPT the catch-all "Other" bucket (un
packages/setu/src/generate-site.ts:1444
↓ 2 callersFunctionapplyMode
(mode: Mode)
packages/rang/src/components/ThemeToggle.tsx:23
↓ 2 callersFunctionasBlocks
(nodes: RootContent[])
packages/setu/src/mdast/from-html.ts:257
↓ 2 callersFunctionattrMap
Map a builder result's attributes to a { name: value } record.
packages/setu/src/__tests__/embed.test.ts:133
↓ 2 callersFunctionbaseLongnames
* Map a base-type list (`extendedTypes`/`implementedTypes`) to longnames. The * common case is a `ReferenceType` resolved to an in-project reflection
packages/typedoc/src/reflection-to-doclets.ts:295
↓ 2 callersFunctionbaseOf
(p: string)
packages/clean-jsdoc-theme/src/publish.ts:1716
↓ 2 callersFunctionblocksToInline
* Flatten block content to inline: unwrap paragraphs, and pass through any * phrasing node that the conversion left at the top level. A short HTML/te
packages/setu/src/mdast/from-html.ts:573
↓ 2 callersFunctionbold
(s: string)
packages/aadesh/src/interactive/index.ts:33
↓ 2 callersFunctionbuildCodepenForm
( code: string, options: Record<string, unknown> = {} )
packages/rang/src/components/playground/codepen.ts:14
↓ 2 callersFunctionbuildCodesandboxParameters
( code: string, options: Record<string, unknown> = {} )
packages/rang/src/components/playground/codesandbox.ts:20
↓ 2 callersFunctionbuildGlobalsView
( collection: TJSDocSaltyCollection<TDoclet>, flavor: 'jsdoc' | 'typedoc' = 'jsdoc' )
packages/setu/src/generate-site.ts:386
↓ 2 callersFunctionchipRank
* Stacking rank — kind marker first (outline), then access, then * behavior/binding/mutability/inheritance, then `deprecated` last so the loud * chi
packages/rang/src/components/mdx-tags.tsx:269
↓ 2 callersFunctionclassViewToMdast
(view: ClassView, options: ClassViewToMdastOptions = {})
packages/setu/src/mdast/class-view.ts:949
↓ 2 callersMethodclone
* Clones a value * * @internal
examples/typedoc-basic/src/services/cache/Cache.ts:559
↓ 2 callersMethodclone
* Clones a value * * @internal
examples/typedoc-parity/src/services/cache/Cache.ts:559
↓ 2 callersFunctioncollect
(re: RegExp, srcGroup: number)
packages/clean-jsdoc-theme/src/publish.ts:1465
↓ 2 callersFunctioncollect
(node: unknown)
packages/setu/src/__tests__/see-inline.test.ts:121
↓ 2 callersFunctioncollect
(re: RegExp, srcGroup: number)
packages/typedoc/src/docs.ts:240
↓ 2 callersFunctioncompact
(node: ModuleTreeNode, group: string)
packages/setu/src/generate-site.ts:1070
↓ 2 callersFunctionconvertMarkdownSegment
* Convert a raw Markdown document into block-level mdast nodes, routing through * the same HTML normalization {@link htmlToMdastBlocks} uses. * * P
packages/setu/src/mdast/from-html.ts:373
↓ 2 callersFunctioncopyCustomFiles
* Copy custom CSS/JS file(s) (a path or array, relative to the working dir) to * served `_assets` files and return their hrefs. Each file is copied A
packages/clean-jsdoc-theme/src/publish.ts:539
↓ 2 callersFunctioncrossRefCollection
* A class that links to a module AND a module that links back to the class. * The module is enumerated first (CONTAINER_KINDS order), so the class→
packages/setu/src/__tests__/link-resolution.test.ts:79
↓ 2 callersFunctioncurrentEditorTheme
()
packages/rang/src/components/CodeViewer.tsx:141
↓ 2 callersFunctioncx
(className: unknown)
packages/rang/src/components/mdx-utils.tsx:184
↓ 2 callersFunctiondeleteBindings
(mountPoint, mountName)
examples/basic/src/documents/binder.js:58
↓ 2 callersFunctiondeprecationBlock
(doclet: TDoclet)
packages/setu/src/mdast/doclet.ts:321
↓ 2 callersFunctionderiveDocMeta
* Derive a doc page's metadata (slug, title, group, order, …) from one * {@link DocInput} — the single place that resolution rule lives, so the page
packages/setu/src/guide-view.ts:491
↓ 2 callersFunctiondescriptionBlocks
(doclet: TDoclet, slots?: SlotResolver)
packages/setu/src/mdast/doclet.ts:134
↓ 2 callersFunctiondescriptionInline
* Resolve one param/return description to its render string: collect it for the * extractable template and (when stamping) substitute the locale's tr
packages/setu/src/mdast/doclet.ts:426
↓ 2 callersFunctiondirectIframe
()
packages/rang/src/__tests__/embed.test.tsx:144
↓ 2 callersMethoddispose
()
packages/rang/src/components/CodeViewer.tsx:10
↓ 2 callersFunctiondocletWithExampleAndIframe
()
packages/setu/src/__tests__/doclet-embed.test.ts:93
↓ 2 callersFunctionemit
(level: Branch, depth: number, group: string)
packages/setu/src/generate-site.ts:761
↓ 2 callersFunctionemphasis
(...children: PhrasingContent[])
packages/setu/src/mdast/builders.ts:32
↓ 2 callersFunctionemptyBuckets
()
packages/setu/src/__tests__/class-view.test.ts:307
↓ 2 callersFunctionemptyLocaleFile
()
packages/aadesh/src/locale/file.ts:18
↓ 2 callersFunctionensurePath
(segments: string[])
packages/setu/src/generate-site.ts:986
↓ 2 callersFunctionenumerateClassLongnames
(collection: TJSDocSaltyCollection<TDoclet>)
packages/setu/src/generate-site.ts:249
↓ 2 callersFunctionescapeJsonForScript
(json: string)
packages/dwar/src/html.ts:240
↓ 2 callersFunctionexecBuild
(o: BuildOpts)
packages/aadesh/src/runners.ts:155
↓ 2 callersFunctionexecExtract
(o: ExtractOpts)
packages/aadesh/src/runners.ts:39
↓ 2 callersFunctionexecPrompt
(o: PromptOpts)
packages/aadesh/src/runners.ts:106
↓ 2 callersFunctionexecValidate
(o: ValidateOpts)
packages/aadesh/src/runners.ts:71
↓ 2 callersFunctionexpandContainers
* Run {@link splitContainers} over `raw` and lower each segment: `plain` runs * through `plainFn` (the format's plain converter); `steps`/`tabs` cont
packages/setu/src/mdast/from-html.ts:247
↓ 2 callersFunctionfetch
(url)
packages/utils/src/__tests__/config/google-fonts.test.ts:11
↓ 2 callersFunctionfindMatchingClose
* Find the index just past the close tag matching an open tag of `name` that * begins at `openEnd` (the position right after the open tag). Depth-cou
packages/setu/src/mdast/from-html.ts:135
↓ 2 callersFunctionflush
()
packages/setu/src/mdast/doclet.ts:83
↓ 2 callersFunctionflush
()
packages/setu/src/mdast/from-html.ts:409
↓ 2 callersFunctionformatCallable
* Assemble a callable signature, wrapping onto multiple lines (one type param / * param per indented line) once the single-line form is long — matchi
packages/setu/src/mdast/class-view.ts:235
↓ 2 callersFunctiongetCanonicalClassDoclet
( collection: TJSDocSaltyCollection<TDoclet>, longname: string )
packages/setu/src/doclet.ts:84
↓ 2 callersFunctiongetCanonicalDoclet
( collection: TJSDocSaltyCollection<TDoclet>, longname: string, kind?: string )
packages/setu/src/doclet.ts:64
↓ 2 callersMethodgetDefaultValue
()
examples/typedoc-basic/src/components/Form.ts:392
↓ 2 callersMethodgetDefaultValue
()
examples/typedoc-parity/src/components/Form.ts:392
↓ 2 callersFunctiongetItemOffset
(depth: number)
packages/rang/src/components/toc-utils.ts:10
↓ 2 callersFunctiongetMembersOf
( collection: TJSDocSaltyCollection<TDoclet>, longname: string )
packages/setu/src/doclet.ts:39
↓ 2 callersFunctionglobalsBody
(manifest: ReturnType<typeof generateSite>)
packages/setu/src/__tests__/generate-site.test.ts:621
↓ 2 callersFunctionhasOverloads
A callable doclet (function/method) that carries overload signatures.
packages/setu/src/mdast/class-view.ts:422
↓ 2 callersFunctionhtmlBlocksPlain
* Convert an HTML fragment (as emitted by JSDoc into `description`, `classdesc`, * param descriptions, etc.) into block-level mdast nodes. Empty/blan
packages/setu/src/mdast/from-html.ts:317
↓ 2 callersFunctioninSourceSection
* The source section: the "Source Files" index (slug `source`) and its per-file * viewer pages (`source/<path>`). Documentation chrome (copy-page, th
packages/dwar/src/index.ts:198
↓ 2 callersFunctioninstanceType
The class instance type for a constructor's return, e.g. `Component<P, S>`.
packages/setu/src/mdast/class-view.ts:262
↓ 2 callersFunctionisApiKey
(key: string)
packages/bhasha/src/keys.ts:39
↓ 2 callersFunctionisChromeKey
(key: string)
packages/bhasha/src/keys.ts:44
↓ 2 callersMethodisEmpty
(value: boolean)
examples/typedoc-parity/src/components/Form.ts:524
↓ 2 callersFunctionisServableUrl
A logo value that's already a servable URL/URI needs no copying.
packages/clean-jsdoc-theme/src/publish.ts:710
↓ 2 callersFunctionisThemeDependent
* Does `src` change with the active theme? True when it carries a literal * `{theme}` token, OR when we'd auto-append a `theme-id` query param (i.e.
packages/rang/src/components/Embed.tsx:71
↓ 2 callersFunctionisThemedOn
* `themed` defaults ON: an embed syncs to the active theme unless the author * explicitly opts out with `themed=false`. Only a literal `"false"` * (
packages/rang/src/components/Embed.tsx:52
↓ 2 callersFunctionisTrue
Coerce a stringy boolean (`"true"`, case-insensitive) to a real boolean.
packages/rang/src/components/Embed.tsx:42
↓ 2 callersFunctionlegacyBuildTutorialPages
* The pre-refactor `buildTutorialPages` behavior, reproduced verbatim, to assert * the adapter + builder remain byte-identical to it.
packages/setu/src/__tests__/guide-view.test.ts:218
↓ 2 callersFunctionloadSaved
(key: string, cap: number)
packages/rang/src/components/CtrlK/utils.ts:15
↓ 2 callersFunctionlocaleMessages
(file: LocaleFile)
packages/aadesh/src/locale/file.ts:134
↓ 2 callersFunctionmakeBranch
()
packages/setu/src/generate-site.ts:732
↓ 2 callersFunctionmakeCollection
(items: unknown[])
packages/setu/src/__tests__/class-view.test.ts:18
↓ 2 callersFunctionmakeModuleTreeNode
(segment: string)
packages/setu/src/generate-site.ts:932
↓ 2 callersFunctionmakeNamedResolver
* Fold a list of {@link NamedEntry} into a `name → { href, title }` resolver, * the shared core behind {@link makeTutorialResolver} and {@link makeDo
packages/setu/src/guide-view.ts:322
↓ 2 callersFunctionmakeSelfReferentialClass
* Mirrors JSDoc's output for an ES6 class carrying both `@class` and an explicit * `@constructor` tag: the canonical class doclet ends up with * `me
packages/setu/src/__tests__/doclet.test.ts:17
↓ 2 callersFunctionmanifestWithBadPage
()
packages/dwar/src/__tests__/render.test.ts:725
↓ 2 callersFunctionmanifestWithIndexSymbol
()
packages/dwar/src/__tests__/render.test.ts:692
↓ 2 callersFunctionmemberHeading
(opts: { id: string; depth: number; name: string; sig: string; })
packages/setu/src/mdast/builders.ts:297
↓ 2 callersFunctionmemberSections
( sections: readonly SectionSpec[], options: ClassViewToMdastOptions = {} )
packages/setu/src/mdast/class-view.ts:597
↓ 2 callersFunctionmergedEntry
* Carry a non-default translation forward against the current template entry. * * An EMPTY (untranslated) slot tracks the current source hash — when
packages/aadesh/src/locale/merge.ts:72
↓ 2 callersFunctionminOrder
(items: GroupedEntry[])
packages/setu/src/generate-site.ts:755
↓ 2 callersFunctionnonEmpty
A non-empty string, else `undefined` (empty counts as untranslated).
packages/bhasha/src/translate.ts:41
↓ 2 callersFunctionnormalizePlayground
* Validate `block.playground` into its two consumer slices, or `undefined` when * off (absent or `false`). `true`/`{}` turns it on with defaults. The
packages/typedoc/src/write-site.ts:286
↓ 2 callersFunctionnormalizeSectionOrder
* Validate `block.sectionOrder` into a clean `string[]`, or `undefined` to fall * back to setu's default order. Accepts only an array; trims string e
packages/typedoc/src/write-site.ts:156
↓ 2 callersFunctionobjectLiteralFromProperties
* An object type literal `{ a: T; b?: U }` rebuilt from a doclet's `properties`, * wrapping onto indented lines (one member per line) once the single
packages/setu/src/mdast/class-view.ts:317
↓ 2 callersFunctionobjectLiteralMembersFromChildren
( children: readonly DeclarationReflection[], resolveLink: LinkResolver )
packages/typedoc/src/types.ts:47
↓ 2 callersFunctionobjectLiteralProperties
* The members of an object-literal type, as `properties[]`, or `undefined` when * the reflection isn't an object literal. Shared by `adaptTypeAlias`
packages/typedoc/src/reflection-to-doclets.ts:563
↓ 2 callersFunctionoffsetDepth
(depth: number)
packages/rang/src/components/TOC.tsx:43
← previousnext →401–500 of 1,410, ranked by callers