MCPcopy Create free account

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

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

MethoddocID
()
web/app/components/doc/tile-medium.ts:36
MethoddocIsDraft
()
web/app/components/doc/tile-medium.ts:60
FunctiondocNumber
()
web/mirage/factories/document.ts:36
MethoddocNumber
* The document number of the item, if it's a document. * Used in the `customNativeDragPreview`.
web/app/components/project/resource-list-item.ts:103
MethoddocNumber
* The docNumber of a definitely HermesDocument
web/app/components/document/sidebar/related-resources/list-item/resource.ts:35
MethoddocNumber
()
web/app/components/doc/tile-medium.ts:44
MethoddocNumberIsShown
* 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
MethoddocType
* The docType of a definitely HermesDocument
web/app/components/document/sidebar/related-resources/list-item/resource.ts:27
MethoddocType
()
web/app/components/doc/tile-medium.ts:52
MethoddocTypeIcon
()
web/app/components/new/doc-form.ts:82
MethoddocTypes
()
web/app/components/new/document-template-list.ts:14
Methoddocs
()
web/app/components/dashboard/latest-docs.ts:20
MethoddocsToShow
* 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
Methoddocument
()
web/app/components/editable-field/read-value.ts:38
FunctiondocumentNumber
()
web/mirage/factories/related-hermes-document.ts:14
MethoddocumentObjectID
* 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
MethoddomElement
* An asserted-true reference to the element.
web/app/components/x/dropdown-list/item.ts:76
MethoddomElementID
* 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
MethoddraftIsShareable
* Whether the draft is shareable. * True if the document is a draft and `isShareable`.
web/app/components/document/sidebar.ts:348
MethoddraftVisibility
* 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
MethoddraftVisibilityIcon
* 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
MethoddraftVisibilityOptions
* 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
MethoddragHandle
* An asserted-true getter for the drag handle element.
web/app/components/project/resource-list-item.ts:114
MethoddropdownListItems
()
web/app/components/header/nav.ts:66
FunctioneaseOutExpo
(time: number)
web/app/utils/ember-animated/easings.ts:11
FunctioneaseOutQuad
(time: number)
web/app/utils/ember-animated/easings.ts:7
MethodeditingIsDisabled
* 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
MethodeditingIsEnabled
* 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
Methodelement
()
web/app/modifiers/dismissible.ts:44
Methodelement
()
web/app/modifiers/autofocus.ts:23
Functionemail
()
web/mirage/factories/person.ts:8
Methodemails
()
web/app/components/editable-field/read-value.ts:43
MethodemptyStateTransitionRules
({ oldItems, newItems, }: TransitionRules)
web/app/components/project/resource-list.ts:77
FunctionemptyTransition
(_context: TransitionContext)
web/app/utils/ember-animated/empty-transition.ts:3
MethodenableAnimation
()
web/app/components/project/index.ts:625
MethodenableAnimation
()
web/app/components/document/sidebar/related-resources/list.ts:46
MethodenableEditing
()
web/app/components/editable-field.ts:189
MethodenableKeyboardNav
()
web/app/components/related-resources/add.ts:305
MethoderrorIsShown
* 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
MethodexternalLink
* The asserted-true external link. * Used to satisfy Glint template types.
web/app/components/document/sidebar/related-resources/list-item.ts:93
MethodexternalResourceFormIsShown
()
web/app/components/related-resources/add.ts:217
MethodexternalResourceURL
* The asserted-true external resource URL. * Used to satisfy Glint template types.
web/app/components/document/sidebar/related-resources/list-item.ts:84
Methodfacets
* The facets, depending on the current scope. * Passed to the template in a Glint-friendly format.
web/app/controllers/authenticated/results.ts:41
Methodfacets
* 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
MethodfacetsAreShown
* Whether the facets are shown. * True as long as the scope is not "All".
web/app/components/header/toolbar.ts:108
MethodfallbackIcon
()
web/app/components/person/avatar.ts:36
Methodfetch
(data)
web/app/torii-providers/google-oauth2-bearer.js:6
MethodfetchIsRunning
()
web/app/components/dashboard/latest-docs.ts:12
MethodfirstFourDocs
* (Up to) the first four docs. The default documents shown.
web/app/components/dashboard/docs-awaiting-review.ts:26
MethodfirstName
()
web/app/components/dashboard/index.ts:19
MethodfocusPeopleSelect
()
web/app/components/document/sidebar.ts:658
MethodfooterControlsAreDisabled
* 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
MethodfooterIsShown
()
web/app/components/document/modal.ts:42
MethodfooterIsShown
* 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
Methodform
* An asserted-true reference to the form element.
web/app/components/related-resources/add-or-edit-external-resource-modal.ts:60
Methodform
* The form element. Used to bind FormData to our tracked elements.
web/app/components/new/doc-form.ts:77
MethodformattedRelatedResources
* The related resources object, minimally formatted for a PUT request to the API.
web/app/components/project/index.ts:192
MethodformattedRelatedResources
* The related resources object, minimally formatted for a PUT request to the API.
web/app/components/document/sidebar/related-resources.ts:56
MethodgetAssocations
getAssocations gets assocations.
pkg/models/document_type.go:128
MethodgetData
(e: ElementDropTargetGetFeedbackArgs)
web/app/components/project/resource-list-item.ts:231
MethodgetProperties
(...args: string[])
web/types/ember-cli-mirage/test-support.d.ts:12
MethodgitHubRepoURL
()
web/app/components/footer.ts:31
MethodgitHubRepoURL
()
web/app/components/header/nav.ts:58
FunctiongoogleFileID
()
web/mirage/factories/related-hermes-document.ts:7
MethodhandleAsExternalLink
()
web/app/components/related-resources/add.ts:586
MethodhandleAuthentication
(routeAfterAuthentication: string)
web/app/services/_session.ts:193
MethodhandleClick
()
web/app/modifiers/tooltip.ts:425
MethodhandleKeydown
(event: KeyboardEvent)
web/app/modifiers/tooltip.ts:434
MethodhasErrors
* Whether the form has errors.
web/app/components/new/doc-form.ts:89
Methodheaders
()
web/app/adapters/application.ts:16
MethodhideEditModal
()
web/app/components/project/index.ts:223
MethodhideInput
()
web/app/components/project/jira-widget.ts:204
MethodhideOwnershipTransferredModal
()
web/app/components/document/sidebar.ts:680
MethodhideProjectsModal
()
web/app/components/document/sidebar.ts:567
MethodhideTransferOwnershipModal
()
web/app/components/document/sidebar.ts:584
Methodicon
()
web/app/components/tooltip-icon.ts:12
Methodicon
* 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
Methodicon
()
web/app/components/inputs/product-select.ts:39
MethodiconIsLarge
()
web/app/components/person/avatar.ts:25
MethodiconName
()
web/app/components/table/sortable-header.ts:41
Methodid
* The unique identifier for the component. * Used to associate the input with its label.
web/app/components/type-to-confirm.ts:56
Methodid
* 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
MethodimgURL
()
web/app/components/person/avatar.ts:29
MethodinElementTarget
* 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
Methodindex
* 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
Methodindex
* A potentially combined array of the ten most recently viewed docs and projects.
web/app/services/recently-viewed.ts:62
Methodindex
* An asserted-true reference to the `_index` property.
web/app/services/product-areas.ts:74
Methodindex
* An Algolia SearchIndex scoped to the environment.
web/app/services/algolia.ts:118
Methodinfo
()
web/app/services/authenticated-user.ts:31
Functioninit
()
web/tests/helpers/flash-message.js:3
Functioninitialize
(application)
web/app/initializers/initialize-torii.js:13
Functioninitialize
()
web/app/initializers/custom-inflector-rules.ts:3
Methodinput
* An asserted-true reference to the filter input.
web/app/components/x/dropdown-list/index.ts:151
MethodinputIsShown
* 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
MethodinputIsShown
* 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
Methodinstall
* 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
Methodinterrupted
(motions: Motion[])
web/app/utils/ember-animated/animate-transform.ts:40
MethodinvalidateSession
()
web/app/components/header/nav.ts:144
MethodisActive
()
web/app/components/table/sortable-header.ts:53
MethodisApproved
()
web/app/components/document/status-icon.ts:22
← previousnext →701–800 of 1,102, ranked by callers