MCPcopy Create free account

hub / github.com/FidelusAleksander/ghcertified / functions

Functions213 in github.com/FidelusAleksander/ghcertified

FunctionDropdownMenu
({ ...props }: MenuPrimitive.Root.Props)
app/src/components/ui/dropdown-menu.tsx:9
FunctionDropdownMenuCheckboxItem
({ className, children, checked, inset, ...props }: MenuPrimitive.CheckboxItem.Props & { inset?: b
app/src/components/ui/dropdown-menu.tsx:148
FunctionDropdownMenuContent
({ align = "start", alignOffset = 0, side = "bottom", sideOffset = 4, className, ...props }: MenuP
app/src/components/ui/dropdown-menu.tsx:21
FunctionDropdownMenuGroup
({ ...props }: MenuPrimitive.Group.Props)
app/src/components/ui/dropdown-menu.tsx:52
FunctionDropdownMenuItem
({ className, inset, variant = "default", ...props }: MenuPrimitive.Item.Props & { inset?: boolean
app/src/components/ui/dropdown-menu.tsx:76
FunctionDropdownMenuLabel
({ className, inset, ...props }: MenuPrimitive.GroupLabel.Props & { inset?: boolean })
app/src/components/ui/dropdown-menu.tsx:56
FunctionDropdownMenuPortal
({ ...props }: MenuPrimitive.Portal.Props)
app/src/components/ui/dropdown-menu.tsx:13
FunctionDropdownMenuRadioGroup
({ ...props }: MenuPrimitive.RadioGroup.Props)
app/src/components/ui/dropdown-menu.tsx:182
FunctionDropdownMenuRadioItem
({ className, children, inset, ...props }: MenuPrimitive.RadioItem.Props & { inset?: boolean })
app/src/components/ui/dropdown-menu.tsx:191
FunctionDropdownMenuSeparator
({ className, ...props }: MenuPrimitive.Separator.Props)
app/src/components/ui/dropdown-menu.tsx:223
FunctionDropdownMenuShortcut
({ className, ...props }: React.ComponentProps<"span">)
app/src/components/ui/dropdown-menu.tsx:236
FunctionDropdownMenuSub
({ ...props }: MenuPrimitive.SubmenuRoot.Props)
app/src/components/ui/dropdown-menu.tsx:99
FunctionDropdownMenuSubContent
({ align = "start", alignOffset = -3, side = "right", sideOffset = 0, className, ...props }: React
app/src/components/ui/dropdown-menu.tsx:127
FunctionDropdownMenuSubTrigger
({ className, inset, children, ...props }: MenuPrimitive.SubmenuTrigger.Props & { inset?: boolean })
app/src/components/ui/dropdown-menu.tsx:103
FunctionDropdownMenuTrigger
({ ...props }: MenuPrimitive.Trigger.Props)
app/src/components/ui/dropdown-menu.tsx:17
FunctionError
({ error, reset, }: { error: Error & { digest?: string }; reset: () => void; })
app/src/app/[locale]/error.tsx:6
FunctionError
({ error, reset, }: { error: Error & { digest?: string }; reset: () => void; })
app/src/app/[locale]/practice-tests/[cert]/error.tsx:7
FunctionFeedbackAlert
({ isCorrect, correctLabel, incorrectLabel, className }: FeedbackAlertProps)
app/src/components/quiz/FeedbackAlert.tsx:13
FunctionFooter
()
app/src/components/Footer.tsx:12
FunctionFullLeaderboard
({ gameType, currentUsername }: FullLeaderboardProps)
app/src/components/challenges/FullLeaderboard.tsx:231
FunctionFullLeaderboardRoute
({ params }: Props)
app/src/app/[locale]/challenges/leaderboard/page.tsx:32
FunctionGamesPage
({ params }: Props)
app/src/app/[locale]/challenges/page.tsx:31
FunctionGauntletMode
({ questions }: GauntletModeProps)
app/src/components/challenges/GauntletMode.tsx:32
FunctionGauntletPage
({ params }: Props)
app/src/app/[locale]/challenges/gauntlet/page.tsx:34
FunctionGauntletResults
({ result, onRestart, saveAction }: GauntletResultsProps)
app/src/components/challenges/GauntletResults.tsx:30
FunctionGitHubMark
({ className }: { className?: string })
app/src/components/GitHubMark.tsx:5
FunctionGitHubStarButton
({ className = "" }: { className?: string })
app/src/components/GitHubStarButton.tsx:67
FunctionGlobalTimerDisplay
({ timeRemaining, compact }: { timeRemaining: number; compact?: boolean })
app/src/components/challenges/TimeTrialMode.tsx:391
FunctionHomePage
({ params }: Props)
app/src/app/[locale]/page.tsx:43
FunctionLanguagePicker
({ className }: { className?: string })
app/src/components/LanguagePicker.tsx:31
FunctionLeaderboard
({ entries, scoreLabel }: LeaderboardProps)
app/src/components/challenges/Leaderboard.tsx:27
FunctionLeaderboardPage
({ locale }: Props)
app/src/app/[locale]/challenges/leaderboard/leaderboard-page.tsx:28
FunctionLeaderboardRow
({ entry, isCurrentUser, t }: { entry: LeaderboardEntry; isCurrentUser: boolean; t: ReturnType<typeof us
app/src/components/challenges/FullLeaderboard.tsx:150
FunctionLeaderboardSkeleton
()
app/src/components/challenges/FullLeaderboard.tsx:385
FunctionLivesDisplay
({ lives, initialLives, compact }: { lives: number; initialLives: number; compact?: boolean })
app/src/components/challenges/ChallengeSidebar.tsx:21
FunctionLoading
()
app/src/app/[locale]/questions/[cert]/loading.tsx:3
FunctionLoading
()
app/src/app/[locale]/practice-tests/[cert]/loading.tsx:3
FunctionLocaleLayout
({ params, children }: Props)
app/src/app/[locale]/layout.tsx:20
FunctionNavbar
()
app/src/components/Navbar.tsx:99
FunctionNotFound
()
app/src/app/not-found.tsx:7
FunctionPageBreadcrumb
({ items, className }: PageBreadcrumbProps)
app/src/components/PageBreadcrumb.tsx:27
FunctionPauseButton
({ pauseRequested, onToggle, label, queuedLabel, }: { pauseRequested: boolean; onToggle: () => voi
app/src/components/challenges/ChallengeSidebar.tsx:228
FunctionPodium
({ entries, currentUsername }: { entries: LeaderboardEntry[]; currentUsername?: string | null })
app/src/components/challenges/FullLeaderboard.tsx:85
FunctionPopover
({ ...props }: PopoverPrimitive.Root.Props)
app/src/components/ui/popover.tsx:8
FunctionPopoverContent
({ className, align = "center", alignOffset = 0, side = "bottom", sideOffset = 4, ...props }: Popo
app/src/components/ui/popover.tsx:16
FunctionPopoverDescription
({ className, ...props }: PopoverPrimitive.Description.Props)
app/src/components/ui/popover.tsx:70
FunctionPopoverHeader
({ className, ...props }: React.ComponentProps<"div">)
app/src/components/ui/popover.tsx:50
FunctionPopoverTitle
({ className, ...props }: PopoverPrimitive.Title.Props)
app/src/components/ui/popover.tsx:60
FunctionPopoverTrigger
({ ...props }: PopoverPrimitive.Trigger.Props)
app/src/components/ui/popover.tsx:12
FunctionPracticeTestPage
({ params }: Props)
app/src/app/[locale]/practice-tests/[cert]/page.tsx:41
FunctionPracticeTestsPage
({ params }: Props)
app/src/app/[locale]/practice-tests/page.tsx:35
FunctionProgress
({ className, children, value, ...props }: ProgressPrimitive.Root.Props)
app/src/components/ui/progress.tsx:7
FunctionProgressIndicator
({ className, ...props }: ProgressPrimitive.Indicator.Props)
app/src/components/ui/progress.tsx:41
FunctionProgressLabel
({ className, ...props }: ProgressPrimitive.Label.Props)
app/src/components/ui/progress.tsx:54
FunctionProgressTrack
({ className, ...props }: ProgressPrimitive.Track.Props)
app/src/components/ui/progress.tsx:28
FunctionProgressValue
({ className, ...props }: ProgressPrimitive.Value.Props)
app/src/components/ui/progress.tsx:64
FunctionQuestionBrowser
({ questions }: QuestionBrowserProps)
app/src/app/[locale]/questions/[cert]/question-browser.tsx:30
FunctionQuestionCard
({ headerLabel, headerActions, progressBar, documentationHref, reportHref, learnMoreLabel, repor
app/src/components/quiz/QuestionCard.tsx:21
FunctionQuiz
({ questions, questionCount, cert, certName }: QuizProps)
app/src/components/quiz/Quiz.tsx:39
FunctionQuizQuestionMap
({ questions, currentIndex, isComplete, flaggedSet, getQuestionState, isQuestionCorrect, goToQue
app/src/components/quiz/QuizQuestionMap.tsx:36
FunctionQuizResults
({ animatedPercent, score, total, labels }: QuizResultsProps)
app/src/components/quiz/QuizResults.tsx:19
FunctionQuizWithParams
({ questions, questionCount, cert, certName }: Props)
app/src/app/[locale]/practice-tests/[cert]/quiz-wrapper.tsx:17
FunctionQuizWrapper
(props: Props)
app/src/app/[locale]/practice-tests/[cert]/quiz-wrapper.tsx:36
FunctionRootLayout
({ children, }: Readonly<{ children: React.ReactNode; }>)
app/src/app/layout.tsx:48
FunctionRootPage
()
app/src/app/page.tsx:4
FunctionSaveResultButton
({ gameType, result }: SaveResultButtonProps)
app/src/components/challenges/SaveResultButton.tsx:57
FunctionSeparator
({ className, orientation = "horizontal", ...props }: SeparatorPrimitive.Props)
app/src/components/ui/separator.tsx:7
FunctionSignInButton
Sign-in button — shown when not authenticated.
app/src/components/Navbar.tsx:79
FunctionSkeleton
({ className, ...props }: React.ComponentProps<"div">)
app/src/components/ui/skeleton.tsx:3
FunctionSlider
({ className, defaultValue, value, min = 0, max = 100, ...props }: SliderPrimitive.Root.Props)
app/src/components/ui/slider.tsx:8
FunctionSubmitDialog
({ open, onOpenChange, onConfirm, fullyAnsweredCount, partialCount, unansweredCount, flaggedCoun
app/src/components/quiz/SubmitDialog.tsx:37
FunctionTabs
({ className, orientation = "horizontal", ...props }: TabsPrimitive.Root.Props)
app/src/components/ui/tabs.tsx:8
FunctionTabsContent
({ className, ...props }: TabsPrimitive.Panel.Props)
app/src/components/ui/tabs.tsx:72
FunctionTabsList
({ className, variant = "default", ...props }: TabsPrimitive.List.Props & VariantProps<typeof tabsListVa
app/src/components/ui/tabs.tsx:41
FunctionTabsTrigger
({ className, ...props }: TabsPrimitive.Tab.Props)
app/src/components/ui/tabs.tsx:56
FunctionTimeDeltaPopup
({ delta, triggerKey }: { delta: number | null; triggerKey: number })
app/src/components/challenges/TimeTrialMode.tsx:358
FunctionTimeTrialMode
({ questions }: TimeTrialModeProps)
app/src/components/challenges/TimeTrialMode.tsx:33
FunctionTimeTrialPage
({ params }: Props)
app/src/app/[locale]/challenges/time-trial/page.tsx:34
FunctionTimeTrialResults
({ result, onRestart, saveAction }: TimeTrialResultsProps)
app/src/components/challenges/TimeTrialResults.tsx:30
FunctionTimerBar
({ timeRemaining, timeLimitSeconds, compact, }: { timeRemaining: number; timeLimitSeconds: number;
app/src/components/challenges/ChallengeSidebar.tsx:60
FunctionUserMenu
User avatar dropdown — shown when authenticated.
app/src/components/Navbar.tsx:38
FunctionWrongReviewCallout
({ pausedLabel, reportLabel, reportHref, }: WrongReviewCalloutProps)
app/src/components/challenges/WrongReviewCallout.tsx:11
FunctiongenerateMetadata
({ params, }: Props)
app/src/app/[locale]/page.tsx:19
FunctiongenerateMetadata
({ params }: Props)
app/src/app/[locale]/challenges/page.tsx:17
FunctiongenerateMetadata
({ params }: Props)
app/src/app/[locale]/challenges/time-trial/page.tsx:19
FunctiongenerateMetadata
({ params }: Props)
app/src/app/[locale]/challenges/gauntlet/page.tsx:19
FunctiongenerateMetadata
({ params }: Props)
app/src/app/[locale]/challenges/leaderboard/page.tsx:18
FunctiongenerateMetadata
({ params, }: Props)
app/src/app/[locale]/questions/[cert]/page.tsx:25
FunctiongenerateMetadata
({ params, }: Props)
app/src/app/[locale]/practice-tests/page.tsx:19
FunctiongenerateMetadata
({ params, }: Props)
app/src/app/[locale]/practice-tests/[cert]/page.tsx:19
FunctiongenerateStaticParams
()
app/src/app/[locale]/layout.tsx:11
FunctiongenerateStaticParams
()
app/src/app/[locale]/questions/[cert]/page.tsx:15
FunctiongenerateStaticParams
()
app/src/app/[locale]/practice-tests/[cert]/page.tsx:9
FunctiongetServerSnapshot
()
app/src/components/AnnouncementBanner.tsx:19
FunctiongetServerSnapshot
()
app/src/hooks/useCountUp.ts:58
FunctiongetSnapshot
()
app/src/components/AnnouncementBanner.tsx:16
FunctiongetSnapshot
()
app/src/hooks/useCountUp.ts:57
FunctionhandleCheck
()
app/src/app/[locale]/questions/[cert]/question-browser.tsx:105
FunctionhandleConfirmSubmit
()
app/src/components/quiz/Quiz.tsx:171
FunctionhandleNext
()
app/src/components/challenges/FullLeaderboard.tsx:283
← previousnext →101–200 of 213, ranked by callers