Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Devographics/Monorepo
/ functions
Functions
3,264 in github.com/Devographics/Monorepo
⨍
Functions
3,264
◇
Types & classes
698
↓ 3 callers
Function
getUrl
(path: string = '')
api/src/load/surveys.ts:111
↓ 3 callers
Function
getValue
(variable: EnvVariable, localDefaultValues: DefaultConfigValues = {})
shared/helpers/env.ts:108
↓ 3 callers
Function
getValueKey
(columnId: ColumnId)
results/src/core/charts/multiItemsExperience/helpers/helpers.ts:138
↓ 3 callers
Function
getVariables
()
shared/helpers/env.ts:73
↓ 3 callers
Function
getWidth
(widthValue: number)
results/src/core/charts/horizontalBar2/rows/RowSingle.tsx:45
↓ 3 callers
Function
getXCoord
(columnIndex: number)
results/src/core/charts/verticalBar2/lines/Line.tsx:95
↓ 3 callers
Function
getYCoord
(value: number)
results/src/core/charts/verticalBar2/lines/Line.tsx:96
↓ 3 callers
Function
graphqlLiteral
(value: string)
results-waku/src/lib/graphql/client.ts:63
↓ 3 callers
Function
groupDataByYears
({ keys = [], data = [], valueKeys = defaultValueKeys }: { data: ResponseEditionData[] val
results/src/core/helpers/datatables.ts:136
↓ 3 callers
Function
highlightMatches
( text: string, regexArray: string[], primaryPattern?: string, filterQueryPattern?: string )
surveyadmin/src/components/hooks.ts:98
↓ 3 callers
Function
isAdmin
( user: PermissionUser | null | undefined )
shared/permissions/permissions.ts:125
↓ 3 callers
Function
isLibrarySection
(section: Section | SectionApiObject)
api/src/helpers/sections.ts:27
↓ 3 callers
Function
isSpecialBucket
(b: Bucket | FacetBucket)
api/src/compute/stages/limit_data.ts:19
↓ 3 callers
Function
itemId
(key: string)
surveyform/src/components/inputs/TextList.tsx:26
↓ 3 callers
Function
keyFrom
(name)
shared/react-i18n/translation-key-getters.js:1
↓ 3 callers
Function
limitBuckets
({ buckets, limit }: { buckets: T[] limit: number })
api/src/compute/stages/limit_data.ts:64
↓ 3 callers
Function
listGitHubFiles
({ owner, repo, path }: { owner: string repo: string path: string })
api/src/external_apis/github.ts:50
↓ 3 callers
Function
loadOrGetEntities
( options: { forceReload?: boolean } = { forceReload: false }, context?: RequestContext )
api/src/load/entities.ts:36
↓ 3 callers
Function
loadResponse
({ responseId, currentUser, }: { responseId: string; currentUser: any; })
surveyform/src/lib/responses/db-actions/load.ts:11
↓ 3 callers
Function
localeWithStringsCacheKey
( options: CacheKeyOptions & { localeId: string; contexts: Array<string> } )
shared/fetch/cache_keys.ts:17
↓ 3 callers
Function
makeCtx
()
shared/i18n/tokenExpr.test.ts:8
↓ 3 callers
Function
makeTranslatorFunc
(locale: Locale)
shared/i18n/translate.ts:49
↓ 3 callers
Function
multipleWithOther
shared/templates/templates/multipleWithOther.ts:4
↓ 3 callers
Function
normalizePageUrl
(rawUrl: string, sameOrigin: string)
results-waku/tests/e2e/stateofjs-parity.spec.ts:509
↓ 3 callers
Function
normalizeSingle
(value, allRules, matchCategories)
jobs/src/normalization/helpers.js:206
↓ 3 callers
Function
normalizeSingle
(options: { values: any[]; entityRules: EntityRule[]; edition: EditionMetadata; questionObject: Questi
surveyadmin/src/lib/normalization/normalize/helpers.ts:65
↓ 3 callers
Function
normalizeUrl
(raw: string)
results-waku/tests/e2e/stateofjs-parity.spec.ts:236
↓ 3 callers
Function
onMouseEnter
(event: any, data: DotData)
results/not_used/charts/generic/UsageVariationsChart/multiple-diverging-lines/Dots.tsx:118
↓ 3 callers
Function
openPair
(browser: Browser)
results-waku/tests/e2e/stateofjs-parity.spec.ts:169
↓ 3 callers
Function
owns
( user: PermissionUser | null, document: PermissionDocument )
shared/permissions/permissions.ts:105
↓ 3 callers
Function
prefixPathsObjectWithEditionId
(paths: DbSubPaths, editionId: string)
shared/templates/helpers/paths.ts:173
↓ 3 callers
Function
questionIsCompleted
({ edition, question, response, }: { edition: EditionMetadata; question: QuestionMetadata; respons
surveyform/src/lib/responses/helpers.ts:226
↓ 3 callers
Function
ratioDelta
(left: number, right: number)
results-waku/tests/e2e/stateofjs-parity.spec.ts:521
↓ 3 callers
Function
reload
(path, args: { target?: Target })
surveyadmin/src/scripts/reloadAPI.ts:11
↓ 3 callers
Function
removeNull
(obj: any)
shared/fetch/fetch.ts:21
↓ 3 callers
Method
render
()
surveyform/src/lib/rsc-error.tsx:23
↓ 3 callers
Function
rscLocaleFromParams
(params: LocaleParams)
surveyform/src/lib/i18n/api/rsc-fetchers.ts:50
↓ 3 callers
Function
rscTeapot
({ contexts, localeId }: { contexts?: Array<string>, localeId: string })
surveyform/src/lib/i18n/components/ServerT.tsx:13
↓ 3 callers
Function
runScript
({ id, scriptArgs })
surveyadmin/src/lib/scripts/services.ts:16
↓ 3 callers
Function
sanitizeHtmlString
(s: string)
api/src/helpers/strings.ts:37
↓ 3 callers
Function
serverConfig
()
surveyadmin/src/config/server.ts:11
↓ 3 callers
Function
setFilterQuery
(filterQuery: string, variant?: AnswerVariant)
surveyadmin/src/components/normalization/NormalizeQuestion.tsx:306
↓ 3 callers
Function
sortBuckets
( buckets: T[], axis: ComputeAxisParameters )
api/src/compute/stages/sort_data.ts:14
↓ 3 callers
Function
unquote
(s: string)
results-waku/src/lib/queries/helpers.ts:49
↓ 3 callers
Function
unquote
(s: string)
results/src/core/queries/helpers.ts:48
↓ 3 callers
Function
unquote
(s: string)
results/node_src/queries/helpers.ts:49
↓ 3 callers
Function
useAllQuestions
()
results/src/core/charts/hooks.ts:491
↓ 3 callers
Function
useBlockTitle
({ block }: { block: BlockVariantDefinition })
results/src/core/helpers/blockHelpers.ts:158
↓ 3 callers
Function
useClientData
({ editionId, surveyId, }: { editionId?: string; surveyId?: string; })
surveyform/src/components/page/hooks.ts:60
↓ 3 callers
Function
useColorDefs
(options: UseColorDefsOptions = {})
results/src/core/charts/hooks.ts:255
↓ 3 callers
Function
useCustomNormalizationMutation
(action, cacheKeyParams)
surveyadmin/src/components/normalization/NormTokenAction.tsx:184
↓ 3 callers
Function
useEntity
(id: string)
results/src/core/helpers/entities.ts:17
↓ 3 callers
Function
useMessagesContext
()
surveyform/src/components/common/UserMessagesContext.tsx:28
↓ 3 callers
Function
useMutation
(mutation: DocumentNode)
shared/swr-graphql/index.ts:39
↓ 3 callers
Function
usePresets
({ edition, question, }: { edition: EditionMetadata; question: QuestionMetadata; })
surveyadmin/src/components/normalization/hooks.ts:97
↓ 3 callers
Function
useQuery
(query: DocumentNode, variables: any = {})
shared/swr-graphql/index.ts:28
↓ 3 callers
Function
useResponse
()
surveyform/src/components/ResponseContext/ResponseProvider.tsx:49
↓ 3 callers
Function
verifyMagicToken
({ token, clientData, }: { token: string; /** * If it contains a surveyId and editionId, * we wi
surveyform/src/lib/account/magicLogin/client-actions/verifyMagicToken.ts:8
↓ 2 callers
Function
addAutoFeatures
(edition: Edition | EditionApiObject)
api/src/helpers/sections.ts:12
↓ 2 callers
Function
addAutoLibraries
(edition: Edition | EditionApiObject)
api/src/helpers/sections.ts:18
↓ 2 callers
Function
addCustomTokens
(params: CustomNormalizationParams)
surveyadmin/src/lib/normalization/services.ts:101
↓ 2 callers
Function
addEntityId
(id)
surveyadmin/src/components/normalization/ManualInput.tsx:94
↓ 2 callers
Function
addPointToSentence
(sentence?: string | null)
surveyform/src/components/error/DefaultError.tsx:11
↓ 2 callers
Function
addToAllContexts
(context: string)
api/src/load/locales/locales.ts:20
↓ 2 callers
Function
addTokenId
(id: string)
surveyadmin/src/components/normalization/AllPresets.tsx:91
↓ 2 callers
Function
allEditionsResolver
(parent, args, context, info)
api/src/generate/resolvers/editions.ts:17
↓ 2 callers
Function
alphaSort
(options: OptionMetadata[])
surveyform/src/lib/utils.ts:53
↓ 2 callers
Function
answerHasMatch
(a: NormalizationMetadata)
surveyadmin/src/lib/normalization/helpers/splitResponses.ts:24
↓ 2 callers
Function
answerIsDiscarded
(a: NormalizationMetadata)
surveyadmin/src/lib/normalization/helpers/splitResponses.ts:25
↓ 2 callers
Function
answerIsNotEmpty
(answer: any)
surveyform/src/lib/responses/helpers.ts:218
↓ 2 callers
Function
applyRankCutoff
(data: Array<ExperienceRatioItem>, rankCutoff: number)
api/src/compute/experience.ts:416
↓ 2 callers
Function
applyTemplate
( t: string, values: { [key: string]: string }, locale: Locale, key: string, )
homepage/src/helpers/translator.ts:55
↓ 2 callers
Function
approveTokens
(params: ApproveTokensParams)
surveyadmin/src/lib/normalization/services.ts:184
↓ 2 callers
Function
buildBlockQuery
({ query: query_, queryOptions, queryArgs }: { query: string, queryOptions: QueryOptio
charts/src/block/graphql/queries.ts:366
↓ 2 callers
Function
buildCoverageGrid
(nodes: ClickableNode[])
results-waku/tests/e2e/stateofjs-parity.spec.ts:389
↓ 2 callers
Function
calculateAverage
({ buckets, axis }: { buckets: Bucket[] | FacetBucket[] axis: ComputeAxisParameters })
api/src/compute/stages/add_averages.ts:70
↓ 2 callers
Function
calculatePercentiles2
({ buckets, axis }: { buckets: Bucket[] | FacetBucket[] axis: ComputeAxisParameters })
api/src/compute/stages/add_percentiles.ts:141
↓ 2 callers
Function
captureLocales
({ baseUrl, outputDir, sitemap, startFromLocale, }: { baseUrl: string outputDir: strin
capture/src/locales.ts:10
↓ 2 callers
Function
checkForDuplicates
( locale: RawLocale, strings: TranslationStringObject[], context: string, report: any )
api/src/helpers/locales.ts:244
↓ 2 callers
Function
cleanTokensUpIfNeeded
(document)
surveyadmin/src/lib/normalization/actions/tokens/removeCustomTokens.ts:5
↓ 2 callers
Function
cleanupValue
(value)
surveyadmin/src/lib/normalization/normalize/helpers.ts:28
↓ 2 callers
Function
combineItems
({ items, variable }: { items: StandardQuestionData[] variable: Variable })
results/src/core/charts/multiItemsExperience/helpers/helpers.ts:48
↓ 2 callers
Function
computeBucketsWithPercentages
({ buckets, editionData, parentBucket }: { buckets: T[] editionData: ResponseEditionData
api/src/compute/stages/add_percentages.ts:7
↓ 2 callers
Function
computeGlobalScore
(rawBuckets: Array<ScoreBucket>)
surveyform/src/lib/responses/scoreQuantiles.ts:27
↓ 2 callers
Function
computeLayers
(data: CityscapeToolData[])
results/not_used/charts/tools_b/ToolsCityscapeBlock/ToolsCityscapeBlock.tsx:133
↓ 2 callers
Function
concatPath
(...segments: string[])
shared/helpers/utils.ts:24
↓ 2 callers
Function
convertDataForStreamChart
(editionData: ResponseEditionData, units: BucketUnits)
results/not_used/charts/toolsSectionStreams/ToolFeatureStreamChart.tsx:63
↓ 2 callers
Function
copyTextToClipboard
(text: string)
results/src/core/helpers/utils.ts:37
↓ 2 callers
Function
createOrUpgradeUser
({ anonymousId, email, ...otherUserProps }: { email: string; /** Upgrade an existing anonymous user
surveyform/src/lib/users/db-actions/createOrUpgrade.ts:74
↓ 2 callers
Function
createPasswordlessUser
({ email, ...otherUserProps }: { email: string } & Partial<UserDocument>)
surveyform/src/lib/users/db-actions/createOrUpgrade.ts:7
↓ 2 callers
Function
cropPng
(png: PNG, width: number, height: number)
results-waku/tests/e2e/stateofjs-parity.spec.ts:370
↓ 2 callers
Function
decorateWithAverages
( facetBuckets: FacetBucket[], axis: ComputeAxisParameters )
api/src/compute/stages/add_percentiles.ts:15
↓ 2 callers
Function
diffDays
(d1: Date, d2: Date)
results/src/core/charts/timeSeriesByDate/helpers/other.ts:25
↓ 2 callers
Function
downloadJson
(dataString: string, filename = "data.json")
surveyadmin/src/components/normalization/Export.tsx:15
↓ 2 callers
Function
encodeParams
(params)
surveyform/src/lib/utils.ts:56
↓ 2 callers
Function
encrypt
(text)
jobs/src/normalization/helpers.js:14
↓ 2 callers
Function
ensureBaseUrl
(baseUrl: string)
results-waku/tests/e2e/stateofjs-parity.spec.ts:524
↓ 2 callers
Function
escapeHTML
(str)
surveyadmin/src/components/hooks.ts:56
↓ 2 callers
Function
escapeRegExp
(str: string)
results/src/core/charts/common2/comments/Comments.tsx:34
↓ 2 callers
Function
execAsPromise
(cmd: string)
surveyadmin/src/lib/export/generateExports.ts:8
← previous
next →
301–400 of 3,264, ranked by callers