MCPcopy Create free account

hub / github.com/Asreonn/moonizer / functions

Functions396 in github.com/Asreonn/moonizer

FunctionChartSettings
({ chartLayout, leftChart, rightChart, columnProfile, onLeftChartChange, onRightChartChange }: Cha
src/components/layout/panels/DataExplorer/components/ChartSettings.tsx:24
FunctionColumnDetailsCard
({ profile, onClick }: ColumnDetailsCardProps)
src/components/layout/panels/ColumnInspector/ColumnDetailsCard.tsx:12
FunctionColumnInspectorPanel
()
src/components/layout/panels/ColumnInspector/ColumnInspectorPanel.tsx:11
FunctionConfirmDialog
({ isOpen, title, message, confirmText, cancelText, variant = 'warning', onConfirm, onCancel }
src/components/common/ConfirmDialog/ConfirmDialog.tsx:16
FunctionConstantAnalysis
({ profile, t }: ConstantAnalysisProps)
src/components/layout/panels/DataExplorer/components/analysis/ConstantAnalysis.tsx:10
FunctionConstantGroup
({ profile: _profile }: ConstantGroupProps)
src/components/layout/panels/ColumnInspector/ActionGroups/ConstantGroup.tsx:10
FunctionDataExplorerPanel
()
src/components/layout/panels/DataExplorer/DataExplorerPanel.tsx:26
FunctionDataFilterBar
({ searchValue, onSearchChange, onClearHighlight, hasHighlight = false, statusText, coloring
src/components/layout/panels/DataView/DataFilterBar.tsx:25
FunctionDataGridSection
({ activeColumn, columnProfile, dataset }: DataGridSectionProps)
src/components/layout/panels/DataExplorer/components/DataGridSection.tsx:13
FunctionDataHeaderMenu
({ isOpen, onClose, onHideColumn, onSendToExplorer, onLockType }: DataHeaderMenuProps)
src/components/layout/panels/DataView/DataHeaderMenu.tsx:16
FunctionDataPagination
({ currentPage, totalPages, totalRows, rowsPerPage, showAll, startIndex, endIndex, onPageChang
src/components/layout/panels/DataView/DataPagination.tsx:16
FunctionDataViewGrid
()
src/components/layout/panels/DataView/DataViewGrid.tsx:27
FunctionDatasetDropzone
({ onFileSelect, isProcessing = false }: DatasetDropzoneProps)
src/components/layout/panels/DatasetManager/DatasetDropzone.tsx:10
FunctionDatasetManagerPanel
()
src/components/layout/panels/DatasetManager/DatasetManagerPanel.tsx:10
FunctionDatasetSummaryCard
({ dataset, isActive = false, onSelect, onRemove, onRename }: DatasetSummaryCardProps)
src/components/layout/panels/DatasetManager/DatasetSummaryCard.tsx:15
FunctionDateTimeAnalysis
({ profile, t }: DateTimeAnalysisProps)
src/components/layout/panels/DataExplorer/components/analysis/DateTimeAnalysis.tsx:10
FunctionDateTimeAnalysis
({ data }: DateTimeAnalysisProps)
src/components/layout/panels/DataExplorer/AnalysisSection/DateTimeAnalysis.tsx:11
FunctionDateTimeGroup
({ profile }: DateTimeGroupProps)
src/components/layout/panels/ColumnInspector/ActionGroups/DateTimeGroup.tsx:13
FunctionExportPanel
()
src/components/layout/panels/ExportPanel/ExportPanel.tsx:9
FunctionFileDropzone
()
src/app/home/HomePage.tsx:14
FunctionGeneralGroup
({ profile }: GeneralGroupProps)
src/components/layout/panels/ColumnInspector/ActionGroups/GeneralGroup.tsx:22
FunctionHistogramChart
({ data, config }: { data: ChartData; config: ChartConfig })
src/components/layout/panels/DataExplorer/components/ChartRenderer.tsx:82
FunctionHomePage
()
src/app/home/HomePage.tsx:132
FunctionIdUniqueAnalysis
({ profile, t }: IdUniqueAnalysisProps)
src/components/layout/panels/DataExplorer/components/analysis/IdUniqueAnalysis.tsx:10
FunctionLanguageProvider
({ children }: LanguageProviderProps)
src/core/i18n/LanguageProvider.tsx:93
FunctionLanguageSwitcher
()
src/components/common/LanguageSwitcher/LanguageSwitcher.tsx:4
FunctionLineChart
({ data, config }: { data: ChartData; config: ChartConfig })
src/components/layout/panels/DataExplorer/components/ChartRenderer.tsx:189
FunctionNewColumnEditorPanel
({ profile, onBack }: NewColumnEditorPanelProps)
src/components/layout/panels/ColumnInspector/NewColumnEditorPanel.tsx:15
FunctionNumericAnalysis
({ profile, t }: NumericAnalysisProps)
src/components/layout/panels/DataExplorer/components/analysis/NumericAnalysis.tsx:10
FunctionNumericAnalysis
({ data }: NumericAnalysisProps)
src/components/layout/panels/DataExplorer/AnalysisSection/NumericAnalysis.tsx:11
FunctionNumericGroup
({ profile }: NumericGroupProps)
src/components/layout/panels/ColumnInspector/ActionGroups/NumericGroup.tsx:13
FunctionPanelHeader
({ title, actions, position = 'center' }: PanelHeaderProps)
src/ui/PanelHeader.tsx:10
FunctionPanelToggle
({ position, isOpen, onClick, ariaLabel, inHeader = false, variant = 'default' }: PanelToggleProps)
src/ui/PanelToggle.tsx:13
FunctionPieChart
({ data, config }: { data: ChartData; config: ChartConfig })
src/components/layout/panels/DataExplorer/components/ChartRenderer.tsx:139
FunctionPlaceholder
({ icon, title, description, chips, size = 'default' }: PlaceholderProps)
src/ui/Placeholder.tsx:17
FunctionPopover
({ isOpen, anchorElement, children, onClose, className, initialDimensions = { width: 280, height:
src/components/common/Popover/Popover.tsx:18
FunctionScatterChart
({ data, config }: { data: ChartData; config: ChartConfig })
src/components/layout/panels/DataExplorer/components/ChartRenderer.tsx:227
FunctionSimpleChartRenderer
({ columnProfile, columnData, className, chartType = 'bar', showGrid = false, showValues = true, syncScales =
src/components/layout/panels/DataExplorer/components/SimpleChartRenderer.tsx:17
FunctionSkeleton
({ rows = 3 }: SkeletonProps)
src/ui/Placeholder.tsx:72
FunctionTextAnalysis
({ profile, t }: TextAnalysisProps)
src/components/layout/panels/DataExplorer/components/analysis/TextAnalysis.tsx:10
FunctionTextAnalysis
({ data }: TextAnalysisProps)
src/components/layout/panels/DataExplorer/AnalysisSection/TextAnalysis.tsx:11
FunctionTextGroup
({ profile }: TextGroupProps)
src/components/layout/panels/ColumnInspector/ActionGroups/TextGroup.tsx:13
FunctionToastProvider
({ children }: ToastProviderProps)
src/components/common/Toast/ToastProvider.tsx:35
FunctionTypeCorrectionModal
({ isOpen, onClose, columnName, currentType, onSuccess }: TypeCorrectionModalProps)
src/components/layout/panels/ColumnInspector/TypeCorrectionModal/TypeCorrectionModal.tsx:25
FunctionWorkspaceLayout
()
src/components/layout/WorkspaceLayout.tsx:16
FunctionWorkspacePage
()
src/app/workspace/WorkspacePage.tsx:3
FunctionaddMapping
()
src/components/layout/panels/ColumnInspector/ActionGroups/CategoryGroup.tsx:379
FunctionaddSplitRule
()
src/components/layout/panels/ColumnInspector/ActionGroups/CategoryGroup.tsx:449
FunctionapplyCustomCondition
()
src/components/layout/panels/ColumnInspector/ActionGroups/BooleanGroup.tsx:262
FunctionapplyRegexTransform
()
src/components/layout/panels/ColumnInspector/ActionGroups/CategoryGroup.tsx:394
FunctiondownloadBlob
(blob: Blob, filename: string)
src/core/export/pngExport.ts:480
FunctionexportElementToPng
( element: Element, options: PngExportOptions = {} )
src/core/export/pngExport.ts:25
FunctiongenerateFilename
(chartInfo: ChartExportInfo)
src/core/export/pngExport.ts:449
FunctionhandleApply
()
src/components/layout/panels/ColumnInspector/TypeCorrectionModal/TypeCorrectionModal.tsx:40
FunctionhandleBackToList
()
src/components/layout/panels/ColumnInspector/ColumnInspectorPanel.tsx:208
FunctionhandleCancel
()
src/components/layout/panels/ColumnInspector/TypeCorrectionModal/TypeCorrectionModal.tsx:89
FunctionhandleClearAllFilters
()
src/components/layout/panels/ColumnInspector/ColumnInspectorPanel.tsx:221
FunctionhandleClickOutside
(event: MouseEvent)
src/components/layout/panels/DataView/DataHeaderMenu.tsx:27
FunctionhandleColumnNameDoubleClick
()
src/components/layout/panels/ColumnInspector/NewColumnEditorPanel.tsx:59
FunctionhandleDragEnter
(e: React.DragEvent)
src/components/layout/panels/DatasetManager/DatasetDropzone.tsx:16
FunctionhandleDragEvents
(e: React.DragEvent<HTMLDivElement>)
src/app/home/HomePage.tsx:65
FunctionhandleDragLeave
(e: React.DragEvent)
src/components/layout/panels/DatasetManager/DatasetDropzone.tsx:25
FunctionhandleDragOver
(e: React.DragEvent)
src/components/layout/panels/DatasetManager/DatasetDropzone.tsx:34
FunctionhandleDrop
(e: React.DragEvent)
src/components/layout/panels/DatasetManager/DatasetDropzone.tsx:39
FunctionhandleDrop
(e: React.DragEvent<HTMLDivElement>)
src/app/home/HomePage.tsx:55
FunctionhandleEscape
(event: KeyboardEvent)
src/components/layout/panels/DataExplorer/DataExplorerPanel.tsx:98
FunctionhandleFileSelect
(e: React.ChangeEvent<HTMLInputElement>)
src/components/layout/panels/DatasetManager/DatasetDropzone.tsx:53
FunctionhandleFileSelect
(e: React.ChangeEvent<HTMLInputElement>)
src/app/home/HomePage.tsx:75
FunctionhandleGlobalMouseMove
(e: MouseEvent)
src/components/layout/panels/DataView/DataViewGrid.tsx:454
FunctionhandleGlobalMouseUp
(e: MouseEvent)
src/components/layout/panels/DataView/DataViewGrid.tsx:469
FunctionhandleKeyDown
(event: KeyboardEvent)
src/components/layout/panels/DataView/DataHeaderMenu.tsx:33
FunctionhandleKeyDown
(e: KeyboardEvent)
src/components/layout/panels/DataView/DataViewGrid.tsx:498
FunctionhandleKeyDown
(e: React.KeyboardEvent)
src/components/layout/panels/DatasetManager/DatasetDropzone.tsx:69
FunctionhandleKeyDown
(e: React.KeyboardEvent)
src/components/layout/panels/DatasetManager/DatasetSummaryCard.tsx:69
FunctionhandleKeyDown
(e: React.KeyboardEvent)
src/components/layout/panels/ColumnInspector/NewColumnEditorPanel.tsx:166
FunctionhandleKeyDown
(event: KeyboardEvent)
src/core/hooks/useGlobalUndoRedo.ts:12
FunctionhandleKeyboard
(event: KeyboardEvent)
src/core/hooks/useKeyboardShortcuts.ts:12
FunctionhandleKeydown
(event: KeyboardEvent)
src/components/layout/panels/ColumnInspector/ActionsArea.tsx:111
FunctionhandleLanguageChange
(e: React.ChangeEvent<HTMLSelectElement>)
src/components/common/LanguageSwitcher/LanguageSwitcher.tsx:7
FunctionhandleMouseEnter
(e: React.MouseEvent)
src/components/ui/AnalyticsTooltip.tsx:19
FunctionhandleMouseLeave
()
src/components/ui/AnalyticsTooltip.tsx:24
FunctionhandleMouseMove
(e: MouseEvent)
src/components/layout/panels/DataView/DataViewGrid.tsx:665
FunctionhandleMouseMove
(e: React.MouseEvent)
src/components/ui/AnalyticsTooltip.tsx:28
FunctionhandleMouseUp
()
src/components/layout/panels/DataView/DataViewGrid.tsx:670
FunctionhandleOutsideClick
(event: MouseEvent)
src/components/layout/panels/DataExplorer/DataExplorerPanel.tsx:113
FunctionhandleOutsideClick
(event: MouseEvent)
src/components/layout/panels/ColumnInspector/ActionsArea.tsx:135
FunctionhandleRedo
()
src/components/layout/WorkspaceLayout.tsx:91
FunctionhandleResize
()
src/components/ui/AnalyticsTooltip.tsx:65
FunctionhandleRouteChange
()
src/components/common/Popover/Popover.tsx:203
FunctionhandleScroll
()
src/components/ui/AnalyticsTooltip.tsx:64
FunctionhandleTypeCorrection
()
src/components/layout/panels/ColumnInspector/ActionGroups/GeneralGroup.tsx:165
FunctionhandleUndo
()
src/components/layout/WorkspaceLayout.tsx:74
FunctionhandleWindowChange
()
src/core/popover/popoverPositioning.ts:263
FunctionhandleWindowEvents
()
src/components/layout/panels/ColumnInspector/ActionsArea.tsx:142
FunctionuseGlobalUndoRedo
()
src/core/hooks/useGlobalUndoRedo.ts:6
FunctionvalidateRuleSet
(ruleSet: RuleSet, availableColumns: string[])
src/core/dataset/ruleEngine.ts:513
← previous301–396 of 396, ranked by callers