MCPcopy Create free account

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

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

FunctionCopyPageButton
({ mdUrl, siteName, prompt, actions }: CopyPageButtonProps)
packages/rang/src/components/CopyPageButton.tsx:81
FunctionCtrlK
({ basePath, searchIndexUrl }: CtrlKProps)
packages/rang/src/components/CtrlK/index.tsx:23
FunctionDialog
({ open, onOpenChange, label, align = 'center', showClose = true, class: cls, children, }: Dialo
packages/rang/src/components/Dialog.tsx:44
FunctionDialogBody
({ children, class: cls }: DialogSectionProps)
packages/rang/src/components/Dialog.tsx:214
FunctionDialogFooter
({ children, class: cls }: DialogSectionProps)
packages/rang/src/components/Dialog.tsx:218
FunctionDialogHeader
({ children, class: cls }: DialogSectionProps)
packages/rang/src/components/Dialog.tsx:206
FunctionDialogTitle
({ children, class: cls }: DialogSectionProps)
packages/rang/src/components/Dialog.tsx:210
FunctionDropdownMenu
({ open: openProp, onOpenChange, children, class: cls, }: DropdownMenuProps)
packages/rang/src/components/DropdownMenu.tsx:52
FunctionDropdownMenuContent
({ children, align = 'start', label, class: cls, }: DropdownMenuContentProps)
packages/rang/src/components/DropdownMenu.tsx:160
FunctionDropdownMenuItem
({ children, onSelect, href, target, rel, disabled, class: cls, }: DropdownMenuItemProps)
packages/rang/src/components/DropdownMenu.tsx:270
FunctionDropdownMenuLabel
({ children, class: cls, }: { children?: ComponentChildren; class?: string; })
packages/rang/src/components/DropdownMenu.tsx:326
FunctionDropdownMenuSeparator
({ class: cls }: { class?: string })
packages/rang/src/components/DropdownMenu.tsx:322
FunctionDropdownMenuTrigger
({ class: cls, children, onClick, onKeyDown, ...rest }: DropdownMenuTriggerProps)
packages/rang/src/components/DropdownMenu.tsx:113
FunctionEmbed
(props: EmbedProps)
packages/rang/src/components/Embed.tsx:256
FunctionEmbedBody
({ src, title, allow, sandbox, clickToLoad, themed }: EmbedProps)
packages/rang/src/components/Embed.tsx:116
FunctionFooter
({ pkg, siteName, year, custom }: FooterProps)
packages/rang/src/components/Footer.tsx:32
FunctionGreeting
()
packages/bhasha/src/__tests__/provider.test.tsx:6
FunctionHeader
({ siteName, pkg, basePath = '/', children }: HeaderProps)
packages/rang/src/components/Header.tsx:19
FunctionHeaderRow
({ marginClass, children, slot, }: { marginClass: string; children: ComponentChildren; slot: Compo
packages/rang/src/components/mdx-utils.tsx:102
FunctionHeadingAnchor
()
packages/rang/src/components/mdx-utils.tsx:138
FunctionHighlighted
({ text, positions }: { text: string; positions: number[] })
packages/rang/src/components/CtrlK/Highlighted.tsx:4
FunctionIsland
* Thin wrapper around `renderIsland` for layout-chrome islands whose payload * props and SSR props are identical. Keeps the existing call sites uncha
packages/dwar/src/layout.tsx:113
FunctionItemBody
Two-line dropdown row: leading icon + bold title over a muted description.
packages/rang/src/components/CopyPageButton.tsx:72
FunctionJsfiddleIcon
({ size = 16, class: cls }: JsfiddleIconProps)
packages/rang/src/components/icons/JsfiddleIcon.tsx:11
FunctionLanguageProvider
({ value, children, }: { value: I18n; children: ComponentChildren; })
packages/bhasha/src/provider.tsx:32
FunctionLanguageSwitcher
({ locales, current }: LanguageSwitcherProps)
packages/rang/src/components/LanguageSwitcher.tsx:45
FunctionLayout
({ children, headerControls, sidebar, toc, tocMobile, pkg, siteName, basePath = '/', footer,
packages/rang/src/components/Layout.tsx:44
FunctionMdxA
({ href, children, ...rest }: AnchorProps)
packages/rang/src/components/mdx-tags.tsx:53
FunctionMdxBlockquote
({ type, children, ...rest }: BlockquoteProps)
packages/rang/src/components/mdx-tags.tsx:368
FunctionMdxH1
({ id, children, ...rest }: HeadingProps)
packages/rang/src/components/mdx-tags.tsx:22
FunctionMdxHr
(props: BaseProps)
packages/rang/src/components/mdx-tags.tsx:387
FunctionMdxImg
({ src, alt, ...rest }: ImgProps)
packages/rang/src/components/mdx-tags.tsx:93
FunctionMdxLi
({ children, ...rest }: BaseProps)
packages/rang/src/components/mdx-tags.tsx:337
FunctionMdxOl
({ children, ...rest }: BaseProps)
packages/rang/src/components/mdx-tags.tsx:329
FunctionMdxP
({ children, ...rest }: BaseProps)
packages/rang/src/components/mdx-tags.tsx:76
FunctionMdxTable
({ children, ...rest }: BaseProps)
packages/rang/src/components/mdx-tags.tsx:397
FunctionMdxTbody
({ children, ...rest }: BaseProps)
packages/rang/src/components/mdx-tags.tsx:411
FunctionMdxTd
({ children, ...rest }: BaseProps)
packages/rang/src/components/mdx-tags.tsx:431
FunctionMdxTh
({ children, ...rest }: BaseProps)
packages/rang/src/components/mdx-tags.tsx:423
FunctionMdxThead
({ children, ...rest }: BaseProps)
packages/rang/src/components/mdx-tags.tsx:407
FunctionMdxTr
({ children, ...rest }: BaseProps)
packages/rang/src/components/mdx-tags.tsx:415
FunctionMdxUl
({ children, ...rest }: BaseProps)
packages/rang/src/components/mdx-tags.tsx:321
FunctionMemberHeading
({ id, depth, sig }: { id?: string; depth?: string; sig?: string })
packages/rang/src/components/mdx-tags.tsx:166
FunctionMemberMeta
({ badges, sourceHref, sourceLabel }: MemberMetaProps)
packages/rang/src/components/mdx-tags.tsx:285
FunctionMenu
({ onCopy }: { onCopy?: () => void })
packages/rang/src/__tests__/dropdown-menu.test.tsx:10
FunctionMobileNav
({ nav, currentSlug, siteName, basePath = '/' }: MobileNavProps)
packages/rang/src/components/MobileNav.tsx:35
FunctionNavEntry
* A single sidebar row plus, when the node is a clubbed parent, its collapsible * child list. Three shapes: * - **folder** (`children`, no `slug`):
packages/rang/src/components/Sidebar.tsx:261
FunctionNavIcon
* Leading icon for a menu entry. The icon is a `source:code` string: * - `simpleicons:<slug>` → the Simple Icons CDN glyph, painted with the `fg` *
packages/rang/src/components/Sidebar.tsx:86
FunctionNavLink
({ node, currentSlug, basePath, }: { node: NavNode; currentSlug: string; basePath: string; })
packages/rang/src/components/Sidebar.tsx:124
FunctionPageNav
({ prev, next, basePath = '/' }: PageNavProps)
packages/rang/src/components/PageNav.tsx:66
FunctionPageNavCard
({ dir, link, basePath, }: { dir: 'prev' | 'next'; link: PageNavLink; basePath: string; })
packages/rang/src/components/PageNav.tsx:32
FunctionPlayground
({ providers, filename, highlight, children }: PlaygroundProps)
packages/rang/src/components/Playground.tsx:72
FunctionPlaygroundMenu
({ providers, code = '', options = {} }: PlaygroundMenuProps)
packages/rang/src/components/PlaygroundMenu.tsx:56
FunctionProgressCircle
Circular scroll-progress indicator (fumadocs' ProgressCircle). The arc is * drawn by a stroke-dashoffset over a rotated circle, growing as `value` (
packages/rang/src/components/TocPopover.tsx:15
FunctionResultRow
({ basePath, result, active, onActivate, onRecord }: ResultRowProps)
packages/rang/src/components/CtrlK/ResultRow.tsx:17
FunctionSavedRow
({ basePath, item, kind, active, onActivate, onRecord, onFavorite, onRemove, }: SavedRowProps)
packages/rang/src/components/CtrlK/SavedRow.tsx:25
FunctionSavedSections
({ basePath, favorites, recents, active, onActivate, onRecord, onFavorite, onRemoveRecent, o
packages/rang/src/components/CtrlK/SavedSections.tsx:34
FunctionSearchFooter
({ onClose }: { onClose: () => void })
packages/rang/src/components/CtrlK/SearchFooter.tsx:5
FunctionSearchInput
({ value, onValueChange, inputRef }: SearchInputProps)
packages/rang/src/components/CtrlK/SearchInput.tsx:11
FunctionSearchResults
({ basePath, hasQuery, results, favorites, recents, active, onActivate, onRecord, onFavorite
packages/rang/src/components/CtrlK/SearchResults.tsx:28
FunctionSearchTrigger
({ open, onOpen }: SearchTriggerProps)
packages/rang/src/components/CtrlK/SearchTrigger.tsx:11
FunctionSectionLabel
({ children }: { children: string })
packages/rang/src/components/CtrlK/SavedSections.tsx:18
FunctionSegmentedControl
({ label, value, options, onChange, }: SegmentedControlProps<T>)
packages/rang/src/components/Settings.tsx:65
FunctionSettings
(_props: SettingsProps = {})
packages/rang/src/components/Settings.tsx:172
FunctionSettingsDialog
({ open, onOpenChange }: SettingsDialogProps)
packages/rang/src/components/Settings.tsx:106
FunctionSidebar
({ nav, currentSlug, basePath = '/' }: SidebarProps)
packages/rang/src/components/Sidebar.tsx:350
FunctionSidebarItem
({ icon, label, onClick }: SidebarItemProps)
packages/rang/src/components/Sidebar.tsx:113
FunctionSignature
({ code }: { code?: string })
packages/rang/src/components/mdx-tags.tsx:187
FunctionSignatureCode
({ code, class: cls }: { code?: string; class?: string })
packages/rang/src/components/mdx-utils.tsx:75
FunctionSimpleIcon
({ slug, class: cls }: SimpleIconProps)
packages/rang/src/components/SimpleIcon.tsx:18
FunctionSourceLink
({ href, label }: SourceLinkProps)
packages/rang/src/components/mdx-tags.tsx:136
FunctionSsrLayout
({ children, nav = [], currentSlug = '', headings = [], pkg, siteName, basePath = '/', footer,
packages/dwar/src/layout.tsx:127
FunctionStep
(_props: StepProps)
packages/rang/src/components/Steps.tsx:25
FunctionSteps
({ children }: { children?: ComponentChildren })
packages/rang/src/components/Steps.tsx:29
FunctionTOC
({ headings }: TOCProps)
packages/rang/src/components/TOC.tsx:29
FunctionTab
(_props: TabProps)
packages/rang/src/components/Tabs.tsx:46
FunctionTabs
({ children, group }: { children?: ComponentChildren; group?: string })
packages/rang/src/components/Tabs.tsx:57
FunctionThemeToggle
(_props: ThemeToggleProps = {})
packages/rang/src/components/ThemeToggle.tsx:60
FunctionTocPopover
({ headings }: TocPopoverProps)
packages/rang/src/components/TocPopover.tsx:75
FunctionWrapped
()
packages/dwar/src/mdx.ts:337
Method[Symbol.iterator]
* Iterates over all products * * @yields Each product in the collection
examples/typedoc-basic/src/models/Product.ts:486
Method[Symbol.iterator]
* Iterates over all products * * @yields Each product in the collection
examples/typedoc-parity/src/models/Product.ts:486
Method_next
* Pull and start the next task. Internal scheduling step. * * @protected * @returns {Task|undefined} The task that was started, if any.
docs-site/src/queue.js:148
Functionactivate
()
packages/rang/src/components/DropdownMenu.tsx:280
FunctionaddChild
* Adds a child component * * @param child - Child component to add
examples/typedoc-basic/src/components/base/Component.ts:418
FunctionaddChild
* Adds a child component * * @param child - Child component to add
examples/typedoc-parity/src/components/base/Component.ts:418
FunctionaddFavorite
(e: SavedSearch)
packages/rang/src/components/CtrlK/use-saved-searches.ts:75
MethodaddRequestInterceptor
* Adds a request interceptor * * @param interceptor - Interceptor function * @returns Function to remove the interceptor * * @example
examples/typedoc-basic/src/services/HttpClient.ts:302
MethodaddRequestInterceptor
* Adds a request interceptor * * @param interceptor - Interceptor function * @returns Function to remove the interceptor * * @example
examples/typedoc-parity/src/services/HttpClient.ts:302
MethodaddResponseInterceptor
* Adds a response interceptor * * @param interceptor - Interceptor function * @returns Function to remove the interceptor
examples/typedoc-basic/src/services/HttpClient.ts:318
MethodaddResponseInterceptor
* Adds a response interceptor * * @param interceptor - Interceptor function * @returns Function to remove the interceptor
examples/typedoc-parity/src/services/HttpClient.ts:318
FunctionaddTime
( date: Date, amount: number, unit: 'seconds' | 'minutes' | 'hours' | 'days' | 'weeks' | 'months' | 'yea
examples/typedoc-basic/src/utils/date.ts:230
FunctionaddTime
( date: Date, amount: number, unit: 'seconds' | 'minutes' | 'hours' | 'days' | 'weeks' | 'months' | 'yea
examples/typedoc-parity/src/utils/date.ts:230
Functionapply
()
packages/rang/src/components/Embed.tsx:180
FunctionassertNever
(x: never)
examples/typedoc-basic/src/types/common.ts:406
FunctionassertNever
(x: never)
examples/typedoc-parity/src/types/common.ts:406
MethodbackoffSchedule
* Lazily yield the back-off delay (ms) for each successive attempt. * * @generator * @func backoffSchedule * @yield {number} The delay bef
examples/basic/src/queue/RetryJob.js:70
FunctionbuildNav
(pages: readonly Page[])
packages/setu/src/generate-site.ts:1537
FunctionbuildRunner
({ args, env })
packages/aadesh/src/__tests__/commands.test.ts:276
FunctionbuildSourcePage
Build a single read-only `kind: 'source'` viewer page.
packages/setu/src/source-view.ts:157
← previousnext →901–1,000 of 1,410, ranked by callers