🔍 Code Extractor

Search Components

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

Search Results for "trash"

Found 17 matching component(s)

  • class ControlledDocumentFlaskApp

    Main Flask application class for Controlled Document Management System.

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

    class controlleddocumentflaskapp
  • class SortableList

    A reactive HTML component that displays a sortable and deletable list of items with drag-and-drop functionality using SortableJS library.

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

    ui-component sortable-list drag-and-drop interactive panel
  • 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 Item

    Base class representing an item (document or folder) in a reMarkable cloud storage system, providing methods for metadata management, file operations, and synchronization.

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

    remarkable cloud-storage document-management async metadata
  • function simple_move_to_trash

    Moves all documents from the reMarkable tablet's root directory to trash by uploading an empty root.docSchema file and updating the roothash.

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

    remarkable cloud-sync document-management trash cleanup
  • class RemarkableReplicaBuilder

    Step-by-step replica builder

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

    class remarkablereplicabuilder
  • 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
  • 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
  • function apply_working_trash_move

    Moves a hardcoded list of reMarkable cloud documents to trash by authenticating with the reMarkable API and applying trash operations to each document.

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

    remarkable cloud-storage document-management trash cleanup
  • function analyze_trash_indicators

    Analyzes trash indicators in Remarkable Cloud document schemas by comparing documents that were moved to trash versus those that weren't, examining their hash changes and metadata components.

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

    remarkable cloud-api document-analysis trash-detection sync-protocol
  • function verify_document_status

    Verifies the current status and metadata of a specific test document in the reMarkable cloud sync system by querying the sync API endpoints and analyzing the document's location and properties.

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

    remarkable cloud-sync document-verification api-client debugging
  • class DocumentToTrashMover

    A class that moves reMarkable documents to the trash by updating their metadata parent field to 'trash' and synchronizing changes through the reMarkable cloud API.

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

    remarkable cloud-sync document-management trash file-operations
  • function main_v45

    Command-line interface function that moves a single reMarkable document to trash by accepting a document UUID as a command-line argument.

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

    command-line cli remarkable document-management trash
  • class RootCleaner

    A class that completely clears the reMarkable cloud's root.docSchema file, removing all document references while maintaining the proper file structure and version.

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

    remarkable cloud-storage sync cleanup api-client
  • class PylontechMover

    Moves 'pylontech' document from 'Myfolder' to 'Otherfolder' using the working upload mechanism

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

    class pylontechmover
  • class DocumentMover

    Moves documents between folders using the working upload mechanism

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

    class documentmover
  • function main_v86

    A test function that attempts to move a specific document (identified by UUID) from trash to a 'gpt_in' folder on a reMarkable device using the DocumentMover class.

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

    test remarkable document-management file-operations cloud-sync

Search Examples