MCPcopy Index your code

hub / github.com/fontsource/fontsource / functions

Functions664 in github.com/fontsource/fontsource

↓ 1 callersFunctionstripExtension
(name: string)
packages/core/src/conversion.ts:12
↓ 1 callersFunctiontemplate
( { id, family, license, type }: Metadata, isVariable: boolean, existing?: ExistingData, )
packages/cli/src/templates/package.ts:13
↓ 1 callersFunctiontriggerFontLoad
(cacheKey: string, fontFaces: FontFace[])
website/app/hooks/useIsFontLoaded.ts:73
↓ 1 callersFunctionufl
()
packages/cli/src/templates/ufl.ts:1
↓ 1 callersFunctionunicodeValue
(unicode: UnicodeRange)
packages/cli/src/sass/metadata.ts:20
↓ 1 callersFunctionupdateFile
(tag: string, file: string, env: Env)
api/cdn/src/update.ts:49
↓ 1 callersFunctionupdateVariableFile
( tag: string, file: string, env: Env, )
api/cdn/src/update.ts:87
↓ 1 callersFunctionupdateVersion
( id: string, isVariable: boolean, env: Env, ctx: ExecutionContext, )
api/metadata/src/stats/update.ts:8
↓ 1 callersFunctionupdateZip
(tag: string, env: Env)
api/cdn/src/update.ts:3
↓ 1 callersFunctionuploadPart
( bucketPath: string, uploadId: string, partNumber: number, partData: Uint8Array | ArrayBuffer, )
api/download/src/bucket.ts:133
↓ 1 callersMethoduploadPart
(partNumber: number, value: ReadableStream | (ArrayBuffer | ArrayBufferView) | string | Blob, options?: R2Uplo
website/worker-configuration.d.ts:1602
↓ 1 callersFunctionuseFontConverter
()
website/app/hooks/useFontConverter.ts:46
↓ 1 callersFunctionuseFontStatus
( family: string, enabled = true, options?: ObserverOptions, )
website/app/hooks/useIsFontLoaded.ts:99
↓ 1 callersFunctionuseInfiniteScroll
(isLastPage: boolean, showMore: () => void)
website/app/components/search/Hits.tsx:27
↓ 1 callersFunctionusePageTree
(tree?: PageTree.Root)
website/app/components/docs/LeftSidebar.tsx:22
↓ 1 callersFunctionvalidateCSSFilename
(file: string, metadata: IDResponse)
api/cdn/src/validate.ts:81
↓ 1 callersFunctionvalidateFontFilename
(file: string, metadata: IDResponse)
api/cdn/src/validate.ts:10
↓ 1 callersFunctionvalidateVCSSFilename
( file: string, variableMeta: VariableMetadata, )
api/cdn/src/validate.ts:137
↓ 1 callersFunctionvalidateVariableFontFileName
( file: string, metadata: IDResponse, variableMeta?: VariableMetadata, )
api/cdn/src/validate.ts:41
↓ 1 callersFunctionvariableReadme
({ id, family, version, weights, styles, subsets, variable, license, }: Metadata)
packages/cli/src/templates/readme.ts:58
↓ 1 callersFunctionverifyFilenames
(metadata: Metadata, dir: string)
packages/cli/src/custom/verify.ts:10
↓ 1 callersFunctionwarmSearchDialog
()
website/app/components/docs/CommandBar.tsx:26
↓ 1 callersFunctionwriteDownload
(url: string, dest: fs.PathLike)
packages/cli/src/google/download.ts:20
Method"assert"
(condition?: boolean, ...data: any[])
website/worker-configuration.d.ts:87
FunctionApp
()
website/app/root.tsx:180
FunctionAppShell
({ children }: AppShellProps)
website/app/components/layout/AppShell.tsx:10
FunctionBadgeGroup
({ items, onClick, isActive }: BadgeGroupProps)
website/app/components/preview/CDN.tsx:48
FunctionBadgeGroup
({ items, onClick, isActive, mt }: BadgeGroupProps)
website/app/components/preview/InstallCode.tsx:46
FunctionBlockquote
({ ...others }: BoxProps)
website/app/components/Blockquote.tsx:6
FunctionBreadcrumbs
({ items }: BreadcrumbsProps)
website/app/components/docs/Breadcrumbs.tsx:12
FunctionCDN
({ metadata, variable, hits }: CDNProps)
website/app/components/preview/CDN.tsx:293
FunctionCDNPage
()
website/app/routes/fonts.$id.cdn.tsx:67
FunctionCarbonAd
({ ...props }: BoxProps)
website/app/components/CarbonAd.tsx:9
FunctionCategoriesDropdown
()
website/app/components/search/Dropdowns.tsx:82
FunctionCode
({ language, children, ...others }: CodeDirectProps)
website/app/components/code/Code.tsx:168
FunctionCodeHighlight
({ code, language }: CodeHighlightProps)
website/app/components/code/Code.tsx:105
FunctionCodeMdx
(props: CodeProps)
website/app/components/code/Code.tsx:149
FunctionCodePre
({ children, className, icon: _icon, ...props }: CodePreProps)
website/app/components/code/Code.tsx:125
FunctionCodeWrapper
({ children, language, code }: CodeWrapperProps)
website/app/components/code/Code.tsx:66
FunctionColorSchemeIcons
(props: IconProps)
website/app/components/layout/ThemeButton.tsx:16
FunctionCommandBar
()
website/app/components/docs/CommandBar.tsx:23
FunctionConfigure
({ state$, metadata, variable, axisRegistry, }: ConfigureProps)
website/app/components/preview/Configure.tsx:32
FunctionContentHeader
({ ...other }: ContainerProps)
website/app/components/layout/ContentHeader.tsx:6
FunctionConverterPage
()
website/app/routes/tools.converter.tsx:14
FunctionDocs
()
website/app/routes/docs.tsx:15
FunctionDocsPage
()
website/app/routes/docs.$.tsx:121
FunctionDocument
({ children }: DocumentProps)
website/app/root.tsx:153
FunctionDropdownBase
({ label, options, w, noBorder, refine, search, disabled, }: DropdownBaseProps)
website/app/components/Dropdown.tsx:42
FunctionDropdownCheckbox
({ label, items, w, noBorder, refine, showCount, search, }: DropdownProps)
website/app/components/Dropdown.tsx:148
FunctionDropdownSimple
({ label, items, w, noBorder, refine, }: DropdownProps)
website/app/components/Dropdown.tsx:120
FunctionErrorBoundary
()
website/app/root.tsx:188
FunctionErrorBoundary
()
website/app/components/ErrorBoundary.tsx:6
FunctionFileList
({ files, onRemoveFile, onClearAll, disabled = false, }: FileListProps)
website/app/components/tools/FileList.tsx:13
FunctionFileUpload
({ onDrop, disabled }: FileUploadProps)
website/app/components/tools/FileUpload.tsx:11
FunctionFilters
({ state$ }: FilterProps)
website/app/components/search/Filters.tsx:30
FunctionFont
()
website/app/routes/fonts.$id._index.tsx:120
FunctionFooter
({ ...other }: ContainerProps)
website/app/components/layout/Footer.tsx:57
FunctionFooterNavLink
({ label, to }: FooterNavLinkProps)
website/app/components/layout/Footer.tsx:47
FunctionFormatSelector
({ formats, onFormatChange, }: FormatSelectorProps)
website/app/components/tools/FormatSelector.tsx:20
FunctionHeader
({ ...other }: ContainerProps)
website/app/components/layout/Header.tsx:128
FunctionHeaderNavLink
({ label, to, toggle }: HeaderNavLinkProps)
website/app/components/layout/Header.tsx:56
FunctionIcon
({ label, icon, href, ...others }: IconProps)
website/app/components/layout/Header.tsx:32
FunctionIcon
({ label, icon, href, ...others }: IconProps)
website/app/components/layout/Footer.tsx:24
FunctionIconAlgolia
({ height, ...others }: IconProps)
website/app/components/icons/Algolia.tsx:10
FunctionIconCaret
({ height, ...others }: IconProps)
website/app/components/icons/Caret.tsx:4
FunctionIconChangelog
({ height, stroke, ...others }: IconProps)
website/app/components/icons/Changelog.tsx:4
FunctionIconCopy
({ height, stroke, ...others }: IconProps)
website/app/components/icons/Copy.tsx:4
FunctionIconDiscord
({ height, stroke, ...others }: IconProps)
website/app/components/icons/Discord.tsx:4
FunctionIconDownload
({ height, stroke, ...others }: IconProps)
website/app/components/icons/Download.tsx:4
FunctionIconEdit
({ height, ...others }: IconProps)
website/app/components/icons/Edit.tsx:4
FunctionIconExternal
({ height, stroke, ...others }: IconProps)
website/app/components/icons/External.tsx:3
FunctionIconEye
({ height, ...others }: IconProps)
website/app/components/icons/Eye.tsx:4
FunctionIconFly
({ height, ...others }: IconProps)
website/app/components/icons/Fly.tsx:5
FunctionIconGeneral
({ height, stroke, ...others }: IconProps)
website/app/components/icons/General.tsx:4
FunctionIconGithub
({ height, stroke, ...others }: IconProps)
website/app/components/icons/Github.tsx:4
FunctionIconGlobe
({ height, stroke, ...others }: IconProps)
website/app/components/icons/Globe.tsx:4
FunctionIconGrid
({ height, ...others }: IconProps)
website/app/components/icons/Grid.tsx:4
FunctionIconGuide
({ height, stroke, ...others }: IconProps)
website/app/components/icons/Guide.tsx:4
FunctionIconHorizontal
({ height, ...others }: IconProps)
website/app/components/icons/Horizontal.tsx:4
FunctionIconInfo
({ height, ...others }: IconProps)
website/app/components/icons/Info.tsx:4
FunctionIconItalic
({ height, ...others }: IconProps)
website/app/components/icons/Italic.tsx:4
FunctionIconJsdelivr
({ height, ...others }: IconProps)
website/app/components/icons/Jsdelivr.tsx:3
FunctionIconList
({ height, ...others }: IconProps)
website/app/components/icons/List.tsx:4
FunctionIconMoon
({ height, stroke, ...others }: IconProps)
website/app/components/icons/Moon.tsx:4
FunctionIconNpm
({ height, stroke, ...others }: IconProps)
website/app/components/icons/Npm.tsx:4
FunctionIconRotate
({ height, ...others }: IconProps)
website/app/components/icons/Rotate.tsx:4
FunctionIconSearch
({ height, ...others }: IconProps)
website/app/components/icons/Search.tsx:4
FunctionIconSun
({ height, stroke, ...others }: IconProps)
website/app/components/icons/Sun.tsx:4
FunctionIconTool
({ height, ...others }: IconProps)
website/app/components/icons/Tool.tsx:4
FunctionIconTrash
({ height, ...others }: IconProps)
website/app/components/icons/Trash.tsx:4
FunctionIconUp
({ stroke, ...others }: IconProps)
website/app/components/icons/Up.tsx:4
FunctionIconVersion
({ height, ...others }: IconProps)
website/app/components/icons/Version.tsx:4
FunctionIconVertical
({ height, ...others }: IconProps)
website/app/components/icons/Vertical.tsx:4
FunctionIndex
()
website/app/routes/_index.tsx:191
FunctionInfoTooltip
({ label }: InfoTooltipProps)
website/app/components/InfoTooltip.tsx:8
FunctionInfoWrapper
({ metadata, isCDN, hits }: InfoProps)
website/app/components/preview/Info.tsx:20
FunctionInstall
({ metadata, variable, downloadCount, }: InstallProps)
website/app/components/preview/Install.tsx:52
FunctionInstallCode
({ metadata, variable }: InstallCodeProps)
website/app/components/preview/InstallCode.tsx:443
FunctionInstallPage
()
website/app/routes/fonts.$id.install.tsx:67
FunctionLanguagesDropdown
({ state$ }: LanguagesDropdownProps)
website/app/components/search/Dropdowns.tsx:37
← previousnext →301–400 of 664, ranked by callers