MCPcopy Create free account

hub / github.com/0010aor/FlashNotes / functions

Functions539 in github.com/0010aor/FlashNotes

FunctionGuestModeNotice
()
frontend/src/components/commonUI/GuestModeNotice.tsx:7
FunctionLandingPage
()
frontend/src/routes/_publicLayout/index.tsx:13
FunctionLanguageAvatar
({ language, onClick }: { language: Language; onClick?: () => void })
frontend/src/components/commonUI/LanguageSelector.tsx:32
FunctionLanguageSelector
({ placement = 'bottom' }: LanguageSelectorProps)
frontend/src/components/commonUI/LanguageSelector.tsx:44
FunctionLayout
()
frontend/src/routes/_layout.tsx:21
FunctionListSkeleton
({ count = 7 })
frontend/src/components/commonUI/ListSkeleton.tsx:4
FunctionLoadingState
({ message = '' }: LoadingStateProps)
frontend/src/components/commonUI/LoadingState.tsx:8
FunctionLogin
()
frontend/src/routes/_publicLayout/login.tsx:27
FunctionMasteryDonutChart
({ recentSessions, collectionInfo, title }: MasteryDonutChartProps)
frontend/src/components/stats/MasteryDonutChart.tsx:19
FunctionMostFailedCards
({ cards, title }: MostFailedCardsProps)
frontend/src/components/stats/MostFailedCards.tsx:23
FunctionNavbar
()
frontend/src/components/commonUI/Navbar.tsx:10
FunctionNewCard
()
frontend/src/routes/_layout/collections/$collectionId/cards/new.tsx:12
FunctionPerformanceChart
({ sessions, title }: PerformanceChartProps)
frontend/src/components/stats/PerformanceChart.tsx:27
FunctionPracticeBarChart
({ sessions, title }: PracticeBarChartProps)
frontend/src/components/stats/PracticeBarChart.tsx:28
FunctionPracticeComplete
({ stats, onReset }: PracticeCompleteProps)
frontend/src/components/practice/PracticeComplete.tsx:20
FunctionPracticeComponent
()
frontend/src/routes/_layout/collections/$collectionId/practice.tsx:16
FunctionPracticeControls
({ isFlipped, onAnswer }: PracticeControlsProps)
frontend/src/components/practice/PracticeControls.tsx:10
FunctionPracticeHeader
({ cardId, progress, collectionId }: PracticeHeaderProps)
frontend/src/components/practice/PracticeHeader.tsx:18
FunctionPublicLayout
()
frontend/src/routes/_publicLayout.tsx:9
FunctionRichTextContent
({ content, isVisible = true }: RichTextContentProps)
frontend/src/components/commonUI/RichText/RichTextContent.tsx:13
FunctionRichTextEditor
({ editor }: RichTextEditorProps)
frontend/src/components/commonUI/RichText/RichTextEditor.tsx:11
MethodSQLALCHEMY_DATABASE_URI
(self)
backend/src/core/config.py:51
FunctionScrollableContainer
({ children, ...props }: ScrollableContainerProps)
frontend/src/components/commonUI/ScrollableContainer.tsx:6
FunctionSignUp
()
frontend/src/routes/_publicLayout/signup.tsx:31
FunctionSpeedDial
({ actions, mainButtonBgColor = 'fbuttons.blue', isLoading = false, })
frontend/src/components/commonUI/SpeedDial.tsx:39
FunctionStatCard
({ label, value, helpText, tooltip, valueColor }: StatCardProps)
frontend/src/components/stats/StatsSummaryGrid.tsx:15
FunctionStatsGrids
({ stats }: StatsGridsProps)
frontend/src/components/stats/StatsGrids.tsx:13
FunctionStatsPage
()
frontend/src/routes/_layout/collections/$collectionId/stats.tsx:17
FunctionStatsSummaryGrid
({ collectionInfo, recentSessions }: StatsSummaryGridProps)
frontend/src/components/stats/StatsSummaryGrid.tsx:43
FunctionTextCounter
({ textLength }: TextCounterProps)
frontend/src/components/commonUI/TextCounter.tsx:16
FunctionThanksPage
()
frontend/src/routes/_publicLayout/thanks.tsx:57
FunctionToaster
()
frontend/src/components/ui/toaster.tsx:17
Method[Symbol.toStringTag]
()
frontend/src/client/core/CancelablePromise.ts:83
Method__init__
Initialize the Gemini provider with the specified model.
backend/src/ai_models/gemini/provider.py:17
Function_create
(user_id, num_cards=5, num_sessions=10)
backend/tests/stats/test_api.py:16
Method_enforce_non_default_secrets
(self)
backend/src/core/config.py:90
FunctionaddAiCard
(prompt: string)
frontend/src/routes/_layout/collections/$collectionId/index.tsx:53
FunctionaddAiCollection
(prompt: string)
frontend/src/routes/_layout/collections/index.tsx:55
FunctionaddCollection
(name: string)
frontend/src/routes/_layout/collections/index.tsx:44
FunctionaddLocalCard
( collectionId: string, front: string, back: string, )
frontend/src/data/localDB/cards.ts:16
FunctionaddLocalCollection
( name: string, prompt?: string | null, )
frontend/src/data/localDB/collections.ts:4
Methodai_models_enabled
(self)
backend/src/core/config.py:75
Methodcancel
()
frontend/src/client/core/CancelablePromise.ts:104
Methodcatch
( onRejected?: ((reason: unknown) => TResult | PromiseLike<TResult>) | null, )
frontend/src/client/core/CancelablePromise.ts:94
Functionclient
()
backend/tests/conftest.py:35
Functioncollection_with_sessions
(db, test_user: dict[str, Any])
backend/tests/stats/test_services.py:41
Methodconstructor
(request: ApiRequestOptions, response: ApiResult, message: string)
frontend/src/client/core/ApiError.ts:11
Methodconstructor
()
frontend/src/client/core/OpenAPI.ts:11
Methodconstructor
(message: string)
frontend/src/client/core/CancelablePromise.ts:2
Methodconstructor
( executor: ( resolve: (value: T | PromiseLike<T>) => void, reject: (reason?: unknown) => void
frontend/src/client/core/CancelablePromise.ts:29
Methodconstructor
()
frontend/src/db/flashcardsDB.ts:52
Methodcreate
(data: CollectionCreate)
frontend/src/repositories/collection/LocalCollectionRepository.ts:51
Methodcreate
(data: CollectionCreate)
frontend/src/repositories/collection/CollectionRepository.ts:6
Methodcreate
(data: CollectionCreate)
frontend/src/repositories/collection/ApiCollectionRepository.ts:19
Methodcreate
(collectionId: string, data: CardCreate)
frontend/src/repositories/card/LocalCardRepository.ts:30
Methodcreate
(collectionId: string, data: CardCreate)
frontend/src/repositories/card/ApiCardRepository.ts:19
Functioncreate_card
( session: SessionDep, current_user: CurrentUser, collection_id: uuid.UUID, card_in: CardCreat
backend/src/flashcards/api.py:140
Functioncreate_collection
( session: SessionDep, current_user: CurrentUser, collection_in: CollectionCreate, provider: G
backend/src/flashcards/api.py:45
Functioncustom_generate_unique_id
(route: APIRoute)
backend/src/main.py:10
Functiondb
()
backend/tests/conftest.py:17
Methoddelete
(id: string)
frontend/src/repositories/collection/LocalCollectionRepository.ts:64
Methoddelete
(id: string)
frontend/src/repositories/collection/CollectionRepository.ts:8
Methoddelete
(id: string)
frontend/src/repositories/collection/ApiCollectionRepository.ts:27
Methoddelete
(_collectionId: string, id: string)
frontend/src/repositories/card/LocalCardRepository.ts:44
Methoddelete
(collectionId: string, id: string)
frontend/src/repositories/card/ApiCardRepository.ts:27
FunctiondeleteCollection
(id: string)
frontend/src/services/collections.ts:23
FunctiondeleteLocalCard
(id: string)
frontend/src/data/localDB/cards.ts:77
FunctiondeleteLocalCollection
(id: string)
frontend/src/data/localDB/collections.ts:43
Functiondelete_card
( session: SessionDep, current_user: CurrentUser, collection_id: uuid.UUID, card_id: uuid.UUID
backend/src/flashcards/api.py:207
Functiondelete_collection
( session: SessionDep, current_user: CurrentUser, collection_id: uuid.UUID )
backend/src/flashcards/api.py:111
Functiondowngrade
()
backend/src/alembic/versions/cb7e65c8085b_add_user_cascade_delete_relationships.py:54
Functiondowngrade
()
backend/src/alembic/versions/cb16ae472c1e_.py:26
Functiondowngrade
()
backend/src/alembic/versions/4efa50e00bd4_add_indexes_to_foreign_keys_and_.py:29
Functiondowngrade
()
backend/src/alembic/versions/a4ee77cd028b_practice_sessions.py:51
Functiondowngrade
()
backend/src/alembic/versions/d1ea38d75310_add_ai_usage_quota_tables.py:30
Functiondowngrade
()
backend/src/alembic/versions/c8f918b058c6_.py:55
Methodeject
(fn: Middleware<T>)
frontend/src/client/core/OpenAPI.ts:15
Methodfinally
(onFinally?: (() => void) | null)
frontend/src/client/core/CancelablePromise.ts:100
MethodgetAll
()
frontend/src/repositories/collection/LocalCollectionRepository.ts:26
MethodgetAll
()
frontend/src/repositories/collection/CollectionRepository.ts:4
MethodgetAll
()
frontend/src/repositories/collection/ApiCollectionRepository.ts:6
MethodgetAll
(collectionId: string)
frontend/src/repositories/card/LocalCardRepository.ts:16
MethodgetAll
(collectionId: string)
frontend/src/repositories/card/ApiCardRepository.ts:6
MethodgetById
(id: string)
frontend/src/repositories/collection/LocalCollectionRepository.ts:40
MethodgetById
(id: string)
frontend/src/repositories/collection/CollectionRepository.ts:5
MethodgetById
(id: string)
frontend/src/repositories/collection/ApiCollectionRepository.ts:11
MethodgetById
(_collectionId: string, id: string)
frontend/src/repositories/card/LocalCardRepository.ts:21
MethodgetById
(collectionId: string, id: string)
frontend/src/repositories/card/ApiCardRepository.ts:11
FunctiongetCollectionById
(id: string)
frontend/src/services/collections.ts:11
MethodgetCollectionStats
(collectionId: string, limit = 30)
frontend/src/repositories/stats/ApiStatsRepository.ts:6
MethodgetCollectionStats
(collectionId: string, _limit = 30)
frontend/src/repositories/stats/LocalStatsRepository.ts:6
FunctiongetCollections
()
frontend/src/services/collections.ts:7
FunctiongetLocalCardById
(id: string)
frontend/src/data/localDB/cards.ts:53
FunctiongetLocalCardsForCollection
( collectionId: string, limit?: number, )
frontend/src/data/localDB/cards.ts:39
FunctiongetLocalCardsForCollections
( collectionIds: string[], )
frontend/src/data/localDB/cards.ts:88
FunctiongetLocalCollectionById
(id: string)
frontend/src/data/localDB/collections.ts:24
FunctiongetLocalCollections
()
frontend/src/data/localDB/collections.ts:20
FunctiongetLocalPracticeCardsForSession
(sessionId: string)
frontend/src/data/localDB/practiceSessions.ts:88
FunctiongetLocalPracticeSessions
( collectionId: string, limit?: number, )
frontend/src/data/localDB/practiceSessions.ts:6
MethodgetMyAiUsageQuota
* Get My Ai Usage Quota * @returns AIUsageQuota Successful Response * @throws ApiError
frontend/src/client/sdk.gen.ts:512
← previousnext →201–300 of 539, ranked by callers