MCPcopy Create free account

hub / github.com/Donnadieu/Epstein-File-Explorer / functions

Functions682 in github.com/Donnadieu/Epstein-File-Explorer

FunctionMenubarGroup
({ ...props }: React.ComponentProps<typeof MenubarPrimitive.Group>)
client/src/components/ui/menubar.tsx:15
FunctionMenubarMenu
({ ...props }: React.ComponentProps<typeof MenubarPrimitive.Menu>)
client/src/components/ui/menubar.tsx:9
FunctionMenubarPortal
({ ...props }: React.ComponentProps<typeof MenubarPrimitive.Portal>)
client/src/components/ui/menubar.tsx:21
FunctionMenubarRadioGroup
({ ...props }: React.ComponentProps<typeof MenubarPrimitive.RadioGroup>)
client/src/components/ui/menubar.tsx:27
FunctionMenubarShortcut
({ className, ...props }: React.HTMLAttributes<HTMLSpanElement>)
client/src/components/ui/menubar.tsx:223
FunctionMenubarSub
({ ...props }: React.ComponentProps<typeof MenubarPrimitive.Sub>)
client/src/components/ui/menubar.tsx:33
FunctionModelSelector
({ models, value, onChange, disabled, }: { models: ModelInfo[]; value: string; onChange: (value:
client/src/pages/ask-archive.tsx:165
FunctionNavActions
()
client/src/components/nav-actions.tsx:44
FunctionNavGroup
({ label, items, location }: { label: string; items: NavItem[]; location: string })
client/src/components/app-sidebar.tsx:63
FunctionNetworkGraph
({ persons, connections, searchQuery, selectedPersonId, focusedNodeId, onSelectPerson, onFocusNo
client/src/components/network-graph.tsx:86
FunctionNetworkPage
()
client/src/pages/network.tsx:395
FunctionNoResultsState
({ query }: { query: string })
client/src/pages/search.tsx:739
FunctionNotFound
()
client/src/pages/not-found.tsx:6
FunctionPageResult
({ result }: { result: PageSearchResult })
client/src/pages/search.tsx:709
FunctionPagination
({ className, ...props }: React.ComponentProps<"nav">)
client/src/components/ui/pagination.tsx:7
FunctionPaginationBar
({ currentPage, totalPages, goToPage, }: { currentPage: number; totalPages: number; goToPage: (pag
client/src/pages/documents.tsx:174
FunctionPaginationEllipsis
({ className, ...props }: React.ComponentProps<"span">)
client/src/components/ui/pagination.tsx:94
FunctionPaginationLink
({ className, isActive, size = "icon", ...props }: PaginationLinkProps)
client/src/components/ui/pagination.tsx:42
FunctionPaginationNext
({ className, ...props }: React.ComponentProps<typeof PaginationLink>)
client/src/components/ui/pagination.tsx:78
FunctionPaginationPrevious
({ className, ...props }: React.ComponentProps<typeof PaginationLink>)
client/src/components/ui/pagination.tsx:62
FunctionPdfThumbnail
({ doc }: { doc: PublicDocument })
client/src/pages/documents.tsx:664
FunctionPdfViewer
({ documentId, sourceUrl, publicUrl, initialPage, pageTypes, }: PdfViewerProps)
client/src/components/pdf-viewer.tsx:42
FunctionPeoplePage
()
client/src/pages/people.tsx:58
FunctionPersonBookmarkCard
({ bookmark, person, onRemove, }: { bookmark: { id: number; entityId: number | null; label: string | n
client/src/pages/bookmarks.tsx:240
FunctionPersonCard
({ person }: { person: Person & { viewCount?: number } })
client/src/pages/dashboard.tsx:63
FunctionPersonCardSkeleton
({ index }: { index: number })
client/src/pages/people.tsx:36
FunctionPersonDetail
()
client/src/pages/person-detail.tsx:67
FunctionPersonHoverCard
({ person, children }: PersonHoverCardProps)
client/src/components/person-hover-card.tsx:26
FunctionPersonResult
({ person, isBookmarked, toggleBookmark }: { person: Person; isBookmarked: (entityType: string, entityId?:
client/src/pages/search.tsx:551
FunctionPersonVoteButton
({ personId, isVoted, count, onToggle, size = "sm", className, }: PersonVoteButtonProps)
client/src/components/person-vote-button.tsx:15
FunctionRecentDocCard
({ doc, onVideoClick, onDocClick }: { doc: Document & { viewCount?: number }; onVideoClick?: (doc: Document) =
client/src/pages/dashboard.tsx:114
FunctionResizableHandle
({ withHandle, className, ...props }: React.ComponentProps<typeof ResizablePrimitive.PanelResizeHandle>
client/src/components/ui/resizable.tsx:23
FunctionResizablePanelGroup
({ className, ...props }: React.ComponentProps<typeof ResizablePrimitive.PanelGroup>)
client/src/components/ui/resizable.tsx:8
FunctionSavedSearches
({ savedSearches, onSelect, onRemove }: SavedSearchesProps)
client/src/components/saved-searches.tsx:12
FunctionSearchBookmarkBadge
({ bookmark, onRemove, }: { bookmark: { id: number; searchQuery: string | null; label: string | null };
client/src/pages/bookmarks.tsx:295
FunctionSearchPage
()
client/src/pages/search.tsx:77
FunctionSection
({ title, icon: Icon, count, children, }: { title: string; icon: React.ComponentType<{ className?:
client/src/pages/bookmarks.tsx:175
FunctionSheetFooter
({ className, ...props }: React.HTMLAttributes<HTMLDivElement>)
client/src/components/ui/sheet.tsx:91
FunctionSheetHeader
({ className, ...props }: React.HTMLAttributes<HTMLDivElement>)
client/src/components/ui/sheet.tsx:77
FunctionSidebar
({ side = "left", variant = "sidebar", collapsible = "offcanvas", className, children, ...props }:
client/src/components/ui/sidebar.tsx:154
FunctionSidebarContent
({ className, ...props }: React.ComponentProps<"div">)
client/src/components/ui/sidebar.tsx:372
FunctionSidebarFooter
({ className, ...props }: React.ComponentProps<"div">)
client/src/components/ui/sidebar.tsx:347
FunctionSidebarGroup
({ className, ...props }: React.ComponentProps<"div">)
client/src/components/ui/sidebar.tsx:386
FunctionSidebarGroupAction
({ className, asChild = false, ...props }: React.ComponentProps<"button"> & { asChild?: boolean })
client/src/components/ui/sidebar.tsx:418
FunctionSidebarGroupContent
({ className, ...props }: React.ComponentProps<"div">)
client/src/components/ui/sidebar.tsx:441
FunctionSidebarGroupLabel
({ className, asChild = false, ...props }: React.ComponentProps<"div"> & { asChild?: boolean })
client/src/components/ui/sidebar.tsx:397
FunctionSidebarHeader
({ className, ...props }: React.ComponentProps<"div">)
client/src/components/ui/sidebar.tsx:336
FunctionSidebarInput
({ className, ...props }: React.ComponentProps<typeof Input>)
client/src/components/ui/sidebar.tsx:322
FunctionSidebarInset
({ className, ...props }: React.ComponentProps<"main">)
client/src/components/ui/sidebar.tsx:308
FunctionSidebarMenu
({ className, ...props }: React.ComponentProps<"ul">)
client/src/components/ui/sidebar.tsx:455
FunctionSidebarMenuAction
({ className, asChild = false, showOnHover = false, ...props }: React.ComponentProps<"button"> & { a
client/src/components/ui/sidebar.tsx:549
FunctionSidebarMenuBadge
({ className, ...props }: React.ComponentProps<"div">)
client/src/components/ui/sidebar.tsx:581
FunctionSidebarMenuButton
({ asChild = false, isActive = false, variant = "default", size = "default", tooltip, className,
client/src/components/ui/sidebar.tsx:499
FunctionSidebarMenuItem
({ className, ...props }: React.ComponentProps<"li">)
client/src/components/ui/sidebar.tsx:466
FunctionSidebarMenuSkeleton
({ className, showIcon = false, ...props }: React.ComponentProps<"div"> & { showIcon?: boolean })
client/src/components/ui/sidebar.tsx:603
FunctionSidebarMenuSub
({ className, ...props }: React.ComponentProps<"ul">)
client/src/components/ui/sidebar.tsx:641
FunctionSidebarMenuSubButton
({ asChild = false, size = "md", isActive = false, className, ...props }: React.ComponentProps<"a">
client/src/components/ui/sidebar.tsx:670
FunctionSidebarMenuSubItem
({ className, ...props }: React.ComponentProps<"li">)
client/src/components/ui/sidebar.tsx:656
FunctionSidebarProvider
({ defaultOpen = true, open: openProp, onOpenChange: setOpenProp, className, style, children, ..
client/src/components/ui/sidebar.tsx:56
FunctionSidebarRail
({ className, ...props }: React.ComponentProps<"button">)
client/src/components/ui/sidebar.tsx:282
FunctionSidebarSeparator
({ className, ...props }: React.ComponentProps<typeof Separator>)
client/src/components/ui/sidebar.tsx:358
FunctionSidebarTrigger
({ className, onClick, ...props }: React.ComponentProps<typeof Button>)
client/src/components/ui/sidebar.tsx:256
FunctionSkeleton
({ className, ...props }: React.HTMLAttributes<HTMLDivElement>)
client/src/components/ui/skeleton.tsx:3
FunctionStatCard
({ icon: Icon, label, value, sublabel, href, }: { icon: any; label: string; value: string | nu
client/src/pages/dashboard.tsx:30
FunctionStatCard
({ icon: Icon, label, value, }: { icon: React.ComponentType<{ className?: string }>; label: string;
client/src/pages/ai-insights.tsx:223
FunctionThemeProvider
({ children }: { children: React.ReactNode })
client/src/components/theme-provider.tsx:15
FunctionThemeToggle
()
client/src/components/theme-toggle.tsx:5
FunctionTimelinePage
()
client/src/pages/timeline.tsx:42
FunctionTimelineViz
({ events }: TimelineVizProps)
client/src/components/timeline-viz.tsx:112
FunctionToaster
()
client/src/components/ui/toaster.tsx:11
FunctionVideoPlayer
({ doc }: { doc: DocumentDetail })
client/src/pages/document-detail.tsx:785
FunctionVideoPlayerModal
({ doc, open, onClose }: VideoPlayerModalProps)
client/src/components/video-player-modal.tsx:22
FunctionVideoThumbnail
({ doc }: { doc: PublicDocument })
client/src/pages/documents.tsx:749
FunctionWelcomeScreen
({ onQuestionClick, models, selectedModel, onModelChange, }: { onQuestionClick: (q: string) => void;
client/src/pages/ask-archive.tsx:194
FunctionbatchProcess
( items: T[], processor: (item: T, index: number) => Promise<R>, options: BatchOptions = {} )
server/replit_integrations/batch/utils.ts:68
FunctionbatchProcessWithSSE
( items: T[], processor: (item: T, index: number) => Promise<R>, sendEvent: (event: { type: string; [key
server/replit_integrations/batch/utils.ts:113
FunctioncalculateCostCents
(inputTokens: number, outputTokens: number, modelId?: string)
scripts/pipeline/ai-analyzer.ts:419
FunctioncaptureFrame
()
client/src/pages/documents.tsx:794
FunctionclearChat
()
client/src/hooks/use-chat.ts:38
FunctionclearFilters
()
client/src/pages/timeline.tsx:88
Methodconstructor
(_opts: any)
server/__tests__/typesense.test.ts:10
MethodcreateBookmark
(bookmark: InsertBookmark)
server/storage.ts:1664
MethodcreateConnection
(connection: InsertConnection)
server/storage.ts:68
MethodcreateConnection
(connection: InsertConnection)
server/storage.ts:895
FunctioncreateConversation
(title: string)
server/replit_integrations/chat/storage.ts:24
MethodcreateDocument
(document: InsertDocument)
server/storage.ts:60
MethodcreateDocument
(document: InsertDocument)
server/storage.ts:811
FunctioncreateMessage
(conversationId: number, role: string, content: string)
server/replit_integrations/chat/storage.ts:38
MethodcreatePerson
(person: InsertPerson)
server/storage.ts:55
MethodcreatePerson
(person: InsertPerson)
server/storage.ts:722
MethodcreatePersonDocument
(pd: InsertPersonDocument)
server/storage.ts:70
MethodcreatePersonDocument
(pd: InsertPersonDocument)
server/storage.ts:900
MethodcreatePersonVote
(vote: InsertPersonVote)
server/storage.ts:1776
MethodcreateTimelineEvent
(event: InsertTimelineEvent)
server/storage.ts:81
MethodcreateTimelineEvent
(event: InsertTimelineEvent)
server/storage.ts:1025
MethodcreateVote
(vote: InsertDocumentVote)
server/storage.ts:1701
FunctiondataType
()
shared/schema.ts:8
FunctiondeduplicatePersons
* Deduplicate a list of persons, returning canonical records and an ID mapping. * For each group of duplicates, the one with the most connections is
server/storage.ts:421
MethoddeleteBookmark
(id: number)
server/storage.ts:1690
FunctiondeleteConversation
(id: number)
server/replit_integrations/chat/storage.ts:29
← previousnext →501–600 of 682, ranked by callers