🔍 Code Extractor

Search Components

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

Search Results for "navigation"

Found 50 matching component(s)

  • function extract_warranty_sections

    Parses markdown content to extract warranty section headers, returning a list of dictionaries containing section IDs and titles for table of contents generation.

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

    markdown-parsing text-processing warranty-documents table-of-contents document-structure
  • 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
  • function main_page

    Renders the main navigation page for the FileCloud Data Processor application, providing authenticated users with access to various modules including document audit, controlled documents, settings, and reports.

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

    streamlit navigation authentication ui dashboard
  • 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_v7

    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 OneCo_hybrid_RAG_v2

    A class named OneCo_hybrid_RAG

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

    class oneco_hybrid_rag
  • class ControlledDocApp

    A standalone Panel web application class that provides a complete controlled document management system with user authentication, navigation, and document lifecycle management features.

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

    panel web-application document-management authentication navigation
  • class CDocsApp

    Panel application for the CDocs Controlled Document System. This class provides a complete Panel application with navigation, user authentication, and all document management features.

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

    class cdocsapp
  • 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
  • function get_root_folders

    Retrieves all folders at the root level of a SharePoint drive using Microsoft Graph API, returning their metadata including name, ID, item count, timestamps, and web URL.

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

    sharepoint microsoft-graph api folders metadata
  • class GraphClient

    GraphClient is a client class for interacting with Microsoft Graph API, providing authentication and access to various Microsoft 365 services including users, groups, drives, teams, and more.

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

    microsoft-graph azure-ad authentication oauth2 microsoft-365
  • class RecentNotebook

    A data class representing a recently accessed OneNote notebook with display name and navigation links.

    File: /tf/active/vicechatdev/SPFCsync/venv/lib64/python3.11/site-packages/office365/onenote/notebooks/recent.py

    onenote microsoft-graph notebook data-model client-value
  • class Notebook

    Represents a OneNote notebook entity with access to its sections and section groups, providing a hierarchical structure for organizing OneNote content.

    File: /tf/active/vicechatdev/SPFCsync/venv/lib64/python3.11/site-packages/office365/onenote/notebooks/notebook.py

    onenote notebook microsoft-graph entity-collection hierarchy
  • class SectionGroup

    Represents a section group in a OneNote notebook that can contain both sections and nested section groups, providing hierarchical organization of OneNote content.

    File: /tf/active/vicechatdev/SPFCsync/venv/lib64/python3.11/site-packages/office365/onenote/sectiongroups/section_group.py

    onenote microsoft-graph section-group hierarchy notebook
  • class Calendar

    A Calendar class representing a Microsoft 365 calendar container for events, which can be a user calendar or a Microsoft 365 group's default calendar.

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

    microsoft-365 calendar events scheduling graph-api
  • class CalendarGroup

    A class representing a group of user calendars in Microsoft Office 365, providing access to calendar group properties and associated calendars.

    File: /tf/active/vicechatdev/SPFCsync/venv/lib64/python3.11/site-packages/office365/outlook/calendar/group.py

    office365 calendar calendar-group entity microsoft-graph
  • class Event

    Represents a calendar event in Microsoft 365, providing methods to manage event responses (accept, decline, cancel), reminders, and access to event properties like attendees, attachments, and scheduling details.

    File: /tf/active/vicechatdev/SPFCsync/venv/lib64/python3.11/site-packages/office365/outlook/calendar/events/event.py

    calendar event meeting microsoft365 outlook
  • class RoomList

    Represents a group of room objects (room list) defined in a Microsoft 365 tenant, providing access to room collections and their email addresses.

    File: /tf/active/vicechatdev/SPFCsync/venv/lib64/python3.11/site-packages/office365/outlook/calendar/rooms/list.py

    microsoft-365 outlook calendar room-list meeting-rooms
  • class EventMessage

    A class representing an event message in Outlook, which can be a meeting request, cancellation, or response (acceptance, tentative acceptance, or decline).

    File: /tf/active/vicechatdev/SPFCsync/venv/lib64/python3.11/site-packages/office365/outlook/mail/messages/event_message.py

    outlook calendar meeting event message
  • class ContactFolder

    A folder that contains contacts.

    File: /tf/active/vicechatdev/SPFCsync/venv/lib64/python3.11/site-packages/office365/outlook/contacts/folder.py

    class contactfolder
  • class IdentityProtectionRoot

    Container class for Microsoft Graph identity protection resources, providing access to risk detections and risky users through navigation properties.

    File: /tf/active/vicechatdev/SPFCsync/venv/lib64/python3.11/site-packages/office365/directory/protection/root.py

    microsoft-graph identity-protection azure-ad security risk-detection
  • class PolicyRoot

    PolicyRoot is a resource class that provides access to various Azure Active Directory (Azure AD) policy configurations through navigation properties, acting as a singleton entry point for policy management.

    File: /tf/active/vicechatdev/SPFCsync/venv/lib64/python3.11/site-packages/office365/directory/policies/root.py

    azure-ad policies authentication authorization conditional-access
  • class PermissionGrantPolicy

    A class representing a permission grant policy that specifies conditions under which consent can be granted, using include and exclude condition sets.

    File: /tf/active/vicechatdev/SPFCsync/venv/lib64/python3.11/site-packages/office365/directory/policies/permission_grant.py

    permission policy consent authorization directory
  • class User_v3

    Represents an Azure AD user account. Inherits from directoryObject.

    File: /tf/active/vicechatdev/SPFCsync/venv/lib64/python3.11/site-packages/office365/directory/users/user.py

    class user
  • class ActivityHistoryItem

    Represents a history item for a user activity in an application, tracking engagement periods with specific destinations like documents, TV shows, or game campaigns.

    File: /tf/active/vicechatdev/SPFCsync/venv/lib64/python3.11/site-packages/office365/directory/users/activities/history_item.py

    office365 user-activity history tracking engagement
  • class UserActivity

    Represents a single activity within an app - for example, a TV show, a document, or a current campaign in a video game. When a user engages with that activity, the engagement is captured as a history item that indicates the start and end time for that activity. As the user re-engages with that activity over time, multiple history items are recorded for a single user activity.

    File: /tf/active/vicechatdev/SPFCsync/venv/lib64/python3.11/site-packages/office365/directory/users/activities/activity.py

    class useractivity
  • class ConditionalAccessRoot

    ConditionalAccessRoot is an entry point class for the Conditional Access (CA) object model in Microsoft Graph API. It serves as a placeholder entity without any usable properties of its own.

    File: /tf/active/vicechatdev/SPFCsync/venv/lib64/python3.11/site-packages/office365/directory/identities/conditional_access_root.py

    microsoft-graph conditional-access entity security identity
  • class UsedInsight

    A class representing insights about documents used by a specific user, tracking the most relevant documents viewed or modified in OneDrive for Business and SharePoint.

    File: /tf/active/vicechatdev/SPFCsync/venv/lib64/python3.11/site-packages/office365/directory/insights/used.py

    microsoft-graph insights document-tracking user-activity onedrive
  • class AuthenticationMethodsRoot

    A container class for navigating and accessing Azure AD authentication methods resources, providing access to user registration details and authentication method statistics.

    File: /tf/active/vicechatdev/SPFCsync/venv/lib64/python3.11/site-packages/office365/directory/authentication/methods/root.py

    azure-ad authentication identity user-registration mfa
  • class ItemPath

    ItemPath is a specialized path class that extends EntityPath, representing a path to an item entity in the Office365 API hierarchy.

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

    office365 path entity item hierarchy
  • class SearchAggregation

    A data class that encapsulates search aggregation details from a search response, including buckets of aggregated results and the field on which aggregation was performed.

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

    search aggregation office365 microsoft-graph data-container
  • class ClientContext

    SharePoint client context (SharePoint v1 API)

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

    class clientcontext
  • class Term

    Represents a Term or Keyword in a managed metadata hierarchy within SharePoint's taxonomy system, providing access to term properties, labels, and hierarchical relationships.

    File: /tf/active/vicechatdev/SPFCsync/venv/lib64/python3.11/site-packages/office365/sharepoint/taxonomy/terms/term.py

    sharepoint taxonomy metadata term-store managed-metadata
  • class Web

    Represents a SharePoint site. A site is a type of SecurableObject. A group of related webpages that is hosted by a server on the World Wide Web or an intranet. Each website has its own entry points, metadata, administration settings, and workflows. Also referred to as web site.

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

    class web
  • class KnownFeaturesList

    A class that defines constant identifiers (UUIDs) for known SharePoint features.

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

    constants sharepoint features uuid identifiers
  • class SuiteNavData

    A SharePoint entity class representing Suite Navigation Data, which manages navigation information for the SharePoint suite bar.

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

    sharepoint portal navigation entity suite-bar
  • class ChangeType

    Enumeration of the possible types of changes.

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

    class changetype
  • class SPHSite

    A class named SPHSite

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

    class sphsite
  • class NavigationProviderType

    A constants class that defines string identifiers for various SharePoint navigation provider types used in site navigation configuration.

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

    sharepoint navigation constants enumeration configuration
  • class NavigationNode

    Represents the URL to a specific navigation node and provides access to properties and methods for manipulating the ordering of the navigation node in a navigation node collection.

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

    class navigationnode
  • class NavigationNodeCreationInformation

    A data transfer object (DTO) class that encapsulates the information needed to create a new navigation node in SharePoint, including title, URL, positioning, and external link settings.

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

    sharepoint navigation dto data-transfer-object client-value
  • class MenuNode

    Represents a navigation node in a hierarchical navigation tree structure, typically used in SharePoint or similar content management systems.

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

    navigation hierarchy tree-structure sharepoint office365
  • class MetadataNavigationSettings

    A class that manages metadata navigation and filtering settings for SharePoint lists, providing functionality to retrieve and configure metadata navigation settings.

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

    sharepoint metadata navigation filtering list-settings
  • class ConfiguredMetadataNavigationItem

    A data class representing a configured metadata navigation item in SharePoint, storing field information and hierarchy properties.

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

    sharepoint metadata navigation data-class office365
  • class ConfiguredMetadataNavigationItemCollection

    A collection class that manages a set of configured metadata navigation items, inheriting from ClientValue to provide client-side value representation.

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

    sharepoint office365 navigation metadata collection
  • class NavigationNodeCollection

    A collection class for managing SharePoint navigation nodes, providing methods to add, retrieve, and manipulate navigation nodes within a SharePoint site's navigation structure.

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

    sharepoint navigation collection entity-collection navigation-nodes
  • class PublishingNavigationProviderType

    An enumeration-style class that defines constants representing different types of navigation providers in a publishing/content management system.

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

    enumeration constants navigation sitemap provider
  • class MenuState

    A class representing a SharePoint menu tree structure that can be displayed in the Quick Launch navigation area of a SharePoint site.

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

    sharepoint navigation menu quick-launch site-navigation
  • class NavigationService

    NavigationService is a REST-based service class for managing SharePoint navigation operations, including global navigation, menu states, and publishing navigation providers.

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

    sharepoint navigation rest-api menu site-navigation
  • class HomeSiteNavigationSettings

    A class representing SharePoint home site navigation settings, providing functionality to manage global navigation configuration for a SharePoint home site.

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

    sharepoint navigation home-site rest-api office365

Search Examples