🔍 Code Extractor

Search Components

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

Search Results for "templating"

Found 7 matching component(s)

  • 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 send_notification

    Sends in-app notifications to one or more users and optionally sends corresponding email notifications using templates.

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

    notification email messaging user-communication multi-channel
  • 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 render_template_v1

    A simple template rendering function that replaces placeholders in a template string with corresponding values from a dictionary using string replacement.

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

    template string-formatting placeholder-replacement text-generation simple-templating
  • class Confirm_button

    A custom Panel button widget that conditionally displays a confirmation dialog before registering clicks, built on ReactiveHTML with integrated JavaScript handlers.

    File: /tf/active/vicechatdev/resources/py2html.py

    panel button confirmation reactive ui-component
  • class Inbox

    A reactive HTML component that displays a mailbox/notification icon with a badge indicator and tracks user clicks.

    File: /tf/active/vicechatdev/resources/py2html.py

    notification inbox mailbox reactive ui-component

Search Examples