MCPcopy Create free account

hub / github.com/JamesAC42/hanbok / functions

Functions816 in github.com/JamesAC42/hanbok

FunctionRegisterForm
()
app/src/components/RegisterForm.jsx:5
FunctionResetPassword
()
app/src/app/reset-password/[token]/page.jsx:12
FunctionRiBrain2Fill
(props)
app/src/components/icons/Brain.jsx:2
FunctionRootLayout
({ children })
app/src/app/layout.jsx:54
FunctionSaveButton
({ sentenceId })
app/src/components/analysis/SaveButton.jsx:10
FunctionSavesRedirect
()
app/src/app/saves/page.jsx:5
FunctionSentenceAnalyzer
({ sentenceId: propSentenceId })
app/src/components/SentenceAnalyzer.jsx:18
FunctionSentenceForm
({ analysis, setAnalysis, setVoice1, setVoice2, setVoice1Slow, setVoice2Slow, setT
app/src/components/analysis/SentenceForm.jsx:27
FunctionSentenceNotes
({analysis, originalLanguage, showPronunciation})
app/src/components/analysis/SentenceNotes.jsx:8
FunctionSentencePage
({ params })
app/src/app/sentence/[id]/page.jsx:11
FunctionSettingsButton
({ showPronunciation, setShowPronunciation, language })
app/src/components/analysis/SettingsButton.jsx:8
FunctionSiSunFill
(props)
app/src/components/icons/Sun.jsx:2
FunctionSidebar
()
app/src/components/Sidebar.jsx:38
FunctionSiteStats
()
app/src/components/SiteStats.jsx:5
FunctionSolarChatRoundMoneyBold
(props)
app/src/components/icons/Money.jsx:2
FunctionSolarLogoutLinear
(props)
app/src/components/icons/Logout.jsx:2
FunctionSolarMapArrowLeftBoldDuotone
(props)
app/src/components/icons/ArrowLeftDuotone.jsx:2
FunctionStatsDisplay
({ wpm, accuracy, errors, isActive, startTime, mode, isCompleted, endTim
app/src/components/typing/StatsDisplay.jsx:4
FunctionStudyStatsDisplay
({ deckId })
app/src/components/StudyStatsDisplay.jsx:9
FunctionStudyView
({ params })
app/src/app/cards/[deckId]/study/page.jsx:18
FunctionSubscriptionPromptPopup
({ onClose })
app/src/components/SubscriptionPromptPopup.jsx:6
FunctionSuccess
()
app/src/app/success/page.jsx:76
FunctionSuccessContent
()
app/src/app/success/page.jsx:12
FunctionSuggestions
()
app/src/app/lyrics/suggestions/page.jsx:25
FunctionSvgSpinners3DotsBounce
(props)
app/src/components/icons/DotsBounce.jsx:2
FunctionSvgSpinnersRingResize
(props)
app/src/components/icons/RingSpin.jsx:2
FunctionTablerAlphabetKorean
(props)
app/src/components/icons/Korean.jsx:2
FunctionTablerMoonFilled
(props)
app/src/components/icons/Moon.jsx:2
FunctionTdesignUserTalk1Filled
(props)
app/src/components/icons/Talk.jsx:2
FunctionTestimonialCard
({ quote, author, stars = 5 })
app/src/components/TestimonialCard.jsx:5
FunctionTestimonialCard
({quote, name})
app/src/app/page.jsx:18
FunctionTextInput
({ value, onChange, placeholder, type = 'text', className = '', disabled = false, variant = 'def
app/src/components/TextInput.jsx:6
FunctionThemeProvider
({ children })
app/src/contexts/ThemeContext.jsx:6
FunctionTranslationSwitcher
({ originalLanguage, translationLanguage, translationMode, setTranslationMode, analysis
app/src/components/TranslationSwitcher.jsx:5
FunctionTutorPage
()
app/src/app/tutor/page.jsx:12
FunctionTypingArea
({ currentText, userInput, onInputChange, currentCharIndex, isActive, mode,
app/src/components/typing/TypingArea.jsx:4
FunctionTypingPractice
()
app/src/app/typing/page.jsx:108
FunctionUpload
(props)
app/src/components/icons/Upload.jsx:2
FunctionUserManagement
()
app/src/components/admin/UserManagement.jsx:6
FunctionVariants
({analysis, language, showPronunciation})
app/src/components/analysis/Variants.jsx:6
FunctionVerifyEmail
()
app/src/app/verify/page.jsx:7
FunctionWordAudioAdminPage
()
app/src/app/admin/wordaudioedit/page.jsx:27
FunctionWordInfo
({wordInfo, shouldAnimate, language, showPronunciation, onClose})
app/src/components/analysis/WordInfo.jsx:13
FunctionWordItem
({ word, language, savedWords, toggleWordInLibrary, showRelated = false, type = n
app/src/components/analysis/WordsList.jsx:62
FunctionWordsList
({ analysis, originalLanguage, translationLanguage, showPronunciation })
app/src/components/analysis/WordsList.jsx:145
FunctionaddLyrics
(req, res)
server/controllers/lyrics/adminLyrics.js:90
FunctionaskAboutGrammar
(grammarPoint, examples = [])
app/src/hooks/useConversations.js:76
FunctionaskAboutWord
(word, context = null)
app/src/hooks/useConversations.js:62
FunctioncheckAnnouncement
()
app/src/contexts/PopupContext.jsx:28
FunctionclearImage
()
app/src/components/analysis/SentenceForm.jsx:236
FunctioncloseAnalysis
()
app/src/app/lyrics/[lyricId]/page.jsx:141
FunctioncloseFlyout
()
app/src/app/extended-text/[textId]/page.jsx:122
Methodconstructor
(initialSession)
app/src/lib/studySessionManager.js:14
FunctioncreateCheckoutSession
(req, res)
server/controllers/createCheckoutSession.js:4
FunctioncreateConversationFromSentence
(sentence, question = null)
app/src/hooks/useConversations.js:50
FunctiondeleteLyrics
(req, res)
server/controllers/lyrics/adminLyrics.js:213
FunctionfontClass
(language)
app/src/lib/fontClass.js:1
MethodformatTimeInterval
* Format a time interval for display * @param {number} minutes - Time interval in minutes * @returns {string} Formatted time interval
app/src/lib/studySessionManager.js:402
FunctiongetAllLyrics
(req, res)
server/controllers/lyrics/adminLyrics.js:48
MethodgetCurrentCard
* Get the current card being studied * @returns {Object|null} The current card or null if no cards
app/src/lib/studySessionManager.js:62
FunctiongetLocalizedSubtitle
()
app/src/components/SentenceAnalyzer.jsx:115
FunctiongetPriceInfo
(plan)
app/src/app/pricing/page.jsx:113
FunctiongetSavedSentences
(req, res)
server/controllers/auth/getSavedSentences.js:3
MethodgetStats
* Get the session statistics * @returns {Object} The session statistics
app/src/lib/studySessionManager.js:70
FunctiongoToNextPage
()
app/src/app/cards/[deckId]/page.jsx:233
FunctiongoToPrevPage
()
app/src/app/cards/[deckId]/page.jsx:234
FunctiongracefulShutdown
()
server/workers/lyricAnalysisWorker.js:28
FunctionhandleAreaClick
()
app/src/components/typing/TypingArea.jsx:23
FunctionhandleAudioEnded
()
app/src/components/analysis/AudioPlayer.jsx:369
FunctionhandleAudioError
(err)
app/src/app/cards/[deckId]/study/page.jsx:179
FunctionhandleBackClick
()
app/src/app/cards/[deckId]/page.jsx:143
FunctionhandleBackClick
()
app/src/app/cards/[deckId]/study/page.jsx:271
FunctionhandleBackToCategories
()
app/src/app/lyrics/page.jsx:167
FunctionhandleBackdropClick
()
app/src/components/Sidebar.jsx:166
FunctionhandleButtonClick
(event)
app/src/components/ChangeLanguageButton.jsx:36
FunctionhandleCancel
()
app/src/components/cards/EditCardModal.jsx:131
FunctionhandleCancelReply
()
app/src/app/feedback/page.jsx:206
FunctionhandleCardDeleted
(deletedCardId)
app/src/app/cards/[deckId]/page.jsx:212
FunctionhandleCardSaved
(updatedCard)
app/src/app/cards/[deckId]/page.jsx:190
FunctionhandleChange
(e)
app/src/components/TextInput.jsx:45
FunctionhandleChange
(e)
app/src/components/RegisterForm.jsx:16
FunctionhandleChange
(e)
app/src/components/EmailLoginForm.jsx:19
FunctionhandleClick
()
app/src/app/lyrics/[lyricId]/page.jsx:396
FunctionhandleClickOutside
(event)
app/src/components/LanguageSwitcher.jsx:23
FunctionhandleClickOutside
(event)
app/src/components/LanguageFilter.jsx:13
FunctionhandleClickOutside
(event)
app/src/components/HeaderNav.jsx:16
FunctionhandleClickOutside
(event)
app/src/components/NavBar.jsx:29
FunctionhandleClickOutside
(event)
app/src/components/analysis/SettingsButton.jsx:64
FunctionhandleCloseEditModal
()
app/src/app/cards/[deckId]/page.jsx:184
FunctionhandleCloseSubscriptionPrompt
()
app/src/components/ClientLayoutWrapper.jsx:37
FunctionhandleCloseWordInfo
()
app/src/components/analysis/Analysis.jsx:165
FunctionhandleCommentAdded
()
app/src/app/lyrics/[lyricId]/page.jsx:96
FunctionhandleCommentDeleted
()
app/src/app/lyrics/[lyricId]/page.jsx:105
FunctionhandleConfirm
()
app/src/components/typing/IMEModal.jsx:7
FunctionhandleCopyLink
()
app/src/app/lyrics/[lyricId]/page.jsx:186
FunctionhandleCreateCard
()
app/src/app/cards/[deckId]/page.jsx:178
FunctionhandleCreateNew
()
app/src/app/lyrics/admin/page.jsx:130
FunctionhandleDelete
()
app/src/components/cards/EditCardModal.jsx:96
FunctionhandleDelete
(feedbackId)
app/src/app/feedback/page.jsx:171
FunctionhandleDelete
()
app/src/app/lyrics/admin/page.jsx:208
← previousnext →601–700 of 816, ranked by callers