🔍 Code Extractor

Search Components

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

Search Results for "routing"

Found 16 matching component(s)

  • function controlled_docs_navigation

    Navigation controller for a Streamlit-based controlled documents module that manages document and review dashboards with URL parameter-based routing.

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

    streamlit navigation ui routing document-management
  • function main_v13

    Main entry point for a Streamlit-based FileCloud Data Processor application that handles authentication, session state management, and navigation between multiple modules including document audit, controlled documents, settings, and reports.

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

    streamlit application-entry-point authentication navigation session-management
  • 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
  • function index_v4

    Flask route handler for the root URL ('/') that redirects authenticated users to the document workspace and unauthenticated users to the login page.

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

    flask routing authentication redirect web-application
  • function index_v3

    Flask route handler that serves as the application's main entry point, redirecting users to either the chat page if authenticated or the login page if not.

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

    flask routing authentication redirect web-application
  • class ControlledDocumentApp

    Main application class for the Controlled Document Management System. This class initializes all components and provides the main Panel interface for the application. It is designed to be served via `panel serve` command and integrates with the existing datacapture application.

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

    class controlleddocumentapp
  • function register_api_routes

    Registers API routes for document access and permissions endpoints with Panel's routing system, with error handling and logging.

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

    api routing panel web-framework initialization
  • function async_action

    A decorator function that marks another function as asynchronous by adding an 'is_async' attribute, while preserving the original function's metadata.

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

    decorator async metadata marker action
  • function get_file_extension

    Extracts and returns the file extension from a given filename string, normalized to lowercase without the leading dot.

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

    file-handling string-manipulation utility file-extension filename-parsing
  • function _origin_url

    Removes the protocol scheme (http/https) from a URL string, returning only the domain and path portion.

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

    url-processing string-manipulation protocol-removal url-normalization web-utilities
  • class RootHandler

    A custom Tornado request handler that extends Bokeh's RootHandler to handle root URL requests with authentication and conditional redirection based on index file extensions.

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

    tornado bokeh web-handler authentication routing
  • 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
  • class ProxyFallbackHandler

    A Tornado RequestHandler that wraps another HTTP server callback and proxies requests by modifying the request path before delegating to a fallback handler.

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

    tornado proxy request-handler path-rewriting http-server
  • 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