MCPcopy Create free account

hub / github.com/Asreonn/moonizer / functions

Functions396 in github.com/Asreonn/moonizer

↓ 1 callersFunctioncalculateRecordsPerDay
(validDates: number, minDate: Date, maxDate: Date)
src/components/layout/panels/DataExplorer/components/analysis/DateTimeAnalysis.tsx:183
↓ 1 callersFunctioncalculateShannonEntropy
(frequencies: number[])
src/components/layout/panels/DataExplorer/components/analysis/CategoricalAnalysis.tsx:167
↓ 1 callersFunctioncalculateSimpsonIndex
(frequencies: number[])
src/components/layout/panels/DataExplorer/components/analysis/CategoricalAnalysis.tsx:181
↓ 1 callersFunctioncalculateSkewness
(mean: number, median: number)
src/components/layout/panels/DataExplorer/components/analysis/NumericAnalysis.tsx:204
↓ 1 callersFunctioncalculateSkewness
(data: number[], mean: number, stdDev: number)
src/components/layout/panels/DataExplorer/AnalysisSection/NumericAnalysis.tsx:239
↓ 1 callersFunctioncalculateTimeSpan
(minDate: Date, maxDate: Date, t: any)
src/components/layout/panels/DataExplorer/components/analysis/DateTimeAnalysis.tsx:166
↓ 1 callersFunctioncalculateTimelineData
(sampleValues: any[])
src/components/layout/panels/DataExplorer/components/analysis/DateTimeAnalysis.tsx:211
↓ 1 callersFunctioncalculateTrend
(points: [number, number][])
src/components/layout/panels/DataExplorer/components/advanced/AdvancedDateTimeAnalysis.tsx:494
↓ 1 callersFunctioncalculateWordStats
(texts: string[])
src/components/layout/panels/DataExplorer/components/analysis/TextAnalysis.tsx:181
↓ 1 callersFunctionchooseBestPlacement
* Choose the best placement based on available space * Priority: bottom → top → right → left (as specified)
src/core/popover/popoverPositioning.ts:94
↓ 1 callersFunctionclassifyColumnType
(values: any[], columnName: string)
src/core/profiling/columnTypes.ts:68
↓ 1 callersFunctioncombineDateTimeColumns
(data: any[], params: { dateColumn: string; timeColumn: string; targetColumn: string })
src/core/dataset/transforms.ts:2147
↓ 1 callersFunctionconcatenateColumns
(data: any[], columnName: string, params: { targetColumn: string; delimiter: string; removeOriginals: boolean
src/core/dataset/transforms.ts:658
↓ 1 callersFunctionconvertBackgroundChartToPng
* Convert background chart element to PNG
src/core/export/chartPngExport.ts:1103
↓ 1 callersFunctionconvertBooleanTo01
(data: any[], columnName: string)
src/core/dataset/transforms.ts:1586
↓ 1 callersFunctionconvertBooleanToCustomLabels
(data: any[], columnName: string, params: { trueLabel: string; falseLabel: string })
src/core/dataset/transforms.ts:1700
↓ 1 callersFunctionconvertHtmlToPng
* HTML to PNG conversion
src/core/export/pngExport.ts:149
↓ 1 callersFunctionconvertSvgToPng
* SVG to PNG conversion
src/core/export/pngExport.ts:43
↓ 1 callersFunctionconvertTimezone
(data: any[], columnName: string, params: { fromTimezone?: string; toTimezone: string })
src/core/dataset/transforms.ts:2097
↓ 1 callersFunctionconvertToCSV
(data: Record<string, any>[], columns: string[])
src/core/dataset/exportData.ts:60
↓ 1 callersFunctioncreateAreaChartForExport
( data: ChartData[], config: ChartExportConfig, theme: ChartExportTheme )
src/core/export/chartPngExport.ts:1082
↓ 1 callersFunctioncreateBoxChartForExport
( data: ChartData[], config: ChartExportConfig, theme: ChartExportTheme )
src/core/export/chartPngExport.ts:1073
↓ 1 callersFunctioncreateDualChartsForExport
* Dual Charts PNG Export - Creates two charts side by side
src/core/export/chartPngExport.ts:1236
↓ 1 callersFunctioncreateHeatmapChartForExport
( data: ChartData[], config: ChartExportConfig, theme: ChartExportTheme )
src/core/export/chartPngExport.ts:1091
↓ 1 callersFunctioncreatePopoverObserver
( anchorElement: HTMLElement, popoverElement: HTMLElement, onReposition: (position: PopoverPosition) =>
src/core/popover/popoverPositioning.ts:241
↓ 1 callersFunctioncreateScatterChartForExport
* Placeholder functions for other chart types
src/core/export/chartPngExport.ts:1064
↓ 1 callersFunctiondetectCsvDialect
* Detects CSV dialect by analyzing the first few lines
src/core/dataset/loadCsv.ts:17
↓ 1 callersFunctiondetectOutliers
(numbers: number[])
src/components/layout/panels/DataExplorer/components/advanced/AdvancedNumericAnalysis.tsx:227
↓ 1 callersFunctiondownloadChartPng
* Download chart PNG with proper filename
src/core/export/chartPngExport.ts:1560
↓ 1 callersFunctiondownloadFile
(content: string, filename: string, mimeType: string)
src/core/dataset/exportData.ts:91
↓ 1 callersFunctiondropColumn
(data: any[], columnName: string)
src/core/dataset/transforms.ts:943
↓ 1 callersFunctionestimateSyllables
(text: string)
src/components/layout/panels/DataExplorer/components/advanced/AdvancedTextAnalysis.tsx:357
↓ 1 callersFunctionevaluateCondition
(row: any, condition: any)
src/core/dataset/transforms.ts:852
↓ 1 callersFunctionevaluateCondition
( condition: RuleCondition, context: RuleEvaluationContext )
src/core/dataset/ruleEngine.ts:75
↓ 1 callersFunctionevaluateRuleGroup
( group: RuleGroup, context: RuleEvaluationContext )
src/core/dataset/ruleEngine.ts:286
↓ 1 callersFunctionevaluateRuleSet
( ruleSet: RuleSet, context: RuleEvaluationContext )
src/core/dataset/ruleEngine.ts:374
↓ 1 callersFunctionexportChartAsPng
(config: ChartExportConfig)
src/core/export/chartPngExport.ts:136
↓ 1 callersFunctionexportDataset
(exportData: ExportData, options: ExportOptions)
src/core/dataset/exportData.ts:13
↓ 1 callersFunctionextractDateComponent
(data: any[], columnName: string, params: { component: string; newColumnName?: string })
src/core/dataset/transforms.ts:1900
↓ 1 callersFunctionfillBooleanMissing
(data: any[], columnName: string, params: { fillType: string; defaultValue?: string })
src/core/dataset/transforms.ts:1636
↓ 1 callersFunctionfillMissingValues
(data: any[], columnName: string, params: { strategy: string; value?: any })
src/core/dataset/transforms.ts:730
↓ 1 callersFunctionfindReplaceColumn
(data: any[], columnName: string, params: { findText: string; replaceText: string; useRegex: boolean; caseSens
src/core/dataset/transforms.ts:558
↓ 1 callersFunctionformatDate
(date: Date)
src/components/layout/panels/DatasetManager/DatasetSummaryCard.tsx:32
↓ 1 callersFunctionformatDateTime
(data: any[], columnName: string, params: { targetFormat: string; sourceFormat?: string })
src/core/dataset/transforms.ts:1843
↓ 1 callersFunctionformatDateToString
(date: Date, format: string)
src/core/dataset/transforms.ts:2271
↓ 1 callersFunctionformatFileSize
(bytes: number)
src/components/layout/panels/DatasetManager/DatasetSummaryCard.tsx:26
↓ 1 callersFunctionformatValue
(value: any)
src/components/layout/panels/DataExplorer/components/DataGridSection.tsx:85
↓ 1 callersFunctionforwardFillColumn
(data: any[], columnName: string)
src/core/dataset/transforms.ts:791
↓ 1 callersFunctiongenerateBooleanInsights
(distribution: any)
src/components/layout/panels/DataExplorer/components/advanced/AdvancedBooleanAnalysis.tsx:388
↓ 1 callersFunctiongenerateBooleanStats
(values: any[])
src/core/profiling/columnTypes.ts:447
↓ 1 callersFunctiongenerateCategoricalStats
(values: any[])
src/core/profiling/columnTypes.ts:423
↓ 1 callersFunctiongenerateColorVariations
(baseColor: string, count: number)
src/components/layout/panels/DataExplorer/components/ChartRenderer.tsx:348
↓ 1 callersFunctiongenerateDatetimeStats
(values: any[])
src/core/profiling/columnTypes.ts:495
↓ 1 callersFunctiongenerateId
()
src/state/useDatasetStore.ts:50
↓ 1 callersFunctiongenerateIdUniqueStats
(values: any[])
src/core/profiling/columnTypes.ts:574
↓ 1 callersFunctiongenerateNumericStats
(values: any[])
src/core/profiling/columnTypes.ts:382
↓ 1 callersFunctiongenerateTextStats
(values: any[])
src/core/profiling/columnTypes.ts:537
↓ 1 callersFunctiongetActiveColumnType
()
src/components/layout/WorkspaceLayout.tsx:45
↓ 1 callersFunctiongetAvailableChartTypes
(columnType: string)
src/components/layout/panels/DataExplorer/components/ChartSettings.tsx:151
↓ 1 callersFunctiongetBalanceDescription
()
src/components/layout/panels/DataExplorer/AnalysisSection/BooleanAnalysis.tsx:95
↓ 1 callersFunctiongetBalanceLevel
(truePercent: number)
src/components/layout/panels/DataExplorer/components/analysis/BooleanAnalysis.tsx:146
↓ 1 callersFunctiongetButtonClass
(actionKey: string)
src/components/layout/panels/ColumnInspector/ActionGroups/GeneralGroup.tsx:249
↓ 1 callersFunctiongetButtonClasses
()
src/ui/PanelToggle.tsx:46
↓ 1 callersFunctiongetChevronDirection
()
src/ui/PanelToggle.tsx:16
↓ 1 callersFunctiongetChevronPath
()
src/ui/PanelToggle.tsx:80
↓ 1 callersFunctiongetConcentration
(giniIndex: number)
src/components/layout/panels/DataExplorer/components/analysis/CategoricalAnalysis.tsx:185
↓ 1 callersFunctiongetConsistency
(uniqueCount: number, nullCount: number)
src/components/layout/panels/DataExplorer/components/analysis/BooleanAnalysis.tsx:172
↓ 1 callersFunctiongetDataExplorerActions
()
src/components/layout/WorkspaceLayout.tsx:53
↓ 1 callersFunctiongetDataExplorerTitle
()
src/components/layout/WorkspaceLayout.tsx:38
↓ 1 callersFunctiongetDataType
(uniqueCount: number, validCount: number)
src/components/layout/panels/DataExplorer/components/analysis/BooleanAnalysis.tsx:178
↓ 1 callersFunctiongetDistributionShape
()
src/components/layout/panels/DataExplorer/AnalysisSection/NumericAnalysis.tsx:100
↓ 1 callersFunctiongetDiversityLevel
(uniquePercent: number)
src/components/layout/panels/DataExplorer/components/analysis/CategoricalAnalysis.tsx:160
↓ 1 callersFunctiongetDiversityLevel
()
src/components/layout/panels/DataExplorer/AnalysisSection/CategoricalAnalysis.tsx:60
↓ 1 callersFunctiongetFiltersForMode
(mode: ColoringMode)
src/components/layout/panels/DataView/DataFilterBar.tsx:41
↓ 1 callersFunctiongetIcon
()
src/ui/PanelToggle.tsx:69
↓ 1 callersFunctiongetInformationContent
(entropy: number)
src/components/layout/panels/DataExplorer/components/analysis/BooleanAnalysis.tsx:159
↓ 1 callersFunctiongetPredictability
(majorityPercent: number)
src/components/layout/panels/DataExplorer/components/analysis/BooleanAnalysis.tsx:166
↓ 1 callersFunctiongetSkewnessLabel
(skewness: number, t: any)
src/components/layout/panels/DataExplorer/components/analysis/NumericAnalysis.tsx:208
↓ 1 callersFunctiongetTimeSpanDescription
()
src/components/layout/panels/DataExplorer/AnalysisSection/DateTimeAnalysis.tsx:125
↓ 1 callersFunctiongetTopYears
(sampleValues: any[], limit: number)
src/components/layout/panels/DataExplorer/components/analysis/DateTimeAnalysis.tsx:230
↓ 1 callersFunctiongetValueClass
(value: any)
src/components/layout/panels/DataExplorer/components/DataGridSection.tsx:95
↓ 1 callersFunctiongetViewportInfo
()
src/core/popover/popoverPositioning.ts:44
↓ 1 callersFunctiongetVisiblePages
()
src/components/layout/panels/DataView/DataPagination.tsx:32
↓ 1 callersFunctiongetWarningMessage
(actionKey: string)
src/components/layout/panels/ColumnInspector/ActionGroups/GeneralGroup.tsx:242
↓ 1 callersFunctionhandleApplyAction
(actionKey: string)
src/components/layout/panels/ColumnInspector/ActionGroups/GeneralGroup.tsx:35
↓ 1 callersFunctionhandleClick
()
src/components/layout/panels/DatasetManager/DatasetDropzone.tsx:63
↓ 1 callersFunctionhandleDestructiveTypeCast
(targetType: string)
src/components/layout/panels/ColumnInspector/ActionsArea.tsx:391
↓ 1 callersFunctionhandleSort
()
src/components/layout/panels/DataExplorer/components/DataGridSection.tsx:74
↓ 1 callersFunctioninferAndConvertType
* Attempts to convert string values to appropriate types
src/core/dataset/loadCsv.ts:86
↓ 1 callersFunctioninlineStyles
* Inline styles for SVG elements
src/core/export/pngExport.ts:405
↓ 1 callersMethodloadAllModules
(language: Language)
src/core/i18n/LanguageProvider.tsx:28
↓ 1 callersMethodloadLanguage
(language: Language)
src/core/i18n/LanguageProvider.tsx:18
↓ 1 callersFunctionloadSampleCsv
(type: 'sales' | 'customers')
src/core/dataset/loadCsv.ts:214
↓ 1 callersFunctionloadTranslations
()
src/core/i18n/LanguageProvider.tsx:100
↓ 1 callersFunctionmathTransformColumn
(data: any[], columnName: string, params: { operation: string; powerValue?: number })
src/core/dataset/transforms.ts:130
↓ 1 callersFunctionmergeCategories
(data: any[], columnName: string, params: { sourceCategories: string[]; targetCategory: string; strategy: stri
src/core/dataset/transforms.ts:1047
↓ 1 callersFunctionparseCondition
(condition: string)
src/components/layout/panels/ColumnInspector/ActionGroups/BooleanGroup.tsx:49
↓ 1 callersFunctionparseCondition
(condition: string)
src/components/layout/panels/ColumnInspector/ActionGroups/CategoryGroup.tsx:91
↓ 1 callersFunctionprocessDataForChart
(columnData: any[], config: ChartConfig, columnProfile: ColumnProfile)
src/components/layout/panels/DataExplorer/components/ChartRenderer.tsx:250
↓ 1 callersFunctionprocessDataForChartType
* Process data for specific chart type
src/core/export/chartPngExport.ts:980
← previousnext →101–200 of 396, ranked by callers