MCPcopy Create free account

hub / github.com/hashicorp-forge/hermes / functions

Functions1,102 in github.com/hashicorp-forge/hermes

MethodisApproved
()
web/app/components/doc/thumbnail.ts:46
MethodisApprover
* Whether the viewer is an approver of the document. * If true, they'll see approval-based footer controls.
web/app/components/document/sidebar.ts:444
MethodisAriaSelected
()
web/app/components/x/dropdown-list/item.ts:107
MethodisContributor
()
web/app/components/document/sidebar.ts:467
MethodisCreatingShareLink
* Whether the share button is in the process of creating a shareable link. * Used to determine the icon and tooltip text of the share button.
web/app/components/document/sidebar.ts:406
MethodisDraft
()
web/app/components/table/row.ts:38
MethodisDraft
()
web/app/components/document/status-icon.ts:14
MethodisDraft
* Whether the doc is a draft. * If the draft was recently published, return false. * Otherwise use the passed-in isDraft property.
web/app/components/document/sidebar.ts:231
MethodisEmpty
* Whether the active filters are empty. * True if all the nested arrays are empty.
web/app/services/active-filters.ts:26
MethodisGroupApproverOnly
* Whether the viewer is a group approver, but not an individual approver. * If true, hides the "Remove me" overflow menu next to the "Approve" butt
web/app/components/document/sidebar.ts:454
MethodisHidden
()
web/app/components/person/index.ts:20
MethodisInReview
()
web/app/components/document/status-icon.ts:18
MethodisObsolete
()
web/app/components/document/status-icon.ts:26
MethodisObsolete
()
web/app/components/doc/thumbnail.ts:50
MethodisOwner
* Whether the document viewer is its owner. * True if the logged in user's email matches the documents owner.
web/app/components/document/sidebar.ts:477
MethodisShown
* Whether the banner should be shown. * Set true on first visit to the dashboard and remains true * until the user dismisses the banner.
web/app/components/dashboard/new-features-banner.ts:28
MethodisUsingOkta
* Whether the app is configured to use Okta. * Dictates reauthButton text and behavior. * Determines whether we poll the back end for a 401 *
web/app/services/_session.ts:66
Methodissue
* The issue to display in the widget, if any. * If the issue is passed as an argument, such as when * a project with an issue is loaded, use tha
web/app/components/project/jira-widget.ts:77
MethodissueAssignee
* The title of the issue, if it exists. * May exist if the issue is a full Jira issue. * Determines if an assignee is shown.
web/app/components/project/jira-widget.ts:141
MethodissuePriority
* The priority of the issue, if it exists. * May exist if the issue is a full Jira issue. * Determines if the priority is shown in the widget.
web/app/components/project/jira-widget.ts:119
MethodissuePriorityImage
* The URL to the issue priority image, if it exists. * May exist if the issue is a full Jira issue. * Determines if the priority image is shown
web/app/components/project/jira-widget.ts:130
MethodissueStatus
* The status of the issue, if it exists. * Will exist if the issue is a full Jira issue. * Determines if the status is shown in the widget.
web/app/components/project/jira-widget.ts:86
MethodissueType
* The type of the issue, if it exists. * Will exist if the issue is a full Jira issue. * Determines if the type is shown in the widget.
web/app/components/project/jira-widget.ts:97
MethodissueTypeImage
* The URL to the issue type image, if it exists. * Will exist if the issue is a full Jira issue. * Determines if the type image is shown in the
web/app/components/project/jira-widget.ts:108
MethoditemIndexNumber
* A numeric identifier for the element based on its id, * as computed by the parent component on render and when * the FacetList is filtered. St
web/app/components/x/dropdown-list/item.ts:98
MethoditemIsDoc
* Whether the passed-in item is a document. * Used in logic checks. True if the item contains a nested doc.
web/app/components/dashboard/recently-viewed/item.ts:55
MethoditemTitle
* The title of the item, whether it's a document or a resource. * Used in the `customNativeDragPreview`.
web/app/components/project/resource-list-item.ts:91
Methoditems
()
web/app/components/related-resources.ts:93
Methoditems
()
web/app/components/header/search.ts:84
MethoditemsAreShown
* Whether there are any items to show. Determines if the * "no matches found" message should be shown.
web/app/components/x/dropdown-list/items.ts:56
MethodjiraIsEnabled
* Whether Jira is configured for the project. * Determines whether to show the Jira-related UI.
web/app/components/project/index.ts:120
MethodjiraIsEnabled
* Whether the Jira integration is enabled. * Determines whether the Jira input is rendered.
web/app/components/new/project-form.ts:52
MethodjiraIssueIsClosed
* Whether the Jira issue is marked "close" or "done." * Used to determine whether the key is shown with a line through it.
web/app/components/project/tile.ts:87
MethodjiraTransition
({ insertedSprites, removedSprites }: TransitionContext)
web/app/components/project/index.ts:545
MethodjiraTransitionRules
({ firstTime }: { firstTime: boolean })
web/app/components/project/index.ts:502
MethodjiraWidgetIsShown
* Whether the JiraWidget should be shown. * True if the project is active, or if the project has a Jira issue * (that may or may not be loading)
web/app/components/project/index.ts:160
MethodjiraWorkspaceURL
* The URL to the Jira workspace. * Used to preface various image URLs.
web/app/components/project/jira-widget.ts:161
MethodkeyboardNavIsEnabled
* Whether keyboard navigation is enabled. * If the parent component has passed in a value, * use that. Otherwise, use the local value, * whic
web/app/components/x/dropdown-list/index.ts:188
Methodlabel
()
web/app/components/person/index.ts:24
MethodlinkToAllDocsIsShown
()
web/app/components/dashboard/latest-docs.ts:16
MethodlistHeaderIsShown
* Whether to show a header above the search results (e.g., "suggestions", "results") * True when there's results to show.
web/app/components/related-resources/add.ts:243
MethodlistIsEmpty
* Whether the list is empty. * Determines if we show an empty state.
web/app/components/document/sidebar/related-resources/list.ts:37
MethodlistIsShown
* Whether the list element is displayed. * True unless the query is a URL and adding external links is allowed.
web/app/components/related-resources/add.ts:205
MethodlistIsShown
* Whether the itemsList is shown. False if the component has explicitly * marked itself as hidden, or if there are no items to show.
web/app/components/x/dropdown-list/items.ts:42
MethodlistTransition
({ insertedSprites, keptSprites, removedSprites, }: TransitionContext)
web/app/components/project/resource-list.ts:165
MethodlistTransitionRules
()
web/app/components/project/resource-list.ts:101
MethodlocalStorageSetting
()
web/app/components/modals/draft-created.ts:17
Functionmain
()
cmd/hermes/main.go:10
Methodmapper
(count: number)
web/app/services/algolia.ts:147
FunctionmarkSelected
(facet, selection)
web/app/utils/facets.js:28
MethodmaybeClose
(select: Select)
web/app/components/inputs/people-select.ts:159
MethodmaybeCloseDropdown
(dd: XDropdownListAnchorAPI)
web/app/components/header/toolbar.ts:214
MethodmaybeCloseDropdown
(dd: XDropdownListAnchorAPI)
web/app/components/header/search.ts:167
MethodmaybeDismiss
(event: FocusEvent | PointerEvent | KeyboardEvent)
web/app/modifiers/dismissible.ts:81
MethodmaybeFocusInput
(e: KeyboardEvent)
web/app/components/header/search.ts:146
MethodmaybeKeyboardNavigate
(event: KeyboardEvent)
web/app/components/x/dropdown-list/items.ts:69
MethodmaybeLoadJiraInfo
()
web/app/components/project/index.ts:246
MethodmaybeOpenDropdown
(dd: XDropdownListAnchorAPI)
web/app/components/header/toolbar.ts:226
MethodmaybeOpenDropdown
(dd: XDropdownListAnchorAPI)
web/app/components/header/search.ts:179
MethodmaybeSubmit
(e: Event)
web/app/components/related-resources/add-or-edit-external-resource-modal.ts:117
MethodmaybeSubmitForm
(dd: XDropdownListAnchorAPI, e: KeyboardEvent)
web/app/components/header/search.ts:115
MethodmodalIsShown
()
web/app/components/modals/draft-created.ts:23
Methodmodel
( params: AuthenticatedDocumentRouteParams, transition: Transition, )
web/app/routes/authenticated/document.ts:82
Methodmodel
(params: ResultsRouteParams)
web/app/routes/authenticated/results.ts:50
Methodmodel
()
web/app/routes/authenticated/new.ts:8
Methodmodel
()
web/app/routes/authenticated/dashboard.ts:24
Methodmodel
()
web/app/routes/authenticated/settings.ts:10
Methodmodel
(params: DocumentsRouteParams)
web/app/routes/authenticated/documents.ts:39
Methodmodel
(params: { product_area_id: string })
web/app/routes/authenticated/product-areas/product-area.ts:23
Methodmodel
(params: AuthenticatedNewDocRouteParams)
web/app/routes/authenticated/new/doc.ts:18
Methodmodel
(params: AuthenticatedMyDocumentsRouteParams)
web/app/routes/authenticated/my/documents.ts:75
Methodmodel
(params: AuthenticatedProjectsIndexRouteParams)
web/app/routes/authenticated/projects/index.ts:29
Methodmodel
(params: { project_id: string })
web/app/routes/authenticated/projects/project.ts:19
MethodmodelID
* The item-type-dependent LinkTo model.
web/app/components/dashboard/recently-viewed/item.ts:73
MethodmodifiedTime
* The modified time of the item, whether it's a document or a project.
web/app/components/dashboard/recently-viewed/item.ts:108
Methodmodify
* The function that runs when the modified element is inserted and updated. * Sets up event listeners, local properties and some attributes.
web/app/modifiers/tooltip.ts:514
Methodmodify
(element: HTMLInputElement)
web/app/modifiers/select-on-focus.ts:19
Methodmodify
* The function that runs when the modified element is shown. * Sets up the event listeners and stores the properties locally.
web/app/modifiers/dismissible.ts:112
Methodmodify
( element: Element, _positional: [], named: AutofocusModifierSignature["Args"]["Named"], )
web/app/modifiers/autofocus.ts:41
Methodmodify
(element: HTMLTextAreaElement)
web/app/modifiers/auto-height-textarea.ts:28
MethodmoreInfoLinksAreShown
()
web/app/components/new/document-template-list.ts:10
Functionname
()
web/mirage/factories/related-external-link.ts:6
Methodnamespace
()
web/app/adapters/application.ts:12
MethodnbHits
* The hit count, whether documents or projects. * Used in the template to determine headlines and content visibility.
web/app/components/results/index.ts:42
MethodnbPages
* The number of pages, whether documents or projects. * Passed to the `Pagination` component.
web/app/components/results/index.ts:62
MethodnewOwner
()
web/app/components/modals/doc-transferred.ts:15
MethodnextPageLinkIsShown
* Whether the "next page of docs" link is shown. * True on the first page of `all` results when there are more * than one page of docs. When tru
web/app/components/results/index.ts:105
MethodnoMatchesFound
* Whether a query has no results. * May determine whether the list header (e.g., "suggestions," "results") is shown.
web/app/components/related-resources/add.ts:181
MethodnoMatchesMessage
* The message to show in the "<:no-matches>" block * when the query errors, detects a duplicate, or returns no results.
web/app/components/related-resources/add.ts:229
MethodnoResultsMessageIsHidden
* Whether the "no results" message is hidden. * False when a search error is shown, or when, * if allowing external links, the query is a URL or
web/app/components/related-resources/add.ts:278
MethodnormalizeResponse
* The serializer for the `me` model. * Turns `given_name` into `firstName` to match the Person model.
web/app/serializers/me.ts:16
MethodnormalizeResponse
* The serializer for the `person` model. * Handles `query` and `queryRecord` requests to the EmberData store. * Formats the response to match th
web/app/serializers/person.ts:12
MethodnormalizeResponse
* The serializer for the JiraIssue model. * Formats responses to the JSON spec.
web/app/serializers/jira-issue.ts:10
MethodnormalizeResponse
* The serializer for the `group` model. * Handles `query` requests to the EmberData store. * Formats the response to match the JSON spec.
web/app/serializers/group.ts:16
MethodnormalizeResponse
* The default serializer for all models. * Formats the response to match the JSON spec. * Model-specific serializers should extend this class.
web/app/serializers/application.ts:10
MethodonClick
()
web/app/components/x/dropdown-list/link-to.ts:38
MethodonClick
()
web/app/components/x/dropdown-list/item.ts:133
MethodonClick
(e: MouseEvent)
web/app/components/inputs/people-select.ts:93
MethodonDestroy
()
web/app/components/x/dropdown-list/index.ts:257
MethodonDocTypeCheckboxChange
(event: Event)
web/app/components/document/sidebar.ts:545
← previousnext →801–900 of 1,102, ranked by callers