MCPcopy Create free account

hub / github.com/colouring-cities/colouring-core / functions

Functions545 in github.com/colouring-cities/colouring-core

Methodconstructor
(props)
app/src/frontend/building/data-components/year-data-entry.tsx:38
Methodconstructor
(props)
app/src/frontend/map/search-box.tsx:35
Methodconstructor
( /** Base path in filesystem to store the cache */ private basePath: string, /** Doma
app/src/tiles/tileCache.ts:67
Methodconstructor
(message)
app/src/api/validation.ts:2
Methodconstructor
(message?: string)
app/src/api/errors/general.ts:2
Methodconstructor
(message?: string, argumentName?: string)
app/src/api/errors/general.ts:10
Methodconstructor
(message?: string)
app/src/api/errors/general.ts:18
Methodconstructor
(message?: string, fieldName?: string)
app/src/api/errors/general.ts:26
Methodconstructor
(message?: string, fieldName?: string)
app/src/api/errors/general.ts:35
Methodconstructor
(detail?: string)
app/src/api/errors/general.ts:44
Methodconstructor
(message?: string, originalError?: Error)
app/src/api/errors/api.ts:10
Methodconstructor
(message?: string, originalError?: Error, paramName?: string)
app/src/api/errors/api.ts:20
Methodconstructor
(message?: string, originalError?: Error)
app/src/api/errors/api.ts:28
Methodconstructor
(message?: string, originalError?: Error)
app/src/api/errors/api.ts:35
Methodconstructor
(message: string)
app/src/api/services/passwordReset.ts:43
FunctioncreateUser
(user)
app/src/api/services/user.ts:12
FunctioncreativeSwitchOnClick
(e)
app/src/frontend/displayPreferences-context.tsx:271
FunctiondarkLightThemeSwitchOnClick
(e)
app/src/frontend/displayPreferences-context.tsx:394
FunctiondateReviver
(name, value)
app/src/helpers.ts:10
FunctiondeleteUser
(id: string)
app/src/api/services/user.ts:166
FunctioneditBuilding
( buildingId: number, userId: string, { attributes, userAttributes } : BuildingUpdate )
app/src/api/services/building/edit.ts:13
FunctioneditableBuildingsSwitchOnClick
(e)
app/src/frontend/displayPreferences-context.tsx:379
MethodexpandSearch
(e)
app/src/frontend/map/search-box.tsx:90
Functionfilepath
()
etl/planning_data/obtain_livestream_data_and_load_into_database.py:240
FunctionfloodSwitchOnClick
(e)
app/src/frontend/displayPreferences-context.tsx:241
FunctiongetAutofillOptions
(fieldName: string, fieldValue: any, allValues: boolean)
app/src/api/services/autofill.ts:50
FunctiongetBuildingUserData
( buildingId: number, userId: string, lockForUpdate: boolean = false, t?: ITask<any> )
app/src/api/dataAccess/building.ts:185
FunctiongetBuildingUserVerifiedAttributes
(buildingId: number, userId: string)
app/src/api/dataAccess/verify.ts:23
FunctiongetBuildingVerifiedAttributes
(buildingId: number)
app/src/api/dataAccess/verify.ts:5
FunctiongetDataConfig
(tileset: string)
app/src/tiles/dataDefinition.ts:877
FunctiongetDataExtractById
(extractId: number)
app/src/api/services/dataExtract.ts:33
MethodgetDerivedStateFromProps
(props, state)
app/src/frontend/building/data-container.tsx:91
FunctiongetLandUseGroupFromClass
(classes: string[])
app/src/api/dataAccess/landUse.ts:3
FunctiongetLandUseOrderFromGroup
(groups: string[])
app/src/api/dataAccess/landUse.ts:18
FunctiongetLanduseGroupOptions
(value: string, all: boolean = false)
app/src/api/services/autofill.ts:17
FunctiongetLayerVariables
(tileset: string, dataParams: any)
app/src/tiles/dataDefinition.ts:931
FunctiongetLeaders
(number_limit: number, time_limit: number)
app/src/api/services/leaderboard.ts:3
FunctiongetUserByEmail
(email: string)
app/src/api/services/user.ts:107
FunctionhandleAutofillSelect
(value: string)
app/src/frontend/building/data-components/data-entry-input.tsx:46
MethodhandleBlur
(event)
app/src/frontend/components/tooltip.tsx:61
FunctionhandleChange
(e: ChangeEvent<HTMLInputElement>)
app/src/frontend/building/data-components/multi-select-data-entry.tsx:20
MethodhandleChange
(e)
app/src/frontend/pages/leaderboard.tsx:39
MethodhandleChange
* Handle update directly * - e.g. as callback from MultiTextInput where we set a list of strings * * @param {String} name
app/src/frontend/building/data-container.tsx:193
MethodhandleChange
(e)
app/src/frontend/map/search-box.tsx:56
FunctionhandleClear
(e: React.MouseEvent<HTMLButtonElement>)
app/src/frontend/building/data-components/logical-data-entry/logical-data-entry.tsx:74
MethodhandleKeyPress
(e)
app/src/frontend/map/search-box.tsx:70
FunctionhandleNavigate
()
app/src/frontend/header.tsx:214
MethodhandleReset
()
app/src/frontend/building/data-container.tsx:197
MethodhandleSaveAdd
(slug: string, newItem: any)
app/src/frontend/building/data-container.tsx:219
MethodhandleSaveChange
(slug: string, value: any)
app/src/frontend/building/data-container.tsx:238
FunctionhandleSubmit
(evt)
app/src/frontend/map/data-switcher.tsx:11
MethodhandleSubmit
(event)
app/src/frontend/building/data-container.tsx:213
FunctionhandleValueChange
(e: React.ChangeEvent<HTMLInputElement>)
app/src/frontend/building/data-components/logical-data-entry/logical-data-entry.tsx:70
MethodhandleVerify
(slug: string, verify: boolean, x: number, y: number)
app/src/frontend/building/data-container.tsx:251
FunctionhousingSwitchOnClick
(e)
app/src/frontend/displayPreferences-context.tsx:256
Functionidentity
(x)
app/src/frontend/nav/url-param-transform.ts:6
FunctioninsertEditHistoryRevision
( buildingId: number, userId: string, forwardPatch: object, reversePatch: object, t?: ITas
app/src/api/dataAccess/building.ts:34
FunctionisLandUseGroupAllowed
(group: string)
app/src/api/dataAccess/landUse.ts:40
FunctionisNullishOrEmpty
(obj: any)
app/src/helpers.ts:31
FunctionlistDataExtracts
()
app/src/api/services/dataExtract.ts:17
Functionlist_str
(values)
etl/join_building_data/load_csv.py:174
FunctionmakeOption
(option: string | SelectOption)
app/src/frontend/building/data-components/select-data-entry.tsx:19
FunctionmapObject
(x: T, fn: ([key, value]: [keyof T, T[keyof T]]) => R)
app/src/helpers.ts:97
FunctionmarkdownLinkToAnchor
(link: string)
app/src/frontend/components/tooltip.tsx:19
FunctionmodifyWebpackConfig
({ env: { target, dev }, webpackConfig })
app/razzle.config.js:14
Functionnoop
()
app/src/frontend/auth-context.tsx:46
Functionnoop
()
app/src/frontend/displayPreferences-context.tsx:123
FunctionparcelSwitchOnClick
(e)
app/src/frontend/displayPreferences-context.tsx:298
FunctionparseBooleanParam
(param: string)
app/src/api/parameters.ts:36
FunctionparseCategoryURL
* Parse category slug from URL * * @param {String} url * @returns {String} [age]
app/src/parse.ts:41
FunctionparsePositiveIntParam
(param: string)
app/src/api/parameters.ts:26
FunctionpickFields
(obj: any, fieldWhitelist: Set<string>)
app/src/helpers.ts:68
Functionplanning_data_entry_to_address
(element)
etl/planning_data/address_data.py:1
FunctionqueryBuildingsAtPoint
(lng: number, lat: number)
app/src/api/services/building/query.ts:3
FunctionqueryBuildingsByReference
(key: string, ref: string)
app/src/api/services/building/query.ts:29
FunctionremoveBuildingUserVerifiedAttribute
(buildingId: number, userId: string, attribute: string)
app/src/api/dataAccess/verify.ts:88
Methodrender
()
app/src/frontend/components/tooltip.tsx:69
Methodrender
()
app/src/frontend/user/forgotten-password.tsx:59
Methodrender
()
app/src/frontend/user/password-reset.tsx:86
Methodrender
()
app/src/frontend/pages/leaderboard.tsx:104
Methodrender
()
app/src/frontend/pages/data-extracts.tsx:38
Methodrender
()
app/src/frontend/building/data-container.tsx:301
Methodrender
()
app/src/frontend/building/data-components/verification.tsx:31
Methodrender
()
app/src/frontend/building/data-components/year-data-entry.tsx:51
FunctionresetPassword
(passwordResetToken: string, newPassword: string)
app/src/api/services/passwordReset.ts:31
FunctionsanitiseURL
(string)
app/src/frontend/helpers.ts:4
Methodsearch
(e)
app/src/frontend/map/search-box.tsx:97
FunctionsendPasswordResetToken
* Generate a password reset token for the specified account and send the password reset link by email * @param email the email address for which to g
app/src/api/services/passwordReset.ts:20
FunctionshowLayerSelectionSwitchOnClick
(e)
app/src/frontend/displayPreferences-context.tsx:409
FunctionshowLess
()
app/src/frontend/building/data-components/planning-data-entry.tsx:30
FunctionshowMore
()
app/src/frontend/building/data-components/planning-data-entry.tsx:29
FunctionstitchOrRenderBuildingTile
(tileParams: TileParams, dataParams: any)
app/src/tiles/rendererDefinition.ts:65
Functionstub
()
app/src/frontend/auth-context.tsx:30
Functionstub
()
app/src/frontend/displayPreferences-context.tsx:62
FunctionswitchToAgeCladdingMapStyle
(event: React.MouseEvent<HTMLButtonElement, MouseEvent>)
app/src/frontend/building/data-containers/age-history.tsx:65
FunctionswitchToAgeExtensionMapStyle
(event: React.MouseEvent<HTMLButtonElement, MouseEvent>)
app/src/frontend/building/data-containers/age-history.tsx:69
FunctionswitchToAgeInferredMapStyle
(event: React.MouseEvent<HTMLButtonElement, MouseEvent>)
app/src/frontend/building/data-containers/age-history.tsx:61
FunctionswitchToAgeMapStyle
(event: React.MouseEvent<HTMLButtonElement, MouseEvent>)
app/src/frontend/building/data-containers/age-history.tsx:57
FunctionswitchToAgeRetrofitMapStyle
(event: React.MouseEvent<HTMLButtonElement, MouseEvent>)
app/src/frontend/building/data-containers/age-history.tsx:73
FunctionswitchToAllPlanningApplicationsMapStyle
(e)
app/src/frontend/building/data-containers/planning-conservation.tsx:70
← previousnext →401–500 of 545, ranked by callers