🔍 Code Extractor

Search Components

Full-Text: Fast keyword matching | Semantic: AI-powered understanding of intent (finds similar concepts)

Search Results for "grid"

Found 19 matching component(s)

  • function main_page

    Renders the main navigation page for the FileCloud Data Processor application, providing authenticated users with access to various modules including document audit, controlled documents, settings, and reports.

    File: /tf/active/vicechatdev/datacapture_integrated.py

    streamlit ui navigation authentication dashboard
  • function generate_html_report

    Generate HTML report from schema info

    File: /tf/active/vicechatdev/neo4j_schema_report.py

    function generate_html_report
  • class AuditPageGenerator

    A class that generates comprehensive PDF audit trail pages for documents, including document information, reviews, approvals, revision history, and event history with electronic signatures.

    File: /tf/active/vicechatdev/document_auditor/src/audit_page_generator.py

    pdf-generation audit-trail document-management compliance electronic-signature
  • function add_table_to_word_v1

    Adds a formatted table to a Microsoft Word document using the python-docx library, with automatic column detection, header row styling, and debug logging.

    File: /tf/active/vicechatdev/vice_ai/complex_app.py

    word-document table-generation docx document-formatting python-docx
  • function add_table_to_pdf

    Adds a formatted table to a ReportLab PDF document with automatic text wrapping, column width calculation, and alternating row colors.

    File: /tf/active/vicechatdev/vice_ai/complex_app.py

    pdf-generation reportlab table-formatting text-wrapping document-generation
  • function add_data_section_to_docx

    Adds a data analysis section to a Word document, including analysis metadata, statistical conclusions, and embedded visualizations from saved content or legacy analysis history.

    File: /tf/active/vicechatdev/vice_ai/new_app.py

    document-generation word-document data-analysis visualization report-generation
  • function add_table_to_word

    Adds a formatted table to a Word document using python-docx, with support for header rows and automatic column sizing based on table data.

    File: /tf/active/vicechatdev/vice_ai/new_app.py

    word-document table-generation docx document-formatting python-docx
  • class PDFConverter_v1

    A comprehensive document-to-PDF converter class that handles multiple file formats (Word, Excel, PowerPoint, images) with multiple conversion methods and automatic fallbacks for reliability.

    File: /tf/active/vicechatdev/CDocs/utils/pdf_utils.py

    pdf conversion document-processing file-conversion word
  • class PDFGenerator

    PDF document generation for reports and controlled documents This class provides methods to generate PDF documents from scratch, including audit reports, document covers, and certificate pages.

    File: /tf/active/vicechatdev/CDocs/utils/pdf_utils.py

    class pdfgenerator
  • class AdminPanel

    Admin configuration interface component

    File: /tf/active/vicechatdev/CDocs/ui/admin_panel.py

    class adminpanel
  • function main_v56

    Performs statistical analysis to determine the correlation between antibiotic use frequency and vaccination modes (in-ovo vs non-in-ovo), generating visualizations and saving results to files.

    File: /tf/active/vicechatdev/smartstat/output/b7a013ae-a461-4aca-abae-9ed243119494/analysis_6cdbc6c8/analysis.py

    statistical-analysis correlation data-visualization pearson-correlation antibiotic-analysis
  • function cartesian_product

    Computes the Cartesian product of multiple 1D arrays, returning expanded array views for each dimension with optional flattening and copying.

    File: /tf/active/vicechatdev/patches/util.py

    cartesian-product numpy array-operations combinatorics grid-generation
  • function expand_grid_coords

    Expands coordinates along a specified dimension of a gridded dataset into an N-dimensional array that matches the full dimensionality of the dataset.

    File: /tf/active/vicechatdev/patches/util.py

    grid coordinates broadcasting multidimensional cartesian-product
  • function bound_range

    Computes a bounding range and density from evenly spaced samples, extending the range by half the density on each side and detecting if values are inverted.

    File: /tf/active/vicechatdev/patches/util.py

    data-processing bounds-calculation density-computation numerical-precision datetime-handling
  • function compute_density

    Computes the density (samples per unit) of a grid given start and end boundaries and the number of samples, with special handling for datetime/timedelta types.

    File: /tf/active/vicechatdev/patches/util.py

    density grid datetime timedelta sampling
  • class HoloMap

    HoloMap is an n-dimensional mapping container that stores viewable elements or overlays indexed by tuple keys along declared key dimensions, enabling interactive exploration through widgets.

    File: /tf/active/vicechatdev/patches/spaces.py

    visualization mapping multi-dimensional interactive container
  • class DynamicMap

    A DynamicMap is a type of HoloMap where the elements are dynamically generated by a callable. The callable is invoked with values associated with the key dimensions or with values supplied by stream parameters.

    File: /tf/active/vicechatdev/patches/spaces.py

    class dynamicmap
  • class GridSpace

    GridSpace is a container class for organizing elements in a 1D or 2D grid structure with floating-point keys, ensuring all contained elements are of the same type.

    File: /tf/active/vicechatdev/patches/spaces.py

    grid layout container mapping 2D-grid
  • class GridMatrix

    GridMatrix is a container class for heterogeneous Element types arranged in a grid layout where axes don't represent coordinate space but are used to plot various dimensions against each other.

    File: /tf/active/vicechatdev/patches/spaces.py

    visualization grid-layout container multi-dimensional plotting

Search Examples