MCPcopy Index your code

hub / github.com/fbeline/design-patterns-JS / functions

Functions215 in github.com/fbeline/design-patterns-JS

↓ 18 callersMethodaddProduct
(p)
src/behavioral/chain-of-resp/chain-of-resp-es6.js:7
↓ 17 callersMethodcalc
(value)
src/structural/facade/facade_es6.js:31
↓ 16 callersMethodcreate
(type)
src/creational/factory/factory_es6.js:3
↓ 13 callersMethodgetPrice
()
src/structural/decorator/decorator_es6.js:5
↓ 8 callersMethodinterpret
()
src/behavioral/interpreter/interpreter_es6.js:8
↓ 6 callersMethodadd
(equipment)
src/structural/composite/composite_es6.js:25
↓ 6 callersMethodaddMemento
(memento)
src/behavioral/memento/memento_es6.js:22
↓ 6 callersMethodcheckout
()
src/behavioral/strategy/strategy_es6.js:8
↓ 6 callersMethoddrive
()
src/structural/proxy/proxy_es6.js:2
↓ 6 callersMethodsetAmount
(amount)
src/behavioral/strategy/strategy_es6.js:12
↓ 5 callersMethodexecute
()
src/behavioral/command/command_es6.js:7
↓ 4 callersMethodattack
()
src/structural/adapter/adapter_es6.js:6
↓ 4 callersMethodcreate
(name)
src/structural/flyweight/flyweight_es6.js:11
↓ 4 callersMethodexec
()
src/behavioral/chain-of-resp/chain-of-resp-es6.js:65
↓ 4 callersMethodinfo
()
src/creational/abstract-factory/abstract-factory_es6.js:15
↓ 4 callersMethodnextState
()
src/behavioral/state/state_es6.js:35
↓ 4 callersMethodprint
()
src/structural/bridge/bridge_es6.js:22
↓ 4 callersMethodregister
(observer)
src/behavioral/observer/observer_es6.js:12
↓ 4 callersMethodsetBasePrice
(val)
src/behavioral/observer/observer_es6.js:7
↓ 4 callersMethodsetName
(name)
src/structural/composite/composite_es6.js:12
↓ 3 callersMethodget
()
src/structural/bridge/bridge_es6.js:31
↓ 3 callersMethodnext
()
src/behavioral/iterator/iterator_es6.js:8
↓ 3 callersMethodrequestPositions
()
src/behavioral/mediator/mediator_es6.js:22
↓ 3 callersFunctionreverseDashCase
(str)
scripts/build-docs.js:42
↓ 2 callersMethodaccept
(visitor)
src/behavioral/visitor/visitor_es6.js:15
↓ 2 callersMethodattackWithSaber
()
src/structural/adapter/adapter_es6.js:16
↓ 2 callersFunctionbmwFactory
(type)
src/creational/factory/factory.js:1
↓ 2 callersMethodbuild
()
src/creational/builder/builder_es6.js:29
↓ 2 callersMethodclone
()
src/creational/prototype/prototype_es6.js:8
↓ 2 callersMethodcomplementaryFee
(value)
src/behavioral/template/template_es6.js:10
↓ 2 callersFunctiondashCase
( str )
scripts/build-docs.js:38
↓ 2 callersFunctiondroidProducer
(kind)
src/creational/abstract-factory/abstract-factory.js:1
↓ 2 callersMethodexec
(products)
src/behavioral/chain-of-resp/chain-of-resp-es6.js:34
↓ 2 callersMethodforUrl
(url)
src/creational/builder/builder_es6.js:14
↓ 2 callersMethodgetMemento
(index)
src/behavioral/memento/memento_es6.js:26
↓ 2 callersMethodgetPrice
()
src/structural/composite/composite_es6.js:4
↓ 2 callersMethodnext
()
src/behavioral/state/state_es6.js:7
↓ 2 callersMethodnotifyAll
()
src/behavioral/observer/observer_es6.js:20
↓ 2 callersMethodoff
()
src/behavioral/command/command_es6.js:22
↓ 2 callersMethodon
()
src/behavioral/command/command_es6.js:18
↓ 2 callersMethodoverThousand
(value)
src/behavioral/template/template_es6.js:22
↓ 2 callersMethodpayload
(payload)
src/creational/builder/builder_es6.js:24
↓ 2 callersFunctionregister
(p, f, t)
test/observer_es6-test.js:8
↓ 2 callersFunctionregister
(p, f, t)
test/observer-test.js:4
↓ 2 callersMethodsetNext
(fn)
src/behavioral/chain-of-resp/chain-of-resp-es6.js:30
↓ 2 callersMethodsetNext
(fn)
src/behavioral/chain-of-resp/chain-of-resp-es6.js:49
↓ 2 callersFunctiontest
(Iterator)
test/iterator-test.js:23
↓ 2 callersMethodunregister
(observer)
src/behavioral/observer/observer_es6.js:16
↓ 2 callersMethodupdate
(product)
src/behavioral/observer/observer_es6.js:26
↓ 2 callersMethoduseMethod
(method)
src/creational/builder/builder_es6.js:19
↓ 1 callersFunctiondiscount
(value)
src/structural/facade/facade.js:10
↓ 1 callersFunctionfees
(value)
src/structural/facade/facade.js:18
↓ 1 callersMethodhasNext
()
src/behavioral/iterator/iterator_es6.js:12
↓ 1 callersFunctionmakeTopic
( sectionName )
scripts/build-docs.js:24
↓ 1 callersFunctionshipping
()
src/structural/facade/facade.js:14
↓ 1 callersFunctionstripPunctuation
( str )
scripts/build-docs.js:35
↓ 1 callersFunctiontest
(TrafficTower, AirPlane)
test/mediator-test.js:13
↓ 1 callersFunctionwriteDocument
()
scripts/build-docs.js:53
↓ 1 callersFunctionwriteHeader
( sections )
scripts/build-docs.js:58
FunctionAirplane
(position, trafficTower)
src/behavioral/mediator/mediator.js:11
FunctionB1
()
src/creational/abstract-factory/abstract-factory.js:14
FunctionBmw
(model, price, maxSpeed)
src/creational/factory/factory.js:8
FunctionCar
()
src/structural/proxy/proxy.js:1
FunctionCarProxy
(driver)
src/structural/proxy/proxy.js:7
FunctionCaretaker
()
src/behavioral/memento/memento.js:14
FunctionCheeseDecorator
(pasta)
src/structural/decorator/decorator.js:21
FunctionCockpit
(command)
src/behavioral/command/command.js:1
FunctionColor
(name)
src/structural/flyweight/flyweight.js:1
FunctionDelivered
()
src/behavioral/state/state.js:23
FunctionDeveloper
(salary)
src/behavioral/visitor/visitor.js:22
FunctionDiscount
()
src/behavioral/chain-of-resp/chain-of-resp.js:9
FunctionDriver
(age)
src/structural/proxy/proxy.js:16
FunctionEmployee
()
src/behavioral/visitor/visitor.js:8
FunctionEpsonPrinter
(ink)
src/structural/bridge/bridge.js:1
FunctionEquipment
()
src/structural/composite/composite.js:19
FunctionEquipmentComposition
(name)
src/structural/composite/composite.js:2
FunctionFloppyDisk
()
src/structural/composite/composite.js:26
FunctionHPprinter
(ink)
src/structural/bridge/bridge.js:8
FunctionHardDrive
()
src/structural/composite/composite.js:32
FunctionIterator
(el)
src/behavioral/iterator/iterator.js:1
FunctionJedi
(lvl)
src/structural/adapter/adapter.js:9
FunctionJediAdapter
(jedi)
src/structural/adapter/adapter.js:17
FunctionManager
(salary)
src/behavioral/visitor/visitor.js:16
FunctionMemento
(value)
src/behavioral/memento/memento.js:1
FunctionMemory
()
src/structural/composite/composite.js:38
FunctionMin
(left, right)
src/behavioral/interpreter/interpreter.js:10
FunctionNoneDiscount
()
src/behavioral/chain-of-resp/chain-of-resp.js:57
FunctionNum
(val)
src/behavioral/interpreter/interpreter.js:19
FunctionNumberDiscount
()
src/behavioral/chain-of-resp/chain-of-resp.js:22
FunctionOffCommand
(turbine)
src/behavioral/command/command.js:44
FunctionOnCommand
(turbine)
src/behavioral/command/command.js:36
FunctionOrder
()
src/behavioral/state/state.js:1
FunctionPasta
()
src/structural/decorator/decorator.js:1
FunctionPenne
()
src/structural/decorator/decorator.js:8
FunctionPerson
()
src/creational/singleton/singleton.js:1
FunctionPriceDiscount
()
src/behavioral/chain-of-resp/chain-of-resp.js:37
FunctionProduct
()
src/behavioral/observer/observer.js:1
FunctionRequest
()
src/creational/builder/builder.js:1
FunctionRequestBuilder
()
src/creational/builder/builder.js:7
FunctionRx24
()
src/creational/abstract-factory/abstract-factory.js:19
next →1–100 of 215, ranked by callers