MCPcopy Create free account

hub / github.com/analogdotnow/Analog / functions

Functions2,565 in github.com/analogdotnow/Analog

↓ 1 callersFunctionapplyOptimisticActions
({ items, timeZone, optimisticActions, }: ApplyOptimisticActionsOptions)
apps/web/src/hooks/calendar/apply-optimistic-actions.ts:17
↓ 1 callersFunctionarray_to_object
(source: any[], options: { plainObjects: boolean })
packages/google-tasks/src/internal/qs/utils.ts:40
↓ 1 callersMethodasResponse
* Gets the raw `Response` instance instead of parsing the response * data. * * If you want to parse the response body but still get the `Resp
packages/google-maps-places/src/core/api-promise.ts:54
↓ 1 callersMethodasResponse
* Gets the raw `Response` instance instead of parsing the response * data. * * If you want to parse the response body but still get the `Resp
packages/google-tasks/src/core/api-promise.ts:54
↓ 1 callersMethodasResponse
* Gets the raw `Response` instance instead of parsing the response * data. * * If you want to parse the response body but still get the `Resp
packages/google-maps-routes/src/core/api-promise.ts:54
↓ 1 callersFunctionassignColor
(index: number)
packages/providers/src/calendars/colors.ts:50
↓ 1 callersMethodauthHeaders
( opts: FinalRequestOptions, )
packages/google-maps-places/src/client.ts:270
↓ 1 callersMethodauthHeaders
( opts: FinalRequestOptions, )
packages/google-tasks/src/client.ts:229
↓ 1 callersMethodauthHeaders
( opts: FinalRequestOptions, )
packages/google-maps-routes/src/client.ts:263
↓ 1 callersMethodautocomplete
( input: string, options?: AutocompleteOptions, )
packages/providers/src/google-places/interfaces.ts:20
↓ 1 callersMethodbubbleUp
(index: number)
apps/web/src/lib/data-structures/min-max-heap.ts:92
↓ 1 callersMethodbuildBody
({ options: { body, headers: rawHeaders }, }: { options: FinalRequestOptions; })
packages/google-maps-places/src/client.ts:815
↓ 1 callersMethodbuildBody
({ options: { body, headers: rawHeaders }, }: { options: FinalRequestOptions; })
packages/google-tasks/src/client.ts:747
↓ 1 callersMethodbuildBody
({ options: { body, headers: rawHeaders }, }: { options: FinalRequestOptions; })
packages/google-maps-routes/src/client.ts:808
↓ 1 callersFunctionbuildExecutionSource
(code: string)
packages/runtime-secure-exec/src/index.ts:215
↓ 1 callersMethodbuildHeaders
({ options, method, bodyHeaders, retryCount, }: { options: FinalRequestOptions; meth
packages/google-maps-places/src/client.ts:773
↓ 1 callersMethodbuildHeaders
({ options, method, bodyHeaders, retryCount, }: { options: FinalRequestOptions; meth
packages/google-tasks/src/client.ts:705
↓ 1 callersMethodbuildHeaders
({ options, method, bodyHeaders, retryCount, }: { options: FinalRequestOptions; meth
packages/google-maps-routes/src/client.ts:766
↓ 1 callersMethodbuildRequest
( inputOptions: FinalRequestOptions, { retryCount = 0 }: { retryCount?: number } = {}, )
packages/google-maps-places/src/client.ts:734
↓ 1 callersMethodbuildRequest
( inputOptions: FinalRequestOptions, { retryCount = 0 }: { retryCount?: number } = {}, )
packages/google-tasks/src/client.ts:670
↓ 1 callersMethodbuildRequest
( inputOptions: FinalRequestOptions, { retryCount = 0 }: { retryCount?: number } = {}, )
packages/google-maps-routes/src/client.ts:727
↓ 1 callersMethodbuildURL
( path: string, query: Record<string, unknown> | null | undefined, defaultBaseURL?: string | undef
packages/google-maps-places/src/client.ts:320
↓ 1 callersMethodbuildURL
( path: string, query: Record<string, unknown> | null | undefined, )
packages/google-tasks/src/client.ts:259
↓ 1 callersMethodbuildURL
( path: string, query: Record<string, unknown> | null | undefined, defaultBaseURL?: string | undef
packages/google-maps-routes/src/client.ts:313
↓ 1 callersFunctionbuildUpdateEvent
( event: CalendarEvent, previous: CalendarEvent, options: BuildUpdateEventOptions, )
apps/web/src/components/calendar/flows/update-event/utils.ts:68
↓ 1 callersFunctionbuildUpdateSeries
( event: CalendarEvent, previous: CalendarEvent, options: BuildUpdateSeriesOptions, )
apps/web/src/components/calendar/flows/update-event/utils.ts:107
↓ 1 callersFunctioncacheItemMetadata
Convert items to cached format with precomputed epoch values
apps/web/src/components/calendar/utils/multi-day-layout.ts:43
↓ 1 callersFunctioncalculateColumnIndex
({ scrollLeft, columnWidth, cursorX, timelineWidth, }: CalculateColumnOffsetOptions)
apps/web/src/components/calendar/week-view/utils.ts:31
↓ 1 callersFunctioncalculateColumnOffset
(options: CalculateColumnOffsetOptions)
apps/web/src/components/calendar/month-view/utils.ts:17
↓ 1 callersFunctioncalculateDate
({ anchor, columnIndex, columns, initialColumnOffset, }: CalculateDateOptions)
apps/web/src/components/calendar/week-view/utils.ts:57
↓ 1 callersMethodcalculateDefaultRetryTimeoutMillis
( retriesRemaining: number, maxRetries: number, )
packages/google-maps-places/src/client.ts:713
↓ 1 callersMethodcalculateDefaultRetryTimeoutMillis
( retriesRemaining: number, maxRetries: number, )
packages/google-tasks/src/client.ts:649
↓ 1 callersMethodcalculateDefaultRetryTimeoutMillis
( retriesRemaining: number, maxRetries: number, )
packages/google-maps-routes/src/client.ts:706
↓ 1 callersFunctioncalculateItemCapacity
* Calculate the maximum number of item lanes that can fit in the available space
apps/web/src/components/calendar/utils/multi-day-layout.ts:136
↓ 1 callersFunctioncalculateItemDimensions
( start: Temporal.ZonedDateTime, end: Temporal.ZonedDateTime, startHour: number, cellHeight: number, )
apps/web/src/components/calendar/utils/positioning/inline-items.ts:113
↓ 1 callersFunctioncalculatePosition
({ start, end, index, overlapDepth, columns, cellHeight, }: CalculatePositionOptions)
apps/web/src/components/calendar/utils/positioning/inline-items.ts:233
↓ 1 callersFunctioncalculateRelativeOffset
({ cursorY, containerTop, columnHeight, initialOffsetY, }: CalculateRelativeOffsetOptions)
apps/web/src/components/calendar/week-view/utils.ts:87
↓ 1 callersFunctioncalculateRowOffset
(options: CalculateRowDeltaOptions)
apps/web/src/components/calendar/month-view/utils.ts:7
↓ 1 callersFunctioncalculateSideItemDimensions
( start: Temporal.ZonedDateTime, end: Temporal.ZonedDateTime, cellHeight: number, )
apps/web/src/components/calendar/utils/positioning/side-items.ts:19
↓ 1 callersFunctioncalculateTimeFromRelativeOffset
({ relativeOffset, columnHeight, }: CalculateTimeFromRelativeOffsetOptions)
apps/web/src/components/calendar/week-view/utils.ts:111
↓ 1 callersFunctioncalculateTimeOffset
( time: Temporal.PlainTime | Temporal.PlainDateTime, cellHeight: number, )
apps/web/src/components/calendar/week-view/use-week-view-scroll.ts:8
↓ 1 callersMethodcalendarViewFor
(calendarId: string)
packages/providers/src/calendars/microsoft-calendar/events/index.ts:57
↓ 1 callersFunctioncanMoveBetweenCalendars
( event: CalendarEvent, destination: Calendar, )
apps/web/src/components/calendar/utils/move.ts:3
↓ 1 callersFunctioncityName
(timeZoneId: string)
apps/web/src/lib/timezones.ts:99
↓ 1 callersFunctionclampRange
({ start, end, range }: ClampRangeOptions)
apps/web/src/components/calendar/week-view/infinite-week-view-all-day-event-provider.tsx:183
↓ 1 callersMethodclear
()
apps/web/src/lib/data-structures/ring-buffer.ts:137
↓ 1 callersFunctioncoerceBoolean
(value: unknown)
packages/google-maps-places/src/internal/utils/values.ts:86
↓ 1 callersFunctioncoerceBoolean
(value: unknown)
packages/google-tasks/src/internal/utils/values.ts:78
↓ 1 callersFunctioncoerceBoolean
(value: unknown)
packages/google-maps-routes/src/internal/utils/values.ts:86
↓ 1 callersFunctioncoerceFloat
(value: unknown)
packages/google-maps-places/src/internal/utils/values.ts:77
↓ 1 callersFunctioncoerceFloat
(value: unknown)
packages/google-tasks/src/internal/utils/values.ts:69
↓ 1 callersFunctioncoerceFloat
(value: unknown)
packages/google-maps-routes/src/internal/utils/values.ts:77
↓ 1 callersFunctioncoerceInteger
(value: unknown)
packages/google-maps-places/src/internal/utils/values.ts:68
↓ 1 callersFunctioncoerceInteger
(value: unknown)
packages/google-tasks/src/internal/utils/values.ts:60
↓ 1 callersFunctioncoerceInteger
(value: unknown)
packages/google-maps-routes/src/internal/utils/values.ts:68
↓ 1 callersFunctioncompact_queue
( queue: Array<{ obj: T; prop: string }>, )
packages/google-tasks/src/internal/qs/utils.ts:16
↓ 1 callersFunctioncomputeOffsetsFromBottom
(heights: number[], gapPx: number)
apps/web/src/components/command-bar/window-layout-provider.tsx:20
↓ 1 callersFunctioncomputePosition
({ item, range }: ComputedPositionOptions)
apps/web/src/components/calendar/week-view/infinite-week-view-all-day-event-provider.tsx:154
↓ 1 callersFunctioncomputePositionedItems
({ lanes, range, }: ComputedPositionedItemsOptions)
apps/web/src/components/calendar/week-view/infinite-week-view-all-day-event-provider.tsx:92
↓ 1 callersMethodcomputeRoutes
* Returns the primary route along with optional alternate routes, given a set of * terminal and intermediate waypoints. * * **NOTE:** This me
packages/google-maps-routes/src/resources/directions.ts:44
↓ 1 callersFunctioncomputeSnapshot
()
apps/web/src/lib/data-structures/ring-buffer-store.ts:52
↓ 1 callersFunctioncomputeStackHeight
(heights: number[], gapPx: number)
apps/web/src/components/command-bar/window-layout-provider.tsx:46
↓ 1 callersFunctioncomputeTimelineWidth
({ scrollElement, }: ComputeTimelineWidthOptions)
apps/web/src/components/calendar/week-view/utils.ts:12
↓ 1 callersFunctioncomputeTotalLanes
({ items, range }: ComputedTotalLanesOptions)
apps/web/src/components/calendar/week-view/infinite-week-view-all-day-event-provider.tsx:132
↓ 1 callersFunctionconstructEvent
(req: UpdateQueueRequest)
apps/web/src/components/calendar/flows/update-event/use-update-action.tsx:37
↓ 1 callersFunctioncreateCalendarStore
( initState: Omit<CalendarStore, keyof CalendarActions> = defaultInitState, )
apps/web/src/store/calendar-store.ts:137
↓ 1 callersMethodcreateConference
( options: ConferencingProviderCreateConferenceOptions, )
packages/providers/src/interfaces/providers/conference.ts:14
↓ 1 callersFunctioncreateDerivedMonthWeeks
({ start, count, rowsCenter, weekStartsOn, anchorOffset, }: CreateDerivedMonthWeeksOptions)
apps/web/src/components/calendar/month-view/use-derived-month-week-buffer.ts:66
↓ 1 callersFunctioncreateDerivedWeekDays
({ start, count, columnsCenter, collection, collectionStart, anchorOffset, }: CreateDerivedWeekDay
apps/web/src/components/calendar/week-view/use-derived-week-day-buffer.ts:67
↓ 1 callersFunctioncreateDraftEvent
(options: CreateDraftEventOptions)
apps/web/src/lib/utils/calendar.ts:16
↓ 1 callersFunctioncreateEventDescription
(title: string, mentions: Mention[])
apps/web/src/components/ai-input/command-bar.tsx:35
↓ 1 callersFunctioncreateEventParams
( event: CreateEventInput | UpdateEventInput, )
packages/providers/src/calendars/google-calendar/events/utils.ts:264
↓ 1 callersFunctioncreateItem
({ time, use12Hour, locale }: CreateItemOptions)
apps/web/src/lib/input/time.ts:97
↓ 1 callersFunctioncreateJourneyDisplayItem
( journeyId: string, value: JourneyValue, start: Temporal.ZonedDateTime, end: Temporal.ZonedDateTime,
apps/web/src/lib/display-item.ts:267
↓ 1 callersFunctioncreateLocationDisplayItem
( locationId: string, value: object, start: Temporal.ZonedDateTime, end: Temporal.ZonedDateTime, )
apps/web/src/lib/display-item.ts:247
↓ 1 callersFunctioncreatePathTagFunction
(pathEncoder = encodeURIPath)
packages/google-maps-places/src/internal/utils/path.ts:19
↓ 1 callersFunctioncreatePathTagFunction
(pathEncoder = encodeURIPath)
packages/google-tasks/src/internal/utils/path.ts:15
↓ 1 callersFunctioncreatePathTagFunction
(pathEncoder = encodeURIPath)
packages/google-maps-routes/src/internal/utils/path.ts:19
↓ 1 callersFunctioncreateProviderHandler
( account: HookAccountRecord, context: AuthContext | null | undefined, )
packages/auth/src/utils/account-linking.ts:9
↓ 1 callersFunctioncreateRingBufferStore
(capacity: number)
apps/web/src/lib/data-structures/ring-buffer-store.ts:31
↓ 1 callersFunctioncreateSettingsSlice
(set)
apps/web/src/store/slices/settings-slice.ts:103
↓ 1 callersFunctioncreateTaskDisplayItem
( taskId: string, title: string, allDay: boolean, start: Temporal.ZonedDateTime, end: Temporal.Zoned
apps/web/src/lib/display-item.ts:226
↓ 1 callersFunctioncreateUISlice
(set, get)
apps/web/src/store/slices/ui-slice.ts:35
↓ 1 callersFunctioncreateViewSlice
(set)
apps/web/src/store/slices/view-slice.ts:75
↓ 1 callersFunctioncreateWindowId
()
apps/web/src/store/slices/ui-slice.ts:26
↓ 1 callersMethoddecline
(params: DeclineInput)
packages/microsoft-calendar/src/users/events/events.ts:175
↓ 1 callersMethoddefaultIdempotencyKey
()
packages/google-maps-places/src/client.ts:307
↓ 1 callersMethoddefaultIdempotencyKey
()
packages/google-tasks/src/client.ts:246
↓ 1 callersMethoddefaultIdempotencyKey
()
packages/google-maps-routes/src/client.ts:300
↓ 1 callersFunctiondefaultLanguageCode
(headers: Headers)
packages/api/src/utils/headers.ts:1
↓ 1 callersMethoddefaultQuery
()
packages/google-maps-places/src/client.ts:253
↓ 1 callersMethoddefaultQuery
()
packages/google-tasks/src/client.ts:212
↓ 1 callersMethoddefaultQuery
()
packages/google-maps-routes/src/client.ts:246
↓ 1 callersMethoddequeueLeft
()
apps/web/src/lib/data-structures/ring-buffer.ts:105
↓ 1 callersMethoddequeueRight
()
apps/web/src/lib/data-structures/ring-buffer.ts:121
↓ 1 callersFunctiondirections
(input: DirectionsInput)
packages/api/src/utils/maps/routes/directions.ts:78
↓ 1 callersFunctiondisplayedDays
( view: CalendarView, weekViewNumberOfDays: number, )
apps/web/src/store/hooks/index.ts:41
↓ 1 callersFunctionemit
()
apps/web/src/lib/data-structures/ring-buffer-store.ts:48
↓ 1 callersFunctionencodeUTF8
(str: string)
packages/google-maps-places/src/internal/utils/bytes.ts:17
↓ 1 callersFunctionencodeUTF8
(str: string)
packages/google-tasks/src/internal/utils/bytes.ts:17
← previousnext →401–500 of 2,565, ranked by callers