🔍 Code Extractor

Search Components

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

Search Results for "serving"

Found 16 matching component(s)

  • class ControlledDocApp

    A standalone Panel web application class that provides a complete controlled document management system with user authentication, navigation, and document lifecycle management features.

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

    panel web-application document-management authentication navigation
  • function main_v20

    Entry point function that initializes and serves the CDocs Panel web application with configurable port and debug mode options.

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

    entry-point web-application panel server cli
  • function download_file

    Flask route handler that serves generated report files for download from a designated reports folder.

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

    flask file-download web-route file-serving error-handling
  • 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
  • function smartstat_get_plot

    Flask route handler that serves plot image files (PNG, JPG, SVG) generated by SmartStat analysis sessions from project directories.

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

    flask api-endpoint file-serving image-delivery smartstat
  • function serve_analysis_plot

    Flask route handler that serves analysis plot image files from the data analysis service's plots directory, with authentication and error handling.

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

    flask api-endpoint file-serving image-serving authentication
  • function get_mime_type

    Determines the MIME type of a file based on its file extension by mapping common extensions to their corresponding MIME type strings.

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

    mime-type file-extension content-type file-handling document-processing
  • function serve_plot

    Flask route handler that serves generated plot image files from a session-specific plots directory.

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

    flask route-handler file-serving plot-visualization image-serving
  • function download_generated_file

    Flask route handler that downloads generated files from a user's session directory, with security checks and support for nested analysis subdirectories.

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

    flask file-download web-endpoint security path-traversal-protection
  • function serve_generated_file

    Flask route handler that serves generated files (images, HTML, CSS, JS, etc.) from session-specific directories, with security checks and automatic MIME type detection.

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

    flask file-serving web-route security mime-type
  • 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
  • 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
  • function create_static_handler

    Creates a Tornado route handler tuple for serving static files in a Bokeh/Panel web application, with special handling for root path routing.

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

    tornado bokeh static-files web-server routing
  • function serve

    Serves one or more Panel objects on a single web server, allowing interactive dashboards and applications to be deployed locally or remotely with configurable networking and threading options.

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

    server deployment web-server panel dashboard
  • function get_static_routes

    Generates a list of Tornado URL route patterns for serving static files from specified directories, mapping URL slugs to filesystem paths.

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

    tornado web-server static-files routing url-patterns
  • function get_server

    Creates and configures a Bokeh Server instance to serve Panel applications with support for OAuth authentication, static file serving, and session management.

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

    server web-server bokeh panel deployment

Search Examples