MCPcopy Create free account

hub / github.com/THU-MAIC/OpenMAIC / functions

Functions4,064 in github.com/THU-MAIC/OpenMAIC

FunctionHintRail
({ hints }: HintRailProps)
components/edit/EditShell/HintRail.tsx:15
FunctionHomePage
()
packages/docs/app/(en)/page.tsx:5
FunctionHomePage
()
app/page.tsx:91
FunctionHoverCard
({ ...props }: React.ComponentProps<typeof HoverCardPrimitive.Root>)
components/ui/hover-card.tsx:8
FunctionHoverCardContent
({ className, align = 'center', sideOffset = 4, ...props }: React.ComponentProps<typeof HoverCardPrimi
components/ui/hover-card.tsx:16
FunctionHoverCardTrigger
({ ...props }: React.ComponentProps<typeof HoverCardPrimitive.Trigger>)
components/ui/hover-card.tsx:12
FunctionI18nProvider
({ children }: { children: ReactNode })
lib/hooks/use-i18n.tsx:29
FunctionIconButton
({ title, children, ...props }: React.ComponentProps<typeof Button> & { readonly title: string })
components/edit/EditShell/CommandBar.tsx:86
FunctionIconButton
({ label, disabled, danger, onClick, children, }: { readonly label: string; readonly disabled?:
components/edit/surfaces/quiz/QuestionCard.tsx:378
FunctionImage
({ base64, mediaType, ...props }: ImageProps)
components/ai-elements/image.tsx:9
FunctionImageActions
({ element }: { readonly element: PPTImageElement })
components/edit/surfaces/slide/ImageActions.tsx:18
FunctionImageClipHandler
({ src, clipPath, width, height, rotate, clipData, onClip, }: ImageClipHandlerProps)
components/slide-renderer/components/element/ImageElement/ImageClipHandler.tsx:22
FunctionImageElement
({ elementInfo, selectElement }: ImageElementProps)
components/slide-renderer/components/element/ImageElement/index.tsx:24
FunctionImageElementOperate
({ elementInfo, handlerVisible, rotateElement, scaleElement, }: ImageElementOperateProps)
components/slide-renderer/Editor/Canvas/Operate/ImageElementOperate.tsx:21
FunctionImageEllipseOutline
({ width, height, outline }: ImageEllipseOutlineProps)
packages/@openmaic/renderer/src/elements/image/ImageOutline.tsx:50
FunctionImageEllipseOutline
({ width, height, outline }: ImageEllipseOutlineProps)
components/slide-renderer/components/element/ImageElement/ImageOutline/image-ellipse-outline.tsx:15
FunctionImageOutline
({ elementInfo }: ImageOutlineProps)
packages/@openmaic/renderer/src/elements/image/ImageOutline.tsx:106
FunctionImageOutline
({ elementInfo }: ImageOutlineProps)
components/slide-renderer/components/element/ImageElement/ImageOutline/index.tsx:16
FunctionImagePicker
({ onPick }: ImagePickerProps)
components/edit/surfaces/slide/ImagePicker.tsx:21
FunctionImagePolygonOutline
({ width, height, createPath, outline }: ImagePolygonOutlineProps)
packages/@openmaic/renderer/src/elements/image/ImageOutline.tsx:83
FunctionImagePolygonOutline
({ width, height, createPath, outline, }: ImagePolygonOutlineProps)
components/slide-renderer/components/element/ImageElement/ImageOutline/image-polygon-outline.tsx:16
FunctionImageRectOutline
({ width, height, outline, radius = '0' }: ImageRectOutlineProps)
packages/@openmaic/renderer/src/elements/image/ImageOutline.tsx:18
FunctionImageRectOutline
({ width, height, outline, radius = '0' }: ImageRectOutlineProps)
components/slide-renderer/components/element/ImageElement/ImageOutline/image-rect-outline.tsx:16
FunctionImageSettings
({ selectedProviderId }: ImageSettingsProps)
components/settings/image-settings.tsx:29
FunctionIndexRedirect
({ target }: { target: string })
packages/docs/components/index-redirect.tsx:6
FunctionInlineActionTag
({ actionName, state }: InlineActionTagProps)
components/chat/inline-action-tag.tsx:85
FunctionInlineCitation
({ className, ...props }: InlineCitationProps)
components/ai-elements/inline-citation.tsx:24
FunctionInlineCitationCard
(props: InlineCitationCardProps)
components/ai-elements/inline-citation.tsx:36
FunctionInlineCitationCardBody
({ className, ...props }: InlineCitationCardBodyProps)
components/ai-elements/inline-citation.tsx:64
FunctionInlineCitationCardTrigger
({ sources, className, ...props }: InlineCitationCardTriggerProps)
components/ai-elements/inline-citation.tsx:44
FunctionInlineCitationCarousel
({ className, children, ...props }: InlineCitationCarouselProps)
components/ai-elements/inline-citation.tsx:77
FunctionInlineCitationCarouselContent
(props: InlineCitationCarouselContentProps)
components/ai-elements/inline-citation.tsx:95
FunctionInlineCitationCarouselHeader
({ className, ...props }: InlineCitationCarouselHeaderProps)
components/ai-elements/inline-citation.tsx:110
FunctionInlineCitationCarouselIndex
({ children, className, ...props }: InlineCitationCarouselIndexProps)
components/ai-elements/inline-citation.tsx:125
FunctionInlineCitationCarouselItem
({ className, ...props }: InlineCitationCarouselItemProps)
components/ai-elements/inline-citation.tsx:101
FunctionInlineCitationCarouselNext
({ className, ...props }: InlineCitationCarouselNextProps)
components/ai-elements/inline-citation.tsx:193
FunctionInlineCitationCarouselPrev
({ className, ...props }: InlineCitationCarouselPrevProps)
components/ai-elements/inline-citation.tsx:166
FunctionInlineCitationQuote
({ children, className, ...props }: InlineCitationQuoteProps)
components/ai-elements/inline-citation.tsx:244
FunctionInlineCitationSource
({ title, url, description, className, children, ...props }: InlineCitationSourceProps)
components/ai-elements/inline-citation.tsx:224
FunctionInlineCitationText
({ className, ...props }: InlineCitationTextProps)
components/ai-elements/inline-citation.tsx:30
FunctionInlineThinkingControl
({ model, config, onChange, t, }: { model?: ModelInfo; config?: ThinkingConfig; onChange: (confi
components/generation/generation-toolbar.tsx:426
FunctionInput
({ className, type, ...props }: React.ComponentProps<'input'>)
components/ui/input.tsx:5
FunctionInputGroup
({ className, ...props }: React.ComponentProps<'div'>)
components/ui/input-group.tsx:11
FunctionInputGroupAddon
({ className, align = 'inline-start', ...props }: React.ComponentProps<'div'> & VariantProps<typeof inpu
components/ui/input-group.tsx:44
FunctionInputGroupButton
({ className, type = 'button', variant = 'ghost', size = 'xs', ...props }: Omit<React.ComponentProps
components/ui/input-group.tsx:80
FunctionInputGroupInput
({ className, ...props }: React.ComponentProps<'input'>)
components/ui/input-group.tsx:111
FunctionInputGroupText
({ className, ...props }: React.ComponentProps<'span'>)
components/ui/input-group.tsx:99
FunctionInputGroupTextarea
({ className, ...props }: React.ComponentProps<'textarea'>)
components/ui/input-group.tsx:124
FunctionInsertButton
({ item }: { readonly item: InsertPaletteItem })
components/edit/EditShell/InsertButton.tsx:17
FunctionInsertDivider
({ onClick, disabled, position = 'between', }: { onClick: () => void; disabled: boolean; /** Edge
components/generation/outlines-editor.tsx:874
FunctionInsertionZone
({ label, onInsert }: InsertionZoneProps)
components/edit/SlideNavRail/InsertionZone.tsx:20
FunctionInstructorAvatar
({ agentName, agentIntro, }: { readonly agentName: string; readonly agentIntro?: string; })
components/scene-renderers/pbl/v2/chat.tsx:1125
FunctionInstructorMessageBubble
({ messageId, content, agentName, agentIntro, typewriter, onTypewriterComplete, }: { readonly me
components/scene-renderers/pbl/v2/chat.tsx:1081
FunctionInteractiveConfigDisclosure
({ outline, onUpdate, theme, }: { outline: SceneOutline; onUpdate: (updates: Partial<SceneOutline>)
components/generation/outlines-editor.tsx:1107
FunctionInteractiveIframeHost
()
components/scene-renderers/InteractiveIframeHost.tsx:32
FunctionInteractiveRenderer
({ content, sceneId }: InteractiveRendererProps)
components/scene-renderers/interactive-renderer.tsx:22
FunctionIssueCard
({ issue }: { issue: PBLIssue })
components/scene-renderers/pbl/issueboard-panel.tsx:51
FunctionIssueboardPanel
({ issueboard }: IssueboardPanelProps)
components/scene-renderers/pbl/issueboard-panel.tsx:10
FunctionKatexContent
({ html, width, height, align = 'center', }: { html: string; width: number; height: number; al
packages/@openmaic/renderer/src/elements/latex/BaseLatexElement.tsx:81
FunctionKatexContent
({ html, width, height, align = 'center', }: { html: string; width: number; height: number; al
components/slide-renderer/components/element/LatexElement/BaseLatexElement.tsx:70
FunctionKatexContent
({ html, width, height }: { html: string; width: number; height: number })
components/slide-renderer/components/element/LatexElement/index.tsx:78
FunctionKeyPointInput
({ value, onChange, onKeyDown, placeholder, }: { value: string; onChange: (v: string) => void; o
components/generation/outlines-editor.tsx:932
FunctionLabel
({ className, ...props }: React.ComponentProps<typeof LabelPrimitive.Root>)
components/ui/label.tsx:8
FunctionLanguageSwitcher
({ onOpen }: LanguageSwitcherProps)
components/language-switcher.tsx:24
FunctionLaserOverlay
({ geometry, color = '#ff3b30', duration: _duration = 3000, }: LaserOverlayProps)
packages/@openmaic/renderer/src/effects/LaserOverlay.tsx:12
FunctionLaserOverlay
({ geometry, color = '#ff3b30', duration: _duration = 3000, }: LaserOverlayProps)
components/slide-renderer/Editor/LaserOverlay.tsx:20
FunctionLaserPointerOverlay
({ domIdPrefix = 'screen-element-', }: LaserPointerOverlayProps = {})
components/slide-renderer/Editor/LaserPointerOverlay.tsx:30
FunctionLatexElement
({ elementInfo, selectElement }: LatexElementProps)
components/slide-renderer/components/element/LatexElement/index.tsx:17
FunctionLayout
({ children }: { children: ReactNode })
packages/docs/app/(en)/layout.tsx:7
FunctionLayout
({ children }: { children: ReactNode })
packages/docs/app/(en)/[slug]/layout.tsx:8
FunctionLayout
({ children, params, }: LayoutProps<'/[lang]'>)
packages/docs/app/(intl)/[lang]/layout.tsx:6
FunctionLayout
({ children, params, }: LayoutProps<'/[lang]/[...slug]'>)
packages/docs/app/(intl)/[lang]/[...slug]/layout.tsx:7
FunctionLectureNotesView
({ notes, currentSceneId }: LectureNotesViewProps)
components/chat/lecture-notes-view.tsx:32
FunctionLineElement
({ elementInfo, selectElement }: LineElementProps)
components/slide-renderer/components/element/LineElement/index.tsx:20
FunctionLineElementOperate
({ elementInfo, handlerVisible, dragLineElement, }: LineElementOperateProps)
components/slide-renderer/Editor/Canvas/Operate/LineElementOperate.tsx:17
FunctionLinePointMarker
({ id, position, type, baseSize, color }: LinePointMarkerProps)
packages/@openmaic/renderer/src/elements/line/LinePointMarker.tsx:23
FunctionLinePointMarker
({ id, position, type, baseSize, color }: LinePointMarkerProps)
components/slide-renderer/components/element/LineElement/LinePointMarker.tsx:23
FunctionLoader
({ className, size = 16, ...props }: LoaderProps)
components/ai-elements/loader.tsx:81
FunctionLoaderIcon
({ size = 16 }: LoaderIconProps)
components/ai-elements/loader.tsx:8
FunctionMarkdownText
({ content, className }: Props)
components/scene-renderers/pbl/v2/markdown-text.tsx:20
FunctionMarkdownText
()
components/edit/AgentPanel/markdown-text.tsx:17
FunctionMediaPopover
({ onSettingsOpen }: MediaPopoverProps)
components/generation/media-popover.tsx:66
FunctionMessage
({ className, from, ...props }: MessageProps)
components/ai-elements/message.tsx:17
FunctionMessageAction
({ tooltip, children, label, variant = 'ghost', size = 'icon-sm', ...props }: MessageActionProps)
components/ai-elements/message.tsx:57
FunctionMessageActions
({ className, children, ...props }: MessageActionsProps)
components/ai-elements/message.tsx:46
FunctionMessageAttachment
({ data, className, onRemove, ...props }: MessageAttachmentProps)
components/ai-elements/message.tsx:288
FunctionMessageAttachments
({ children, className, ...props }: MessageAttachmentsProps)
components/ai-elements/message.tsx:356
FunctionMessageBranch
({ defaultBranch = 0, onBranchChange, className, ...props }: MessageBranchProps)
components/ai-elements/message.tsx:114
FunctionMessageBranchContent
({ children, ...props }: MessageBranchContentProps)
components/ai-elements/message.tsx:156
FunctionMessageBranchNext
({ children, className: _className, ...props }: MessageBranchNextProps)
components/ai-elements/message.tsx:231
FunctionMessageBranchPage
({ className, ...props }: MessageBranchPageProps)
components/ai-elements/message.tsx:255
FunctionMessageBranchPrevious
({ children, ...props }: MessageBranchPreviousProps)
components/ai-elements/message.tsx:211
FunctionMessageBranchSelector
({ className: _className, from: _from, ...props }: MessageBranchSelectorProps)
components/ai-elements/message.tsx:188
FunctionMessageBubble
({ message, agentName, characters, agentIntro, typewriter = false, onTypewriterComplete, }: { re
components/scene-renderers/pbl/v2/chat.tsx:962
FunctionMessageContent
({ children, className, ...props }: MessageContentProps)
components/ai-elements/message.tsx:30
FunctionMessageToolbar
({ className, children, ...props }: MessageToolbarProps)
components/ai-elements/message.tsx:370
FunctionMicrotaskRow
({ task, showComplete, onCompleteTask, taskBusy, }: { readonly task: PBLMicrotask; readonly showCo
components/scene-renderers/pbl/v2/sidebar.tsx:419
FunctionMilestoneCard
({ evaluation, handover, onContinue, className }: Props)
components/scene-renderers/pbl/v2/eval-cards/milestone-card.tsx:58
FunctionMilestoneNode
({ milestone, index, scenarioStage, active, expanded, onToggle, sceneAction, sceneBusy, pend
components/scene-renderers/pbl/v2/sidebar.tsx:266
FunctionModelEditDialog
({ open, onOpenChange, editingModel, setEditingModel, onSave, onAutoSave, providerId, apiKey,
components/settings/model-edit-dialog.tsx:31
← previousnext →3,101–3,200 of 4,064, ranked by callers