🔍 Code Extractor

Search Components

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

Search Results for "constants"

Found 17 matching component(s)

  • function create_document

    Creates a new controlled document in a document management system with versioning, audit trails, and optional initial content.

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

    document-management controlled-documents document-creation versioning audit-trail
  • class DocumentProtector

    A class that handles protecting PDF documents from editing by applying encryption and permission restrictions using pikepdf and PyMuPDF libraries.

    File: /tf/active/vicechatdev/document_auditor/src/security/document_protection.py

    pdf security encryption document-protection permissions
  • 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 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 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 NodeLabels

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

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

    constants neo4j graph-database node-labels document-management
  • 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
  • function get_node_labels

    Retrieves all non-private attributes from the NodeLabels class as a dictionary, filtering out attributes that start with underscore.

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

    graph-database neo4j constants metadata node-labels
  • function get_relationship_types

    Retrieves a dictionary of relationship type constants from the RelTypes class, filtering out private attributes that start with underscore.

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

    introspection reflection constants relationship-types graph-database
  • 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
  • function create_document_legacy

    Creates a new controlled document in a document management system with versioning, audit trails, and notifications. Generates document nodes in a graph database with relationships to users and versions.

    File: /tf/active/vicechatdev/CDocs/controllers/document_controller.py

    document-management controlled-documents graph-database neo4j versioning
  • 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
  • function disable_constant

    A context manager that temporarily disables the 'constant' attribute on all parameters of a Parameterized object, restoring their original constant states upon exit.

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

    context-manager parameterized param temporary-modification constant-parameters

Search Examples