MCPcopy Create free account

hub / github.com/cyclejs/cyclejs / functions

Functions375 in github.com/cyclejs/cyclejs

↓ 195 callersMethodmap
(project: (x: T) => R)
http/src/isolate.ts:4
↓ 154 callersMethodselect
(selector: string)
dom/src/DOMSource.ts:7
↓ 115 callersFunctionrun
()
run/src/index.ts:229
↓ 97 callersFunctionmakeDOMDriver
(container: string | Element, options?: DOMDriverOptions)
dom/src/makeDOMDriver.ts:48
↓ 90 callersMethodevents
(eventType: string, options?: EventsFnOptions)
dom/src/DOMSource.ts:9
↓ 85 callersFunctionsetup
(main: (sources: So) => Si, drivers: DriversDefinition)
run/src/index.ts:206
↓ 68 callersMethodelements
()
dom/src/DOMSource.ts:8
↓ 61 callersMethodsubscribe
(observer: FantasyObserver)
run/src/index.ts:15
↓ 58 callersFunctiondispose
()
history/test/browser/rxjs.ts:11
↓ 42 callersMethodfilter
(predicate: (request: RequestOptions) => boolean)
http/src/interfaces.ts:53
↓ 36 callersFunctionisolate
* Takes a `component` function and an optional `scope` string, and returns a * scoped version of the `component` function. * * When the scoped comp
isolate/src/index.ts:105
↓ 29 callersFunctionsetup
(main: (sources: So) => Si, drivers: DriversDefinition)
rxjs-run/src/index.ts:76
↓ 27 callersMethodcreate
(oldVNode: VNode, vNode: VNode)
dom/src/IsolateModule.ts:73
↓ 25 callersFunctioncreateRenderTarget
(id: string | null = null)
dom/test/browser/src/isolation.ts:22
↓ 23 callersFunctionmakeHTTPDriver
()
http/src/http-driver.ts:149
↓ 17 callersFunctioncreateRenderTarget
(id: string | null = null)
dom/test/browser/src/events.ts:20
↓ 17 callersFunctionmakeServerHistoryDriver
(options?: MemoryHistoryBuildOptions)
history/src/drivers.ts:29
↓ 17 callersFunctionrun
(main: (sources: So) => Si, drivers: DriversDefinition)
rxjs-run/src/index.ts:42
↓ 15 callersFunctionadapt
(stream: Stream<any>)
run/src/adapt.ts:13
↓ 15 callersMethodselect
(category?: string)
http/src/interfaces.ts:54
↓ 14 callersFunctionmockDOMSource
(mockConfig: MockConfig)
dom/src/mockDOMSource.ts:61
↓ 13 callersMethodgetId
(thing: Object)
devtool/src/graphSerializer.ts:62
↓ 12 callersFunctionmakeHistoryDriver
(options?: BrowserHistoryBuildOptions)
history/src/drivers.ts:22
↓ 11 callersMethod_n
(t: T)
devtool/src/utils/timeSpread.ts:54
↓ 11 callersFunctioncreateRenderTarget
(id: string | null = null)
dom/test/browser/src/render.tsx:37
↓ 11 callersFunctioncreateRenderTarget
(id: string | null = null)
dom/test/browser/src/select.ts:21
↓ 11 callersMethodisolateSink
(sink: Stream<RequestInput>, scope: string)
http/src/interfaces.ts:56
↓ 11 callersMethodisolateSource
(source: HTTPSource, scope: string)
http/src/interfaces.ts:55
↓ 11 callersFunctionmakeHTMLDriver
(effect: EffectCallback, options?: HTMLDriverOptions)
dom/src/makeHTMLDriver.ts:36
↓ 11 callersMethodnext
(x: any)
run/src/index.ts:5
↓ 9 callersMethodclearInterval
()
devtool/src/utils/timeSpread.ts:38
↓ 8 callersMethoderror
(err: any)
run/src/index.ts:6
↓ 8 callersFunctionsetAdapt
(f: AdaptStream)
run/src/adapt.ts:9
↓ 7 callersFunctioncreateRenderTarget
(id: string | null = null)
dom/test/browser/src/dom-driver.ts:9
↓ 7 callersFunctionfromEvent
(element: Element | Document, eventName: string, useCaptur
dom/src/fromEvent.ts:3
↓ 7 callersFunctionisolateSource
(source: S, scope: string)
dom/src/isolate.ts:5
↓ 5 callersFunctionrun
(uri: string)
http/test/browser/src/common.ts:10
↓ 5 callersFunctionrun
(main: (sources: So) => Si, drivers: DriversDefinition)
most-run/src/index.ts:43
↓ 4 callersFunctiondriver
()
isolate/test/index.ts:46
↓ 4 callersFunctiongetFullScope
(namespace: Array<String>)
dom/src/utils.ts:32
↓ 4 callersFunctionmouseevent
(el: Element, type: string)
dom/test/browser/src/events.ts:800
↓ 4 callersFunctionsetup
(main: (sources: So) => Si, drivers: DriversDefinition)
most-run/src/index.ts:77
↓ 3 callersMethodcall
(vnode: VNode | null)
dom/src/VNodeWrapper.ts:10
↓ 3 callersFunctioncreateHistory$
(history: History, sink$: Stream<HistoryInput | string>)
history/src/createHistory$.ts:5
↓ 3 callersFunctioncreateTagFunction
(tagName: string)
dom/src/hyperscript-helpers.ts:12
↓ 3 callersMethodgetElement
(fullScope: string)
dom/src/IsolateModule.ts:40
↓ 3 callersMethodhas
(id: string)
devtool/src/graphSerializer.ts:186
↓ 3 callersFunctionisolateSink
(sink: Mappable<VNode>, fullScope: string)
dom/src/isolate.ts:13
↓ 3 callersFunctionmakeSureNodeIsRegistered
(graph: Dagre.Graph, idTable: IdTable, stream: Stream<any>)
devtool/src/graphSerializer.ts:74
↓ 3 callersMethodreset
()
dom/src/IsolateModule.ts:64
↓ 3 callersMethodscheduleAsInstant
(instantPeriod: number)
devtool/src/utils/timeSpread.ts:131
↓ 3 callersMethodunsubscribe
()
run/src/index.ts:11
↓ 3 callersFunctionvisitOperator
(graph: Dagre.Graph, idTable: IdTable, operator: InternalProducer)
devtool/src/graphSerializer.ts:99
↓ 2 callersFunctionLabeledSlider
(sources)
examples/bmi-nested/src/LabeledSlider.js:25
↓ 2 callersFunctionbetween
* source: --a--b----c----d---e-f--g----h---i--j----- * first: -------F------------------F--------------- * second: -----------------S--------------
examples/autocomplete-search/src/app.js:76
↓ 2 callersMethodcall
(rootElement: Element)
dom/src/ElementFinder.ts:15
↓ 2 callersMethodcleanupVNode
({data, elm}: VNode)
dom/src/IsolateModule.ts:30
↓ 2 callersMethodcomplete
(c?: any)
run/src/index.ts:7
↓ 2 callersFunctioncreateNewItem
(props)
examples/many/src/List.js:31
↓ 2 callersFunctiongetSelectors
(namespace: Array<String>)
dom/src/utils.ts:39
↓ 2 callersFunctionloadGraphSerializerCode
()
devtool/src/launcher.ts:60
↓ 2 callersFunctionnormalizeRequestInput
(reqInput: RequestInput)
http/src/http-driver.ts:122
↓ 2 callersMethodremoveDestination
* Removes the destination that has the given id.
dom/src/EventDelegator.ts:109
↓ 2 callersFunctionrenderMenu
()
examples/isomorphic/app.js:4
↓ 2 callersFunctionrenderNodeLabel
(node: StreamGraphNode, zap: Zap | null, style: string)
devtool/src/panel/graph/view.ts:8
↓ 2 callersMethodscheduleAsFast
(fastPeriod: number)
devtool/src/utils/timeSpread.ts:109
↓ 2 callersFunctionsetTSpanContent
(vnode: VNode)
devtool/src/panel/graph/view.ts:28
↓ 2 callersFunctionstartGraphSerializer
(appSinks: Object | null)
devtool/src/graphSerializer.ts:325
↓ 2 callersFunctionstartServer
()
http/test/support/server.ts:8
↓ 2 callersFunctiontraverse
(graph: Dagre.Graph, idTable: IdTable, outStream: Stream<any>)
devtool/src/graphSerializer.ts:126
↓ 2 callersMethodupdate
(oldVNode: VNode, vNode: VNode)
dom/src/IsolateModule.ts:99
↓ 2 callersMethodupdateOrigin
(newOrigin: Element)
dom/src/EventDelegator.ts:71
↓ 2 callersFunctionvisitEdge
(graph: Dagre.Graph, idTable: IdTable, inStream: Stream<any>,
devtool/src/graphSerializer.ts:112
↓ 2 callersMethodwrap
(children: Array<VNode>)
dom/src/VNodeWrapper.ts:33
↓ 2 callersFunctionwrapAround
examples/autocomplete-search/src/app.js:147
↓ 1 callersFunctionApp
(sources: {DOM: MainDOMSource})
dom/test/browser/src/isolation.ts:421
↓ 1 callersFunctionCycleJSLogo
(id)
dom/test/browser/perf/index.js:32
↓ 1 callersFunctionFrame
(sources: {DOM: MainDOMSource, content$: Stream<any>})
dom/test/browser/src/isolation.ts:271
↓ 1 callersFunctionGraphSerializer
(sources: GraphSerializerSources)
devtool/src/graphSerializer.ts:291
↓ 1 callersFunctionInputCount
(sources)
dom/test/browser/perf/index.js:6
↓ 1 callersFunctionItem
(sources: {DOM: MainDOMSource}, count: number)
dom/test/browser/src/isolation.ts:1159
↓ 1 callersFunctionList
(sources)
examples/many/src/List.js:89
↓ 1 callersFunctionPanel
(sources: PanelSources)
devtool/src/panel/index.ts:20
↓ 1 callersFunctionTickerWrapper
dom/test/manual-tests/advanced-list/src/app.js:55
↓ 1 callersMethod_c
()
devtool/src/utils/timeSpread.ts:163
↓ 1 callersMethod_e
(err: any)
devtool/src/utils/timeSpread.ts:154
↓ 1 callersFunctionadaptSources
(sources: So)
run/src/index.ts:94
↓ 1 callersFunctionadaptStream
run/src/adapt.ts:7
↓ 1 callersMethodaddEventDelegator
(fullScope: string, eventDelegator: EventDelegator)
dom/src/IsolateModule.ts:55
↓ 1 callersFunctionanimate
(state$)
examples/animated-letters/src/main.js:84
↓ 1 callersFunctionapp
(sources)
examples/isomorphic/app.js:34
↓ 1 callersFunctionbackgroundSourceDriver
()
devtool/src/panel/index.ts:34
↓ 1 callersMethodbubble
(rawEvent: Event)
dom/src/EventDelegator.ts:124
↓ 1 callersFunctioncallDrivers
(drivers: DriversDefinition, sinkProxies: SinkProxies)
run/src/index.ts:80
↓ 1 callersMethodcapture
(ev: Event)
dom/src/EventDelegator.ts:114
↓ 1 callersFunctioncaptureAnchorClicks
(push: (p: string) => void)
history/src/captureClicks.ts:74
↓ 1 callersFunctioncaptureClicks
(historyDriver: HistoryDriver)
history/src/captureClicks.ts:81
↓ 1 callersFunctioncheckIsolateArgs
(dataflowComponent: Component<So, Si>, scope: any)
isolate/src/index.ts:7
↓ 1 callersFunctionchildStyle
examples/autocomplete-search/src/app.js:212
↓ 1 callersMethodclearTimeout
()
devtool/src/utils/timeSpread.ts:46
next →1–100 of 375, ranked by callers