🔍 Code Extractor

Search Components

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

Search Results for "timestamps"

Found 47 matching component(s)

  • function get_document_audit_trail

    Retrieves the complete audit trail for a controlled document from a Neo4j graph database, including timestamps, user actions, and event details.

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

    audit document-management neo4j graph-database compliance
  • function create_audit_entry

    Creates an audit trail entry for document actions, logging user activity, document changes, and lifecycle events with fallback mechanisms.

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

    audit logging document-management compliance tracking
  • class DocumentDetail

    Document detail view component

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

    class documentdetail
  • class DocumentDetail_v1

    Document detail view component

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

    class documentdetail
  • function main_v16

    Command-line interface function that orchestrates the generation of meeting minutes from a transcript file using either GPT-4o or Gemini LLM models.

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

    cli command-line meeting-minutes transcript-processing llm
  • function main_v19

    Orchestrates and executes a comprehensive test suite for SharePoint to FileCloud synchronization service, running configuration, connection, and operation tests.

    File: /tf/active/vicechatdev/SPFCsync/test_connections.py

    testing integration-test sharepoint filecloud sync
  • function format_datetime_v1

    Converts an ISO format datetime string into a human-readable UTC datetime string formatted as 'YYYY-MM-DD HH:MM:SS UTC'.

    File: /tf/active/vicechatdev/SPFCsync/dry_run_test.py

    datetime formatting string-manipulation ISO-format UTC
  • function get_root_folders

    Retrieves all folders at the root level of a SharePoint drive using Microsoft Graph API, returning their metadata including name, ID, item count, timestamps, and web URL.

    File: /tf/active/vicechatdev/SPFCsync/test_folder_structure.py

    sharepoint microsoft-graph api folders metadata
  • function load_session_from_disk

    Loads a session from disk storage by reading a JSON file identified by session_id, deserializing the data, and converting timestamp strings back to datetime objects.

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

    session-management persistence file-io deserialization json
  • function create_task

    Creates and registers a new background task in a thread-safe manner by initializing its metadata in a shared dictionary with status tracking, progress information, and timestamps.

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

    task-management background-tasks thread-safe concurrency task-tracking
  • function add_message_to_session

    Adds a message to a chat session with thread-safe locking, storing role, content, timestamp, and optional metadata/references, then persists the session to disk.

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

    chat session-management thread-safe messaging persistence
  • function api_task_status

    Flask API endpoint that retrieves and returns the status of asynchronous tasks (chat or indexing operations) by task ID.

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

    api flask rest-endpoint task-status async-polling
  • 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
  • function setup_logging_v4

    Configures Python's logging system for testing purposes with both console and file output.

    File: /tf/active/vicechatdev/contract_validity_analyzer/test_implementation.py

    logging testing configuration setup file-logging
  • class DocumentProcessor

    A comprehensive document processing class that converts documents to PDF, adds audit trails, applies security features (watermarks, signatures, hashing), and optionally converts to PDF/A format with document protection.

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

    document-processing pdf-generation audit-trail security watermarking
  • function touch_static_files

    Updates the modification timestamp of CSS and JavaScript files in a static directory to force browser cache refresh.

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

    cache-busting static-files file-system deployment development-tools
  • class DocumentSection

    A class representing a section within a complex document, supporting hierarchical structure with headers, text content, and references.

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

    document-management data-structure serialization document-section hierarchical-data
  • class ComplexDocument

    A class representing a complex document with multiple sections, supporting section management, references, metadata, and serialization capabilities.

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

    document-management data-structure serialization content-management section-management
  • class ChatSession

    A class that manages a chat session associated with a specific document section, tracking messages, context documents, references, and timestamps.

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

    chat session-management conversation document-chat message-tracking
  • function api_list_documents

    Flask API endpoint that retrieves and returns a list of all documents belonging to the authenticated user, including metadata like title, author, section count, and timestamps.

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

    flask api rest-api documents list
  • function api_get_chat_uploaded_documents

    Flask API endpoint that retrieves a list of documents uploaded by the authenticated user for chat functionality, returning document metadata without full content.

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

    api rest-endpoint flask authentication document-management
  • function create_task_v1

    Creates and registers a new background task entry in a thread-safe manner, initializing its status, progress, user information, and timestamps.

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

    task-management background-tasks thread-safe concurrency task-tracking
  • function store_document

    Thread-safe function that stores document information (file path, text content, metadata) in a global dictionary indexed by user email and document ID.

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

    document-storage thread-safe user-session file-management concurrent-access
  • function inject_template_vars

    A Flask context processor that injects the get_file_version function into all Jinja2 templates, making it globally available for cache-busting static files.

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

    flask context-processor template jinja2 cache-busting
  • function smartstat_download_log

    Flask API endpoint that generates and downloads an execution log file containing the analysis history and debug information for a SmartStat session.

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

    flask api-endpoint file-download logging smartstat
  • class ChatSession_v1

    A dataclass representing a chat session associated with a specific text section in a document, managing conversation messages, context, and references.

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

    chat session-management conversation dataclass serialization
  • class TextSectionVersion

    A dataclass representing a single version in the history of a text section's content, tracking changes, authorship, and timestamps.

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

    version-control dataclass serialization history-tracking text-management
  • class TextSection

    A dataclass representing a text section entity with versioning, chat interface, data analysis capabilities, and metadata management.

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

    dataclass document-management versioning content-management chat-interface
  • class DataSection

    A dataclass representing a dedicated data analysis section that stores analysis results, plots, dataset information, and conclusions separately from text content.

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

    dataclass data-analysis serialization versioning content-management
  • class AnalysisResult_v1

    A dataclass that encapsulates the results from statistical analysis operations, including metadata, file paths, and timestamps.

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

    dataclass statistical-analysis result-container serialization data-structure
  • class StatisticalSession

    A dataclass representing a statistical analysis session that tracks metadata, configuration, and status of data analysis operations.

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

    dataclass session-management statistical-analysis serialization metadata
  • class AnalysisResult

    A dataclass that encapsulates the results from statistical analysis operations, including metadata, file paths, and timestamps.

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

    dataclass statistical-analysis result-container data-structure analysis-output
  • class ApproverAssignment_v1

    Model class representing an approver assignment within an approval cycle, managing the relationship between an approver and their approval task including status, decisions, and timeline tracking.

    File: /tf/active/vicechatdev/CDocs/models/approval.py

    approval workflow assignment approver database-model
  • function create_node

    Creates a node in a Neo4j graph database with a specified label and properties, automatically generating a unique ID and timestamp if not provided.

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

    neo4j graph-database node-creation database cypher
  • function batch_create_nodes

    Creates multiple Neo4j graph database nodes in batches for improved performance, automatically generating UIDs and timestamps for each node.

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

    neo4j graph-database batch-processing bulk-insert database
  • function delete_user

    Safely deactivates a user account by setting an 'active' flag to false rather than permanently deleting the user record from the database.

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

    user-management database neo4j deactivation soft-delete
  • class ControlledDocumentConverter

    A comprehensive document converter class that transforms controlled documents into archived PDFs with signature pages, audit trails, hash-based integrity verification, and PDF/A compliance for long-term archival.

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

    document-conversion pdf-generation audit-trail document-control archival
  • function _process_event_record

    Processes a single event record from a database by normalizing timestamps, adding user information, and parsing JSON details fields.

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

    data-processing event-processing database timestamp-normalization json-parsing
  • function log_user_action

    Creates an audit event node in a graph database to log user actions, connecting it to both an audit trail and the user who performed the action.

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

    audit logging user-tracking graph-database compliance
  • class DocumentDetail_v2

    Document detail view component

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

    class documentdetail
  • function create_references_establishment_relationship_v5

    Creates a REFERENCES_ESTABLISHMENT relationship in a Neo4j graph database between a dbo_Flocks node (source) and a dbo_Establishment node (target), with optional properties on the relationship.

    File: /tf/active/vicechatdev/neo4j_schema/neo4j_python_snippets.py

    neo4j graph-database relationship-creation cypher-query database-modeling
  • class EmailHandler

    EmailHandler is a comprehensive email processing class that parses incoming email data, extracts content and attachments, enforces rate limits, and forwards emails via Office 365 using the O365Client.

    File: /tf/active/vicechatdev/email-forwarder/src/forwarder/email_handler.py

    email smtp email-parsing email-forwarding office365
  • class StatisticalSession_v1

    A dataclass representing a statistical analysis session that tracks user data analysis workflows, including data sources, configurations, and execution status.

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

    dataclass session-management statistical-analysis serialization state-tracking
  • function _initialize_session_info

    Initializes and manages session information for a web application session, tracking session lifecycle timestamps and user agent data while maintaining a configurable history limit.

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

    session-management web-application bokeh panel state-management
  • function parse_datetime_v1

    Converts various date representations (string, integer, pandas Timestamp) into a numpy datetime64 object using pandas datetime parsing capabilities.

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

    datetime date-parsing pandas numpy datetime64
  • function dt_to_int

    Converts various datetime types (pandas, numpy, cftime, Python datetime) to an integer timestamp with a specified time unit.

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

    datetime timestamp conversion time-series pandas
  • function cftime_to_timestamp

    Converts cftime datetime objects (or arrays) to timestamps since Unix epoch (1970-01-01 00:00:00) in specified time units, defaulting to microseconds.

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

    datetime cftime timestamp calendar-conversion climate-data

Search Examples