🔍 Code Extractor

Search Components

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

Search Results for "pagination"

Found 25 matching component(s)

  • function get_documents

    Retrieves filtered and paginated documents from a Neo4j graph database with permission-based access control, supporting multiple filter criteria and search functionality.

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

    document-management neo4j graph-database filtering pagination
  • class FileCloudAPI

    Python wrapper for the FileCloud REST API. This class provides methods to interact with FileCloud server APIs, handling authentication, session management, and various file operations.

    File: /tf/active/vicechatdev/FC_api copy.py

    class filecloudapi
  • class DocumentDetail

    Document detail view component

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

    class documentdetail
  • class pathobrowser_base

    Base class that contains all static elements of the app Parameters ---------- image : str An Image UID which may be passed on app startup. Immediately redirects to said image Attributes ---------- current_user : Userclass A class containing various information on the user workspace : panel.layout.Column The main container of the app sidebar : panel.layout.Column Container showing items on the side of the app head : panel.layout.Row The header of the app modal : panel.layout.Column The container for the modal window of the app

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

    class pathobrowser_base
  • class FileCloudAPI_v1

    Python wrapper for the FileCloud REST API. This class provides methods to interact with FileCloud server APIs, handling authentication, session management, and various file operations.

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

    class filecloudapi
  • class DocumentDetail_v1

    Document detail view component

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

    class documentdetail
  • class User

    A user management class that handles authentication, authorization, user profiles, preferences, file management, and logging for a Panel-based web application with Neo4j backend.

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

    authentication authorization user-management role-based-access-control neo4j
  • class pathobrowser_base_v1

    Base class that contains all static elements of the app Parameters ---------- image : str An Image UID which may be passed on app startup. Immediately redirects to said image Attributes ---------- current_user : Userclass A class containing various information on the user workspace : panel.layout.Column The main container of the app sidebar : panel.layout.Column Container showing items on the side of the app head : panel.layout.Row The header of the app modal : panel.layout.Column The container for the modal window of the app

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

    class pathobrowser_base
  • class SyncDiagnostics

    A diagnostic class that analyzes and reports on synchronization issues between SharePoint and FileCloud, identifying missing files and root causes of sync failures.

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

    diagnostics sync-analysis sharepoint filecloud troubleshooting
  • class ClientObjectCollection

    A generic collection container class that manages collections of ClientObject instances with support for pagination, filtering, ordering, and lazy loading of items from a remote data source.

    File: /tf/active/vicechatdev/SPFCsync/venv/lib64/python3.11/site-packages/office365/runtime/client_object_collection.py

    collection generic pagination odata filtering
  • class SearchRequest_v1

    A class representing a search request formatted as a JSON blob for Microsoft Graph API search operations, encapsulating query parameters and search configuration.

    File: /tf/active/vicechatdev/SPFCsync/venv/lib64/python3.11/site-packages/office365/search/request.py

    microsoft-graph search office365 sharepoint onedrive
  • class SearchHitsContainer

    A container class that represents search results from a query, including the hits, total count, pagination information, and aggregations.

    File: /tf/active/vicechatdev/SPFCsync/venv/lib64/python3.11/site-packages/office365/search/hits_container.py

    search results container office365 pagination
  • class ListItemCollectionPosition

    A class representing a collection position for SharePoint list items, used for pagination and tracking position within list item collections.

    File: /tf/active/vicechatdev/SPFCsync/venv/lib64/python3.11/site-packages/office365/sharepoint/listitems/collection_position.py

    sharepoint pagination list-items collection office365
  • class RowLimitElement

    A class that represents a row limit element for SharePoint views, controlling the maximum number of items to display.

    File: /tf/active/vicechatdev/SPFCsync/venv/lib64/python3.11/site-packages/office365/sharepoint/listitems/caml/query.py

    sharepoint pagination view row-limit xml-generation
  • class SitePropertiesEnumerableFilter

    A filter class for enumerating SharePoint Online site properties, used to specify criteria when querying site collections in a SharePoint tenant.

    File: /tf/active/vicechatdev/SPFCsync/venv/lib64/python3.11/site-packages/office365/sharepoint/tenant/administration/sites/properties_enumerable_filter.py

    sharepoint office365 tenant-administration site-enumeration filter
  • class GetExternalUsersResults

    A class representing the results of a query for external users in SharePoint Online tenant management, providing access to user count, collection position, and the collection of external users.

    File: /tf/active/vicechatdev/SPFCsync/venv/lib64/python3.11/site-packages/office365/sharepoint/tenant/management/externalusers/results/get.py

    sharepoint tenant-management external-users user-management pagination
  • class OrgLabelsContextList

    A client value class representing a paginated list of organizational labels contexts in SharePoint Portal, with support for tracking pagination state.

    File: /tf/active/vicechatdev/SPFCsync/venv/lib64/python3.11/site-packages/office365/sharepoint/portal/orglabels/context_list.py

    sharepoint portal organizational-labels pagination client-value
  • class DocumentsSharedWithMe

    A SharePoint class that provides static methods for retrieving documents shared with the current user on their personal site.

    File: /tf/active/vicechatdev/SPFCsync/venv/lib64/python3.11/site-packages/office365/sharepoint/portal/userprofiles/documents_shared_with_me.py

    sharepoint documents shared-documents userprofiles static-methods
  • class ChangeLogItemQuery

    A data transfer object that encapsulates query parameters for retrieving SharePoint list item changes since a specific change token.

    File: /tf/active/vicechatdev/SPFCsync/venv/lib64/python3.11/site-packages/office365/sharepoint/changes/log_item_query.py

    sharepoint query change-tracking data-transfer-object caml
  • class ListCollectionPosition

    A client value class representing a position in a SharePoint list collection, used for pagination control when retrieving list items.

    File: /tf/active/vicechatdev/SPFCsync/venv/lib64/python3.11/site-packages/office365/sharepoint/lists/collection_position.py

    sharepoint pagination list-collection client-value data-transfer-object
  • class GetListsParameters

    A parameter class for configuring SharePoint list retrieval operations, encapsulating position and row limit settings.

    File: /tf/active/vicechatdev/SPFCsync/venv/lib64/python3.11/site-packages/office365/sharepoint/lists/get_parameters.py

    sharepoint parameters pagination lists dto
  • class SearchRequest

    SearchRequest is a data structure class that represents the HTTP POST body for SharePoint search queries, designed to overcome URL length limitations of HTTP GET operations.

    File: /tf/active/vicechatdev/SPFCsync/venv/lib64/python3.11/site-packages/office365/sharepoint/search/request.py

    sharepoint search query rest-api data-structure
  • class RecycleBinQueryInformation

    A data class that encapsulates query parameters for retrieving items from a SharePoint recycle bin, including filtering, sorting, and pagination options.

    File: /tf/active/vicechatdev/SPFCsync/venv/lib64/python3.11/site-packages/office365/sharepoint/recyclebin/query_information.py

    sharepoint recycle-bin query pagination filtering
  • class SharedWithMeItemCollection

    A SharePoint entity collection class that provides static methods to retrieve items that have been shared with the current user, including both internal and external shared items.

    File: /tf/active/vicechatdev/SPFCsync/venv/lib64/python3.11/site-packages/office365/sharepoint/userprofiles/sharedwithme/item_collection.py

    sharepoint shared-items collaboration entity-collection static-methods
  • class VideoServiceManager

    VideoServiceManager is a SharePoint entity class that manages video service operations, specifically providing access to video channels through the SharePoint Publishing API.

    File: /tf/active/vicechatdev/SPFCsync/venv/lib64/python3.11/site-packages/office365/sharepoint/publishing/video/service_manager.py

    sharepoint video publishing channels entity

Search Examples