MCPcopy Create free account

hub / github.com/CristianOlivera1/openvid / functions

Functions941 in github.com/CristianOlivera1/openvid

↓ 1 callersFunctiontriggerFileUpload
()
app/components/ui/editor/VideosMenu.tsx:115
↓ 1 callersFunctionupdateImageProject
(id: string, updates: Partial<Omit<ImageProject, "id" | "createdAt">>)
lib/image-projects-cache.ts:117
↓ 1 callersFunctionupdateSession
(request: NextRequest)
utils/supabase/middleware.ts:11
↓ 1 callersFunctionupdateTrackWidth
()
app/components/ui/editor/Timeline.tsx:132
↓ 1 callersFunctionupdateVideoAudioState
(id: string, hasAudio: boolean)
lib/videos-library.ts:372
↓ 1 callersFunctionuseActiveTool
()
hooks/useActiveTool.ts:27
↓ 1 callersFunctionuseEditorMode
()
hooks/useEditorMode.ts:16
↓ 1 callersFunctionuseImageProjects
()
hooks/useImageProjects.ts:97
↓ 1 callersFunctionuseScreenCapture
()
hooks/useScreenCapture.ts:16
↓ 1 callersFunctionuseScreenRecording
()
hooks/useScreenRecording.ts:235
↓ 1 callersFunctionuseUndoRedo
(initialState: T)
hooks/useUndoRedo.ts:21
↓ 1 callersFunctionuseVideoExport
( videoRef: RefObject<HTMLVideoElement | null>, canvasRef: RefObject<VideoCanvasHandle | null>, )
hooks/useVideoExport.ts:31
↓ 1 callersFunctionuseVideoThumbnails
( videoUrl: string | null, duration: number, options: UseVideoThumbnailsOptions = {} )
hooks/useVideoThumbnails.ts:49
↓ 1 callersFunctionuseVideoUpload
()
hooks/useVideoUpload.ts:38
↓ 1 callersFunctionwriteArrayToMemory
(array,buffer)
public/ffmpeg/ffmpeg-core.js:8
FunctionActiveDevicePreview
({ tpl, }: { tpl: ActiveDeviceTpl; })
app/components/ui/editor/Mockup3dMenu.tsx:130
FunctionAlert
({ className, variant, ...props }: React.ComponentProps<"div"> & VariantProps<typeof alertVariants>)
components/ui/alert.tsx:25
FunctionAlertDescription
({ className, ...props }: React.ComponentProps<"div">)
components/ui/alert.tsx:53
FunctionAlertTitle
({ className, ...props }: React.ComponentProps<"div">)
components/ui/alert.tsx:40
FunctionArrowBendSvg
({ color = "currentColor", className }: SvgProps)
components/canvas-svg/index.tsx:74
FunctionArrowCurveSvg
({ color = "currentColor", className }: SvgProps)
components/canvas-svg/index.tsx:62
FunctionArrowDiagonalSvg
({ color = "currentColor", className }: SvgProps)
components/canvas-svg/index.tsx:68
FunctionArrowDoubleSvg
({ color = "currentColor", className }: SvgProps)
components/canvas-svg/index.tsx:56
FunctionArrowLeftSvg
({ color = "currentColor", className }: SvgProps)
components/canvas-svg/index.tsx:44
FunctionArrowRightSvg
({ color = "currentColor", className }: SvgProps)
components/canvas-svg/index.tsx:50
FunctionAspectRatioSelect
({ value, onChange, customDimensions, onCustomDimensionsChange, }: AspectRatioSelectProps)
app/components/ui/AspectRatioSelect.tsx:18
FunctionAudioFragmentTrackItem
({ track, audio, isSelected, contentWidth, videoDuration, otherTracks, onSelect,
app/components/ui/editor/AudioFragmentTrackItem.tsx:7
FunctionAudioMenu
({ audioTracks, uploadedAudios, videoDuration, onAudioUpload, onUpdateAudioTrack, onDe
app/components/ui/editor/AudioMenu.tsx:12
FunctionAudioMenuSkeleton
()
app/components/ui/Skeleton.tsx:404
FunctionAudioTrimModal
({ isOpen, audioName, audioUrl, audioDuration, initialTrimStart = 0, initialTrimEnd,
app/components/ui/editor/AudioTrimModal.tsx:19
FunctionAuthLayout
({ children }: { children: React.ReactNode })
app/[locale]/(auth)/layout.tsx:1
FunctionAuthProvider
({ children }: { children: React.ReactNode })
app/contexts/useAuth.tsx:30
FunctionBackgroundColorEditor
({ value, onChange }: BackgroundColorEditorProps)
app/components/ui/BackgroundColorEditor.tsx:201
FunctionBackgroundColorSkeleton
()
app/components/ui/Skeleton.tsx:275
FunctionBannerCTA
()
app/components/ui/home/BannerCTA.tsx:5
FunctionBlobOutlineSvg
({ color = "currentColor", className }: SvgProps)
components/canvas-svg/index.tsx:123
FunctionBlobSvg
({ color = "currentColor", className }: SvgProps)
components/canvas-svg/index.tsx:117
FunctionBraveGlassMockup
({ children, config, className = "", shadows = 20, roundedCorners }: BraveGlassMockupProps
app/components/ui/editor/mockups/BraveGlassMockup.tsx:12
FunctionBraveGlassPreview
()
lib/mockup-previews.tsx:202
FunctionBraveMockup
({ children, config, className = "", shadows = 20, roundedCorners }: BraveMockupProps)
app/components/ui/editor/mockups/BraveMockup.tsx:12
FunctionBravePreview
()
lib/mockup-previews.tsx:163
FunctionBrowserPermissionUI
()
components/ui/BrowserPermissionUI.tsx:38
FunctionBrowserTabGlassMockup
({ children, config, className = "", shadows = 20, roundedCorners }: BrowserTabGlassMockup
app/components/ui/editor/mockups/BrowserTabGlassMockup.tsx:10
FunctionBrowserTabGlassPreview
()
lib/mockup-previews.tsx:241
FunctionButton
({ className, variant = "default", size = "default", asChild = false, ...props }: React.ComponentPro
components/ui/button.tsx:43
FunctionCameraMenu
({ cameraUrl, cameraConfig, onCameraConfigChange }: Props)
app/components/ui/editor/CameraMenu.tsx:28
FunctionCanvasElementsLayer
({ canvasContainerRef, canvasElements, selectedElementId, selectedElementIds, hoveredEleme
app/components/ui/editor/CanvasElementsLayer.tsx:80
FunctionCanvasWithLoader
(props: Props & { rootRef: React.MutableRefObject<THREE.Group | null>; cameraRef: React.MutableRefObject<THREE
app/components/ui/editor/mockups-3d/Laptop3DViewer.tsx:481
FunctionCanvasWithLoader
({ imageUrl, imageMaskConfig, cropArea, initialRotationX, initialRotationY, initialRot
app/components/ui/editor/mockups-3d/IPhone13ProMax3DViewer.tsx:453
FunctionCanvasWithLoader
(props: Props & { rootRef: React.MutableRefObject<THREE.Group | null>; cameraRef: React.MutableRefObject<THREE
app/components/ui/editor/mockups-3d/Phone3DViewer.tsx:540
FunctionCanvasWithLoader
( props: Props & { rootRef: React.MutableRefObject<THREE.Group | null>; cameraRef: React.MutableRefO
app/components/ui/editor/mockups-3d/DoubleIPhone3DViewer.tsx:377
FunctionCarouselDemos
()
app/components/ui/home/CarouselDemos.tsx:30
FunctionCategoryPopover
({ category, selectedIndex, onSelect }: { category: WallpaperCategory; selectedIndex: number; onSelect?: (inde
app/components/ui/WalpaperSections.tsx:46
FunctionChatSvg
({ color = "currentColor", className }: SvgProps)
components/canvas-svg/index.tsx:99
FunctionChromeGlassMockup
({ children, config, className = "", shadows = 20, roundedCorners }: ChromeGlassMockupProp
app/components/ui/editor/mockups/ChromeGlassMockup.tsx:12
FunctionChromeGlassPreview
()
lib/mockup-previews.tsx:298
FunctionChromeMockup
({ children, config, className = "", shadows = 20, roundedCorners }: ChromeMockupProps)
app/components/ui/editor/mockups/ChromeMockup.tsx:12
FunctionChromePreview
()
lib/mockup-previews.tsx:261
FunctionCircleSvg
({ color = "currentColor", className }: SvgProps)
components/canvas-svg/index.tsx:13
FunctionContextMenu
({ x, y, selectedIds, canGroup, canUngroup, onBringToFront, onSendToBack, onDelete, onDelete
app/components/ui/editor/ContextMenu.tsx:5
FunctionControlPanel
({ activeTool, backgroundTab, selectedWallpaper, backgroundBlur, padding, roundedCorne
app/components/ui/editor/ControlPanel.tsx:49
FunctionControlsPopup
()
components/ui/ControlsPopup.tsx:7
FunctionCopyRow
({ label, value, copyKey, copied, onCopy, copyText, copiedText }: CopyRowProps)
app/[locale]/(home)/donate/DonateClient.tsx:159
FunctionCtxMenuItem
({ icon, label, onClick, danger = false, }: { icon: string; label: string; onClick: () => void;
components/ui/CtxMenuItem.tsx:3
FunctionCursorMenu
({ cursorConfig = DEFAULT_CURSOR_CONFIG, onCursorConfigChange, cursorData, isRecordedVideo =
app/components/ui/editor/CursorMenu.tsx:32
FunctionDemoVideo
()
app/components/ui/home/DemoVideo.tsx:7
FunctionDetailPageHeader
({ label, icon, onBack, }: { label: string; icon: string; onBack: () => void; })
components/ui/DetailHeaderMenu.tsx:3
FunctionDeviceCard
({ tpl, isActive, onClick, }: { tpl: (typeof IMAGE_DEVICE_TEMPLATES)[number]; isActive: boolean; o
components/ui/DeviceCard.tsx:5
FunctionDiamondSvg
({ color = "currentColor", className }: SvgProps)
components/canvas-svg/index.tsx:31
FunctionDonateClient
({ methods, defaultMethod }: DonateClientProps)
app/[locale]/(home)/donate/DonateClient.tsx:14
FunctionDonatePage
()
app/[locale]/(home)/donate/page.tsx:21
FunctionDonationCard
()
app/components/ui/home/DonationCard.tsx:6
FunctionDotCrosshairCursor
({ color = "#FFFFFF", size = 24, className }: CursorSvgProps)
components/cursor-svg/index.tsx:485
FunctionDotDefaultCursor
({ color = "#FFFFFF", size = 24, className }: CursorSvgProps)
components/cursor-svg/index.tsx:423
FunctionDotGrabCursor
({ color = "#FFFFFF", size = 24, className }: CursorSvgProps)
components/cursor-svg/index.tsx:513
FunctionDotGrabbingCursor
({ color = "#FFFFFF", size = 24, className }: CursorSvgProps)
components/cursor-svg/index.tsx:527
FunctionDotMoveCursor
({ color = "#FFFFFF", size = 24, className }: CursorSvgProps)
components/cursor-svg/index.tsx:590
FunctionDotNotAllowedCursor
({ color = "#EF4444", size = 24, className }: CursorSvgProps)
components/cursor-svg/index.tsx:569
FunctionDotPointerCursor
({ color = "#FFFFFF", size = 24, className }: CursorSvgProps)
components/cursor-svg/index.tsx:443
FunctionDotResizeCursor
({ color = "#FFFFFF", size = 24, className }: CursorSvgProps)
components/cursor-svg/index.tsx:607
FunctionDotTextCursor
({ color = "#FFFFFF", size = 24, className }: CursorSvgProps)
components/cursor-svg/index.tsx:463
FunctionDotWaitCursor
({ color = "#FFFFFF", size = 24, className }: CursorSvgProps)
components/cursor-svg/index.tsx:548
FunctionDoubleIPhone3DViewer
(props: Props)
app/components/ui/editor/mockups-3d/DoubleIPhone3DViewer.tsx:423
FunctionDraggableCarousel
({ children }: { children: React.ReactNode })
app/components/ui/home/FeaturesShowcase.tsx:73
FunctionDropImage
()
components/ui/DropImage.tsx:3
FunctionDropSvg
({ color = "currentColor", className }: SvgProps)
components/canvas-svg/index.tsx:111
FunctionDropdownMenu
({ ...props }: React.ComponentProps<typeof DropdownMenuPrimitive.Root>)
components/ui/dropdown-menu.tsx:9
FunctionDropdownMenuCheckboxItem
({ className, children, checked, ...props }: React.ComponentProps<typeof DropdownMenuPrimitive.Checkbo
components/ui/dropdown-menu.tsx:85
FunctionDropdownMenuContent
({ className, sideOffset = 4, ...props }: React.ComponentProps<typeof DropdownMenuPrimitive.Content>)
components/ui/dropdown-menu.tsx:34
FunctionDropdownMenuGroup
({ ...props }: React.ComponentProps<typeof DropdownMenuPrimitive.Group>)
components/ui/dropdown-menu.tsx:54
FunctionDropdownMenuItem
({ className, inset, variant = "default", ...props }: React.ComponentProps<typeof DropdownMenuPrimitiv
components/ui/dropdown-menu.tsx:62
FunctionDropdownMenuLabel
({ className, inset, ...props }: React.ComponentProps<typeof DropdownMenuPrimitive.Label> & { inset?:
components/ui/dropdown-menu.tsx:146
FunctionDropdownMenuPortal
({ ...props }: React.ComponentProps<typeof DropdownMenuPrimitive.Portal>)
components/ui/dropdown-menu.tsx:15
FunctionDropdownMenuRadioGroup
({ ...props }: React.ComponentProps<typeof DropdownMenuPrimitive.RadioGroup>)
components/ui/dropdown-menu.tsx:111
FunctionDropdownMenuRadioItem
({ className, children, ...props }: React.ComponentProps<typeof DropdownMenuPrimitive.RadioItem>)
components/ui/dropdown-menu.tsx:122
FunctionDropdownMenuSeparator
({ className, ...props }: React.ComponentProps<typeof DropdownMenuPrimitive.Separator>)
components/ui/dropdown-menu.tsx:166
FunctionDropdownMenuShortcut
({ className, ...props }: React.ComponentProps<"span">)
components/ui/dropdown-menu.tsx:179
FunctionDropdownMenuSub
({ ...props }: React.ComponentProps<typeof DropdownMenuPrimitive.Sub>)
components/ui/dropdown-menu.tsx:195
FunctionDropdownMenuSubContent
({ className, ...props }: React.ComponentProps<typeof DropdownMenuPrimitive.SubContent>)
components/ui/dropdown-menu.tsx:225
FunctionDropdownMenuSubTrigger
({ className, inset, children, ...props }: React.ComponentProps<typeof DropdownMenuPrimitive.SubTrigge
components/ui/dropdown-menu.tsx:201
← previousnext →401–500 of 941, ranked by callers