MCPcopy Create free account

hub / github.com/Apress/essential-typescript / functions

Functions298 in github.com/Apress/essential-typescript

↓ 22 callersMethodget
(name: string)
12 - Using Generic Types/types/src/index.ts:8
↓ 9 callersMethodadd
(...newItems: T[])
12 - Using Generic Types/types/src/index.ts:7
↓ 6 callersMethodupdateContent
()
16 - Stand-Alone Web App - 2/webapp/src/htmlDisplay.tsx:32
↓ 4 callersMethodgetTodoItems
(includeComplete: boolean)
01 - First TypeScript App/todo/src/todoCollection.ts:28
↓ 3 callersMethodaddProduct
(product: SportsProduct, quantity: number)
14 - Working with JavaScript/usingjs/src/cart.ts:22
↓ 3 callersFunctioncalculateTax
(price)
04 - JavaScript Primer, Part 2/primer/tax.js:1
↓ 3 callersMethodgetCategories
()
17 - Angular Web App/angularapp/src/app/data/dataSource.ts:47
↓ 3 callersMethodgetData
()
17 - Angular Web App/angularapp/src/app/data/dataSource.ts:29
↓ 3 callersMethodgetProducts
(sortProp: ProductProp = "id", category? : string)
17 - Angular Web App/angularapp/src/app/data/dataSource.ts:25
↓ 3 callersFunctionpromptUser
()
01 - First TypeScript App/todo/src/index.ts:52
↓ 3 callersMethodselectProducts
(prods: Product[], sortProp: ProductProp, category?: string)
17 - Angular Web App/angularapp/src/app/data/dataSource.ts:40
↓ 3 callersMethodstoreTasks
()
01 - First TypeScript App/todo/src/jsonTodoCollection.ts:42
↓ 3 callersMethodupdateContent
()
15 - Stand-Alone Web App/webapp/src/htmlDisplay.tsx:23
↓ 3 callersFunctionwriteMessage
(message)
14 - Working with JavaScript/usingjs/src/formatters.js:20
↓ 3 callersFunctionwriteMessage
(message: string)
14 - Working with JavaScript/usingjs/src/tsFormatters.ts:13
↓ 2 callersFunctionaddChild
(elem: HTMLElement, child: any)
16 - Stand-Alone Web App - 2/webapp/src/tools/jsxFactory.ts:4
↓ 2 callersFunctionaddChild
(elem: HTMLElement, child: any)
15 - Stand-Alone Web App/webapp/src/tools/jsxFactory.ts:4
↓ 2 callersMethodgetItemCounts
()
01 - First TypeScript App/todo/src/todoCollection.ts:48
↓ 2 callersMethodgetTodoById
(id: number)
01 - First TypeScript App/todo/src/todoCollection.ts:24
↓ 2 callersFunctionmakeObject
(constructor: T, ...args: ConstructorParameters<T>)
13 - Advanced Generic Types/types/src/index.ts:3
↓ 2 callersFunctionregisterValidSW
(swUrl: string, config?: Config)
19 - React Web App/reactapp/src/serviceWorker.ts:65
↓ 2 callersFunctionregisterValidSW
(swUrl: string, config?: Config)
20 - React Web App -2/reactapp/src/serviceWorker.ts:65
↓ 2 callersMethodrender
()
19 - React Web App/reactapp/src/header.tsx:10
↓ 2 callersMethodrender
()
20 - React Web App -2/reactapp/src/orderDetails.tsx:19
↓ 2 callersFunctionsum
(...vals: number[])
06 - Testing and Debugging TypeScript/tools/src/calc.ts:1
↓ 1 callersFunctionaddClass
(selector: string, ...classNames: string[])
16 - Stand-Alone Web App - 2/webapp/src/decorators.ts:13
↓ 1 callersFunctionaddProduct
(...products: Product[])
19 - React Web App/reactapp/src/data/actionCreators.ts:5
↓ 1 callersFunctionaddProduct
(...products: Product[])
20 - React Web App -2/reactapp/src/data/actionCreators.ts:5
↓ 1 callersMethodaddProduct
(prod: Product, quantity: number)
17 - Angular Web App/angularapp/src/app/data/entities.ts:28
↓ 1 callersMethodaddProduct
(prod: Product, quantity: number)
19 - React Web App/reactapp/src/data/entities.ts:28
↓ 1 callersMethodaddProduct
(prod: Product, quantity: number)
18 - Angular Web App - 2/angularapp/src/app/data/entities.ts:28
↓ 1 callersMethodaddProduct
(prod: Product, quantity: number)
20 - React Web App -2/reactapp/src/data/entities.ts:28
↓ 1 callersMethodaddProduct
(prod: Product, quantity: number)
16 - Stand-Alone Web App - 2/webapp/src/data/entities.ts:28
↓ 1 callersMethodaddProduct
(prod: Product, quantity: number)
22 - Vue.js Web App - 2/vueapp/src/data/entities.ts:29
↓ 1 callersMethodaddProduct
(prod: Product, quantity: number)
21 - Vue.js Web App/vueapp/src/data/entities.ts:29
↓ 1 callersMethodaddProduct
(prod: Product, quantity: number)
15 - Stand-Alone Web App/webapp/src/data/entities.ts:28
↓ 1 callersMethodaddTodo
(task: string)
01 - First TypeScript App/todo/src/todoCollection.ts:16
↓ 1 callersFunctionapplyDiscount
(product, discount = 5)
04 - JavaScript Primer, Part 2/primer/utils.js:8
↓ 1 callersFunctioncalculatePrice
(quantity: 1 | 2, price: number)
09 - Using Arrays, Tuples and Enums/types/src/index.ts:1
↓ 1 callersFunctioncalculateTax
(amount: number | null)
08 - Using Functions/types/src/index.ts:3
↓ 1 callersFunctioncheckValidServiceWorker
(swUrl: string, config?: Config)
19 - React Web App/reactapp/src/serviceWorker.ts:109
↓ 1 callersFunctioncheckValidServiceWorker
(swUrl: string, config?: Config)
20 - React Web App -2/reactapp/src/serviceWorker.ts:109
↓ 1 callersFunctioncostFormatter
(thing: string, cost: number | string)
14 - Working with JavaScript/usingjs/src/tsFormatters.ts:5
↓ 1 callersFunctiondisplayData
()
16 - Stand-Alone Web App - 2/webapp/src/index.ts:8
↓ 1 callersFunctiondisplayData
()
15 - Stand-Alone Web App/webapp/src/index.ts:7
↓ 1 callersFunctiondisplayTodoList
()
01 - First TypeScript App/todo/src/index.ts:13
↓ 1 callersMethodgetCategories
()
18 - Angular Web App - 2/angularapp/src/app/data/dataSource.ts:47
↓ 1 callersMethodgetCategoryButton
(cat?: string)
16 - Stand-Alone Web App - 2/webapp/src/categoryList.tsx:17
↓ 1 callersMethodgetCategoryButton
(cat?: string)
15 - Stand-Alone Web App/webapp/src/categoryList.tsx:17
↓ 1 callersMethodgetContent
()
16 - Stand-Alone Web App - 2/webapp/src/htmlDisplay.tsx:27
↓ 1 callersMethodgetContent
()
16 - Stand-Alone Web App - 2/webapp/src/header.tsx:11
↓ 1 callersMethodgetContent
()
15 - Stand-Alone Web App/webapp/src/domDisplay.ts:10
↓ 1 callersMethodgetContent
()
15 - Stand-Alone Web App/webapp/src/htmlDisplay.tsx:18
↓ 1 callersMethodgetData
()
18 - Angular Web App - 2/angularapp/src/app/data/dataSource.ts:29
↓ 1 callersMethodgetElementText
()
16 - Stand-Alone Web App - 2/webapp/src/domDisplay.ts:17
↓ 1 callersMethodgetElementText
()
15 - Stand-Alone Web App/webapp/src/domDisplay.ts:17
↓ 1 callersMethodgetListContent
(products: Product[], categories: string[])
16 - Stand-Alone Web App - 2/webapp/src/htmlDisplay.tsx:55
↓ 1 callersMethodgetProducts
(sortProp: ProductProp = "id", category? : string)
18 - Angular Web App - 2/angularapp/src/app/data/dataSource.ts:25
↓ 1 callersMethodgetTitleText
()
17 - Angular Web App/angularapp/e2e/src/app.po.ts:8
↓ 1 callersMethodgetTitleText
()
18 - Angular Web App - 2/angularapp/e2e/src/app.po.ts:8
↓ 1 callersFunctiongetValue
(input: comboType)
09 - Using Arrays, Tuples and Enums/types/src/index.ts:16
↓ 1 callersMethodloadProducts
()
17 - Angular Web App/angularapp/src/app/data/remoteDataSource.ts:24
↓ 1 callersMethodloadProducts
(callback: (products: Product[]) => void)
19 - React Web App/reactapp/src/data/httpHandler.ts:15
↓ 1 callersMethodloadProducts
()
18 - Angular Web App - 2/angularapp/src/app/data/remoteDataSource.ts:26
↓ 1 callersMethodloadProducts
(callback: (products: Product[]) => void)
20 - React Web App -2/reactapp/src/data/httpHandler.ts:17
↓ 1 callersMethodloadProducts
()
16 - Stand-Alone Web App - 2/webapp/src/data/localDataSource.ts:6
↓ 1 callersMethodloadProducts
()
15 - Stand-Alone Web App/webapp/src/data/localDataSource.ts:6
↓ 1 callersMethodmarkComplete
(id: number, complete: boolean)
01 - First TypeScript App/todo/src/todoCollection.ts:33
↓ 1 callersFunctionminimumValue
(propName: string, min: number)
16 - Stand-Alone Web App - 2/webapp/src/decorators.ts:3
↓ 1 callersMethodnavigateTo
()
17 - Angular Web App/angularapp/e2e/src/app.po.ts:4
↓ 1 callersMethodnavigateTo
()
18 - Angular Web App - 2/angularapp/e2e/src/app.po.ts:4
↓ 1 callersFunctionprintDetails
(product)
04 - JavaScript Primer, Part 2/primer/utils.js:3
↓ 1 callersMethodprintDetails
()
01 - First TypeScript App/todo/src/todoItem.ts:9
↓ 1 callersFunctionprintMessage
(msg: string)
05 - Using the TypeScript Compiler/tools/src/index.ts:3
↓ 1 callersFunctionprintMessage
(msg: string)
06 - Testing and Debugging TypeScript/tools/src/index.ts:3
↓ 1 callersFunctionpromptAdd
()
01 - First TypeScript App/todo/src/index.ts:27
↓ 1 callersFunctionpromptComplete
()
01 - First TypeScript App/todo/src/index.ts:37
↓ 1 callersMethodremoveComplete
()
01 - First TypeScript App/todo/src/todoCollection.ts:40
↓ 1 callersMethodremoveProduct
(id: number)
17 - Angular Web App/angularapp/src/app/data/entities.ts:40
↓ 1 callersMethodremoveProduct
(id: number)
19 - React Web App/reactapp/src/data/entities.ts:40
↓ 1 callersMethodremoveProduct
(id: number)
18 - Angular Web App - 2/angularapp/src/app/data/entities.ts:40
↓ 1 callersMethodremoveProduct
(id: number)
20 - React Web App -2/reactapp/src/data/entities.ts:40
↓ 1 callersMethodremoveProduct
(id: number)
16 - Stand-Alone Web App - 2/webapp/src/data/entities.ts:40
↓ 1 callersMethodremoveProduct
(id: number)
22 - Vue.js Web App - 2/vueapp/src/data/entities.ts:42
↓ 1 callersMethodremoveProduct
(id: number)
21 - Vue.js Web App/vueapp/src/data/entities.ts:42
↓ 1 callersMethodremoveProduct
(id: number)
15 - Stand-Alone Web App/webapp/src/data/entities.ts:40
↓ 1 callersMethodselectProducts
(prods: Product[], sortProp: ProductProp, category?: string)
18 - Angular Web App - 2/angularapp/src/app/data/dataSource.ts:40
↓ 1 callersFunctionsizeFormatter
(thing: string, count: number)
14 - Working with JavaScript/usingjs/src/tsFormatters.ts:1
↓ 1 callersMethodstoreOrder
()
18 - Angular Web App - 2/angularapp/src/app/data/dataSource.ts:51
↓ 1 callersMethodstoreOrder
(order: Order, callback: (id: number) => void)
20 - React Web App -2/reactapp/src/data/httpHandler.ts:21
↓ 1 callersMethodstoreOrder
()
16 - Stand-Alone Web App - 2/webapp/src/data/localDataSource.ts:21
↓ 1 callersFunctionsum
(...vals: number[])
05 - Using the TypeScript Compiler/tools/src/calc.ts:1
↓ 1 callersFunctionwriteValue
(label: string, value: number)
08 - Using Functions/types/src/index.ts:10
FunctionProductItem
(props)
19 - React Web App/reactapp/src/productItem.tsx:13
FunctionProductItem
(props)
20 - React Web App -2/reactapp/src/productItem.tsx:13
FunctionStoreReducer
(data: StoreData | undefined , action)
19 - React Web App/reactapp/src/data/reducer.ts:6
FunctionStoreReducer
(data: StoreData | undefined , action)
20 - React Web App -2/reactapp/src/data/reducer.ts:6
Functionaction
(name?: string)
22 - Vue.js Web App - 2/vueapp/src/data/storeDecorators.ts:31
Functionaction
(name?: string)
21 - Vue.js Web App/vueapp/src/data/storeDecorators.ts:31
Functionadd
(...newItems: T[])
12 - Using Generic Types/types/src/index.ts:15
next →1–100 of 298, ranked by callers