MCPcopy Create free account

hub / github.com/UofS-CEPHIL/modelcollab / functions

Functions1,013 in github.com/UofS-CEPHIL/modelcollab

↓ 2 callersFunctiondescribeChildComponentUUIDTests
( successTest: (id: any) => Promise<void>, failTest: (id: any) => Promise<void> )
webui/src/test/ts/database/validation/modelDataValidationTestUtils.ts:186
↓ 2 callersFunctiondescribeComponentDataValueTests
( successTest: (c: FirebaseComponent) => Promise<void>, failTest: (c: FirebaseComponent) => Promise<vo
webui/src/test/ts/database/validation/modelDataValidationTestUtils.ts:112
↓ 2 callersFunctiondescribeComponentTypeTests
( successTest: (t: string) => Promise<void>, failTest: (t: string) => Promise<void>, validComponen
webui/src/test/ts/database/validation/modelDataValidationTestUtils.ts:71
↓ 2 callersFunctiondescribeScenarioStartStopTimeTests
(startTime: boolean)
webui/src/test/ts/database/validation/modelDataValidationTests.ts:249
↓ 2 callersMethoddoKeyDownHandler
( e: KeyboardEvent, setMode: (mode: UiMode) => void, keyMappings: { [key: string]: UiM
webui/src/main/ts/view/screens/canvas/behaviour/ChangeModeOnButtonPressBehaviour.ts:20
↓ 2 callersMethodeditHandleShape
( shape: RectangleShape, handleType: HandleType )
webui/src/main/ts/view/maxgraph/MCEdgeHandler.ts:60
↓ 2 callersFunctionentireDatabaseTests
( userUid: string )
webui/src/test/ts/database/rules/rtdbDegenerateRulesTests.ts:35
↓ 2 callersMethodfireGeometryChangeEvent
(cell: Cell)
webui/src/main/ts/view/screens/canvas/causalloop/graph/behaviour/CausalLoopHotkeyBehaviour.ts:332
↓ 2 callersMethodgetAvailableModesInDisplayOrder
()
webui/src/main/ts/view/screens/canvas/stockflow/StockFlowModeManager.tsx:19
↓ 2 callersMethodgetBoundKeyCodes
()
webui/src/main/ts/view/maxgraph/UserControls.ts:110
↓ 2 callersMethodgetCode
( modelId: string, onCodeReceived: ResponseHandler<string>, )
webui/src/main/ts/rest/RestClient.ts:23
↓ 2 callersMethodgetDefaultStyle
(isInner: boolean = false)
webui/src/main/ts/view/screens/canvas/stockflow/graph/presentation/FlowPresentation.ts:217
↓ 2 callersMethodgetEquationErrors
(val: string)
webui/src/main/ts/validation/ModelValitador.ts:157
↓ 2 callersMethodgetHandleStyle
(h: HandleType)
webui/src/main/ts/view/maxgraph/MCEdgeHandler.ts:101
↓ 2 callersMethodgetParentModelId
(id: string)
webui/src/main/ts/data/components/FirebaseStaticModel.ts:84
↓ 2 callersMethodgetPreviewArrowStyle
()
webui/src/main/ts/view/screens/canvas/stockflow/graph/behaviour/FlowModeBehaviour.ts:60
↓ 2 callersMethodgetString
( method: "get" | "post", url: string, onResponse: ResponseHandler<string> )
webui/src/main/ts/rest/RestClient.ts:59
↓ 2 callersMethodgetType
()
webui/src/main/ts/data/components/FirebaseCausalLoopLink.ts:49
↓ 2 callersMethodgetUser
()
webui/src/main/ts/data/FirebaseManager.ts:46
↓ 2 callersMethodgetVertexParameters
( component: FirebaseStaticModel, graph: MCGraph, parent?: Cell, )
webui/src/main/ts/view/screens/canvas/stockflow/graph/presentation/StaticModelPresentation.ts:62
↓ 2 callersMethodhandleKeyDown
(e: KeyboardEvent)
webui/src/main/ts/view/screens/canvas/behaviour/DefaultBehaviour.ts:6
↓ 2 callersFunctionhasReadPermissionTests
( userUid: string, modelId: string )
webui/src/test/ts/database/rules/rtdbModelDataRulesTests.ts:448
↓ 2 callersMethodhasSubscribed
()
webui/src/main/ts/data/FirebaseModelsManager.ts:34
↓ 2 callersMethodhexToRgb
(hex: string)
webui/src/main/ts/view/screens/canvas/toolbar/EditColorListItem.tsx:82
↓ 2 callersMethodidentifyComponents
( modelUuid: string, replacedId: string, replacementId: string, )
webui/src/main/ts/data/FirebaseDataModel.ts:550
↓ 2 callersMethodisChildId
(id: string)
webui/src/main/ts/data/components/FirebaseStaticModel.ts:55
↓ 2 callersMethodisChildIdFor
(staticModelId: string, childId: string)
webui/src/main/ts/data/components/FirebaseStaticModel.ts:92
↓ 2 callersMethodisCloudId
(id: string)
webui/src/main/ts/view/screens/canvas/stockflow/graph/StockFlowGraph.ts:75
↓ 2 callersFunctionisFlow
(cpt: FirebaseComponent)
webui/src/main/ts/view/maxgraph/MCGraph.ts:207
↓ 2 callersMethodisValidArrowSource
(c: Cell)
webui/src/main/ts/view/screens/canvas/stockflow/graph/behaviour/FlowModeBehaviour.ts:16
↓ 2 callersMethodisValidScenarioName
(name: string)
webui/src/main/ts/view/screens/canvas/stockflow/toolbar/EditScenariosSidebarContent.tsx:457
↓ 2 callersMethodloadCausalLoopModel
( modelUuid: string, onNameUpdated: (name: string) => void, onComponentsUpdated: (cpts
webui/src/main/ts/data/FirebaseSessionDataGetter.ts:15
↓ 2 callersMethodlogOut
()
webui/src/main/ts/data/FirebaseManager.ts:61
↓ 2 callersMethodmakeCloudArgs
( parent: Cell, x: number, y: number, id: string, graph: MCGraph,
webui/src/main/ts/view/screens/canvas/stockflow/graph/presentation/FlowPresentation.ts:187
↓ 2 callersMethodmakeCloudId
(flowId: string, isSource: boolean)
webui/src/main/ts/data/components/FirebaseFlow.ts:129
↓ 2 callersMethodmakeCloudStyle
(isInner: boolean = false)
webui/src/main/ts/view/screens/canvas/stockflow/graph/presentation/FlowPresentation.ts:206
↓ 2 callersMethodmakeLink
(src: Cell, tgt: Cell)
webui/src/main/ts/view/screens/canvas/stockflow/graph/behaviour/FlowModeBehaviour.ts:20
↓ 2 callersFunctionmakeModelsManager
()
webui/src/test/ts/data/FirebaseModelsManager.test.ts:671
↓ 2 callersMethodmakeModelsSharedUsersPath
()
webui/src/main/ts/data/RTDBSchema.ts:236
↓ 2 callersMethodmakePoint
(x: number, y: number)
webui/src/main/ts/data/components/FirebaseFlow.ts:113
↓ 2 callersMethodmakeScenarioNamePath
( modelUuid: string, scenarioId: string )
webui/src/main/ts/data/RTDBSchema.ts:73
↓ 2 callersMethodmakeScenarioStartTimePath
( modelUuid: string, scenarioId: string )
webui/src/main/ts/data/RTDBSchema.ts:59
↓ 2 callersMethodmakeScenarioStopTimePath
( modelUuid: string, scenarioId: string )
webui/src/main/ts/data/RTDBSchema.ts:66
↓ 2 callersMethodmakeUsersSharedModelsPath
()
webui/src/main/ts/data/RTDBSchema.ts:212
↓ 2 callersMethodmoveTo
(p: Point)
webui/src/main/ts/view/screens/canvas/stockflow/graph/presentation/FlowShape.ts:17
↓ 2 callersFunctionnoUnexpectedPathsPermissions
( userUid: string )
webui/src/test/ts/database/rules/rtdbDegenerateRulesTests.ts:13
↓ 2 callersFunctionnoWritePermissionTests
( userUid: string, modelId: string )
webui/src/test/ts/database/rules/rtdbModelDataRulesTests.ts:65
↓ 2 callersFunctionnonExistentModelTests
( label: string, userUid: string )
webui/src/test/ts/database/rules/rtdbModelMetadataRulesTest.ts:64
↓ 2 callersMethodonEscape
()
webui/src/main/ts/view/maxgraph/UserControls.ts:82
↓ 2 callersMethodonModeChanged
(mode: UiMode)
webui/src/main/ts/view/maxgraph/UserControls.ts:78
↓ 2 callersMethodonUndoOrRedo
(_: EventTarget, event: EventObject)
webui/src/main/ts/view/maxgraph/UndoHandler.ts:38
↓ 2 callersMethodonUserPermissionUpdated
( t: ModelUserType, modelId: string, p?: Permission )
webui/src/main/ts/data/FirebaseModelsManager.ts:267
↓ 2 callersMethodperformPendingUpdates
()
webui/src/main/ts/data/FirebaseModelsManager.ts:394
↓ 2 callersMethodremoveComponents
( sessionId: string, componentIds: string[], allComponents: FirebaseComponent[] )
webui/src/main/ts/data/FirebaseDataModel.ts:476
↓ 2 callersMethodrequest
( method: "get" | "post", url: string, params: object = {}, headers: object =
webui/src/main/ts/rest/RestClient.ts:34
↓ 2 callersMethodresetComponent
()
webui/src/main/ts/view/screens/canvas/toolbar/EditComponentsSidebarContent.tsx:247
↓ 2 callersMethodshareWithUser
( modelUuid: string, userUid: string, permission: Permission, )
webui/src/main/ts/data/FirebaseDataModel.ts:787
↓ 2 callersMethodstartEditingScenario
(name: string)
webui/src/main/ts/view/screens/canvas/stockflow/toolbar/EditScenariosSidebarContent.tsx:425
↓ 2 callersMethodsubscribeToOwnedModelIds
( callback: (m: string[]) => void )
webui/src/main/ts/data/FirebaseDataModel.ts:194
↓ 2 callersMethodsubscribeToPublicModelIds
( callback: (m: string[]) => void )
webui/src/main/ts/data/FirebaseDataModel.ts:287
↓ 2 callersMethodsubscribeToSharedModelIds
( callback: (m: string[]) => void )
webui/src/main/ts/data/FirebaseDataModel.ts:234
↓ 2 callersFunctiontestForOwnedModelMeta
( id: string = OWNED_ID )
webui/src/test/ts/data/FirebaseModelsManager.test.ts:925
↓ 2 callersFunctiontestOwnedModelFails
( description: string, modelId: any, modelVal: any )
webui/src/test/ts/database/validation/userValidationRulesTests.ts:50
↓ 2 callersMethodunidentifyAllComponents
( modelUuid: string, replacementId: string, )
webui/src/main/ts/data/FirebaseDataModel.ts:586
↓ 2 callersMethodupdateCloud
( point: { x: number, y: number }, cloud: Cell, graph: StockFlowGraph )
webui/src/main/ts/view/screens/canvas/stockflow/graph/presentation/FlowPresentation.ts:176
↓ 2 callersMethodwithDuplicatesFiltered
()
webui/src/main/ts/data/FirebaseModelsList.ts:111
↓ 2 callersMethodwithId
(id: string)
webui/src/main/ts/data/components/FirebaseFlow.ts:29
↓ 2 callersMethodwithNextPolarity
()
webui/src/main/ts/data/components/FirebaseCausalLoopLink.ts:82
↓ 2 callersMethodwithPermission
(permission?: Permission)
webui/src/main/ts/data/ModelMetadata.ts:76
↓ 2 callersMethodwithUpdatedPublicModels
( newPublicModels: ModelMap )
webui/src/main/ts/data/FirebaseModelsList.ts:52
↓ 2 callersMethodwithUpdatedSharedModels
( newSharedModels: ModelMap )
webui/src/main/ts/data/FirebaseModelsList.ts:42
↓ 1 callersFunctionFirebaseDataModelMock
()
webui/src/test/ts/data/mocks/FirebaseDataModel.ts:7
↓ 1 callersMethodaddCausalLoopModel
(name: string)
webui/src/main/ts/data/FirebaseDataModel.ts:434
↓ 1 callersMethodaddStockFlowModel
(name: string)
webui/src/main/ts/data/FirebaseDataModel.ts:430
↓ 1 callersMethodarePointsEqual
(a: Geometry, b: Geometry)
webui/src/main/ts/view/maxgraph/UndoHandler.ts:90
↓ 1 callersMethodbindControlKey
( code: number, func: Function | { up: Function, down: Function } )
webui/src/main/ts/view/maxgraph/MCKeyHandler.ts:100
↓ 1 callersMethodbindControlShiftKey
( code: number, func: Function | { up: Function, down: Function } )
webui/src/main/ts/view/maxgraph/MCKeyHandler.ts:113
↓ 1 callersMethodbindKey
( code: number, func: Function | { up: Function, down: Function } )
webui/src/main/ts/view/maxgraph/MCKeyHandler.ts:74
↓ 1 callersMethodbuildCurvesFromPoints
()
webui/src/main/ts/view/screens/canvas/causalloop/graph/presentation/CausalLoopLinkShape.ts:52
↓ 1 callersMethodcalculateHalfwayPoint
(pts: Point[])
webui/src/main/ts/Utils.ts:5
↓ 1 callersMethodcalculateTotalDistance
(pts: Point[])
webui/src/main/ts/Utils.ts:31
↓ 1 callersFunctioncanAddValueToScenario
( db: Database, modelId: string, scenarioId: string, componentName: string, componentValue
webui/src/test/ts/database/rtdbWriteSuccesses.ts:326
↓ 1 callersFunctioncanDeleteModelData
( db: Database, modelId: string )
webui/src/test/ts/database/rtdbWriteSuccesses.ts:465
↓ 1 callersFunctioncanDeleteScenario
( db: Database, modelId: string, scenarioId: string )
webui/src/test/ts/database/rtdbWriteSuccesses.ts:384
↓ 1 callersFunctioncanDeleteScenarioValue
( db: Database, modelId: string, scenarioId: string, parameterName: string, )
webui/src/test/ts/database/rtdbWriteSuccesses.ts:364
↓ 1 callersFunctioncanDeleteStaticModel
( db: Database, modelId: string, staticModelId: string )
webui/src/test/ts/database/rtdbWriteSuccesses.ts:450
↓ 1 callersFunctioncanDeleteSubstitution
( db: Database, modelId: string, replacedId: string )
webui/src/test/ts/database/rtdbWriteSuccesses.ts:416
↓ 1 callersFunctioncanReadComponent
( db: Database, modelId: string, componentId: string )
webui/src/test/ts/database/rtdbReadSuccesses.ts:202
↓ 1 callersFunctioncanReadComponents
( db: Database, modelId: string )
webui/src/test/ts/database/rtdbReadSuccesses.ts:188
↓ 1 callersFunctioncanReadModelSharedUser
( db: Database, modelId: string, sharedUid: string )
webui/src/test/ts/database/rtdbReadSuccesses.ts:156
↓ 1 callersFunctioncanReadModelSharedUsers
( db: Database, modelId: string )
webui/src/test/ts/database/rtdbReadSuccesses.ts:174
↓ 1 callersFunctioncanReadPublicModels
( db: Database )
webui/src/test/ts/database/rtdbReadSuccesses.ts:410
↓ 1 callersFunctioncanReadScenario
( db: Database, modelId: string, scenarioId: string )
webui/src/test/ts/database/rtdbReadSuccesses.ts:266
↓ 1 callersFunctioncanReadScenarioName
( db: Database, modelId: string, scenarioId: string )
webui/src/test/ts/database/rtdbReadSuccesses.ts:340
↓ 1 callersFunctioncanReadScenarioStartTime
( db: Database, modelId: string, scenarioId: string )
webui/src/test/ts/database/rtdbReadSuccesses.ts:304
↓ 1 callersFunctioncanReadScenarioStopTime
( db: Database, modelId: string, scenarioId: string )
webui/src/test/ts/database/rtdbReadSuccesses.ts:322
↓ 1 callersFunctioncanReadScenarioValue
( db: Database, modelId: string, scenarioId: string, parameterName: string )
webui/src/test/ts/database/rtdbReadSuccesses.ts:284
↓ 1 callersFunctioncanReadScenarios
( db: Database, modelId: string )
webui/src/test/ts/database/rtdbReadSuccesses.ts:252
↓ 1 callersFunctioncanReadStaticModel
( db: Database, modelId: string, staticModelId: string )
webui/src/test/ts/database/rtdbReadSuccesses.ts:372
↓ 1 callersFunctioncanReadStaticModelComponent
( db: Database, modelId: string, staticModelId: string, componentId: string )
webui/src/test/ts/database/rtdbReadSuccesses.ts:390
← previousnext →201–300 of 1,013, ranked by callers