🔍 Code Extractor

Search Components

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

Search Results for "javascript"

Found 22 matching component(s)

  • class DocumentDetail_v1

    Document detail view component

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

    class documentdetail
  • function test_frontend_files

    A test function that validates the presence of model selection functionality in frontend files (HTML, JavaScript, and CSS) for a document chat application.

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

    testing frontend validation integration-test file-checking
  • function check_static_files

    Scans a 'static' directory for CSS and JavaScript files and prints their modification times relative to the current time.

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

    file-system diagnostics static-files monitoring development-tools
  • function touch_static_files

    Updates the modification timestamp of CSS and JavaScript files in a static directory to force browser cache refresh.

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

    cache-busting static-files file-system deployment development-tools
  • function get_cache_buster

    Returns a cache-busting string that varies based on the application mode: current timestamp in debug mode or a static version string in production mode.

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

    cache-busting web-development static-assets versioning flask
  • function get_file_version_v1

    Generates a version string for static files based on their modification time, used for cache busting in web applications.

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

    cache-busting static-files versioning flask web-development
  • function inject_template_vars

    A Flask context processor that injects the get_file_version function into all Jinja2 templates, making it globally available for cache-busting static files.

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

    flask context-processor template jinja2 cache-busting
  • 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 process_auth_code

    Processes OAuth authorization codes from POST requests, exchanges them for access tokens via Azure SSO, and authenticates users into the application.

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

    authentication oauth azure-sso authorization-code token-exchange
  • class DocumentDashboard

    Dashboard for viewing and managing controlled documents.

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

    class documentdashboard
  • class ApprovalPanel

    Approval management interface component

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

    class approvalpanel
  • class ApprovalPanel_v1

    Approval management interface component

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

    class approvalpanel
  • class TrainingDashboard

    Training dashboard for users to view and complete training requirements.

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

    class trainingdashboard
  • class ReviewPanel

    Review management interface component

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

    class reviewpanel
  • class DocumentAccessControls

    A Panel-based UI component that manages document access controls, providing view and edit buttons with role-based permissions and status indicators.

    File: /tf/active/vicechatdev/CDocs/ui/components/document_access_controls.py

    ui-component panel document-management access-control permissions
  • 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
  • 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 AutoloadJsHandler

    A custom Tornado request handler that generates and serves the Bokeh autoload JavaScript chunk for embedding Bokeh applications in web pages.

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

    tornado bokeh web-handler javascript autoload
  • 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
  • class sanitize_identifier_fn

    A parameterized function class that sanitizes strings (group/label values) to make them safe for use as Python attribute names in AttrTree structures by converting special characters to their unicode names and applying transformations.

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

    sanitization identifier unicode string-processing attribute-names
  • 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