MCPcopy Create free account

hub / github.com/chenz24/rename.tools / functions

Functions376 in github.com/chenz24/rename.tools

FunctionDisclaimerPage
({ params }: Props)
src/app/[locale]/disclaimer/page.tsx:16
FunctionDropdownMenu
({ ...props }: React.ComponentProps<typeof DropdownMenuPrimitive.Root>)
src/components/ui/dropdown-menu.tsx:9
FunctionDropdownMenuCheckboxItem
({ className, children, checked, ...props }: React.ComponentProps<typeof DropdownMenuPrimitive.CheckboxIte
src/components/ui/dropdown-menu.tsx:72
FunctionDropdownMenuContent
({ className, sideOffset = 4, ...props }: React.ComponentProps<typeof DropdownMenuPrimitive.Content>)
src/components/ui/dropdown-menu.tsx:25
FunctionDropdownMenuGroup
({ ...props }: React.ComponentProps<typeof DropdownMenuPrimitive.Group>)
src/components/ui/dropdown-menu.tsx:45
FunctionDropdownMenuItem
({ className, inset, variant = "default", ...props }: React.ComponentProps<typeof DropdownMenuPrimitive.It
src/components/ui/dropdown-menu.tsx:49
FunctionDropdownMenuLabel
({ className, inset, ...props }: React.ComponentProps<typeof DropdownMenuPrimitive.Label> & { inset?: bool
src/components/ui/dropdown-menu.tsx:128
FunctionDropdownMenuPortal
({ ...props }: React.ComponentProps<typeof DropdownMenuPrimitive.Portal>)
src/components/ui/dropdown-menu.tsx:13
FunctionDropdownMenuRadioGroup
({ ...props }: React.ComponentProps<typeof DropdownMenuPrimitive.RadioGroup>)
src/components/ui/dropdown-menu.tsx:98
FunctionDropdownMenuRadioItem
({ className, children, ...props }: React.ComponentProps<typeof DropdownMenuPrimitive.RadioItem>)
src/components/ui/dropdown-menu.tsx:104
FunctionDropdownMenuSeparator
({ className, ...props }: React.ComponentProps<typeof DropdownMenuPrimitive.Separator>)
src/components/ui/dropdown-menu.tsx:145
FunctionDropdownMenuShortcut
({ className, ...props }: React.ComponentProps<"span">)
src/components/ui/dropdown-menu.tsx:158
FunctionDropdownMenuSub
({ ...props }: React.ComponentProps<typeof DropdownMenuPrimitive.Sub>)
src/components/ui/dropdown-menu.tsx:168
FunctionDropdownMenuSubContent
({ className, ...props }: React.ComponentProps<typeof DropdownMenuPrimitive.SubContent>)
src/components/ui/dropdown-menu.tsx:196
FunctionDropdownMenuSubTrigger
({ className, inset, children, ...props }: React.ComponentProps<typeof DropdownMenuPrimitive.SubTrigger> &
src/components/ui/dropdown-menu.tsx:172
FunctionDropdownMenuTrigger
({ ...props }: React.ComponentProps<typeof DropdownMenuPrimitive.Trigger>)
src/components/ui/dropdown-menu.tsx:19
FunctionErrorPage
({ reset, }: { error: Error & { digest?: string }; reset: () => void; })
src/app/[locale]/error.tsx:7
FunctionExecuteBar
({ preview, isExecuting, onExecute, onClearRules }: Props)
src/components/rename/ExecuteBar.tsx:48
FunctionExecutionLog
({ log, progress, isExecuting, needsUserActivation, onClear, onConfirmActivation, }: Props)
src/components/rename/ExecutionLog.tsx:28
FunctionExpandedJsEditor
({ ruleId }: { ruleId: string })
src/components/rename/rules/CustomJsEditor.tsx:99
FunctionFeaturesLayout
({ children, params }: Props)
src/app/[locale]/features/layout.tsx:18
FunctionFeaturesPage
()
src/app/[locale]/features/page.tsx:135
FunctionFileItem
({ file: f, depth, onToggle, }: { file: FileEntry; depth: number; onToggle?: (id: string) => void; })
src/components/rename/FileTree.tsx:142
FunctionFilePanel
({ allFiles, filteredFiles, onAddFiles, onToggle, onSelectAll, onClear, onSortFiles, sortMode, filter
src/components/rename/FilePanel.tsx:66
FunctionFileTree
({ files, onToggle }: Props)
src/components/rename/FileTree.tsx:190
FunctionFilterPanel
({ conditions, logic, onAddCondition, onUpdateCondition, onRemoveCondition, onSetLogic, onClearAll, }:
src/components/rename/FilterPanel.tsx:27
FunctionFindReplaceEditor
({ config, onChange }: FindReplaceEditorProps)
src/components/rename/rules/FindReplaceEditor.tsx:12
FunctionFolderContents
({ node, depth, onToggle, }: { node: TreeNode; depth: number; onToggle?: (id: string) => void; })
src/components/rename/FileTree.tsx:116
FunctionFolderContentsView
({ node, depth }: { node: PreviewTreeNode; depth: number })
src/components/rename/PreviewPanel.tsx:321
FunctionFolderNode
({ node, depth, onToggle, }: { node: TreeNode; depth: number; onToggle?: (id: string) => void; })
src/components/rename/FileTree.tsx:65
FunctionFolderNodeView
({ node, depth }: { node: PreviewTreeNode; depth: number })
src/components/rename/PreviewPanel.tsx:276
FunctionFooter
()
src/components/Footer.tsx:5
FunctionGET
()
src/app/api/health/route.ts:5
FunctionGoogleAnalytics
()
src/components/GoogleAnalytics.tsx:5
FunctionGroupsStep
({ groups, editingGroup, editTitle, onEditTitle, onStartEdit, onSaveEdit, onCancelEdit, onSelectTmdbRe
src/components/rename/MediaScraperDialog.tsx:332
FunctionGuideDetailPage
({ params }: Props)
src/app/[locale]/guides/[slug]/page.tsx:81
FunctionGuidesPage
({ params }: Props)
src/app/[locale]/guides/page.tsx:55
FunctionHeader
()
src/components/Header.tsx:8
FunctionHomePage
({ params }: Props)
src/app/[locale]/page.tsx:31
FunctionIcon
()
src/app/icon.tsx:10
FunctionIconItem
({ icon: Icon, color, title, desc, }: { icon: React.ElementType; color: string; title: string; desc: s
src/app/[locale]/page.tsx:38
FunctionImage
()
src/app/opengraph-image.tsx:11
FunctionImage
({ params }: Props)
src/app/[locale]/opengraph-image.tsx:17
FunctionImageMetadataView
({ data }: { data: ImageMetadata })
src/components/rename/MetadataViewer.tsx:42
FunctionInput
({ className, type, ...props }: React.ComponentProps<"input">)
src/components/ui/input.tsx:5
FunctionInsertEditor
({ config, onChange, hasMetadata }: InsertEditorProps)
src/components/rename/rules/InsertEditor.tsx:24
FunctionIntelligentSuggestions
({ files, onApplySuggestion, onOpenScraper }: Props)
src/components/rename/IntelligentSuggestions.tsx:44
FunctionJsCodeEditor
({ value, onChange, onValidate, className = "", minHeight = 120, maxHeight = 300, }: JsCodeEditorProps)
src/components/rename/JsCodeEditor.tsx:281
FunctionJsonLd
({ data }: JsonLdProps)
src/components/JsonLd.tsx:15
FunctionLabel
({ className, ...props }: React.ComponentProps<typeof LabelPrimitive.Root>)
src/components/ui/label.tsx:8
FunctionLandingContent
({ locale }: { locale: string })
src/app/[locale]/page.tsx:59
FunctionLoading
()
src/app/[locale]/loading.tsx:3
FunctionLocaleLayout
({ children, params }: Props)
src/app/[locale]/layout.tsx:25
FunctionLocaleSwitcher
()
src/components/LocaleSwitcher.tsx:20
FunctionMediaMetadataView
({ data }: { data: MediaMetadata })
src/components/rename/MetadataViewer.tsx:98
FunctionMediaScraperDialog
({ open, files, scraper, apiKey, onOpenChange, onApplyResults, }: Props)
src/components/rename/MediaScraperDialog.tsx:53
FunctionMetadataIndicator
({ metadata, state, }: { metadata?: FileMetadata | null; state?: string; })
src/components/rename/MetadataViewer.tsx:178
FunctionMetadataViewer
({ metadata }: Props)
src/components/rename/MetadataViewer.tsx:148
FunctionNotFound
()
src/app/[locale]/not-found.tsx:6
FunctionPopover
({ ...props }: React.ComponentProps<typeof PopoverPrimitive.Root>)
src/components/ui/popover.tsx:8
FunctionPopoverContent
({ className, align = "center", sideOffset = 4, ...props }: React.ComponentProps<typeof PopoverPrimitive.C
src/components/ui/popover.tsx:16
FunctionPopoverTrigger
({ ...props }: React.ComponentProps<typeof PopoverPrimitive.Trigger>)
src/components/ui/popover.tsx:12
FunctionPresetCard
({ name, description, icon, ruleCount, usageCount, lastUsed, tags, isPinned, onApply, onPin, onDele
src/components/rename/TemplateLibrary.tsx:575
FunctionPreviewPanel
({ preview, isPreviewComputing = false, applyAutoFix, resetAutoFix, hasAutoFix, log, progress, isExecu
src/components/rename/PreviewPanel.tsx:361
FunctionPrivacyContent
()
src/app/[locale]/privacy/page.tsx:22
FunctionPrivacyPage
({ params }: Props)
src/app/[locale]/privacy/page.tsx:16
FunctionProgress
({ className, value, ...props }: React.ComponentProps<typeof ProgressPrimitive.Root>)
src/components/ui/progress.tsx:8
FunctionRegexEditor
({ config, onChange }: RegexEditorProps)
src/components/rename/rules/RegexEditor.tsx:11
FunctionRegisterServiceWorker
()
src/components/ServiceWorkerRegistration.tsx:6
FunctionRemoveCleanupEditor
({ config, onChange }: RemoveCleanupEditorProps)
src/components/rename/rules/RemoveCleanupEditor.tsx:19
FunctionRenameAppPage
()
src/app/[locale]/app/page.tsx:23
FunctionRenameHeader
()
src/components/rename/RenameHeader.tsx:27
FunctionResizableHandle
({ withHandle, className, ...props }: ResizablePrimitive.SeparatorProps & { withHandle?: boolean; })
src/components/ui/resizable.tsx:22
FunctionResizablePanel
({ ...props }: ResizablePrimitive.PanelProps)
src/components/ui/resizable.tsx:18
FunctionResizablePanelGroup
({ className, ...props }: ResizablePrimitive.GroupProps)
src/components/ui/resizable.tsx:8
FunctionResultsStep
({ matchResults, onToggle, onToggleAll, totalMatched, template, t, }: { matchResults: import("@/lib/med
src/components/rename/MediaScraperDialog.tsx:439
FunctionRootLayout
({ children, }: Readonly<{ children: ReactNode; }>)
src/app/layout.tsx:25
FunctionRuleCard
({ rule, index, onUpdate, onRemove, onClone, hasMetadata }: RuleCardProps)
src/components/rename/rules/RuleCard.tsx:33
FunctionRulePanel
({ rules, extensionScope, onAddRule, onAddRulesFromTemplate, onUpdateRule, onRemoveRule, onReorderRules
src/components/rename/rules/RulePanel.tsx:56
FunctionRulesShowcase
()
src/components/RulesShowcase.tsx:58
FunctionSavePresetDialog
({ rules, onSave, trigger }: Props)
src/components/rename/SavePresetDialog.tsx:41
FunctionScrollArea
({ className, children, ...props }: React.ComponentProps<typeof ScrollAreaPrimitive.Root>)
src/components/ui/scroll-area.tsx:8
FunctionScrollBar
({ className, orientation = "vertical", ...props }: React.ComponentProps<typeof ScrollAreaPrimitive.ScrollA
src/components/ui/scroll-area.tsx:31
FunctionSelect
({ ...props }: React.ComponentProps<typeof SelectPrimitive.Root>)
src/components/ui/select.tsx:9
FunctionSelectContent
({ className, children, position = "item-aligned", align = "center", ...props }: React.ComponentProps<typ
src/components/ui/select.tsx:47
FunctionSelectGroup
({ ...props }: React.ComponentProps<typeof SelectPrimitive.Group>)
src/components/ui/select.tsx:13
FunctionSelectItem
({ className, children, ...props }: React.ComponentProps<typeof SelectPrimitive.Item>)
src/components/ui/select.tsx:94
FunctionSelectLabel
({ className, ...props }: React.ComponentProps<typeof SelectPrimitive.Label>)
src/components/ui/select.tsx:84
FunctionSelectScrollDownButton
({ className, ...props }: React.ComponentProps<typeof SelectPrimitive.ScrollDownButton>)
src/components/ui/select.tsx:149
FunctionSelectScrollUpButton
({ className, ...props }: React.ComponentProps<typeof SelectPrimitive.ScrollUpButton>)
src/components/ui/select.tsx:134
FunctionSelectSeparator
({ className, ...props }: React.ComponentProps<typeof SelectPrimitive.Separator>)
src/components/ui/select.tsx:121
FunctionSelectTrigger
({ className, size = "default", children, ...props }: React.ComponentProps<typeof SelectPrimitive.Trigger>
src/components/ui/select.tsx:21
FunctionSelectValue
({ ...props }: React.ComponentProps<typeof SelectPrimitive.Value>)
src/components/ui/select.tsx:17
FunctionSeparator
({ className, orientation = "horizontal", decorative = true, ...props }: React.ComponentProps<typeof Separ
src/components/ui/separator.tsx:8
FunctionSequenceEditor
({ config, onChange, hasMetadata }: SequenceEditorProps)
src/components/rename/rules/SequenceEditor.tsx:25
FunctionSheet
({ ...props }: React.ComponentProps<typeof SheetPrimitive.Root>)
src/components/ui/sheet.tsx:9
FunctionSheetClose
({ ...props }: React.ComponentProps<typeof SheetPrimitive.Close>)
src/components/ui/sheet.tsx:17
FunctionSheetContent
({ className, children, side = "right", showCloseButton = true, ...props }: React.ComponentProps<typeof S
src/components/ui/sheet.tsx:41
FunctionSheetDescription
({ className, ...props }: React.ComponentProps<typeof SheetPrimitive.Description>)
src/components/ui/sheet.tsx:112
FunctionSheetFooter
({ className, ...props }: React.ComponentProps<"div">)
src/components/ui/sheet.tsx:92
← previousnext →201–300 of 376, ranked by callers