🔍 Code Extractor

Search Components

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

Search Results for "resolution"

Found 47 matching component(s)

  • function main_v32

    A test function that validates email template rendering by testing multiple HTML email templates with sample data structures for document review and approval workflows.

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

    testing email-templates validation document-management template-rendering
  • class MeetingMinutesGenerator_v1

    A class that generates professional meeting minutes from meeting transcripts using either OpenAI's GPT-4o or Google's Gemini AI models.

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

    meeting-minutes transcript-processing llm gpt-4o gemini
  • class OneCo_hybrid_RAG_v2

    A class named OneCo_hybrid_RAG

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

    class oneco_hybrid_rag
  • class PDFConverter

    A class that converts various document formats (Word, PowerPoint, Excel, images) to PDF format using LibreOffice and ReportLab libraries.

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

    pdf conversion document-processing file-conversion libreoffice
  • class EnhancedMeetingMinutesGenerator

    A class named EnhancedMeetingMinutesGenerator

    File: /tf/active/vicechatdev/leexi/enhanced_meeting_minutes_generator.py

    class enhancedmeetingminutesgenerator
  • function provide_admin_instructions

    Displays comprehensive administrative instructions for fixing SharePoint app-only authentication issues by loading configuration and presenting multiple resolution options.

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

    sharepoint admin-instructions troubleshooting authentication app-only-auth
  • function test_tenant_admin_center_approach

    Displays detailed troubleshooting instructions for resolving SharePoint 'Unsupported app only token' errors by providing three alternative configuration approaches through tenant admin center.

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

    sharepoint troubleshooting authentication azure admin
  • function view_document

    Flask route handler that serves documents for in-browser viewing by accepting a file path as a query parameter, validating security constraints, and returning the file with appropriate MIME types and CORS headers.

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

    flask file-serving document-viewer security path-validation
  • class OneCo_hybrid_RAG_v3

    A class named OneCo_hybrid_RAG

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

    class oneco_hybrid_rag
  • function create_correlation_heatmap

    Generates and saves a correlation heatmap visualizing the relationships between Eimeria infection indicators and performance measures from a pandas DataFrame.

    File: /tf/active/vicechatdev/vice_ai/smartstat_scripts/5a059cb7-3903-4020-8519-14198d1f39c9/analysis_1.py

    visualization correlation heatmap data-analysis statistics
  • function create_scatter_plots

    Creates scatter plots with linear regression lines showing relationships between Eimeria variables and performance variables, grouped by categorical variables, and saves them as PNG files.

    File: /tf/active/vicechatdev/vice_ai/smartstat_scripts/5a059cb7-3903-4020-8519-14198d1f39c9/analysis_1.py

    data-visualization scatter-plot regression-analysis correlation pearson-correlation
  • function create_grouped_correlation_plot

    Creates and saves a dual-panel heatmap visualization showing correlation matrices grouped by treatment and challenge regimen variables.

    File: /tf/active/vicechatdev/vice_ai/smartstat_scripts/5a059cb7-3903-4020-8519-14198d1f39c9/analysis_1.py

    visualization correlation heatmap grouped-analysis data-visualization
  • class FlaskUser

    A Flask-Login compatible user wrapper class that adapts CDocs DocUser objects for authentication and authorization in Flask applications.

    File: /tf/active/vicechatdev/CDocs/main_flask.py

    authentication authorization flask-login user-management rbac
  • class ApprovalComment

    Model class representing a comment made during a document approval cycle, with support for resolution tracking and database persistence.

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

    approval comment document-workflow database-model graph-database
  • class ApprovalCycle

    Model representing an approval cycle for a document version.

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

    class approvalcycle
  • class ApprovalComment_v1

    A model class representing a comment made during a document approval cycle, with support for resolution tracking and database persistence.

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

    approval comment document-management workflow resolution-tracking
  • class ApprovalCycle_v1

    Model representing a approval cycle for a document version.

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

    class approvalcycle
  • class ReviewComment_v1

    A model class representing a comment made during document review, with support for resolution tracking and database persistence.

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

    review comment document-management database neo4j
  • class ReviewCycle

    Model representing a review cycle for a document version.

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

    class reviewcycle
  • function get_user_permissions

    Retrieves all permissions for a user by aggregating permissions from their assigned roles, with fallback to default USER role permissions.

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

    authorization permissions rbac role-based-access-control security
  • function add_approval_comment

    Adds a comment to an approval cycle for a controlled document, with support for threaded comments, different comment types, and automatic notifications to relevant stakeholders.

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

    approval comment document-management collaboration permissions
  • function update_approval_comment

    Updates an approval comment's text and/or status with permission checks, audit logging, and notifications for resolved comments.

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

    approval-workflow comment-management permission-control audit-logging notification
  • function get_document_approvals

    Retrieves all approval cycles associated with a specific document, with optional filtering for active cycles only.

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

    approval-management document-control database-query neo4j graph-database
  • function add_approval_comment_v1

    Adds a comment to an approval cycle with optional location information, page references, and reply threading. Validates user permissions, logs audit trails, and sends notifications to other approvers for issue-type comments.

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

    approval comment document-management collaboration audit-trail
  • function update_approval_comment_v1

    Updates an existing approval comment in a document approval workflow, allowing modification of comment text and status (e.g., marking as resolved) with permission checks and audit logging.

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

    approval-workflow comment-management permission-control audit-logging document-management
  • function create_document_version_v5

    Creates a new controlled document in the CDocs system with specified metadata, content, and properties, returning a status dictionary with the created document details.

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

    document-management controlled-documents document-creation metadata CDocs
  • function add_review_comment

    Adds a comment to a document review cycle with support for threaded comments, different comment types, and location-based annotations.

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

    review comment document-management collaboration threaded-comments
  • function update_review_comment

    Updates an existing review comment's text and/or status with permission checks, audit logging, and notifications for resolved comments.

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

    review-management comment-update permission-control audit-logging notification
  • 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 ApprovalPanel

    Approval management interface component

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

    class approvalpanel
  • function get_default_schema_file

    Returns the absolute file path to the default database schema JSON file (database_schema_20251003_120434.json) located in the same directory as the function.

    File: /tf/active/vicechatdev/full_smartstat/sql_query_generator.py

    file-path configuration database-schema path-resolution utility
  • function get_default_schema_file_v1

    Returns the absolute file path to the default database schema JSON file (Poulpharm_labosoft.json) located in the same directory as the function's module.

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

    file-path schema database configuration utility
  • class SessionPrefixHandler

    A mixin class that provides a context manager for temporarily modifying URL prefix-related state variables during request handling in a Bokeh server application.

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

    bokeh tornado request-handler context-manager url-handling
  • function sort_topologically

    Performs stackless topological sorting on a directed acyclic graph (DAG), organizing nodes into levels based on their dependencies.

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

    topological-sort graph-algorithms dependency-resolution dag directed-acyclic-graph
  • function is_cyclic

    Detects whether a directed graph contains a cycle using depth-first search with path tracking.

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

    graph-algorithms cycle-detection directed-graph depth-first-search dfs
  • function layer_sort

    Computes a global topological ordering of layers from a HoloMap containing CompositeOverlay objects by analyzing layer dependencies and sorting them.

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

    holoviews visualization layer-ordering topological-sort composite-overlay
  • function resolve_dependent_value

    Recursively resolves parameter dependencies in a value by evaluating parameterized methods, functions, and widgets, including those nested in collections (lists, tuples, dicts, slices).

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

    parameter-resolution dependency-injection reactive-programming param panel
  • function resolve_dependent_kwargs

    Resolves parameter dependencies in a dictionary by evaluating dependent parameter values, Parameterized instance methods, and parameterized functions.

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

    parameter-resolution dependency-resolution parameterized param dictionary-processing
  • function make_path_unique

    Generates a unique path tuple by appending Roman numerals to avoid conflicts with existing paths in a counts dictionary.

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

    path-generation uniqueness hierarchical-structure roman-numerals conflict-resolution
  • 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 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 CommentBase

    Base class for comment objects that provides common functionality for ReviewComment and ApprovalComment types, managing comment data, metadata, and lifecycle operations.

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

    comment review approval base-class abstract
  • class ApprovalComment_v2

    A model class representing a comment made during document approval workflows, with support for resolution tracking, replies, and database persistence.

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

    approval comment workflow document-management review
  • class ApprovalCycle_v2

    Model representing an approval cycle for a document version.

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

    class approvalcycle
  • class ReviewComment

    A model class representing a comment made during document review, with support for resolution tracking, replies, and integration with review cycles.

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

    review comment document-review workflow resolution-tracking
  • class ReviewCycle_v1

    Model representing a review cycle for a document version.

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

    class reviewcycle
  • class ApprovalController

    Controller for managing document approval processes.

    File: /tf/active/vicechatdev/CDocs single class/controllers/approval_controller.py

    class approvalcontroller

Search Examples