🔍 Code Extractor

Search Components

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

Search Results for "enum"

Found 25 matching component(s)

  • class ControlledDocApp

    A standalone Panel web application class that provides a complete controlled document management system with user authentication, navigation, and document lifecycle management features.

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

    panel web-application document-management authentication navigation
  • function export_to_word

    Flask route handler that exports a chat conversation to a formatted Microsoft Word (.docx) document with styled headings, timestamps, and references.

    File: /tf/active/vicechatdev/docchat/app.py

    export word-document docx chat-history conversation-export
  • class SectionType

    An enumeration class that defines the types of sections that can be added to documents, providing standardized section type identifiers.

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

    enum enumeration document section type-definition
  • class ContentStatus

    An enumeration class that defines the possible status values for content generation and editing workflows.

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

    enum enumeration status content-management workflow
  • class AnalysisStatus

    An enumeration class that defines the possible status states for statistical analysis operations.

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

    enum enumeration status state analysis
  • class DataSourceType

    An enumeration class that defines the different types of data sources available in the system.

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

    enum enumeration data-source constants type-safety
  • class AnalysisType

    An enumeration class that defines standardized types of statistical analyses available in the system.

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

    enum enumeration statistical-analysis analysis-types constants
  • class DataSource

    A dataclass that represents configuration for various data sources, supporting file-based, SQL database, and query-based data access patterns.

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

    dataclass configuration data-source serialization sql
  • class AnalysisConfiguration

    A dataclass that encapsulates configuration parameters for statistical analysis operations, including analysis type, variables, and statistical thresholds.

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

    configuration statistical-analysis dataclass serialization analysis-parameters
  • class DataSourceType_v2

    An enumeration class that defines the different types of data sources available in the system.

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

    enum enumeration data-source constants type-safety
  • class DataSource_v1

    A dataclass that encapsulates configuration for various data sources used in analysis, supporting file-based, SQL database, and query-based data sources.

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

    dataclass configuration data-source sql database
  • class DataSourceType_v1

    An enumeration class that defines the different types of data sources available in the system.

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

    enum enumeration data-source constants type-safety
  • class DataSource_v2

    A dataclass that encapsulates configuration for various data sources including files, SQL databases, and SQL workflow metadata.

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

    dataclass configuration data-source sql file-handling
  • class RelTypes

    A constants class that defines string literals representing relationship types used in a graph database (Neo4j) for document management and approval workflows.

    File: /tf/active/vicechatdev/CDocs/db/schema_manager.py

    constants graph-database neo4j relationships document-management
  • class Permission

    A constants class that defines permission type strings for a document management and review system.

    File: /tf/active/vicechatdev/CDocs/config/permission_types.py

    permissions constants access-control authorization rbac
  • class AnalysisStatus_v1

    An enumeration class that defines the possible status values for statistical analysis operations.

    File: /tf/active/vicechatdev/smartstat/models.py

    enum enumeration status analysis state-machine
  • class WorkflowStatus

    An enumeration class that defines the possible status values for workflow cycles, including both review and approval workflows.

    File: /tf/active/vicechatdev/CDocs single class/models/workflow_base.py

    enum workflow status state-management review
  • class AssignmentStatus

    An enumeration class that defines the possible status values for assignments in a document review/approval workflow.

    File: /tf/active/vicechatdev/CDocs single class/models/workflow_base.py

    enum status workflow assignment state-management
  • class CommentType

    An enumeration class that defines standardized types for comments used in review and approval workflows.

    File: /tf/active/vicechatdev/CDocs single class/models/workflow_base.py

    enum enumeration comment review approval
  • class NodeLabels_v1

    A constants class that defines string labels for Neo4j graph database node types used in a controlled document management system (CDocs).

    File: /tf/active/vicechatdev/CDocs single class/db/schema_manager.py

    constants neo4j graph-database node-labels document-management
  • class RelTypes_v1

    A constants class that defines string constants for relationship types used in a graph database (Neo4j) for a document management system.

    File: /tf/active/vicechatdev/CDocs single class/db/schema_manager.py

    constants graph-database neo4j relationships document-management
  • class Sharepoint_API

    A SharePoint API client class that provides methods for interacting with SharePoint sites, including folder navigation, file operations, and content management using Office365 REST API.

    File: /tf/active/vicechatdev/resources/cpathapi.py

    sharepoint office365 file-management cloud-storage document-library
  • class FileType

    An enumeration class that defines supported file types for document processing, including PDF, EPUB, notes, and unknown file types.

    File: /tf/active/vicechatdev/rmcl/const.py

    enum enumeration file-type file-format type-safety
  • class GraphicType

    An enumeration class that defines the types of graphics that can be generated in the system.

    File: /tf/active/vicechatdev/e-ink-llm/graphics_generator.py

    enum enumeration graphics types constants
  • class NodeType

    An enumeration class that defines the three types of nodes that can exist in the reMarkable cloud storage system.

    File: /tf/active/vicechatdev/e-ink-llm/cloudtest/local_replica.py

    enum enumeration constants remarkable cloud-storage

Search Examples