MCPcopy Index your code

hub / github.com/Lobos/react-ui / functions

Functions921 in github.com/Lobos/react-ui

↓ 1 callersMethodrenderTip
()
src/FormControl.js:162
↓ 1 callersMethodrenderYears
()
src/Datepicker/Datetime.js:263
↓ 1 callersFunctionrouteIsActive
* Returns true if the given pathname matches the active routes * and params.
docs/lib/ReactRouter.js:3998
↓ 1 callersFunctionrouteParamsChanged
(route, prevState, nextState)
docs/lib/ReactRouter.js:3775
↓ 1 callersFunctionrunEventQueueInBatch
(events)
docs/lib/react.js:10583
↓ 1 callersFunctions
(o,u)
docs/lib/react.js:4
↓ 1 callersMethodsetChildrenHint
(hints, children)
src/FormControl.js:124
↓ 1 callersFunctionsetLocation
(location)
src/lang/index.js:46
↓ 1 callersMethodsetStatus
(status)
src/Tree/Item.js:55
↓ 1 callersFunctionsetTpl
(arr)
src/Tree/Tree.js:91
↓ 1 callersMethodsetValue
(value)
src/RadioGroup.js:66
↓ 1 callersMethodsetValue
(value, checkValue=this.props.checkValue)
src/Checkbox.js:51
↓ 1 callersMethodsetValue
(value)
src/CheckboxGroup.js:33
↓ 1 callersMethodsetValue
(value)
src/Datepicker/TimeSet.js:53
↓ 1 callersMethodshouldComponentUpdate
(nextProps, nextState)
src/Datepicker/Pair.js:13
↓ 1 callersFunctionshouldUseChangeEvent
* SECTION: handle `change` event
docs/lib/react.js:929
↓ 1 callersFunctionshouldUseClickEvent
* SECTION: handle `click` event
docs/lib/react.js:1139
↓ 1 callersMethodsortData
(key, asc)
src/Table.js:68
↓ 1 callersMethodstageChange
(stage)
src/Datepicker/Datetime.js:171
↓ 1 callersMethodstart
()
src/Upload.js:157
↓ 1 callersFunctionstartWatchingForChangeEventIE8
(target, targetInst)
docs/lib/react.js:963
↓ 1 callersFunctionstartWatchingForValueChange
* (For IE <=11) Starts tracking propertychange events on the passed-in element * and override the value property so that we can distinguish user even
docs/lib/react.js:1026
↓ 1 callersFunctionstripQueryStringValueFromPath
(path, key)
docs/lib/ReactRouter.js:2372
↓ 1 callersMethodsubmit
()
src/Form.js:112
↓ 1 callersFunctiontoArray
* Flatten a children object (typically specified as `props.children`) and * return an array with appropriately re-keyed children.
docs/lib/react.js:4401
↓ 1 callersFunctiontoObject
(val)
docs/lib/react.js:19306
↓ 1 callersFunctiontoStyleObject
(str)
src/utils/strings.js:47
↓ 1 callersMethodtoggleAll
(open)
src/Tree/Item.js:33
↓ 1 callersFunctiontraverseAllChildrenImpl
* @param {?*} children Children tree container. * @param {!string} nameSoFar Name of the key path so far. * @param {!function} callback Callback to
docs/lib/react.js:17612
↓ 1 callersFunctionvalidate
(value, valueType, { label, required, min, max, readOnly, sep, tip, type, validator, formD
src/utils/validation.js:20
↓ 1 callersFunctionvalidate
(props, propName, componentName, location, propFullName)
docs/lib/react.js:12610
↓ 1 callersMethodvalidate
()
src/Form.js:90
↓ 1 callersMethodvalidate
(value = this.state.value, props = this.props)
src/higherOrders/FormItem.js:106
↓ 1 callersFunctionvalidateDangerousTag
(tag)
docs/lib/react.js:6631
↓ 1 callersFunctionvalidateMethodOverride
(isAlreadyDefined, name)
docs/lib/react.js:4783
↓ 1 callersFunctionwarnBadVendoredStyleName
(name, owner)
docs/lib/react.js:631
↓ 1 callersFunctionwarnHyphenatedStyleName
(name, owner)
docs/lib/react.js:622
↓ 1 callersFunctionwarnInvalidSetState
()
docs/lib/react.js:11030
↓ 1 callersFunctionwarnStyleValueIsNaN
(name, value, owner)
docs/lib/react.js:649
↓ 1 callersFunctionwarnStyleValueWithSemicolon
(name, value, owner)
docs/lib/react.js:640
↓ 1 callersFunctionwithoutTransition
(el, callback)
src/utils/dom.js:41
↓ 1 callersFunctionwrapLegacyMeasurements
(measurements)
docs/lib/react.js:9432
FunctionCallbackQueue
* A specialized pseudo-event module to help keep track of components waiting to * be notified when their DOM representations are available for use.
docs/lib/react.js:804
FunctionConstructor
(props, context, updater)
docs/lib/react.js:5052
FunctionE
()
docs/lib/react.js:15385
FunctionExample
(props)
docs/src/js/Example.js:5
FunctionFallbackCompositionState
* This helper class stores information about text content of a target node, * allowing comparison of content before and after a given event. * * Id
docs/lib/react.js:3172
FunctionForEachBookKeeping
* PooledClass representing the bookkeeping associated with performing a child * traversal. Allows avoiding binding callbacks. * * @constructor ForE
docs/lib/react.js:4268
FunctionFormSubmit
(props)
src/FormSubmit.js:6
FunctionMapBookKeeping
* PooledClass representing the bookkeeping associated with performing a child * mapping. Allows avoiding binding callbacks. * * @constructor MapBoo
docs/lib/react.js:4315
FunctionPerson
(firstname, lastname)
test/utils/merge.js:5
FunctionReactClassComponent
()
docs/lib/react.js:5034
FunctionReactComponent
* Base class helpers for the updating state of a component.
docs/lib/react.js:5165
FunctionReactCompositeComponentWrapper
(element)
docs/lib/react.js:17087
FunctionReactDOMComponent
* Creates a new React class that is idempotent and capable of containing other * React components. It accepts event listeners and DOM properties that
docs/lib/react.js:6658
FunctionReactDOMEmptyComponent
(instantiate)
docs/lib/react.js:7560
FunctionReactDOMTextComponent
(text)
docs/lib/react.js:8654
FunctionReactDefaultBatchingStrategyTransaction
()
docs/lib/react.js:9234
FunctionReactReconcileTransaction
* Currently: * - The order that these are listed in the transaction is critical: * - Suppresses events. * - Restores selection range. * * Future:
docs/lib/react.js:12967
FunctionReactServerRenderingTransaction
* @class ReactServerRenderingTransaction * @param {boolean} renderToStaticMarkup
docs/lib/react.js:13359
FunctionReactUpdatesFlushTransaction
()
docs/lib/react.js:13703
FunctionStatelessComponent
(Component)
docs/lib/react.js:5404
FunctionSyntheticAnimationEvent
* @param {object} dispatchConfig Configuration used to dispatch this event. * @param {string} dispatchMarker Marker identifying the event target. *
docs/lib/react.js:15054
FunctionSyntheticClipboardEvent
* @param {object} dispatchConfig Configuration used to dispatch this event. * @param {string} dispatchMarker Marker identifying the event target. *
docs/lib/react.js:15093
FunctionSyntheticCompositionEvent
* @param {object} dispatchConfig Configuration used to dispatch this event. * @param {string} dispatchMarker Marker identifying the event target. *
docs/lib/react.js:15130
FunctionSyntheticDragEvent
* @param {object} dispatchConfig Configuration used to dispatch this event. * @param {string} dispatchMarker Marker identifying the event target. *
docs/lib/react.js:15167
FunctionSyntheticEvent
* Synthetic events are dispatched by event plugins, typically in response to a * top-level event delegation handler. * * These systems should gener
docs/lib/react.js:15237
FunctionSyntheticFocusEvent
* @param {object} dispatchConfig Configuration used to dispatch this event. * @param {string} dispatchMarker Marker identifying the event target. *
docs/lib/react.js:15466
FunctionSyntheticInputEvent
* @param {object} dispatchConfig Configuration used to dispatch this event. * @param {string} dispatchMarker Marker identifying the event target. *
docs/lib/react.js:15504
FunctionSyntheticKeyboardEvent
* @param {object} dispatchConfig Configuration used to dispatch this event. * @param {string} dispatchMarker Marker identifying the event target. *
docs/lib/react.js:15589
FunctionSyntheticMouseEvent
* @param {object} dispatchConfig Configuration used to dispatch this event. * @param {string} dispatchMarker Marker identifying the event target. *
docs/lib/react.js:15662
FunctionSyntheticTouchEvent
* @param {object} dispatchConfig Configuration used to dispatch this event. * @param {string} dispatchMarker Marker identifying the event target. *
docs/lib/react.js:15708
FunctionSyntheticTransitionEvent
* @param {object} dispatchConfig Configuration used to dispatch this event. * @param {string} dispatchMarker Marker identifying the event target. *
docs/lib/react.js:15748
FunctionSyntheticUIEvent
* @param {object} dispatchConfig Configuration used to dispatch this event. * @param {string} dispatchMarker Marker identifying the event target. *
docs/lib/react.js:15808
FunctionSyntheticWheelEvent
* @param {object} dispatchConfig Configuration used to dispatch this event. * @param {string} dispatchMarker Marker identifying the event target. *
docs/lib/react.js:15863
FunctionTopLevelCallbackBookKeeping
(topLevelType, nativeEvent)
docs/lib/react.js:10644
FunctionTopLevelWrapper
()
docs/lib/react.js:11284
Function_handleChange
(event)
docs/lib/react.js:7993
Function_noMeasure
* Simply passes through the measured function, without measuring it. * * @param {string} objName * @param {string} fnName * @param {function} func
docs/lib/react.js:12429
FunctionaccumulateDirectDispatches
(events)
docs/lib/react.js:3118
FunctionaccumulateDirectDispatchesSingle
* Accumulates dispatches on an `SyntheticEvent`, but only for the * `dispatchMarker`. * @param {SyntheticEvent} event
docs/lib/react.js:3100
FunctionaccumulateDirectionalDispatches
* Tags a `SyntheticEvent` with dispatched listeners. Creating this function * here, allows us to not have to bind or create functions for each event.
docs/lib/react.js:3043
FunctionaccumulateEnterLeaveDispatches
(leave, enter, from, to)
docs/lib/react.js:3114
FunctionaccumulateTwoPhaseDispatches
(events)
docs/lib/react.js:3106
FunctionaccumulateTwoPhaseDispatchesSingle
* Collect dispatches (must be entirely collected before dispatching - see unit * tests). Lazily allocate the array to conserve memory. We must loop
docs/lib/react.js:3062
FunctionaccumulateTwoPhaseDispatchesSingleSkipTarget
* Same as `accumulateTwoPhaseDispatchesSingle`, but skips over the targetID.
docs/lib/react.js:3071
FunctionaccumulateTwoPhaseDispatchesSkipTarget
(events)
docs/lib/react.js:3110
Methodadd
()
src/Datepicker/TimeSet.js:23
FunctionaddDays
(d, days)
src/utils/datetime.js:10
FunctionaddEventListener
(node, event, listener)
docs/lib/ReactRouter.js:1613
MethodaddFile
()
src/Upload.js:69
FunctionaddFilter
()
src/Filter.js:78
FunctionaddModal
(topic, props)
src/Modal.js:49
FunctionaddMonths
(d, months)
src/utils/datetime.js:16
FunctionaddPoolingTo
(CopyConstructor, pooler)
docs/lib/react.js:3680
Functionasap
* Enqueue a callback to be run at the end of the current batching cycle. Throws * if no updates are currently being performed.
docs/lib/react.js:13843
FunctionattachRefs
* Helper to call ReactRef.attachRefs with this composite component, split out * to avoid allocations in the transaction mount-ready queue.
docs/lib/react.js:13047
FunctionbatchedMountComponentIntoNode
* Batched mount. * * @param {ReactComponent} componentInstance The instance to mount. * @param {DOMElement} container DOM element to mount into. *
docs/lib/react.js:11219
FunctionbatchedUpdates
(callback, a, b, c, d, e)
docs/lib/react.js:13733
FunctionbeforeUnloadHook
()
docs/lib/ReactRouter.js:1460
← previousnext →401–500 of 921, ranked by callers