🔍 Code Extractor

Search Components

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

Search Results for "constants"

Found 26 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
  • function create_document_version

    Creates a new controlled document in a document management system with versioning, audit trails, and relationship management in a Neo4j graph database.

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

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

    A utility class providing styling configurations and color palettes optimized for e-ink displays with high contrast and minimal grayscale variations.

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

    e-ink styling visualization matplotlib color-palette
  • 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
  • class RemarkableConfig

    A dataclass that stores configuration constants for interacting with the reMarkable cloud API, including API endpoints and local file paths for device tokens.

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

    configuration dataclass remarkable cloud-api authentication

Search Examples