MCPcopy Create free account

hub / github.com/ShivaBhattacharjee/KeyZen / functions

Functions776 in github.com/ShivaBhattacharjee/KeyZen

FunctionP
(...e)
public/sw.js:1
FunctionPage
()
app/page.tsx:14
FunctionPlayPulse
({ active }: { active: boolean })
app/landing/_components/MobileSurface.tsx:265
FunctionPopover
({ ...props }: React.ComponentProps<typeof PopoverPrimitive.Root>)
components/ui/popover.tsx:8
FunctionPopoverAnchor
({ ...props }: React.ComponentProps<typeof PopoverPrimitive.Anchor>)
components/ui/popover.tsx:42
FunctionPopoverContent
({ className, align = "center", sideOffset = 4, ...props }: React.ComponentProps<typeof PopoverPrimiti
components/ui/popover.tsx:20
FunctionPopoverDescription
({ className, ...props }: React.ComponentProps<"p">)
components/ui/popover.tsx:68
FunctionPopoverHeader
({ className, ...props }: React.ComponentProps<"div">)
components/ui/popover.tsx:48
FunctionPopoverTitle
({ className, ...props }: React.ComponentProps<"h2">)
components/ui/popover.tsx:58
FunctionPopoverTrigger
({ ...props }: React.ComponentProps<typeof PopoverPrimitive.Trigger>)
components/ui/popover.tsx:14
FunctionPracticeDashboard
({ open, onOpenChange, onStartPractice, }: { open: boolean; onOpenChange: (open: boolean) => void;
components/practice-dashboard.tsx:51
FunctionPracticeWordsModal
({ stats, onPractice, }: { stats: ResultStats; onPractice: (words: string[]) => void; })
components/results-screen.tsx:506
FunctionProcess
()
app/landing/_components/Process.tsx:151
FunctionProvider
({ value, children, }: { value: T; children?: React.ReactNode; })
lib/get-strict-context.tsx:17
FunctionRestartButton
({ controlsVisible, onRestart, }: { controlsVisible: boolean onRestart: () => void })
components/typing-test.tsx:544
FunctionResultsBracketButton
({ onClick, label, icon, spinOnClick = false, }: { onClick: () => void; label: string; icon: Rea
components/results-screen.tsx:71
FunctionResultsScreen
({ stats, onRestart, onNext, onPractice }: ResultsScreenProps)
components/results-screen.tsx:235
FunctionReveal
({ children, delay = 0, duration = 0.7, y = 24, x = 24, direction = "up", once = true, margin
app/landing/_components/Reveal.tsx:38
FunctionRootLayout
({ children, }: Readonly<{ children: React.ReactNode }>)
app/layout.tsx:72
FunctionRow
({ children }: { children: React.ReactNode })
components/ui/magic-keyboard.tsx:965
FunctionRow
({ children }: { children: ReactNode })
components/ui/keyboard.tsx:748
FunctionScaledCardPreview
({ children }: { children: React.ReactNode })
components/shareable-result-card.tsx:287
FunctionScatteredKeys
()
app/landing/_components/Footer.tsx:47
FunctionScreenshotButton
({ stats, pb }: ScreenshotButtonProps)
components/shareable-result-card.tsx:131
FunctionSectionHeader
({ title, description, }: { title: string description: string })
components/settings-panel.tsx:828
FunctionSectionHeader
({ kicker, title, sub, align = "left", }: { kicker: string; title: React.ReactNode; sub?: string
app/landing/_components/Modes.tsx:49
FunctionSectionLabel
({ children }: { children: React.ReactNode })
components/settings-panel.tsx:845
FunctionSegmentedControl
({ options, value, onChange, }: { options: { value: T; label: string }[]; value: T; onChange: (v:
components/results-screen.tsx:477
FunctionSettingsPanel
({ open, onClose }: SettingsPanelProps)
components/settings-panel.tsx:25
FunctionSettingsProvider
({ children }: { children: ReactNode })
components/settings-context.tsx:190
FunctionShareableResultCard
({ stats, pb, theme = DEFAULT_THEME, }: ShareableResultCardProps)
components/shareable-result-card.tsx:348
FunctionSiteHeader
()
components/app-chrome.tsx:157
FunctionSlot
({ children, ref, ...props }: SlotProps<T>)
components/animate-ui/primitives/animate/slot.tsx:61
FunctionSmallStat
({ label, value, theme, }: { label: string value: string | number theme: ThemeColors })
components/shareable-result-card.tsx:633
FunctionSoundWave
()
app/landing/_components/SoundWave.tsx:81
FunctionSourceButton
()
app/landing/_components/FinalCTA.tsx:87
FunctionSpeedSplit
()
app/landing/_components/StatsShowcase.tsx:549
FunctionSpinner
({ className, ...props }: React.ComponentProps<"svg">)
components/ui/loader.tsx:5
FunctionStagger
({ children, delay = 0, stagger = 0.08, className, once = true, margin = "-80px", }: StaggerProps)
app/landing/_components/Reveal.tsx:86
FunctionStaggerItem
({ children, className, }: { children: ReactNode; className?: string; })
app/landing/_components/Reveal.tsx:108
FunctionStat
({ label, value }: { label: string; value: string | number })
components/practice-dashboard.tsx:224
FunctionStatBig
({ label, value, labelAdornment, }: { label: string; value: string | number; labelAdornment?: Reac
components/results-screen.tsx:1105
FunctionStatBlock
({ label, value, theme, }: { label: string value: string | number theme: ThemeColors })
components/shareable-result-card.tsx:604
FunctionStatBox
({ label, value, hint }: { label: string; value: string | number; hint?: string })
components/results-screen.tsx:1132
FunctionStatLabel
({ eyebrow, title }: { eyebrow: string; title: string })
app/landing/_components/StatsShowcase.tsx:127
FunctionStatsShowcase
()
app/landing/_components/StatsShowcase.tsx:587
FunctionStepPanel
({ step, index, }: { step: (typeof steps)[number]; index: number; })
app/landing/_components/Process.tsx:101
FunctionSwitchIcon
({ pack, selected }: { pack: SoundPack; selected: boolean })
components/settings-panel.tsx:752
FunctionSwitchStem
({ color, active }: { color: string; active: boolean })
app/landing/_components/MobileSurface.tsx:236
FunctionTabs
({ className, ...props }: TabsProps)
components/animate-ui/components/animate/tabs.tsx:21
FunctionTabs
({ defaultValue, value, onValueChange, children, ...props }: TabsProps)
components/animate-ui/primitives/animate/tabs.tsx:42
FunctionTabsContent
({ className, ...props }: TabsContentProps)
components/animate-ui/components/animate/tabs.tsx:70
FunctionTabsContent
({ value, style, asChild = false, ...props }: TabsContentProps)
components/animate-ui/primitives/animate/tabs.tsx:312
FunctionTabsContents
(props: TabsContentsProps)
components/animate-ui/components/animate/tabs.tsx:64
FunctionTabsContents
({ children, transition = { type: 'spring', stiffness: 300, damping: 30, bounce: 0, re
components/animate-ui/primitives/animate/tabs.tsx:189
FunctionTabsHighlight
({ transition = { type: 'spring', stiffness: 200, damping: 25 }, ...props }: TabsHighlightProps)
components/animate-ui/primitives/animate/tabs.tsx:113
FunctionTabsHighlightItem
(props: TabsHighlightItemProps)
components/animate-ui/primitives/animate/tabs.tsx:143
FunctionTabsList
({ className, ...props }: TabsListProps)
components/animate-ui/components/animate/tabs.tsx:32
FunctionTabsList
(props: TabsListProps)
components/animate-ui/primitives/animate/tabs.tsx:135
FunctionTabsTrigger
({ className, ...props }: TabsTriggerProps)
components/animate-ui/components/animate/tabs.tsx:48
FunctionTabsTrigger
({ ref, value, asChild = false, ...props }: TabsTriggerProps)
components/animate-ui/primitives/animate/tabs.tsx:154
FunctionThemeProvider
({ children, ...props }: React.ComponentProps<typeof NextThemesProvider>)
components/theme-provider.tsx:6
FunctionThemeSwitcher
({ value, onChange, defaultValue = "system", className, }: ThemeSwitcherProps)
components/kibo-ui/theme-switcher/theme-switcher.tsx:34
FunctionToaster
({ ...props }: ToasterProps)
components/ui/sonner.tsx:7
FunctionToggleRow
({ label, description, enabled, onToggle, disabledReason, }: { label: string description?: strin
components/settings-panel.tsx:853
FunctionTooltip
({ ...props }: React.ComponentProps<typeof TooltipPrimitive.Root>)
components/ui/tooltip.tsx:21
FunctionTooltipContent
({ className, sideOffset = 0, children, ...props }: React.ComponentProps<typeof TooltipPrimitive.Conte
components/ui/tooltip.tsx:33
FunctionTooltipProvider
({ delayDuration = 0, ...props }: React.ComponentProps<typeof TooltipPrimitive.Provider>)
components/ui/tooltip.tsx:8
FunctionTooltipTrigger
({ ...props }: React.ComponentProps<typeof TooltipPrimitive.Trigger>)
components/ui/tooltip.tsx:27
FunctionTopBar
()
app/landing/page.tsx:157
FunctionTypingTest
(props: TypingTestProps)
components/typing-test.tsx:26
FunctionUnderlineSquiggle
()
app/landing/_components/Hero.tsx:39
MethodUser
(String name, int bestWpm)
data/java/02_oop.java:5
FunctionWPMGauge
()
app/landing/_components/StatsShowcase.tsx:148
FunctionWaveform
()
app/landing/_components/SoundWave.tsx:6
FunctionWordChip
({ target, typed }: { target: string; typed: string })
components/results-screen.tsx:709
FunctionWordReviewModal
({ stats }: { stats: ResultStats })
components/results-screen.tsx:783
FunctionWordmark
()
app/landing/_components/Footer.tsx:81
FunctionWpmChart
({ history, personalBest, }: { history: WpmSnapshot[]; personalBest?: number; })
components/results-screen.tsx:125
MethodWrite
(data []byte)
public/code/go/04_interfaces.go:2
MethodWrite
(data []byte)
public/code/go/04_interfaces.go:11
MethodWrite
(data []byte)
data/go/04_interfaces.go:11
Method__construct
( private string $name, private int $score = 0 )
data/php/03_classes.php:3
Method__enter__
(self)
data/python/08_context_managers.py:5
Method__exit__
(self, exc_type, exc_val, exc_tb)
data/python/08_context_managers.py:10
Method__init__
(self, db_name)
data/python/08_context_managers.py:2
Method__init__
(self, name)
data/python/02_classes.py:2
Method__init__
(self, name, breed)
data/python/02_classes.py:9
Method_handle
(e,t)
public/sw.js:1
Method_handle
(e,t)
public/sw.js:1
Method_handle
(e,t)
public/sw.js:1
Method_handle
(e,t)
public/sw.js:1
Method_handle
(e,t)
public/sw.js:1
Method_handle
(e,t)
public/sw.js:1
Method_queueNames
()
public/sw.js:1
Method_upgradeDb
(e,t)
public/sw.js:1
Method_upgradeDbAndDeleteOldDbs
(e)
public/sw.js:1
Functionadder
(x)
data/python/01_functions.py:10
Methodarea
()
data/typescript/03_classes.ts:24
Methodarea
(&self)
data/rust/03_enums.rs:8
← previousnext →501–600 of 776, ranked by callers