🔍 Code Extractor

Search Components

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

Search Results for "hierarchy"

Found 42 matching component(s)

  • function create_word_report_improved

    Generates a formatted Microsoft Word document report containing warranty disclosures with table of contents, structured sections, and references.

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

    document-generation word-processing report-generation docx warranty-management
  • function create_folder_hierarchy_v2

    Creates a hierarchical structure of Subfolder nodes in a Neo4j graph database based on a file path, establishing parent-child relationships between folders.

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

    neo4j graph-database hierarchy folder-structure file-system
  • function create_word_report

    Generates a formatted Microsoft Word document report containing warranty disclosures with a table of contents, metadata, and structured sections for each warranty.

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

    document-generation word-document docx report-generation warranty
  • function create_enhanced_word_document_v1

    Converts markdown content into a formatted Microsoft Word document with proper styling, table of contents, warranty sections, and reference handling for Project Victoria warranty disclosures.

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

    document-generation word-processing markdown-conversion docx formatting
  • function main_v2

    Main orchestration function that reads an improved markdown file and converts it to an enhanced Word document with comprehensive formatting, including table of contents, warranty sections, disclosures, and bibliography.

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

    document-generation word-processing markdown-conversion docx file-processing
  • function create_document_version_v2

    Creates a new version of an existing document in a document management system, storing the file in FileCloud and tracking version metadata in Neo4j graph database.

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

    document-management version-control filecloud neo4j graph-database
  • function add_document_to_graph_v1

    Creates a Neo4j graph node for a processed document and connects it to a folder hierarchy, along with its text and table chunks.

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

    neo4j graph-database document-management knowledge-graph cypher-query
  • function create_folder_hierarchy

    Creates a hierarchical structure of Subfolder nodes in a Neo4j graph database based on a file system path, connecting each folder level with PATH relationships.

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

    neo4j graph-database file-system hierarchy folder-structure
  • function add_document_to_graph

    Creates nodes and relationships in a Neo4j graph database for a processed document, including its text and table chunks, connecting it to a folder hierarchy.

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

    neo4j graph-database document-management knowledge-graph data-ingestion
  • function create_folder_hierarchy_v1

    Creates a hierarchical structure of Subfolder nodes in a Neo4j graph database based on a file path, connecting each folder level with PATH relationships.

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

    neo4j graph-database folder-hierarchy file-system path-processing
  • function get_folder_documents

    Retrieves and filters documents from a SharePoint folder by matching the folder name in document paths.

    File: /tf/active/vicechatdev/SPFCsync/test_folder_structure.py

    sharepoint document-retrieval folder-filtering file-management microsoft-graph
  • function api_folders

    Flask API endpoint that returns a hierarchical JSON tree structure of all folders (excluding files) within the configured document folder, used for folder selection in upload interfaces.

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

    flask api endpoint folder-tree directory-structure
  • class DocumentSection_v1

    A dataclass representing a reference to a section (TextSection or DataSection) within a document structure, supporting hierarchical organization and section type differentiation.

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

    dataclass document-structure reference serialization hierarchy
  • function ensure_document_folders

    Ensures all required folder hierarchies exist in FileCloud storage for a controlled document, creating them if they don't exist.

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

    filecloud folder-management document-storage file-system hierarchy
  • class ControllerError

    A custom exception class that serves as the base exception for all controller-related errors in the CDocs system.

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

    exception error-handling controller base-class custom-exception
  • class ResourceNotFoundError

    Custom exception class that signals when a requested resource cannot be found in the system.

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

    exception error-handling resource-management not-found 404
  • class ValidationError_v1

    Custom exception class that signals input validation failures in the controller layer of the CDocs application.

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

    exception validation error-handling controller input-validation
  • function log_error

    Logs an error message using a named logger instance for the EmailForwarder application.

    File: /tf/active/vicechatdev/email-forwarder/src/utils/logger.py

    logging error-handling debugging monitoring email-forwarder
  • function get_nested_dmaps

    Recursively traverses a DynamicMap object to find and collect all nested DynamicMap instances that serve as inputs to the callback function.

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

    holoviews DynamicMap recursion graph-traversal dependency-discovery
  • function get_nested_streams

    Recursively traverses a DynamicMap object to extract and return all unique Stream objects found within it and its nested DynamicMaps.

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

    holoviews dynamicmap streams recursion traversal
  • function ensure_document_folders_v1

    Creates a hierarchical folder structure in FileCloud for storing controlled documents, organized by department, document type, and document number.

    File: /tf/active/vicechatdev/CDocs single class/controllers/filecloud_controller.py

    filecloud folder-management document-storage hierarchy file-system
  • function create_folder

    Creates a nested folder structure in FileCloud by iterating through path elements and checking/creating directories as needed.

    File: /tf/active/vicechatdev/mailsearch/upload_non_wuxi_coded.py

    filecloud folder-creation directory-management api-integration file-system
  • class Client

    API Client for the Remarkable Cloud that handles authentication, communication, and document management with the Remarkable Cloud service.

    File: /tf/active/vicechatdev/rmcl/api.py

    api-client remarkable cloud-storage authentication async
  • class Folder

    Represents a folder item in a file system hierarchy, extending the Item base class with the ability to contain children and be uploaded as a ZIP archive.

    File: /tf/active/vicechatdev/rmcl/items.py

    folder directory file-system upload zip
  • class VirtualFolder

    VirtualFolder is a class representing a virtual folder in a file system hierarchy that doesn't correspond to a physical folder but exists for organizational purposes.

    File: /tf/active/vicechatdev/rmcl/items.py

    virtual-folder file-system folder-hierarchy organization data-structure
  • function test_discovery

    Tests the hierarchical discovery functionality of a RemarkableDiscovery instance by discovering and cataloging all nodes (folders and documents) from a reMarkable device session.

    File: /tf/active/vicechatdev/e-ink-llm/cloudtest/test_suite.py

    testing discovery hierarchical remarkable file-system
  • class RemarkableNode_v1

    A dataclass representing a node (file or folder) in the reMarkable tablet's file system hierarchy, storing metadata, hashes, and local file paths.

    File: /tf/active/vicechatdev/e-ink-llm/cloudtest/sync_replica_new.py

    dataclass remarkable file-system node tree-structure
  • class RemarkableReplicaSync

    A class that synchronizes reMarkable cloud documents to a local replica directory, downloading and organizing folders and documents in a hierarchical structure.

    File: /tf/active/vicechatdev/e-ink-llm/cloudtest/sync_replica_new.py

    remarkable cloud-sync document-management file-synchronization pdf-extraction
  • class RemarkableReplicaBuilder

    Step-by-step replica builder

    File: /tf/active/vicechatdev/e-ink-llm/cloudtest/local_replica_v2.py

    class remarkablereplicabuilder
  • function find_invoice_uuid

    Searches through all documents in a Remarkable cloud storage account to find documents with 'invoice' in their name and prints their UUIDs.

    File: /tf/active/vicechatdev/e-ink-llm/cloudtest/find_invoice_uuid.py

    remarkable cloud-storage document-search api-integration authentication
  • function get_invoice_pagedata

    Retrieves pagedata content from a specific Poulpharm invoice document stored in the Remarkable cloud service by authenticating, navigating the document hierarchy, and extracting the pagedata component.

    File: /tf/active/vicechatdev/e-ink-llm/cloudtest/extract_invoice_pagedata.py

    remarkable cloud-storage api document-retrieval authentication
  • function move_documents_to_trash

    Moves specified reMarkable Cloud documents to trash by updating their metadata parent field to 'trash' and propagating changes through the document hierarchy.

    File: /tf/active/vicechatdev/e-ink-llm/cloudtest/move_remaining_to_trash_fixed.py

    remarkable cloud-api document-management trash file-operations
  • class ReplicaNode

    A dataclass representing a node in a local replica of reMarkable cloud storage, containing comprehensive metadata about files, folders, and their synchronization state.

    File: /tf/active/vicechatdev/e-ink-llm/cloudtest/local_replica.py

    dataclass remarkable sync metadata file-system
  • class RemarkableLocalReplica

    Builds and maintains a complete local replica of reMarkable cloud

    File: /tf/active/vicechatdev/e-ink-llm/cloudtest/local_replica.py

    class remarkablelocalreplica
  • function move_document_to_trash

    Moves a reMarkable document to trash by updating its metadata parent field to 'trash', then propagating the changes through the document schema hierarchy and updating the root hash.

    File: /tf/active/vicechatdev/e-ink-llm/cloudtest/apply_working_trash_move.py

    remarkable cloud-sync document-management trash api-integration
  • class DocumentRefresher

    A class that forces the reMarkable web app to refresh and display documents by programmatically moving them between folders, triggering synchronization.

    File: /tf/active/vicechatdev/e-ink-llm/cloudtest/force_web_app_refresh.py

    remarkable cloud-sync document-management api-client file-synchronization
  • class RemarkableNode

    A dataclass representing a node (file or folder) in the reMarkable cloud storage system, containing metadata, hierarchy information, and component hashes for documents.

    File: /tf/active/vicechatdev/e-ink-llm/cloudtest/discovery.py

    dataclass tree-structure hierarchy remarkable cloud-storage
  • class RemarkableDiscovery

    Handles hierarchical discovery of reMarkable cloud content

    File: /tf/active/vicechatdev/e-ink-llm/cloudtest/discovery.py

    class remarkablediscovery
  • class RemarkableReplicaSync_v1

    Standalone replica synchronization using proven local_replica_v2 approach

    File: /tf/active/vicechatdev/e-ink-llm/cloudtest/sync_replica.py

    class remarkablereplicasync
  • function analyze_hierarchy

    Analyzes a hierarchical database structure to extract statistics about nodes, their relationships, depths, and types.

    File: /tf/active/vicechatdev/e-ink-llm/cloudtest/analyze_replica.py

    hierarchy tree-structure data-analysis statistics graph-analysis
  • function print_node_tree

    Recursively prints a hierarchical tree visualization of nodes with icons, names, file counts, and modification dates to the console.

    File: /tf/active/vicechatdev/e-ink-llm/cloudtest/analyze_replica.py

    tree-visualization hierarchical-data console-output recursive file-system
  • function print_database_analysis

    Prints a comprehensive, formatted analysis of a reMarkable tablet replica database, including statistics, hierarchy information, file types, and a content tree visualization.

    File: /tf/active/vicechatdev/e-ink-llm/cloudtest/analyze_replica.py

    remarkable database-analysis reporting visualization console-output

Search Examples