Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/hashicorp-forge/hermes
/ functions
Functions
1,102 in github.com/hashicorp-forge/hermes
⨍
Functions
1,102
◇
Types & classes
995
Method
docID
()
web/app/components/doc/tile-medium.ts:36
Method
docIsDraft
()
web/app/components/doc/tile-medium.ts:60
Function
docNumber
()
web/mirage/factories/document.ts:36
Method
docNumber
* The document number of the item, if it's a document. * Used in the `customNativeDragPreview`.
web/app/components/project/resource-list-item.ts:103
Method
docNumber
* The docNumber of a definitely HermesDocument
web/app/components/document/sidebar/related-resources/list-item/resource.ts:35
Method
docNumber
()
web/app/components/doc/tile-medium.ts:44
Method
docNumberIsShown
* Whether the docNumber is shown. * True if it's the title field and the document has a docNumber.
web/app/components/editable-field.ts:104
Method
docType
* The docType of a definitely HermesDocument
web/app/components/document/sidebar/related-resources/list-item/resource.ts:27
Method
docType
()
web/app/components/doc/tile-medium.ts:52
Method
docTypeIcon
()
web/app/components/new/doc-form.ts:82
Method
docTypes
()
web/app/components/new/document-template-list.ts:14
Method
docs
()
web/app/components/dashboard/latest-docs.ts:20
Method
docsToShow
* The docs to show in the list. If the list is collapsed, * we show the first four docs. Otherwise, we show all docs.
web/app/components/dashboard/docs-awaiting-review.ts:42
Method
document
()
web/app/components/editable-field/read-value.ts:38
Function
documentNumber
()
web/mirage/factories/related-hermes-document.ts:14
Method
documentObjectID
* The resource's googleFileID, if it exists. * Used in the template to determine internal or external routing.
web/app/components/document/sidebar/related-resources/list-item.ts:72
Method
domElement
* An asserted-true reference to the element.
web/app/components/x/dropdown-list/item.ts:76
Method
domElementID
* The element's domID, e.g., "facet-dropdown-list-item-0" * Which is computed by the parent component on render and when * the FacetList is filt
web/app/components/x/dropdown-list/item.ts:87
Method
draftIsShareable
* Whether the draft is shareable. * True if the document is a draft and `isShareable`.
web/app/components/document/sidebar.ts:348
Method
draftVisibility
* Whether the draft is shareable. * Used to identify the draft-visibility options * and determine which to show as checked.
web/app/components/document/sidebar.ts:260
Method
draftVisibilityIcon
* The icon shown in the draft-visibility toggle. * If the initial draft permissions are loading, show a loading icon. * If the user has selected
web/app/components/document/sidebar.ts:283
Method
draftVisibilityOptions
* The items passed to the draft-visibility dropdown. * Used to render the dropdown items and react to item selection.
web/app/components/document/sidebar.ts:369
Method
dragHandle
* An asserted-true getter for the drag handle element.
web/app/components/project/resource-list-item.ts:114
Method
dropdownListItems
()
web/app/components/header/nav.ts:66
Function
easeOutExpo
(time: number)
web/app/utils/ember-animated/easings.ts:11
Function
easeOutQuad
(time: number)
web/app/utils/ember-animated/easings.ts:7
Method
editingIsDisabled
* Whether the editing of document metadata allowed, excluding the * product/area field, which is disallowed for published docs. * If the doc is
web/app/components/document/sidebar.ts:495
Method
editingIsEnabled
* Whether editing is enabled for basic metadata fields. * Used in the template to make some logic more readable.
web/app/components/document/sidebar.ts:536
Method
element
()
web/app/modifiers/dismissible.ts:44
Method
element
()
web/app/modifiers/autofocus.ts:23
Function
email
()
web/mirage/factories/person.ts:8
Method
emails
()
web/app/components/editable-field/read-value.ts:43
Method
emptyStateTransitionRules
({ oldItems, newItems, }: TransitionRules)
web/app/components/project/resource-list.ts:77
Function
emptyTransition
(_context: TransitionContext)
web/app/utils/ember-animated/empty-transition.ts:3
Method
enableAnimation
()
web/app/components/project/index.ts:625
Method
enableAnimation
()
web/app/components/document/sidebar/related-resources/list.ts:46
Method
enableEditing
()
web/app/components/editable-field.ts:189
Method
enableKeyboardNav
()
web/app/components/related-resources/add.ts:305
Method
errorIsShown
* Whether an error message should be shown. * True if the title is empty or the URL is a duplicate.
web/app/components/related-resources/add/fallback-external-resource.ts:21
Method
externalLink
* The asserted-true external link. * Used to satisfy Glint template types.
web/app/components/document/sidebar/related-resources/list-item.ts:93
Method
externalResourceFormIsShown
()
web/app/components/related-resources/add.ts:217
Method
externalResourceURL
* The asserted-true external resource URL. * Used to satisfy Glint template types.
web/app/components/document/sidebar/related-resources/list-item.ts:84
Method
facets
* The facets, depending on the current scope. * Passed to the template in a Glint-friendly format.
web/app/controllers/authenticated/results.ts:41
Method
facets
* The facets, depending on the scope. * If the facets object is empty, we return the default facets. * Otherwise, we return the facets from the
web/app/components/header/toolbar.ts:152
Method
facetsAreShown
* Whether the facets are shown. * True as long as the scope is not "All".
web/app/components/header/toolbar.ts:108
Method
fallbackIcon
()
web/app/components/person/avatar.ts:36
Method
fetch
(data)
web/app/torii-providers/google-oauth2-bearer.js:6
Method
fetchIsRunning
()
web/app/components/dashboard/latest-docs.ts:12
Method
firstFourDocs
* (Up to) the first four docs. The default documents shown.
web/app/components/dashboard/docs-awaiting-review.ts:26
Method
firstName
()
web/app/components/dashboard/index.ts:19
Method
focusPeopleSelect
()
web/app/components/document/sidebar.ts:658
Method
footerControlsAreDisabled
* Whether the footer controls are disabled. * True if the doc is locked or was created off-app. * Determines if we show controls like "approve"
web/app/components/document/sidebar.ts:513
Method
footerIsShown
()
web/app/components/document/modal.ts:42
Method
footerIsShown
* Whether the footer is shown. * True for owners and approvers who may need to see either the * "doc is locked" message or the doc-management co
web/app/components/document/sidebar.ts:525
Method
form
* An asserted-true reference to the form element.
web/app/components/related-resources/add-or-edit-external-resource-modal.ts:60
Method
form
* The form element. Used to bind FormData to our tracked elements.
web/app/components/new/doc-form.ts:77
Method
formattedRelatedResources
* The related resources object, minimally formatted for a PUT request to the API.
web/app/components/project/index.ts:192
Method
formattedRelatedResources
* The related resources object, minimally formatted for a PUT request to the API.
web/app/components/document/sidebar/related-resources.ts:56
Method
getAssocations
getAssocations gets assocations.
pkg/models/document_type.go:128
Method
getData
(e: ElementDropTargetGetFeedbackArgs)
web/app/components/project/resource-list-item.ts:231
Method
getProperties
(...args: string[])
web/types/ember-cli-mirage/test-support.d.ts:12
Method
gitHubRepoURL
()
web/app/components/footer.ts:31
Method
gitHubRepoURL
()
web/app/components/header/nav.ts:58
Function
googleFileID
()
web/mirage/factories/related-hermes-document.ts:7
Method
handleAsExternalLink
()
web/app/components/related-resources/add.ts:586
Method
handleAuthentication
(routeAfterAuthentication: string)
web/app/services/_session.ts:193
Method
handleClick
()
web/app/modifiers/tooltip.ts:425
Method
handleKeydown
(event: KeyboardEvent)
web/app/modifiers/tooltip.ts:434
Method
hasErrors
* Whether the form has errors.
web/app/components/new/doc-form.ts:89
Method
headers
()
web/app/adapters/application.ts:16
Method
hideEditModal
()
web/app/components/project/index.ts:223
Method
hideInput
()
web/app/components/project/jira-widget.ts:204
Method
hideOwnershipTransferredModal
()
web/app/components/document/sidebar.ts:680
Method
hideProjectsModal
()
web/app/components/document/sidebar.ts:567
Method
hideTransferOwnershipModal
()
web/app/components/document/sidebar.ts:584
Method
icon
()
web/app/components/tooltip-icon.ts:12
Method
icon
* The icon to show in the button. * If the parent has provided an icon, e.g., "loading," use that. * Otherwise use use "link" or, if a URL was r
web/app/components/copy-u-r-l-button.ts:53
Method
icon
()
web/app/components/inputs/product-select.ts:39
Method
iconIsLarge
()
web/app/components/person/avatar.ts:25
Method
iconName
()
web/app/components/table/sortable-header.ts:41
Method
id
* The unique identifier for the component. * Used to associate the input with its label.
web/app/components/type-to-confirm.ts:56
Method
id
* A unique ID used to associate the reference and the tooltip. * Applied to the reference's `aria-describedby` and the tooltip's `id`. * Ensures
web/app/modifiers/tooltip.ts:116
Method
imgURL
()
web/app/components/person/avatar.ts:29
Method
inElementTarget
* The target element to append the content to. * If a dialog is open, append to it, since it's the * topmost layer, otherwise append to the appl
web/app/components/floating-u-i/content.ts:54
Method
index
* Aliased name for the recently viewed index. * Used in the template to loop through the array if it exists.
web/app/components/dashboard/recently-viewed.ts:43
Method
index
* A potentially combined array of the ten most recently viewed docs and projects.
web/app/services/recently-viewed.ts:62
Method
index
* An asserted-true reference to the `_index` property.
web/app/services/product-areas.ts:74
Method
index
* An Algolia SearchIndex scoped to the environment.
web/app/services/algolia.ts:118
Method
info
()
web/app/services/authenticated-user.ts:31
Function
init
()
web/tests/helpers/flash-message.js:3
Function
initialize
(application)
web/app/initializers/initialize-torii.js:13
Function
initialize
()
web/app/initializers/custom-inflector-rules.ts:3
Method
input
* An asserted-true reference to the filter input.
web/app/components/x/dropdown-list/index.ts:151
Method
inputIsShown
* Whether the search input is shown. * True if the context is a form, or if the * "Add Jira issue" button has been clicked.
web/app/components/project/jira-widget.ts:67
Method
inputIsShown
* Whether the dropdown has a filter input. * Used to determine layout configurations and * aria-roles for various elements.
web/app/components/x/dropdown-list/index.ts:161
Method
install
* Modified from its parent class: * https://github.com/adopted-ember-addons/ember-metrics/blob/01bb65e68f565fc48c2fa252d17a1b7d3d099e68/addon/metri
web/app/metrics-adapters/_google-analytics-four.ts:18
Method
interrupted
(motions: Motion[])
web/app/utils/ember-animated/animate-transform.ts:40
Method
invalidateSession
()
web/app/components/header/nav.ts:144
Method
isActive
()
web/app/components/table/sortable-header.ts:53
Method
isApproved
()
web/app/components/document/status-icon.ts:22
← previous
next →
701–800 of 1,102, ranked by callers