MCPcopy Create free account

hub / github.com/RxJS-CN/RxJS-Docs-CN / functions

Functions1,966 in github.com/RxJS-CN/RxJS-Docs-CN

↓ 1 callersMethodgetJSON
(url: string, headers?: Object)
src/observable/dom/AjaxObservable.ts:67
↓ 1 callersFunctiongetLongname
(ev, name)
tools/custom-esdoc-plugin.js:16
↓ 1 callersFunctiongetMaxFrame
(allStreams)
spec/helpers/tests2png/painter.js:30
↓ 1 callersFunctiongetStackTraceRef
(ref)
doc/scripts/rxjs-spy.js:1078
↓ 1 callersFunctiongetTitle
(oldTitle)
replace-title.js:56
↓ 1 callersFunctiongetXMLHttpRequest
()
src/observable/dom/AjaxObservable.ts:36
↓ 1 callersMethodhas
(value: T)
src/util/Set.ts:26
↓ 1 callersMethodhasCompleted
()
src/operator/zip.ts:228
↓ 1 callersMethodhasValue
()
src/operator/zip.ts:227
↓ 1 callersFunctionintent
(containerElem)
doc/decision-tree-widget/src/main.js:11
↓ 1 callersFunctionisEventTarget
(sourceObj: any)
src/observable/FromEventObservable.ts:34
↓ 1 callersFunctionisHTMLCollection
(sourceObj: any)
src/observable/FromEventObservable.ts:30
↓ 1 callersFunctionisJQueryStyleEventEmitter
(sourceObj: any)
src/observable/FromEventObservable.ts:22
↓ 1 callersFunctionisNodeList
(sourceObj: any)
src/observable/FromEventObservable.ts:26
↓ 1 callersFunctionisNodeStyleEventEmitter
(sourceObj: any)
src/observable/FromEventObservable.ts:14
↓ 1 callersMethodlift
(operator: Operator<T, R>)
src/Subject.ts:46
↓ 1 callersFunctionline
()
perf/micro/index.js:15
↓ 1 callersFunctionloopFiles
(files, dir)
replace-title.js:21
↓ 1 callersFunctionmain
(containerElem)
doc/decision-tree-widget/src/main.js:149
↓ 1 callersFunctionmakeFilename
(operatorLabel)
spec/helpers/tests2png/diagram-test-runner.js:61
↓ 1 callersMethodmaterializeInnerObservable
(observable: Observable<any>, outerFrame: number)
src/testing/TestScheduler.ts:61
↓ 1 callersFunctionmeasureNestedStreamHeight
(maxFrame, streamData)
spec/helpers/tests2png/painter.js:107
↓ 1 callersFunctionmergeStatic
(...observables: Array<ObservableInput<any> | IScheduler | number>)
src/operator/merge.ts:136
↓ 1 callersFunctionmodel
(action$)
doc/decision-tree-widget/src/main.js:36
↓ 1 callersMethodnext
(value: T)
src/BehaviorSubject.ts:37
↓ 1 callersMethodnext
* {@link Observer} 的回调,用来接收 Observable 中的 next 类型通知,此通知带有值。 * Observable 可能会掉用这个方法 0 次,或者多次。 * @param {T} [value] The `next` value. * @return
src/Subscriber.ts:84
↓ 1 callersMethodnext
(value: T)
src/ReplaySubject.ts:25
↓ 1 callersMethodnextB
(value: T)
src/operator/sequenceEqual.ts:129
↓ 1 callersMethodnextOrComplete
(value: T, predicateResult: boolean)
src/operator/takeWhile.ts:75
↓ 1 callersFunctionnormalize
* Normalizes a path, or the path portion of a URL: * * - Replaces consecutive slashes with one slash. * - Removes unnecessary '.' parts. * - Remov
doc/scripts/rxjs-spy.js:3831
↓ 1 callersFunctionnot
(pred: Function, thisArg: any)
src/util/not.ts:1
↓ 1 callersMethodnotifyComplete
()
src/operator/zip.ts:320
↓ 1 callersMethodnotifyError
(error: any, innerSub: InnerSubscriber<T, R>)
src/OuterSubscriber.ts:16
↓ 1 callersMethodnotifyInactive
()
src/operator/zip.ts:163
↓ 1 callersMethodnotifyNext
()
src/operator/sampleTime.ts:73
↓ 1 callersMethodnotifyNext
(outerValue: T, innerValue: T, outerIndex: number, innerIndex: number, innerSub: Inn
src/operator/race.ts:105
↓ 1 callersFunctionnumberIsFinite
(value: any)
src/observable/IteratorObservable.ts:155
↓ 1 callersMethodoff
()
spec/observables/fromEvent-spec.ts:291
↓ 1 callersMethodonBufferFull
(context: Context<T>)
src/operator/bufferTime.ts:164
↓ 1 callersMethodopenBuffer
(value: O)
src/operator/bufferToggle.ts:121
↓ 1 callersMethodopenWindow
()
src/operator/window.ts:105
↓ 1 callersFunctionparseCommandLine
()
perf/micro/index.js:55
↓ 1 callersMethodpatch
(url: string, body?: any, headers?: Object)
src/observable/dom/AjaxObservable.ts:65
↓ 1 callersFunctionplucker
(props: string[], length: number)
src/operator/pluck.ts:34
↓ 1 callersFunctionpredicate
(x, y)
spec/operators/min-spec.ts:134
↓ 1 callersFunctionraceStatic
(...observables: Array<Observable<any> | Array<Observable<any>>>)
src/operator/race.ts:47
↓ 1 callersFunctionrandomIntInRange
* Returns a random integer within the range `low .. high` inclusive. * * @param {Number} low * The lower bound on the range. * @param {Numb
doc/scripts/rxjs-spy.js:2593
↓ 1 callersFunctionread
(observable)
doc/scripts/rxjs-spy.js:265
↓ 1 callersFunctionrecursiveSearch
* Recursive implementation of binary search. * * @param aLow Indices here and lower do not contain the needle. * @param aHigh Indices here and high
doc/scripts/rxjs-spy.js:2462
↓ 1 callersFunctionremoveDuplicateInputs
(inputStreams, outputStreams)
spec/helpers/tests2png/painter.js:325
↓ 1 callersMethodremoveEventListener
(name: string, handler: any)
spec/observables/dom/ajax-spec.ts:1011
↓ 1 callersMethodremoveGroup
(key: K)
src/operator/groupBy.ts:205
↓ 1 callersFunctionremoveHandler
(handler: any)
spec/observables/fromEventPattern-spec.ts:87
↓ 1 callersFunctionrenderCurrentSentence
(state)
doc/decision-tree-widget/src/main.js:86
↓ 1 callersFunctionrenderInstanceDecision
(option)
doc/decision-tree-widget/src/main.js:119
↓ 1 callersFunctionrenderOption
(option, index)
doc/decision-tree-widget/src/main.js:97
↓ 1 callersFunctionrenderStaticDecision
(option)
doc/decision-tree-widget/src/main.js:107
↓ 1 callersFunctionreplaceHtmlTitle
(file, dir)
replace-title.js:35
↓ 1 callersFunctionreplaceTitle
(html)
replace-title.js:49
↓ 1 callersMethodrequestAsyncId
(scheduler: AsyncScheduler, id?: any, delay: number = 0)
src/scheduler/AsyncAction.ts:71
↓ 1 callersFunctions
(o,u)
doc/scripts/rxjs-spy.js:1
↓ 1 callersFunctionsanitizeHigherOrderInputStreams
(inputStreams, outputStreams)
spec/helpers/tests2png/painter.js:384
↓ 1 callersMethodscheduleMessages
(subscriber: Subscriber<any>)
src/testing/ColdObservable.ts:35
↓ 1 callersFunctionselector
(x, y)
spec/operators/zip-spec.ts:224
↓ 1 callersMethodserializeBody
(body: any, contentType?: string)
src/observable/dom/AjaxObservable.ts:271
↓ 1 callersFunctionsetGraphRef
(ref, value)
doc/scripts/rxjs-spy.js:397
↓ 1 callersMethodsetHeaders
(xhr: XMLHttpRequest, headers: Object)
src/observable/dom/AjaxObservable.ts:295
↓ 1 callersFunctionsetSnapshotRef
(ref, value)
doc/scripts/rxjs-spy.js:872
↓ 1 callersFunctionsetStackTraceRef
(ref, value)
doc/scripts/rxjs-spy.js:1082
↓ 1 callersMethodsetup
()
src/testing/HotObservable.ts:36
↓ 1 callersMethodsetupEvents
(xhr: XMLHttpRequest, request: AjaxRequest)
src/observable/dom/AjaxObservable.ts:303
↓ 1 callersFunctionsetupMockWebSocket
()
spec/observables/dom/webSocket-spec.ts:13
↓ 1 callersMethodsetupSubscription
(sourceObj: EventTargetLike, eventName: string,
src/observable/FromEventObservable.ts:112
↓ 1 callersFunctionsign
(value: any)
src/observable/IteratorObservable.ts:159
↓ 1 callersMethodsize
()
src/util/Set.ts:30
↓ 1 callersFunctionspy
(options)
doc/scripts/rxjs-spy.js:1469
↓ 1 callersFunctionstats
(partialLogger)
doc/scripts/rxjs-spy.js:1506
↓ 1 callersFunctionstringToColor
(str)
spec/helpers/tests2png/painter.js:44
↓ 1 callersMethodsubscribe
* 调用 Observable 的执行并注册 Observer 的处理器以便于发出通知。 * * <span class="informal">当你拥有这些 Observables 却仍然什么也没发生时使用它。</span> * * `subscribe` 不是一个常规的操作
src/Observable.ts:173
↓ 1 callersMethodsubscribeToRetries
()
src/operator/repeatWhen.ts:110
↓ 1 callersFunctionteardownMockWebSocket
()
spec/observables/dom/webSocket-spec.ts:19
↓ 1 callersFunctiontoLength
(o: any)
src/observable/IteratorObservable.ts:137
↓ 1 callersFunctiontoVLQSigned
* Converts from a two-complement value to a value where the sign bit is * placed in the least significant bit. For example, as decimals: * 1 beco
doc/scripts/rxjs-spy.js:2296
↓ 1 callersFunctiontranslateInheritedSummary
(summary)
doc/scripts/translate.js:42
↓ 1 callersFunctiontranslateParamTable
(table)
doc/scripts/translate.js:67
↓ 1 callersFunctiontraslateVariableTitle
(content)
doc/scripts/translate.js:108
↓ 1 callersMethodtriggerUploadEvent
(name: any, eventObj?: any)
spec/observables/dom/ajax-spec.ts:1085
↓ 1 callersMethodtryCallPredicate
(value: T)
src/operator/skipWhile.ts:55
↓ 1 callersMethodtryDefer
()
src/observable/DeferObservable.ts:71
↓ 1 callersMethodtryDelay
(delayNotifier: Observable<any>, value: T)
src/operator/delayWhen.ts:128
↓ 1 callersMethodtryDurationSelector
(value: T)
src/operator/throttle.ts:112
↓ 1 callersMethodtryIf
()
src/observable/IfObservable.ts:42
↓ 1 callersMethodtryNext
(value: T)
src/operator/exhaustMap.ts:90
↓ 1 callersMethodtryNext
(value: T, index: number)
src/operator/single.ts:70
↓ 1 callersMethodtryResultSelector
(outerValue: T, innerValue: I, outerIndex: number, innerIndex: number)
src/operator/switchMapTo.ts:123
↓ 1 callersMethodtrySelectResult
(outerValue: T, innerValue: I, outerIndex: number, innerIndex: number)
src/operator/exhaustMap.ts:120
↓ 1 callersMethodtrySelectResult
(outerValue: T, innerValue: I, outerIndex: number, innerIndex: number)
src/operator/mergeMapTo.ts:135
↓ 1 callersMethodtrySubscribe
(closingNotifier: any)
src/operator/bufferToggle.ts:145
↓ 1 callersMethodtryUse
()
src/observable/UsingObservable.ts:47
↓ 1 callersFunctionupdateInputStreamsPostFlush
(inputStreams, rxTestScheduler)
spec/helpers/tests2png/diagram-test-runner.js:26
← previousnext →301–400 of 1,966, ranked by callers