🔍 Code Extractor

Search Components

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

Search Results for "rendering"

Found 45 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
  • function test_fixes

    A comprehensive test function that validates email template rendering and CDocs application link presence in a document management system's email notification templates.

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

    testing email-templates template-rendering validation document-management
  • function generate_html_from_msg

    Converts an email message object into a formatted HTML representation with styling, headers, body content, and attachment information.

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

    email html-generation email-parsing formatting msg-file
  • function generate_simple_html_from_eml

    Converts an email.message.Message object into a clean, styled HTML representation with embedded inline images and attachment listings.

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

    email html-generation email-parsing mime inline-images
  • function eml_to_pdf

    Converts an .eml email file to PDF format, including the email body and all attachments merged into a single PDF document.

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

    email-processing pdf-conversion eml-parser document-conversion attachment-handling
  • function index_v6

    Flask route handler that renders the main landing page containing a form for the meeting minutes application.

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

    flask web route-handler view-function template-rendering
  • function login

    Flask route handler that renders the login page for user authentication, with support for Azure SSO integration and automatic redirection for authenticated users or when authentication is disabled.

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

    authentication login flask-route session-management azure-sso
  • function index_v1

    Flask route handler that renders the main application page with user session management, authentication checks, and document collection statistics.

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

    flask web-route session-management authentication main-page
  • function user_guide

    Flask route handler that renders and displays the user guide page for the application.

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

    flask web-route template-rendering user-guide documentation
  • function index_v2

    Flask route handler that renders the main DocChat interface with document collection statistics.

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

    flask route-handler web-interface authentication rag
  • function user_guide_v1

    Flask route handler that renders the user guide page for the document chat application.

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

    flask route-handler view-function authentication user-guide
  • class SignatureImage_v1

    A custom ReportLab Flowable class that renders signature images in PDF documents with automatic fallback to placeholder text when images are unavailable or cannot be loaded.

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

    pdf-generation reportlab flowable signature image-rendering
  • class SignatureGenerator

    A class that generates signature-like images from text names using italic fonts and decorative flourishes.

    File: /tf/active/vicechatdev/document_auditor/src/utils/signature_generator.py

    image-generation signature PIL graphics text-rendering
  • function document_workspace

    Flask route handler that renders the main document workspace interface for authenticated users.

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

    flask route-handler web-interface authentication document-workspace
  • function add_formatted_content_to_pdf

    Processes markdown elements and adds them to a PDF document story with appropriate formatting, handling headers, paragraphs, lists, and tables.

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

    pdf-generation reportlab markdown-to-pdf document-formatting content-rendering
  • function markdown_to_html

    Converts Markdown formatted text to HTML using the python-markdown library with multiple extensions, falling back to basic conversion if the library is unavailable.

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

    markdown html conversion text-processing formatting
  • function basic_markdown_to_html

    Converts basic Markdown syntax to HTML without using external Markdown libraries, handling headers, lists, code blocks, and inline formatting.

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

    markdown html conversion text-processing formatting
  • function format_inline_markdown

    Converts inline Markdown syntax (bold, italic, code, links) to HTML tags while escaping HTML entities for safe rendering.

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

    markdown html text-formatting conversion inline-formatting
  • function chat_v1

    Flask route handler that renders the main chat interface with available collections and instruction templates, requiring authentication.

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

    flask web-route chat-interface authentication template-rendering
  • function not_found

    Flask error handler function that renders a custom error page when a 404 (Page Not Found) error occurs.

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

    flask error-handler 404 http-error web-framework
  • function index

    Flask route handler that serves as the main landing page for authenticated users, displaying their documents and text sections in a workspace interface.

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

    flask route-handler authentication web-application index-page
  • function workspace

    Flask route handler that renders the main workspace interface template for authenticated users.

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

    flask route view-function web-interface authentication
  • function simple_markdown_to_html

    Converts a subset of Markdown syntax to clean HTML, supporting headers, bold text, unordered lists, and paragraphs.

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

    markdown html conversion text-formatting parser
  • function delta_to_html

    Converts Quill Delta operations (rich text format) to HTML markup while preserving the order and structure of formatted text, headers, lists, and inline styles.

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

    quill delta html-conversion rich-text text-formatting
  • function add_formatted_content_to_pdf_v1

    Converts processed markdown elements into formatted PDF content by adding paragraphs, headers, lists, and tables to a ReportLab story object with appropriate styling.

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

    pdf-generation reportlab markdown-conversion document-formatting content-rendering
  • function get_status_color

    Retrieves the color code associated with a given document status code from a configuration dictionary, returning a default gray color if the status is not found.

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

    status color ui configuration lookup
  • function get_departments

    Retrieves all departments from application settings and formats them as a list of dictionaries with standardized department information including id, code, name, description, and active status.

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

    departments settings configuration data-retrieval error-handling
  • class PDFManipulator

    Manipulates existing PDF documents This class provides methods to add watermarks, merge PDFs, extract pages, and perform other manipulation operations.

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

    class pdfmanipulator
  • function gen_send_email

    Sends templated emails using either MS365 or SMTP provider, with support for multiple recipients, attachments, and HTML/text rendering.

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

    email notification templating MS365 SMTP
  • function render_template

    Renders a template string by replacing placeholders with data values and processing conditional blocks (if/endif tags).

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

    template-rendering string-formatting conditional-logic placeholder-replacement text-processing
  • function index_v5

    Flask route handler that renders and serves the main application interface page.

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

    flask web-route view-function http-handler template-rendering
  • function database_schema

    Flask route handler that renders the database schema viewer page template.

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

    flask web-route database schema-viewer template-rendering
  • function view_session

    Flask route handler that retrieves and displays an analysis session by its ID, rendering the session details in a template or redirecting on error.

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

    flask web-route session-management view-handler error-handling
  • function list_sessions

    Flask route handler that retrieves and displays a list of recent analysis sessions from the analysis service.

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

    flask web-route session-management error-handling template-rendering
  • function analysis_workspace

    Flask route handler that renders an analysis workspace interface for a given session, displaying session summary and generated files in a VS Code-like environment.

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

    flask web-route workspace session-management error-handling
  • function not_found_error

    Flask error handler that renders a custom error page when a 404 (Page Not Found) error occurs.

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

    flask error-handling http-404 web-framework error-page
  • function internal_error_v1

    Flask error handler that catches HTTP 500 Internal Server Errors and renders a custom error page with a generic error message.

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

    flask error-handling http-500 error-handler web-framework
  • function _eval_panel

    Evaluates and initializes a panel component (function, template, or panel object) within a Bokeh document context, handling different panel types and modifying the document accordingly.

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

    panel bokeh document server template
  • function server_html_page_for_session

    Generates a complete HTML page for a Bokeh server session by bundling resources and rendering document roots with session token.

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

    bokeh html-generation server session rendering
  • function autoload_js_script

    Generates JavaScript code for autoloading a Bokeh document into a web page element, bundling necessary resources and creating render items for embedding.

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

    bokeh embedding javascript autoload visualization
  • class Application

    A custom Bokeh Application subclass that extends BkApplication to integrate with Panel's state management system, handling session creation callbacks and document initialization with templates.

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

    bokeh server application session-management document-initialization
  • class DocHandler

    DocHandler is a Tornado request handler that serves HTML pages for Bokeh sessions, combining session management with document rendering capabilities.

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

    tornado bokeh web-handler session-management document-rendering
  • class Config_v4

    A configuration class that manages global HoloViews behavior settings, including deprecation warnings, default colormaps, and rendering parameters.

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

    configuration settings global-state holoviews parameterized
  • 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 mimebundle_to_html

    Converts a MIME bundle (dictionary or tuple of data and metadata) into HTML string representation, including any embedded JavaScript.

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

    mime-bundle html-conversion jupyter rich-display javascript

Search Examples